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

Index X - Time Data

begin: Mon Aug 9 23:41:10 2004
This time is recorded by the client when it finishes downloading a new unit to process. It is an epoch 2000 value, based on the local machine's clock. If the clock is set accurately and the work unit is not a duplicate, the "begin" time will be only a few seconds after the "issue" time, the difference being simply the time it took to receive the unit over the Internet.

end: Sun Aug 15 18:19:58 2004
This time is recorded by the client when the core returns with an indication that the processing has finished and the results file should be uploaded to the server. It is an epoch 2000 value, based on the local machine's clock, just like the "begin" time.


grep "008 Time" qd.c
                u32     tdata[8];       /* 008 Time data (epoch 0000 1jan00 UTC) */

./qd -q queue.dat | grep begin   # tdata[0]
  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

./qd -q queue.dat | grep end     # tdata[4]
  end: Mon Mar 20 13:53:56 2006; due: Sun Apr 30 11:15:21 2006 (44 days)   # Index 3
  end: Wed Mar 22 00:49:32 2006                                            # Index 4
  end: Thu Mar 23 09:17:18 2006                                            # Index 5
  end: Fri Mar 24 20:21:42 2006                                            # Index 6
  end: Sun Mar 26 04:17:04 2006                                            # Index 7
  end: Thu Apr 13 23:21:24 2006; due: Fri Jun 16 04:17:39 2006 (82 days)   # Index 8
  end: Sun Apr 30 16:28:54 2006; due: Tue Jun 20 23:22:07 2006 (68 days)   # Index 9
  end: Fri May 12 05:29:13 2006; due: Fri Jul 21 16:29:40 2006 (82 days)   # Index 0
  end: Wed May 24 00:27:04 2006; due: Wed Aug  2 05:30:13 2006 (82 days)   # Index 1

hexdump -C -s 16 -n 32 queue.dat     # Index 0
00000010  54 86 e7 0b 00 00 00 00  13 fe 52 12 a0 a6 96 c9  |T.ç......þR. ¦.É|
00000020  89 bd f6 0b 00 00 00 00  1e 3a 8d 4c 87 4e cf 53  |.½ö......:.L.NÏS|
00000030

hexdump -C -s 728 -n 32 queue.dat    # Index 1
000002d8  c5 bd f6 0b 00 00 00 00  3e b2 18 7c 28 d1 92 df  |Žö.....>².|(Ñ.ß|
000002e8  b8 48 06 0c 00 00 00 00  70 b7 a9 b0 19 e0 82 2c  |¸H......p·©°.à.,|
000002f8

hexdump -C -s 1440 -n 32 queue.dat   # Index 2
000005a0  f5 48 06 0c 00 00 00 00  df 9b fc ec 47 8a c8 3c  |õH......ß.üìG.È<|
000005b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000005c0

hexdump -C -s 2152 -n 32 queue.dat   # Index 3
00000868  a9 3a ad 0b 00 00 00 00  29 55 72 d9 af 3b dd 8d  |©:­.....)UrÙ¯;Ý.|
00000878  64 62 b1 0b 00 00 00 00  4d 91 38 4e d1 91 5c 62  |db±.....M.8NÑ.\b|
00000888

hexdump -C -s 2864 -n 32 queue.dat   # Index 4
00000b30  ea 63 b1 0b 00 00 00 00  81 2f 03 4c a7 75 1b c8  |êc±....../.L§u.È|
00000b40  8c 4d b3 0b 00 00 00 00  32 06 90 12 bb b6 b7 03  |.M³.....2...»¶·.|
00000b50

hexdump -C -s 3576 -n 32 queue.dat   # Index 5
00000df8  9f 4d b3 0b 00 00 00 00  e2 87 8d 92 1e 86 56 8f  |.M³.....â.....V.|
00000e08  0e 16 b5 0b 00 00 00 00  78 88 51 bb ed 42 73 fd  |..µ.....x.Q»íBsý|
00000e18

hexdump -C -s 4288 -n 32 queue.dat   # Index 6
000010c0  26 16 b5 0b 00 00 00 00  79 45 bf d8 42 90 83 66  |&.µ.....yE¿ØB..f|
000010d0  46 03 b7 0b 00 00 00 00  ba 81 ef 76 84 d3 82 5f  |F.·.....º.ïv.Ó._|
000010e0

hexdump -C -s 5000 -n 32 queue.dat   # Index 7
00001388  59 03 b7 0b 00 00 00 00  95 b4 68 ce 88 d2 de e4  |Y.·......´hÎ.ÒÞä|
00001398  20 b6 b8 0b 00 00 00 00  9f 40 fe 6f b3 78 b1 bc  | ¶¸......@þo³x±¼|
000013a8

hexdump -C -s 5712 -n 32 queue.dat   # Index 8
00001650  43 b6 b8 0b 00 00 00 00  46 59 1c 36 58 38 49 ab  |C¶¸.....FY.6X8I«|
00001660  54 7d d1 0b 00 00 00 00  ae de 86 df 14 56 2a 80  |T}Ñ.....®Þ.ß.V*.|
00001670

hexdump -C -s 6424 -n 32 queue.dat   # Index 9
00001918  7f 7d d1 0b 00 00 00 00  b9 09 cb ab 3a ab 05 4a  |.}Ñ.....¹.Ë«:«.J|
00001928  26 86 e7 0b 00 00 00 00  8c 65 24 5b 24 ed 46 8f  |&.ç......e$[$íF.|
00001938