
D:\Quicksort_says_rev8++>dir
 Volume in drive D is TEXT
 Volume Serial Number is 38CB-B392

 Directory of D:\Quicksort_says_rev8++

02/21/2022  07:34    <DIR>          .
02/21/2022  07:34    <DIR>          ..
12/04/2021  22:54       178,708,944 22338618_QWORDS.bin
02/21/2022  02:56                 0 22338618_QWORDS.bin.sorted
02/21/2022  01:37               552 BENCH_GCC.BAT
02/20/2022  09:31               514 bench_gcc.sh
02/20/2022  09:32               660 BENCH_ICL.BAT
02/14/2022  06:31                77 BENCH_ICL_BUGGY.BAT
12/04/2021  22:54         1,453,926 ColumnChart.ico
11/29/2021  02:06     3,803,483,832 Fedora-Workstation-35-1.2.aarch64.raw.xz
02/21/2022  03:05                 0 Fedora-Workstation-35-1.2.aarch64.raw.xz.sorted
11/28/2021  23:21     2,009,333,760 Fedora-Workstation-Live-x86_64-35-1.2.iso
02/21/2022  03:00                 0 Fedora-Workstation-Live-x86_64-35-1.2.iso.sorted
12/04/2021  22:54             5,120 log4800H.txt
02/21/2022  01:26            21,081 log7200fedora.txt
02/18/2022  11:22            41,425 log7200u_fedora.txt
02/18/2022  14:24            35,661 log7200u_WIN10.txt
02/21/2022  03:27             6,067 log7200win.txt
02/20/2022  09:43               254 make_ELF.sh
02/21/2022  01:41               346 Make_EXE.bat
12/04/2021  22:54             2,991 MEM.H
12/04/2021  22:54        24,823,016 mobythesaurus.txt
02/21/2022  02:56                 0 mobythesaurus.txt.sorted
12/04/2021  22:54             1,633 MokujIN 224 prompt.lnk
12/04/2021  22:54            33,160 Px437_Cordata_PPC-400.ttf
12/04/2021  22:54            50,841 qsm.h
12/04/2021  22:54           559,382 qss_r7.png
02/18/2022  08:47           103,912 QS_bench_r8++.c
02/18/2022  07:18           405,112 QS_bench_r8++.cod
02/18/2022  08:46       270,197,912 QS_bench_r8++.elf
02/14/2022  05:05            98,845 QS_bench_r8.c
02/14/2022  04:36           367,311 QS_bench_r8.cod
12/04/2021  22:54       268,465,864 QS_bench_r8.elf
02/14/2022  04:36       268,458,182 QS_bench_r8.obj
02/20/2022  09:46           111,177 QS_bench_r9.c
02/20/2022  09:47       270,200,672 QS_bench_r9.elf
02/21/2022  03:47       268,537,344 QS_bench_r9_FULL-FLEDGED_ICL15.0.exe
02/21/2022  03:59       268,544,219 QS_bench_r9_GCC11.2.1.exe
02/21/2022  03:59       268,545,243 QS_bench_r9_GCC11.2.1_FULL-FLEDGED.exe
02/21/2022  03:47       268,536,320 QS_bench_r9_ICL15.0.exe
12/04/2021  22:54           384,433 QS_bench_v8-r4_ICL15.0.cod
12/04/2021  22:54         8,118,784 Quicksort Showdown3.doc
12/04/2021  22:54         5,087,563 Quicksort Showdown3.pdf
12/04/2021  22:54           953,794 Quicksort_matrix_rev1.zip
12/04/2021  22:54            18,766 Quicksort_says.bas
12/04/2021  22:54         4,939,264 Quicksort_says.exe
12/04/2021  22:54         1,551,450 Sir_Tony_Hoare_and_Sanmayce_.png
02/14/2022  04:40    <DIR>          _Check_Integrity_Folder
              45 File(s)  8,192,189,409 bytes
               3 Dir(s)   2,208,669,696 bytes free

D:\Quicksort_says_rev8++>
D:\Quicksort_says_rev8++>BENCH_ICL.BAT

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe qsort few
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating AUX-Buffer 21MB ...
Allocating Master-Buffer 17043MB ...
Sorting in single-thread 2233861800 elements...
Done in 62 seconds.
Checking whether sort went correct... OK. Unique keys = 10

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe Magnetica few
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating AUX-Buffer 21MB ...
Allocating Master-Buffer 17043MB ...
Sorting in single-thread 2233861800 elements...
Done in 32 seconds.
Checking whether sort went correct... OK. Unique keys = 10

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe BM few
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating AUX-Buffer 21MB ...
Allocating Master-Buffer 17043MB ...
Sorting in single-thread 2233861800 elements...
Done in 37 seconds.
Checking whether sort went correct... OK. Unique keys = 10

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe qsort many
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 23MB ...
Allocating AUX-Buffer 189MB ...
Allocating Master-Buffer 18938MB ...
Sorting in single-thread 2482300900 elements...
Done in 372 seconds.
Checking whether sort went correct... OK. Unique keys = 2847531

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe Magnetica many
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 23MB ...
Allocating AUX-Buffer 189MB ...
Allocating Master-Buffer 18938MB ...
Sorting in single-thread 2482300900 elements...
Done in 215 seconds.
Checking whether sort went correct... OK. Unique keys = 2847531

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe BM many
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 23MB ...
Allocating AUX-Buffer 189MB ...
Allocating Master-Buffer 18938MB ...
Sorting in single-thread 2482300900 elements...
Done in 202 seconds.
Checking whether sort went correct... OK. Unique keys = 2847531

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe qsort ALL
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 1916MB ...
Allocating AUX-Buffer 15329MB ...
Allocating Master-Buffer 15329MB ...
Sorting in single-thread 2009333753 elements...
Done in 474 seconds.
Checking whether sort went correct... OK. Unique keys = 1912608132

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe Magnetica ALL
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 1916MB ...
Allocating AUX-Buffer 15329MB ...
Allocating Master-Buffer 15329MB ...
Sorting in single-thread 2009333753 elements...
Done in 285 seconds.
Checking whether sort went correct... OK. Unique keys = 1912608132

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe BM ALL
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 1916MB ...
Allocating AUX-Buffer 15329MB ...
Allocating Master-Buffer 15329MB ...
Sorting in single-thread 2009333753 elements...
Done in 275 seconds.
Checking whether sort went correct... OK. Unique keys = 1912608132

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe qsort ALLmore
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 3627MB ...
Allocating Master-Buffer 29018MB ...
Sorting in single-thread 3803483825 elements...
Done in 927 seconds.
Checking whether sort went correct... OK. Unique keys = 3346259533

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe Magnetica ALLmore
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 3627MB ...
Allocating Master-Buffer 29018MB ...
Sorting in single-thread 3803483825 elements...
Done in 561 seconds.
Checking whether sort went correct... OK. Unique keys = 3346259533

D:\Quicksort_says_rev8++>QS_bench_r9_ICL15.0.exe BM ALLmore
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 3627MB ...
Allocating Master-Buffer 29018MB ...
Sorting in single-thread 3803483825 elements...
Done in 538 seconds.
Checking whether sort went correct... OK. Unique keys = 3346259533

D:\Quicksort_says_rev8++>QS_bench_r9_FULL-FLEDGED_ICL15.0.exe Magnetica few
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating AUX-Buffer 21MB ...
Allocating Master-Buffer 17043MB ...
Sorting in single-thread 2233861800 elements...
Done in 34 seconds.
Checking whether sort went correct... OK. Unique keys = 10

D:\Quicksort_says_rev8++>QS_bench_r9_FULL-FLEDGED_ICL15.0.exe Magnetica many
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 23MB ...
Allocating AUX-Buffer 189MB ...
Allocating Master-Buffer 18938MB ...
Sorting in single-thread 2482300900 elements...
Done in 215 seconds.
Checking whether sort went correct... OK. Unique keys = 2847531

D:\Quicksort_says_rev8++>QS_bench_r9_FULL-FLEDGED_ICL15.0.exe Magnetica ALL
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 1916MB ...
Allocating AUX-Buffer 15329MB ...
Allocating Master-Buffer 15329MB ...
Sorting in single-thread 2009333753 elements...
Done in 274 seconds.
Checking whether sort went correct... OK. Unique keys = 1912608132

D:\Quicksort_says_rev8++>QS_bench_r9_FULL-FLEDGED_ICL15.0.exe Magnetica ALLmore
Current priority class is REALTIME_PRIORITY_CLASS.
Allocating FILE-Buffer 3627MB ...
Allocating Master-Buffer 29018MB ...
Sorting in single-thread 3803483825 elements...
Done in 539 seconds.
Checking whether sort went correct... OK. Unique keys = 3346259533

D:\Quicksort_says_rev8++>