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

Index X - Run

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 "210 Run" qd.c
                                char    run[2];         /* 210 Run (LE) */

./qd -q queue.dat | grep run
  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 218 -n 2 queue.dat     # Index 0
000000da  28 00                                             |(.|
000000dc

hexdump -C -s 930 -n 2 queue.dat     # Index 1
000003a2  ee 00                                             |î.|
000003a4

hexdump -C -s 1642 -n 2 queue.dat    # Index 2
0000066a  00 00                                             |..|
0000066c

hexdump -C -s 2354 -n 2 queue.dat    # Index 3
00000932  0c 00                                             |..|
00000934

hexdump -C -s 3066 -n 2 queue.dat    # Index 4
00000bfa  0e 00                                             |..|
00000bfc

hexdump -C -s 3778 -n 2 queue.dat    # Index 5
00000ec2  2b 00                                             |+.|
00000ec4

hexdump -C -s 4490 -n 2 queue.dat    # Index 6
0000118a  10 00                                             |..|
0000118c

hexdump -C -s 5202 -n 2 queue.dat    # Index 7
00001452  1c 00                                             |..|
00001454

hexdump -C -s 5914 -n 2 queue.dat    # Index 8
0000171a  01 01                                             |..|
0000171c

hexdump -C -s 6626 -n 2 queue.dat    # Index 9
000019e2  bd 01                                             |½.|
000019e4