Trace number 237642

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.12 1810.72

General information on the benchmark

Namehaystacks/
haystacks_49.xml
MD5SUMcfa08dc252192b52b2d0f49efc22ee50
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of constraints57672
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension57672
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237642-1168349741/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-237642-1168349741 -o ROOT/results/node2/solver-237642-1168349741 -C 1800 -M 900 /tmp/evaluation/237642-1168349741/Complete/Ordinary/solver /tmp/evaluation/237642-1168349741/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 2.00 1.99 4/94 20653
/proc/meminfo: memFree=1576896/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=18540 CPUtime=0
/proc/20652/stat : 20652 (runsolver) R 20650 20652 20120 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 183372788 18984960 280 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20652/statm: 4635 280 244 17 0 2626 0

[startup+0.108269 s]
/proc/loadavg: 1.92 2.00 1.99 4/94 20653
/proc/meminfo: memFree=1576896/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=53824 CPUtime=0.1
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 2193 0 0 0 9 1 0 0 22 0 1 0 183372788 55115776 1909 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691904 0 0 4096 2 0 0 0 17 1 0 0
/proc/20652/statm: 13456 1909 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.516333 s]
/proc/loadavg: 1.92 2.00 1.99 4/94 20653
/proc/meminfo: memFree=1576896/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=53824 CPUtime=0.5
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 8915 0 0 0 46 4 0 0 25 0 1 0 183372788 55115776 8631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550172 0 0 4096 2 0 0 0 17 1 0 0
/proc/20652/statm: 13456 8631 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33748 s]
/proc/loadavg: 1.92 2.00 1.99 3/94 20653
/proc/meminfo: memFree=1513216/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=83340 CPUtime=1.32
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 17160 0 0 0 124 8 0 0 25 0 1 0 183372788 85340160 16554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/20652/statm: 20835 16554 157 90 0 20373 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 83340

[startup+2.97478 s]
/proc/loadavg: 1.92 2.00 1.99 3/94 20653
/proc/meminfo: memFree=1510400/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=155116 CPUtime=2.93
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 26622 0 0 0 282 11 0 0 25 0 1 0 183372788 158838784 25588 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865118 0 0 4096 2 0 0 0 17 1 0 0
/proc/20652/statm: 38779 25588 157 90 0 38317 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 155116

[startup+6.26038 s]
/proc/loadavg: 1.92 2.00 1.99 3/95 20654
/proc/meminfo: memFree=1515256/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=6.19
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31979 0 0 0 605 14 0 0 25 0 2 0 183372788 157974528 15387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15387 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 154272

[startup+12.7236 s]
/proc/loadavg: 1.93 2.00 1.99 3/95 20654
/proc/meminfo: memFree=1510328/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=12.59
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31987 0 0 0 1245 14 0 0 25 0 2 0 183372788 157974528 15395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609365 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15395 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 154272

[startup+25.5864 s]
/proc/loadavg: 1.94 2.00 1.99 3/95 20654
/proc/meminfo: memFree=1505208/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=25.33
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31988 0 0 0 2519 14 0 0 25 0 2 0 183372788 157974528 15396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15396 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 154272

[startup+51.2191 s]
/proc/loadavg: 1.96 2.00 1.99 3/95 20654
/proc/meminfo: memFree=1490168/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=50.73
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31988 0 0 0 5058 15 0 0 25 0 2 0 183372788 157974528 15396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15396 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 154272

[startup+102.481 s]
/proc/loadavg: 1.98 2.00 1.99 3/95 20654
/proc/meminfo: memFree=1469112/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=101.52
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 10137 15 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 154272

[startup+162.499 s]
/proc/loadavg: 1.99 2.00 1.99 3/95 20654
/proc/meminfo: memFree=1444216/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=160.98
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 16083 15 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 154272

[startup+222.51 s]
/proc/loadavg: 1.99 2.00 1.99 3/95 20654
/proc/meminfo: memFree=1419128/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=220.45
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 22029 16 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.45
Current children cumulated vsize (KiB) 154272

[startup+282.566 s]
/proc/loadavg: 1.99 2.00 1.99 3/95 20654
/proc/meminfo: memFree=1404672/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=279.95
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 27979 16 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134660648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.95
Current children cumulated vsize (KiB) 154272

[startup+342.594 s]
/proc/loadavg: 2.11 2.03 2.00 3/95 20654
/proc/meminfo: memFree=1379456/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=339.43
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 33926 17 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.43
Current children cumulated vsize (KiB) 154272

[startup+402.625 s]
/proc/loadavg: 2.02 2.02 2.00 2/82 21214
/proc/meminfo: memFree=1774256/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=398.94
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 39871 23 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.94
Current children cumulated vsize (KiB) 154272

[startup+462.697 s]
/proc/loadavg: 1.97 2.00 1.99 3/88 21266
/proc/meminfo: memFree=1691584/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=458.62
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 45835 27 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (KiB) 154272

[startup+522.77 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 21266
/proc/meminfo: memFree=1691584/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=518.42
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 51815 27 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661432 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.42
Current children cumulated vsize (KiB) 154272

[startup+582.836 s]
/proc/loadavg: 2.05 2.02 2.00 3/88 21266
/proc/meminfo: memFree=1691584/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=578.22
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 57794 28 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 38568 15397 179 90 0 38106 0
[pid=20652/tid=20654] ppid=20650 vsize=154272 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183373194 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.22
Current children cumulated vsize (KiB) 154272

[startup+642.914 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 21266
/proc/meminfo: memFree=1691520/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=154272 CPUtime=637.99
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 31989 0 0 0 63771 28 0 0 25 0 2 0 183372788 157974528 15397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

################
# More data... #
################

/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 32008 0 0 0 117557 30 0 0 25 0 3 0 183372788 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 41129 15416 179 90 0 40667 0
[pid=20652/tid=20654] ppid=20650 vsize=164516 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183373194 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=164516 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183463208 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.87
Current children cumulated vsize (KiB) 164516

[startup+1243.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 21267
/proc/meminfo: memFree=1690680/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=164516 CPUtime=1235.68
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 32008 0 0 0 123538 30 0 0 25 0 3 0 183372788 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 41129 15416 179 90 0 40667 0
[pid=20652/tid=20654] ppid=20650 vsize=164516 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183373194 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=164516 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183463208 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.68
Current children cumulated vsize (KiB) 164516

[startup+1303.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 21267
/proc/meminfo: memFree=1690616/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=164516 CPUtime=1295.48
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 32008 0 0 0 129518 30 0 0 25 0 3 0 183372788 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626967 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 41129 15416 179 90 0 40667 0
[pid=20652/tid=20654] ppid=20650 vsize=164516 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183373194 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=164516 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183463208 168464384 15416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.48
Current children cumulated vsize (KiB) 164516

[startup+1363.53 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 21269
/proc/meminfo: memFree=1686632/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=174760 CPUtime=1355.22
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 32973 0 0 0 135491 31 0 0 25 0 4 0 183372788 178954240 16381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664249 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 43690 16381 179 90 0 43228 0
[pid=20652/tid=20654] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183373194 178954240 16381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183463208 178954240 16381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20652/tid=21269] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/21269/stat : 21269 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183508216 178954240 16381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.22
Current children cumulated vsize (KiB) 174760

[startup+1423.56 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 21269
/proc/meminfo: memFree=1686568/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=174760 CPUtime=1414.96
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 32974 0 0 0 141465 31 0 0 25 0 4 0 183372788 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 43690 16382 179 90 0 43228 0
[pid=20652/tid=20654] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183373194 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183463208 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20652/tid=21269] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/21269/stat : 21269 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183508216 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.96
Current children cumulated vsize (KiB) 174760

[startup+1483.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21269
/proc/meminfo: memFree=1686440/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=174760 CPUtime=1474.69
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 32974 0 0 0 147437 32 0 0 25 0 4 0 183372788 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 43690 16382 179 90 0 43228 0
[pid=20652/tid=20654] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183373194 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183463208 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20652/tid=21269] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/21269/stat : 21269 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183508216 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.69
Current children cumulated vsize (KiB) 174760

[startup+1543.63 s]
/proc/loadavg: 2.14 2.04 2.01 3/97 21415
/proc/meminfo: memFree=1684968/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=174760 CPUtime=1534.35
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 32974 0 0 0 153398 37 0 0 25 0 4 0 183372788 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751250 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 43690 16382 179 90 0 43228 0
[pid=20652/tid=20654] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183373194 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183463208 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20652/tid=21269] ppid=20650 vsize=174760 CPUtime=0
/proc/20652/task/21269/stat : 21269 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183508216 178954240 16382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.35
Current children cumulated vsize (KiB) 174760

[startup+1603.67 s]
/proc/loadavg: 2.05 2.03 2.01 3/91 21467
/proc/meminfo: memFree=1561320/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=291948 CPUtime=1594.06
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 93313 0 0 0 159338 68 0 0 25 0 4 0 183372788 298954752 47421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134660648 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 72987 47421 179 90 0 72525 0
[pid=20652/tid=20654] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183373194 298954752 47421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183463208 298954752 47421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20652/tid=21269] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/21269/stat : 21269 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183508216 298954752 47421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.06
Current children cumulated vsize (KiB) 291948

[startup+1663.7 s]
/proc/loadavg: 2.08 2.04 2.01 3/91 21467
/proc/meminfo: memFree=1561192/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=291948 CPUtime=1653.79
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 93318 0 0 0 165311 68 0 0 25 0 4 0 183372788 298954752 47426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661453 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 72987 47426 179 90 0 72525 0
[pid=20652/tid=20654] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183373194 298954752 47426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183463208 298954752 47426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20652/tid=21269] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/21269/stat : 21269 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183508216 298954752 47426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.79
Current children cumulated vsize (KiB) 291948

[startup+1723.73 s]
/proc/loadavg: 2.03 2.03 2.00 3/91 21467
/proc/meminfo: memFree=1561192/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=291948 CPUtime=1713.55
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 93320 0 0 0 171287 68 0 0 25 0 4 0 183372788 298954752 47428 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 72987 47428 179 90 0 72525 0
[pid=20652/tid=20654] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183373194 298954752 47428 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183463208 298954752 47428 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20652/tid=21269] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/21269/stat : 21269 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183508216 298954752 47428 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.55
Current children cumulated vsize (KiB) 291948

[startup+1783.77 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 21468
/proc/meminfo: memFree=1560672/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=291948 CPUtime=1773.3
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 93322 0 0 0 177261 69 0 0 25 0 4 0 183372788 298954752 47430 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620096 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20652/statm: 72987 47430 179 90 0 72525 0
[pid=20652/tid=20654] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/20654/stat : 20654 (bprolog) S 20650 20652 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183373194 298954752 47430 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20652/tid=21267] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/21267/stat : 21267 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183463208 298954752 47430 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20652/tid=21269] ppid=20650 vsize=291948 CPUtime=0
/proc/20652/task/21269/stat : 21269 (bprolog) S 20650 20652 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183508216 298954752 47430 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.3
Current children cumulated vsize (KiB) 291948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.68 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 21468
/proc/meminfo: memFree=1560672/2055920 swapFree=4180528/4192956
[pid=20652] ppid=20650 vsize=291948 CPUtime=1800.08
/proc/20652/stat : 20652 (bprolog) R 20650 20652 20120 0 -1 4194304 93324 0 0 0 179939 69 0 0 25 0 1 0 183372788 298954752 47432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752501 0 0 4096 2 0 0 0 17 0 0 0
/proc/20652/statm: 72987 47432 180 90 0 72525 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 291948

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.72
CPU time (s): 1800.12
CPU user time (s): 1799.4
CPU system time (s): 0.723889
CPU usage (%): 99.4148
Max. virtual memory (cumulated for all children) (KiB): 354452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.723889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 57474

runsolver used 1.92271 s user time and 6.08507 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Jan  9 13:35:41 UTC 2007


IDJOB= 237642
IDBENCH= 6954
FILE ID= node2/237642-1168349741

PBS_JOBID= 3503668

Free space on /tmp= 66519 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_49.xml
COMMAND LINE= /tmp/evaluation/237642-1168349741/Complete/Ordinary/solver /tmp/evaluation/237642-1168349741/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-237642-1168349741 -o ROOT/results/node2/conversion-237642-1168349741 -C 600 -M 900 /tmp/evaluation/237642-1168349741/Complete/Ordinary/conversion /tmp/evaluation/237642-1168349741/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-237642-1168349741 -o ROOT/results/node2/solver-237642-1168349741 -C 1800 -M 900  /tmp/evaluation/237642-1168349741/Complete/Ordinary/solver /tmp/evaluation/237642-1168349741/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  cfa08dc252192b52b2d0f49efc22ee50

RANDOM SEED= 995640857

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1577376 kB
Buffers:         13748 kB
Cached:         110924 kB
SwapCached:        312 kB
Active:         368456 kB
Inactive:        58240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577376 kB
SwapTotal:     4192956 kB
SwapFree:      4180528 kB
Dirty:           12548 kB
Writeback:           0 kB
Mapped:         321228 kB
Slab:            35984 kB
Committed_AS:  5341200 kB
PageTables:       2956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66515 MiB



End job on node2 on Tue Jan  9 14:06:22 UTC 2007