gcc -o pgms/arithoh -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Darithoh src/arith.c
gcc -o pgms/register -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum="register int" src/arith.c
gcc -o pgms/short -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=short src/arith.c
gcc -o pgms/int -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=int src/arith.c
gcc -o pgms/long -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=long src/arith.c
gcc -o pgms/float -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=float src/arith.c
gcc -o pgms/double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=double src/arith.c
gcc -o pgms/hanoi -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/hanoi.c
gcc -o pgms/syscall -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/syscall.c
gcc -o pgms/context1 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/context1.c
gcc -o pgms/pipe -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/pipe.c
src/pipe.c: In function ‘main’:
src/pipe.c:52:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
52 | pipe(pvec);
| ^~~~~~~~~~
gcc -o pgms/spawn -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/spawn.c
gcc -o pgms/execl -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/execl.c
In file included from src/execl.c:34:
src/big.c: In function ‘dummy’:
src/big.c:109:5: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
109 | freopen("masterlog.00", "a", stderr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:197:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
197 | freopen(logname, "w", stderr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:221:3: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
221 | dup(pvec[0]);
| ^~~~~~~~~~~~
src/big.c:225:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
225 | freopen(logname, "w", stderr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:318:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
318 | write(fcopy, cp->line, p - cp->line + 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:196:34: warning: ‘%02d’ directive writing between 2 and 10 bytes into a region of size 5 [-Wformat-overflow=]
196 | sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
| ^~~~
src/big.c:196:23: note: directive argument in the range [-178956970, 178956970]
196 | sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
| ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from src/execl.c:25:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 21 bytes into a destination of size 15
36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -o pgms/dhry2 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/dhry2reg -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= -DREG=register ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/looper -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/looper.c
gcc -o pgms/fstime -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/fstime.c
gcc -o pgms/whetstone-double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DDP -DUNIX -DUNIXBENCH src/whets.c -lm
make all
make[1]: Entering directory "/root/serverscope-ivnqxv39/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-ivnqxv39/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-ivnqxv39/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-ivnqxv39/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-ivnqxv39/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-ivnqxv39/byte-unixbench/UnixBench"
sh: 1: 3dinfo: not found
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
Sunnyvale, CA, USA
January 13, 2011 johantheghost at yahoo period com
1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
1 x Execl Throughput 1 2 3
1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
1 x File Copy 256 bufsize 500 maxblocks 1 2 3
1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
1 x Process Creation 1 2 3
1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
1 x Shell Scripts (1 concurrent) 1 2 3
1 x Shell Scripts (8 concurrent) 1 2 3
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: ubuntu20: GNU/Linux
OS: GNU/Linux -- 5.4.0-28-generic -- #32-Ubuntu SMP Wed Apr 22 17:40:10 UTC 2020
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) Gold 6258R CPU @ 2.70GHz (5387.3 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
13:05:32 up 58 days, 18:49, 1 user, load average: 8.12, 4.83, 2.13; runlevel 2022-03-18
------------------------------------------------------------------------
Benchmark Run: Mon May 16 2022 13:05:32 - 13:33:37
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 39791695.0 lps (10.0 s, 7 samples)
Double-Precision Whetstone 7005.6 MWIPS (9.8 s, 7 samples)
Execl Throughput 4274.0 lps (29.5 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 929203.0 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 290227.7 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1540888.6 KBps (30.0 s, 2 samples)
Pipe Throughput 2012828.1 lps (10.0 s, 7 samples)
Pipe-based Context Switching 241162.5 lps (10.0 s, 7 samples)
Process Creation 12832.2 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 7290.8 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 938.5 lpm (60.0 s, 2 samples)
System Call Overhead 2487688.5 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 39791695.0 3409.7
Double-Precision Whetstone 55.0 7005.6 1273.8
Execl Throughput 43.0 4274.0 994.0
File Copy 1024 bufsize 2000 maxblocks 3960.0 929203.0 2346.5
File Copy 256 bufsize 500 maxblocks 1655.0 290227.7 1753.6
File Copy 4096 bufsize 8000 maxblocks 5800.0 1540888.6 2656.7
Pipe Throughput 12440.0 2012828.1 1618.0
Pipe-based Context Switching 4000.0 241162.5 602.9
Process Creation 126.0 12832.2 1018.4
Shell Scripts (1 concurrent) 42.4 7290.8 1719.5
Shell Scripts (8 concurrent) 6.0 938.5 1564.2
System Call Overhead 15000.0 2487688.5 1658.5
========
System Benchmarks Index Score 1560.9