Trace number 237690

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.04 1810.5

General information on the benchmark

Namehaystacks/
haystacks_45.xml
MD5SUMbf8bac94899db29cb354982ba4b70059
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1658.19
SatisfiableNO
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44594
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237690-1168350175/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-237690-1168350175 -o ROOT/results/node2/solver-237690-1168350175 -C 1800 -M 900 /tmp/evaluation/237690-1168350175/Complete/Ordinary/solver /tmp/evaluation/237690-1168350175/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.95 2.00 1.99 5/87 21265
/proc/meminfo: memFree=1758608/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=53472 CPUtime=0
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 183415495 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/21264/statm: 13368 202 123 90 0 12906 0

[startup+0.102903 s]
/proc/loadavg: 1.95 2.00 1.99 5/87 21265
/proc/meminfo: memFree=1758608/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=53824 CPUtime=0.09
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 2230 0 0 0 9 0 0 0 18 0 1 0 183415495 55115776 1946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/21264/statm: 13456 1946 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.513976 s]
/proc/loadavg: 1.95 2.00 1.99 5/87 21265
/proc/meminfo: memFree=1758608/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=55116 CPUtime=0.5
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 9511 0 0 0 46 4 0 0 22 0 1 0 183415495 56438784 9227 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/21264/statm: 13779 9233 157 90 0 13317 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 55116

[startup+1.33713 s]
/proc/loadavg: 1.96 2.00 1.99 3/87 21265
/proc/meminfo: memFree=1696008/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=82932 CPUtime=1.32
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 16611 0 0 0 126 6 0 0 25 0 1 0 183415495 84922368 16004 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554931 0 0 4096 2 0 0 0 17 1 0 0
/proc/21264/statm: 20733 16004 157 90 0 20271 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 82932

[startup+2.97343 s]
/proc/loadavg: 1.96 2.00 1.99 3/87 21265
/proc/meminfo: memFree=1694664/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=85648 CPUtime=2.95
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20288 0 0 0 287 8 0 0 25 0 1 0 183415495 87703552 16865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858454 0 0 4096 2 0 0 0 17 1 0 0
/proc/21264/statm: 21412 16865 174 90 0 20950 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 85648

[startup+6.25803 s]
/proc/loadavg: 1.96 2.00 1.99 3/88 21266
/proc/meminfo: memFree=1691584/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=6.21
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 613 8 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 95892

[startup+12.7202 s]
/proc/loadavg: 1.96 2.00 1.99 3/88 21266
/proc/meminfo: memFree=1691584/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=12.65
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 1256 9 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 95892

[startup+25.5396 s]
/proc/loadavg: 1.97 2.00 1.99 3/88 21266
/proc/meminfo: memFree=1691584/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=25.41
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 2532 9 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579263 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 95892

[startup+51.1853 s]
/proc/loadavg: 2.05 2.02 2.00 3/88 21266
/proc/meminfo: memFree=1691648/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=50.93
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 5084 9 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664255 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 95892

[startup+102.472 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 21266
/proc/meminfo: memFree=1691584/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=101.97
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 10188 9 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859780 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 95892

[startup+162.478 s]
/proc/loadavg: 2.04 2.02 2.00 3/88 21266
/proc/meminfo: memFree=1691584/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=161.7
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 16160 10 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 95892

[startup+222.488 s]
/proc/loadavg: 2.01 2.02 2.00 4/88 21266
/proc/meminfo: memFree=1691520/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=221.41
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 22131 10 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 95892

[startup+282.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 21266
/proc/meminfo: memFree=1691520/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=281.14
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 28103 11 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 95892

[startup+342.511 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 21266
/proc/meminfo: memFree=1691392/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=340.86
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 34075 11 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.86
Current children cumulated vsize (KiB) 95892

[startup+402.517 s]
/proc/loadavg: 2.06 2.03 2.00 3/88 21266
/proc/meminfo: memFree=1691392/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=400.58
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 40047 11 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.58
Current children cumulated vsize (KiB) 95892

[startup+462.521 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 21266
/proc/meminfo: memFree=1691264/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=460.29
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 46017 12 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.29
Current children cumulated vsize (KiB) 95892

[startup+522.539 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 21267
/proc/meminfo: memFree=1691128/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=520.02
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 51990 12 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.02
Current children cumulated vsize (KiB) 95892

[startup+582.55 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 21267
/proc/meminfo: memFree=1691000/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=579.74
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 57962 12 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 23973 16916 179 90 0 23511 0
[pid=21264/tid=21266] ppid=21262 vsize=95892 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183415805 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.74
Current children cumulated vsize (KiB) 95892

[startup+642.559 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 21267
/proc/meminfo: memFree=1690936/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=95892 CPUtime=639.47
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20339 0 0 0 63934 13 0 0 25 0 2 0 183415495 98193408 16916 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20340 0 0 0 117676 17 0 0 25 0 3 0 183415495 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859780 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 26534 16917 179 90 0 26072 0
[pid=21264/tid=21266] ppid=21262 vsize=106136 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183415805 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=106136 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 183505819 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.93
Current children cumulated vsize (KiB) 106136

[startup+1242.84 s]
/proc/loadavg: 2.08 2.04 2.01 3/91 21467
/proc/meminfo: memFree=1561192/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=106136 CPUtime=1236.67
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20340 0 0 0 123650 17 0 0 25 0 3 0 183415495 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 26534 16917 179 90 0 26072 0
[pid=21264/tid=21266] ppid=21262 vsize=106136 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183415805 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=106136 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 183505819 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.67
Current children cumulated vsize (KiB) 106136

[startup+1302.87 s]
/proc/loadavg: 2.03 2.03 2.00 3/91 21467
/proc/meminfo: memFree=1561192/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=106136 CPUtime=1296.42
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20340 0 0 0 129624 18 0 0 25 0 3 0 183415495 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858216 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 26534 16917 179 90 0 26072 0
[pid=21264/tid=21266] ppid=21262 vsize=106136 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183415805 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=106136 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 183505819 108683264 16917 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.42
Current children cumulated vsize (KiB) 106136

[startup+1362.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 21468
/proc/meminfo: memFree=1560672/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=116380 CPUtime=1356.17
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20464 0 0 0 135599 18 0 0 25 0 4 0 183415495 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664253 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21264/statm: 29095 17041 179 90 0 28633 0
[pid=21264/tid=21266] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183415805 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183505819 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21468] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21468/stat : 21468 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183550843 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.17
Current children cumulated vsize (KiB) 116380

[startup+1422.99 s]
/proc/loadavg: 1.91 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756016/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=116380 CPUtime=1415.83
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20464 0 0 0 141563 20 0 0 25 0 4 0 183415495 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21264/statm: 29095 17041 179 90 0 28633 0
[pid=21264/tid=21266] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183415805 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183505819 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21468] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21468/stat : 21468 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183550843 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1415.83
Current children cumulated vsize (KiB) 116380

[startup+1483.09 s]
/proc/loadavg: 1.96 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756080/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=116380 CPUtime=1475.4
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20464 0 0 0 147520 20 0 0 25 0 4 0 183415495 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21264/statm: 29095 17041 179 90 0 28633 0
[pid=21264/tid=21266] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183415805 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183505819 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21468] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21468/stat : 21468 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183550843 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.4
Current children cumulated vsize (KiB) 116380

[startup+1543.19 s]
/proc/loadavg: 1.98 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756016/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=116380 CPUtime=1534.99
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 20464 0 0 0 153479 20 0 0 25 0 4 0 183415495 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21264/statm: 29095 17041 179 90 0 28633 0
[pid=21264/tid=21266] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183415805 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183505819 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21468] ppid=21262 vsize=116380 CPUtime=0
/proc/21264/task/21468/stat : 21468 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183550843 119173120 17041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.99
Current children cumulated vsize (KiB) 116380

[startup+1603.28 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1638768/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=268724 CPUtime=1594.56
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 87764 0 0 0 159408 48 0 0 25 0 4 0 183415495 275173376 46251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21264/statm: 67181 46251 179 90 0 66719 0
[pid=21264/tid=21266] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183415805 275173376 46251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183505819 275173376 46251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21468] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21468/stat : 21468 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183550843 275173376 46251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.56
Current children cumulated vsize (KiB) 268724

[startup+1663.36 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1638640/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=268724 CPUtime=1654.12
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 87765 0 0 0 165363 49 0 0 25 0 4 0 183415495 275173376 46252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661348 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21264/statm: 67181 46252 179 90 0 66719 0
[pid=21264/tid=21266] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183415805 275173376 46252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183505819 275173376 46252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21468] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21468/stat : 21468 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183550843 275173376 46252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.12
Current children cumulated vsize (KiB) 268724

[startup+1723.42 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1638512/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=268724 CPUtime=1713.66
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 87766 0 0 0 171317 49 0 0 25 0 4 0 183415495 275173376 46253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752487 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21264/statm: 67181 46253 179 90 0 66719 0
[pid=21264/tid=21266] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183415805 275173376 46253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183505819 275173376 46253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21468] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21468/stat : 21468 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183550843 275173376 46253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.66
Current children cumulated vsize (KiB) 268724

[startup+1783.47 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1638448/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=268724 CPUtime=1773.2
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 87766 0 0 0 177271 49 0 0 25 0 4 0 183415495 275173376 46253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21264/statm: 67181 46253 179 90 0 66719 0
[pid=21264/tid=21266] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21266/stat : 21266 (bprolog) S 21262 21264 20896 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183415805 275173376 46253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21268] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21268/stat : 21268 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183505819 275173376 46253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21264/tid=21468] ppid=21262 vsize=268724 CPUtime=0
/proc/21264/task/21468/stat : 21468 (bprolog) S 21262 21264 20896 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183550843 275173376 46253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.2
Current children cumulated vsize (KiB) 268724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.47 s]
/proc/loadavg: 1.99 1.99 1.99 3/87 21761
/proc/meminfo: memFree=1638448/2055920 swapFree=4180528/4192956
[pid=21264] ppid=21262 vsize=268724 CPUtime=1800
/proc/21264/stat : 21264 (bprolog) R 21262 21264 20896 0 -1 4194304 87767 0 0 0 179951 49 0 0 25 0 1 0 183415495 275173376 46254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 0 0 0 17 0 0 0
/proc/21264/statm: 67181 46254 180 90 0 66719 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 268724

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.5
CPU time (s): 1800.04
CPU user time (s): 1799.51
CPU system time (s): 0.526919
CPU usage (%): 99.4221
Max. virtual memory (cumulated for all children) (KiB): 331228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87767
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= 27
involuntary context switches= 26021

runsolver used 1.75973 s user time and 4.92425 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Jan  9 13:42:56 UTC 2007


IDJOB= 237690
IDBENCH= 6957
FILE ID= node2/237690-1168350175

PBS_JOBID= 3503677

Free space on /tmp= 66518 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bf8bac94899db29cb354982ba4b70059

RANDOM SEED= 555485349

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:       1759144 kB
Buffers:         15224 kB
Cached:         119648 kB
SwapCached:        312 kB
Active:         178672 kB
Inactive:        66532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759144 kB
SwapTotal:     4192956 kB
SwapFree:      4180528 kB
Dirty:           10176 kB
Writeback:           0 kB
Mapped:         122824 kB
Slab:            36044 kB
Committed_AS:  5122488 kB
PageTables:       2584 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= 66525 MiB



End job on node2 on Tue Jan  9 14:13:29 UTC 2007