File : queue.dat Queue Version : 5.01 Size : 7168 bytes F@H Client : FAH502-Linux.exe
benchmark 797
When the client starts, it calculates this benchmark number. It is a measure of floating point processing power, but it is also strongly affected by any other programs which happen to be running on the machine at the time. It's normal for the benchmark number to vary over a wide range.
grep "472 Benchmark" qd.c char bench[4]; /* 472 Benchmark (as of v3.24) (LE) */
./qd -q queue.dat | grep benchmark Folding: run 12, clone 56, generation 48; benchmark 331; misc: 500, 400 # Index 3 Folding: run 14, clone 99, generation 5; benchmark 619; misc: 500, 400 # Index 4 Folding: run 43, clone 152, generation 6; benchmark 619; misc: 500, 400 # Index 5 Folding: run 16, clone 51, generation 7; benchmark 619; misc: 500, 400 # Index 6 Folding: run 28, clone 208, generation 6; benchmark 619; misc: 500, 400 # Index 7 Folding: run 257, clone 12, generation 0; benchmark 152; misc: 500, 400 # Index 8 Folding: run 445, clone 59, generation 0; benchmark 555; misc: 500, 200 # Index 9 Folding: run 40, clone 21, generation 1; benchmark 383; misc: 500, 400 # Index 0 Folding: run 238, clone 5, generation 1; benchmark 383; misc: 500, 400 # Index 1 Folding: run 0, clone 96, generation 14; benchmark 256; misc: 500, 200 # Index 2
hexdump -C -s 480 -n 4 queue.dat # Index 0 000001e0 7f 01 00 00 |....| 000001e4 hexdump -C -s 1192 -n 4 queue.dat # Index 1 000004a8 7f 01 00 00 |....| 000004ac hexdump -C -s 1904 -n 4 queue.dat # Index 2 00000770 00 01 00 00 |....| 00000774 hexdump -C -s 2616 -n 4 queue.dat # Index 3 00000a38 4b 01 00 00 |K...| 00000a3c hexdump -C -s 3328 -n 4 queue.dat # Index 4 00000d00 6b 02 00 00 |k...| 00000d04 hexdump -C -s 4040 -n 4 queue.dat # Index 5 00000fc8 6b 02 00 00 |k...| 00000fcc hexdump -C -s 4752 -n 4 queue.dat # Index 6 00001290 6b 02 00 00 |k...| 00001294 hexdump -C -s 5464 -n 4 queue.dat # Index 7 00001558 6b 02 00 00 |k...| 0000155c hexdump -C -s 6176 -n 4 queue.dat # Index 8 00001820 98 00 00 00 |....| 00001824 hexdump -C -s 6888 -n 4 queue.dat # Index 9 00001ae8 2b 02 00 00 |+...| 00001aec