| home | layout | structure | qd | hexdump |
          File : queue.dat
 Queue Version : 5.01
          Size : 7168 bytes
    F@H Client : FAH502-Linux.exe

Index X - Misc1a

misc: 500, 300
These numbers are present in queue.dat, but it isn't known for sure what they are. Most likely they are related to the revision levels of the client which are suitable for this work unit.

The other numbers are Misc1b and Misc3b.


grep "176 Misc1a" qd.c
                u32     m176;           /* 176 Misc1a */

./qd -q queue.dat | grep misc
  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 184 -n 4 queue.dat     # Index 0
000000b8  f4 01 00 00                                       |ô...|
000000bc

hexdump -C -s 896 -n 4 queue.dat     # Index 1
00000380  f4 01 00 00                                       |ô...|
00000384

hexdump -C -s 1608 -n 4 queue.dat    # Index 2
00000648  f4 01 00 00                                       |ô...|
0000064c

hexdump -C -s 2320 -n 4 queue.dat    # Index 3
00000910  f4 01 00 00                                       |ô...|
00000914

hexdump -C -s 3032 -n 4 queue.dat    # Index 4
00000bd8  f4 01 00 00                                       |ô...|
00000bdc

hexdump -C -s 3744 -n 4 queue.dat    # Index 5
00000ea0  f4 01 00 00                                       |ô...|
00000ea4

hexdump -C -s 4456 -n 4 queue.dat    # Index 6
00001168  f4 01 00 00                                       |ô...|
0000116c

hexdump -C -s 5168 -n 4 queue.dat    # Index 7
00001430  f4 01 00 00                                       |ô...|
00001434

hexdump -C -s 5880 -n 4 queue.dat    # Index 8
000016f8  f4 01 00 00                                       |ô...|
000016fc

hexdump -C -s 6592 -n 4 queue.dat    # Index 9
000019c0  f4 01 00 00                                       |ô...|
000019c4