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

Index X - Issued

issue: Mon Aug 9 23:36:42 2004
This time stamp is placed on the work unit by the work server when it assigns the unit. It is an epoch 1970 value, based on the server's clock. The servers lately have been accurately synchronized with NTP. If a unit, for any reason, gets lost so it isn't either completely finished or ready for upload when the next unit is requested, the server will often notice the previous assignment and send the same unit again, with the original issue time stamp.


grep "216 WU issue" qd.c
                                char    issue[2][4];    /* 216 WU issue time (LE) */

./qd -q queue.dat | grep issue
  issue: Fri Mar 17 10:15:07 2006; begin: Fri Mar 17 10:15:21 2006   # Index 3
  issue: Mon Mar 20 14:00:04 2006; begin: Mon Mar 20 14:00:26 2006   # Index 4
  issue: Wed Mar 22 00:49:24 2006; begin: Wed Mar 22 00:49:51 2006   # Index 5
  issue: Thu Mar 23 09:17:12 2006; begin: Thu Mar 23 09:17:42 2006   # Index 6
  issue: Fri Mar 24 20:21:29 2006; begin: Fri Mar 24 20:22:01 2006   # Index 7
  issue: Sun Mar 26 04:17:17 2006; begin: Sun Mar 26 04:17:39 2006   # Index 8
  issue: Thu Apr 13 23:21:47 2006; begin: Thu Apr 13 23:22:07 2006   # Index 9
  issue: Sun Apr 30 16:28:22 2006; begin: Sun Apr 30 16:29:40 2006   # Index 0
  issue: Fri May 12 05:28:36 2006; begin: Fri May 12 05:30:13 2006   # Index 1
  issue: Tue May 23 17:31:38 2006; begin: Wed May 24 00:28:05 2006   # Index 2

hexdump -C -s 224 -n 8 queue.dat     # Index 0
000000e0  86 c9 54 44 cf af ec 46                           |.ÉTDϯìF|
000000e8

hexdump -C -s 936 -n 8 queue.dat     # Index 1
000003a8  e4 00 64 44 6a 19 e1 22                           |ä.dDj.á"|
000003b0

hexdump -C -s 1648 -n 8 queue.dat    # Index 2
00000670  da 2a 73 44 1d 72 03 26                           |Ú*sD.r.&|
00000678

hexdump -C -s 2360 -n 8 queue.dat    # Index 3
00000938  1b 7e 1a 44 37 1c c1 1c                           |.~.D7.Á.|
00000940

hexdump -C -s 3072 -n 8 queue.dat    # Index 4
00000c00  54 a7 1e 44 71 e0 cd 75                           |T§.DqàÍu|
00000c08

hexdump -C -s 3784 -n 8 queue.dat    # Index 5
00000ec8  04 91 20 44 4b 3a 25 1c                           |.. DK:%.|
00000ed0

hexdump -C -s 4496 -n 8 queue.dat    # Index 6
00001190  88 59 22 44 90 d4 a1 01                           |.Y"D.Ô¡.|
00001198

hexdump -C -s 5208 -n 8 queue.dat    # Index 7
00001458  b9 46 24 44 89 d2 9a 7d                           |¹F$D.Ò.}|
00001460

hexdump -C -s 5920 -n 8 queue.dat    # Index 8
00001720  ad f9 25 44 22 a6 66 2e                           |­ù%D"¦f.|
00001728

hexdump -C -s 6632 -n 8 queue.dat    # Index 9
000019e8  eb c0 3e 44 b7 20 ad 52                           |ëÀ>D· ­R|
000019f0