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

Index X - Misc1b

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 Misc1a and Misc3b.


grep "184 Misc1b" qd.c
                u32     m184;           /* 184 Misc1b */

./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 192 -n 4 queue.dat     # Index 0
000000c0  90 01 00 00                                       |....|
000000c4

hexdump -C -s 904 -n 4 queue.dat     # Index 1
00000388  90 01 00 00                                       |....|
0000038c

hexdump -C -s 1616 -n 4 queue.dat    # Index 2
00000650  c8 00 00 00                                       |È...|
00000654

hexdump -C -s 2328 -n 4 queue.dat    # Index 3
00000918  90 01 00 00                                       |....|
0000091c

hexdump -C -s 3040 -n 4 queue.dat    # Index 4
00000be0  90 01 00 00                                       |....|
00000be4

hexdump -C -s 3752 -n 4 queue.dat    # Index 5
00000ea8  90 01 00 00                                       |....|
00000eac

hexdump -C -s 4464 -n 4 queue.dat    # Index 6
00001170  90 01 00 00                                       |....|
00001174

hexdump -C -s 5176 -n 4 queue.dat    # Index 7
00001438  90 01 00 00                                       |....|
0000143c

hexdump -C -s 5888 -n 4 queue.dat    # Index 8
00001700  90 01 00 00                                       |....|
00001704

hexdump -C -s 6600 -n 4 queue.dat    # Index 9
000019c8  c8 00 00 00                                       |È...|
000019cc