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

Index X - Generation

Folding: run 1, clone 19, generation 4
If the unit is not using Core_ca (the Genome core), these numbers, along with the project number, uniquely identify the work unit. If it is necessary to notify Stanford of the work unit ID, those four numbers (project, run, clone, generation) should always be given.


grep "214 Generation" qd.c
                               char    gen[2];         /* 214 Generation (LE) */

./qd -q queue.dat | grep generation
  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 222 -n 2 queue.dat     # Index 0
000000de  01 00                                             |..|
000000e0

hexdump -C -s 934 -n 2 queue.dat     # Index 1
000003a6  01 00                                             |..|
000003a8

hexdump -C -s 1646 -n 2 queue.dat    # Index 2
0000066e  0e 00                                             |..|
00000670

hexdump -C -s 2358 -n 2 queue.dat    # Index 3
00000936  30 00                                             |0.|
00000938

hexdump -C -s 3070 -n 2 queue.dat    # Index 4
00000bfe  05 00                                             |..|
00000c00

hexdump -C -s 3782 -n 2 queue.dat    # Index 5
00000ec6  06 00                                             |..|
00000ec8

hexdump -C -s 4494 -n 2 queue.dat    # Index 6
0000118e  07 00                                             |..|
00001190

hexdump -C -s 5206 -n 2 queue.dat    # Index 7
00001456  06 00                                             |..|
00001458

hexdump -C -s 5918 -n 2 queue.dat    # Index 8
0000171e  00 00                                             |..|
00001720

hexdump -C -s 6630 -n 2 queue.dat    # Index 9
000019e6  00 00                                             |..|
000019e8