Trace number 211262

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.08 1810.26

General information on the benchmark

NamepseudoSeries/ttp/
data-8-3.xml
MD5SUM4a6ed926c351140e8834a0ef1f973750
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.9529
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/211262-1168206410/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/node62/watcher-211262-1168206410 -o ROOT/results/node62/solver-211262-1168206410 -C 1800 -M 900 /tmp/evaluation/211262-1168206410/Complete/Ordinary/solver /tmp/evaluation/211262-1168206410/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: 2.04 2.01 1.87 5/81 11441
/proc/meminfo: memFree=1320136/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=18540 CPUtime=0
/proc/11440/stat : 11440 (runsolver) R 11438 11440 11004 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 169040386 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11440/statm: 4635 279 244 17 0 2626 0

[startup+0.10773 s]
/proc/loadavg: 2.04 2.01 1.87 5/81 11441
/proc/meminfo: memFree=1320136/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=53824 CPUtime=0.09
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 2269 0 0 0 8 1 0 0 20 0 1 0 169040386 55115776 1985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550507 0 0 4096 2 0 0 0 17 1 0 0
/proc/11440/statm: 13456 1985 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515806 s]
/proc/loadavg: 2.04 2.01 1.87 5/81 11441
/proc/meminfo: memFree=1320136/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=72196 CPUtime=0.49
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 9737 0 0 0 44 5 0 0 24 0 1 0 169040386 73928704 9451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/11440/statm: 18049 9451 158 90 0 17587 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 72196

[startup+1.33697 s]
/proc/loadavg: 2.04 2.01 1.87 3/81 11441
/proc/meminfo: memFree=1269064/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=72196 CPUtime=1.31
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 13178 0 0 0 124 7 0 0 25 0 1 0 169040386 73928704 12892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 0 0 0 17 1 0 0
/proc/11440/statm: 18049 12892 158 90 0 17587 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72196

[startup+2.9773 s]
/proc/loadavg: 2.04 2.01 1.87 3/81 11441
/proc/meminfo: memFree=1266056/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=2.93
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24824 0 0 0 281 12 0 0 25 0 2 0 169040386 122793984 14526 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11440/statm: 29979 14526 182 90 0 29517 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 119916

[startup+6.26195 s]
/proc/loadavg: 2.04 2.01 1.87 3/82 11442
/proc/meminfo: memFree=1262528/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=6.19
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24824 0 0 0 607 12 0 0 25 0 2 0 169040386 122793984 14526 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758175 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11440/statm: 29979 14526 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14526 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) 119916

[startup+12.7302 s]
/proc/loadavg: 2.03 2.01 1.87 3/82 11442
/proc/meminfo: memFree=1261312/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=12.6
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24826 0 0 0 1248 12 0 0 25 0 2 0 169040386 122793984 14528 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11440/statm: 29979 14528 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14528 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 119916

[startup+25.5697 s]
/proc/loadavg: 2.10 2.03 1.87 3/82 11442
/proc/meminfo: memFree=1256768/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=25.31
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24826 0 0 0 2519 12 0 0 25 0 2 0 169040386 122793984 14528 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11440/statm: 29979 14528 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14528 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 119916

[startup+51.2008 s]
/proc/loadavg: 2.07 2.02 1.88 4/82 11442
/proc/meminfo: memFree=1130432/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=50.71
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24828 0 0 0 5059 12 0 0 25 0 2 0 169040386 122793984 14530 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11440/statm: 29979 14530 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14530 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 119916

[startup+102.451 s]
/proc/loadavg: 2.23 2.08 1.90 4/82 11513
/proc/meminfo: memFree=734976/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=101.65
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24829 0 0 0 10152 13 0 0 25 0 2 0 169040386 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14531 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 119916

[startup+162.513 s]
/proc/loadavg: 2.20 2.09 1.92 3/82 11513
/proc/meminfo: memFree=675904/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=161.39
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24829 0 0 0 16126 13 0 0 25 0 2 0 169040386 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14531 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 119916

[startup+222.55 s]
/proc/loadavg: 2.06 2.07 1.92 3/82 11513
/proc/meminfo: memFree=669696/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=221.1
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24829 0 0 0 22096 14 0 0 25 0 2 0 169040386 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14531 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 119916

[startup+282.609 s]
/proc/loadavg: 2.10 2.07 1.92 3/82 11513
/proc/meminfo: memFree=659456/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=280.84
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24831 0 0 0 28070 14 0 0 25 0 2 0 169040386 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14533 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.84
Current children cumulated vsize (KiB) 119916

[startup+342.667 s]
/proc/loadavg: 2.08 2.07 1.93 3/82 11513
/proc/meminfo: memFree=656448/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=340.57
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24831 0 0 0 34043 14 0 0 25 0 2 0 169040386 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14533 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.57
Current children cumulated vsize (KiB) 119916

[startup+402.726 s]
/proc/loadavg: 2.03 2.06 1.93 3/82 11513
/proc/meminfo: memFree=654720/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=400.28
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24831 0 0 0 40014 14 0 0 25 0 2 0 169040386 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14533 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.28
Current children cumulated vsize (KiB) 119916

[startup+462.787 s]
/proc/loadavg: 2.04 2.06 1.93 3/82 11513
/proc/meminfo: memFree=653312/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=460.02
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24858 0 0 0 45988 14 0 0 25 0 2 0 169040386 122793984 14560 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14560 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14560 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.02
Current children cumulated vsize (KiB) 119916

[startup+522.845 s]
/proc/loadavg: 2.01 2.04 1.93 3/82 11513
/proc/meminfo: memFree=652736/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=519.76
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24860 0 0 0 51962 14 0 0 25 0 2 0 169040386 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14562 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.76
Current children cumulated vsize (KiB) 119916

[startup+582.9 s]
/proc/loadavg: 2.06 2.05 1.94 3/82 11513
/proc/meminfo: memFree=651968/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=579.46
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24860 0 0 0 57932 14 0 0 25 0 2 0 169040386 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 29979 14562 182 90 0 29517 0
[pid=11440/tid=11442] ppid=11438 vsize=119916 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169040643 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.46
Current children cumulated vsize (KiB) 119916

[startup+642.944 s]
/proc/loadavg: 2.02 2.04 1.94 3/82 11513
/proc/meminfo: memFree=651904/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=119916 CPUtime=639.19
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24860 0 0 0 63905 14 0 0 25 0 2 0 169040386 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24941 0 0 0 117656 29 0 0 25 0 3 0 169040386 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 32540 14643 182 90 0 32078 0
[pid=11440/tid=11442] ppid=11438 vsize=130160 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169040643 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=130160 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169130661 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.85
Current children cumulated vsize (KiB) 130160

[startup+1243.69 s]
/proc/loadavg: 2.02 2.02 1.95 3/83 11712
/proc/meminfo: memFree=647608/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=130160 CPUtime=1236.62
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24941 0 0 0 123633 29 0 0 25 0 3 0 169040386 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 32540 14643 182 90 0 32078 0
[pid=11440/tid=11442] ppid=11438 vsize=130160 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169040643 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=130160 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169130661 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.62
Current children cumulated vsize (KiB) 130160

[startup+1303.77 s]
/proc/loadavg: 2.04 2.03 1.96 3/83 11712
/proc/meminfo: memFree=647608/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=130160 CPUtime=1296.36
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24941 0 0 0 129607 29 0 0 25 0 3 0 169040386 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 32540 14643 182 90 0 32078 0
[pid=11440/tid=11442] ppid=11438 vsize=130160 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169040643 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=130160 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169130661 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.36
Current children cumulated vsize (KiB) 130160

[startup+1363.85 s]
/proc/loadavg: 2.01 2.02 1.96 3/84 11713
/proc/meminfo: memFree=646896/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1356.11
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24966 0 0 0 135582 29 0 0 25 0 4 0 169040386 143773696 14668 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 35101 14668 182 90 0 34639 0
[pid=11440/tid=11442] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169040643 143773696 14668 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169130661 143773696 14668 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11440/tid=11713] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11713/stat : 11713 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169175672 143773696 14668 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.11
Current children cumulated vsize (KiB) 140404

[startup+1423.87 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 11713
/proc/meminfo: memFree=646768/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1415.81
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24971 0 0 0 141552 29 0 0 25 0 4 0 169040386 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 35101 14673 182 90 0 34639 0
[pid=11440/tid=11442] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169040643 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169130661 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11440/tid=11713] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11713/stat : 11713 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169175672 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.81
Current children cumulated vsize (KiB) 140404

[startup+1483.9 s]
/proc/loadavg: 2.04 2.02 1.97 3/84 11713
/proc/meminfo: memFree=646384/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1475.49
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24971 0 0 0 147520 29 0 0 25 0 4 0 169040386 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 35101 14673 182 90 0 34639 0
[pid=11440/tid=11442] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169040643 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169130661 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11440/tid=11713] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11713/stat : 11713 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169175672 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.49
Current children cumulated vsize (KiB) 140404

[startup+1543.92 s]
/proc/loadavg: 2.01 2.02 1.97 3/84 11713
/proc/meminfo: memFree=645872/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1535.18
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24971 0 0 0 153489 29 0 0 25 0 4 0 169040386 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 35101 14673 182 90 0 34639 0
[pid=11440/tid=11442] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169040643 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169130661 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11440/tid=11713] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11713/stat : 11713 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169175672 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.18
Current children cumulated vsize (KiB) 140404

[startup+1603.93 s]
/proc/loadavg: 2.00 2.01 1.97 3/84 11713
/proc/meminfo: memFree=645680/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1594.87
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24971 0 0 0 159458 29 0 0 25 0 4 0 169040386 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 35101 14673 182 90 0 34639 0
[pid=11440/tid=11442] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169040643 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169130661 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11440/tid=11713] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11713/stat : 11713 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169175672 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.87
Current children cumulated vsize (KiB) 140404

[startup+1663.94 s]
/proc/loadavg: 2.00 2.01 1.97 3/84 11713
/proc/meminfo: memFree=644784/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1654.54
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24971 0 0 0 165425 29 0 0 25 0 4 0 169040386 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 35101 14673 182 90 0 34639 0
[pid=11440/tid=11442] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169040643 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169130661 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11440/tid=11713] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11713/stat : 11713 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169175672 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.54
Current children cumulated vsize (KiB) 140404

[startup+1723.94 s]
/proc/loadavg: 2.00 2.00 1.97 3/84 11713
/proc/meminfo: memFree=645232/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1714.24
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24971 0 0 0 171394 30 0 0 25 0 4 0 169040386 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 35101 14673 182 90 0 34639 0
[pid=11440/tid=11442] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169040643 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169130661 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11440/tid=11713] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11713/stat : 11713 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169175672 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.24
Current children cumulated vsize (KiB) 140404

[startup+1783.95 s]
/proc/loadavg: 2.00 2.00 1.97 3/84 11713
/proc/meminfo: memFree=645104/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1773.92
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24971 0 0 0 177362 30 0 0 25 0 4 0 169040386 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800191 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 35101 14673 182 90 0 34639 0
[pid=11440/tid=11442] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11442/stat : 11442 (bprolog) S 11438 11440 11004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169040643 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11440/tid=11672] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11672/stat : 11672 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169130661 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11440/tid=11713] ppid=11438 vsize=140404 CPUtime=0
/proc/11440/task/11713/stat : 11713 (bprolog) S 11438 11440 11004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169175672 143773696 14673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.92
Current children cumulated vsize (KiB) 140404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.24 s]
/proc/loadavg: 2.00 2.00 1.97 3/81 11713
/proc/meminfo: memFree=644144/2055920 swapFree=4192812/4192956
[pid=11440] ppid=11438 vsize=140404 CPUtime=1800.06
/proc/11440/stat : 11440 (bprolog) R 11438 11440 11004 0 -1 4194304 24972 0 0 0 179976 30 0 0 25 0 1 0 169040386 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134795371 0 0 4096 2 0 0 0 17 0 0 0
/proc/11440/statm: 35101 14674 183 90 0 34639 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 140404

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.26
CPU time (s): 1800.08
CPU user time (s): 1799.77
CPU system time (s): 0.313952
CPU usage (%): 99.4379
Max. virtual memory (cumulated for all children) (KiB): 144832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24972
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= 25657

runsolver used 2.51362 s user time and 5.49616 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Jan  7 21:46:51 UTC 2007


IDJOB= 211262
IDBENCH= 4681
FILE ID= node62/211262-1168206410

PBS_JOBID= 3480771

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ttp/data-8-3.xml
COMMAND LINE= /tmp/evaluation/211262-1168206410/Complete/Ordinary/solver /tmp/evaluation/211262-1168206410/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node62/convwatcher-211262-1168206410 -o ROOT/results/node62/conversion-211262-1168206410 -C 600 -M 900 /tmp/evaluation/211262-1168206410/Complete/Ordinary/conversion /tmp/evaluation/211262-1168206410/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-211262-1168206410 -o ROOT/results/node62/solver-211262-1168206410 -C 1800 -M 900  /tmp/evaluation/211262-1168206410/Complete/Ordinary/solver /tmp/evaluation/211262-1168206410/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4a6ed926c351140e8834a0ef1f973750

RANDOM SEED= 356916822

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	: 5914.62
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:       1320616 kB
Buffers:         51276 kB
Cached:         521760 kB
SwapCached:          0 kB
Active:         326948 kB
Inactive:       351280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6440 kB
Writeback:           0 kB
Mapped:         124364 kB
Slab:            41968 kB
Committed_AS:  4200600 kB
PageTables:       2132 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= 66547 MiB



End job on node62 on Sun Jan  7 22:17:17 UTC 2007