Trace number 237578

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.09 1813.1

General information on the benchmark

Namehaystacks/
haystacks_51.xml
MD5SUM7449812ad9d5b64f3fdae9e735635b0c
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 benchmark922.179
SatisfiableNO
(Un)Satisfiability was proved
Number of variables2601
Number of constraints65075
Maximum constraint arity2
Maximum domain size51
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65075
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237578-1168349307/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/node9/watcher-237578-1168349307 -o ROOT/results/node9/solver-237578-1168349307 -C 1800 -M 900 /tmp/evaluation/237578-1168349307/Complete/Ordinary/solver /tmp/evaluation/237578-1168349307/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.96 1.99 2.04 3/93 19931
/proc/meminfo: memFree=1311264/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=5256 CPUtime=0
/proc/19930/stat : 19930 (sh) R 19928 19930 18393 0 -1 4194304 57 0 0 0 0 0 0 0 21 0 1 0 183329274 5382144 41 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 215416371337 0 0 4096 0 0 0 0 17 1 0 0
/proc/19930/statm: 1314 41 31 169 0 9 0

[startup+0.10235 s]
/proc/loadavg: 1.96 1.99 2.04 3/93 19931
/proc/meminfo: memFree=1311264/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=53824 CPUtime=0.09
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 2133 0 0 0 8 1 0 0 21 0 1 0 183329274 55115776 1849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/19930/statm: 13456 1849 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510394 s]
/proc/loadavg: 1.96 1.99 2.04 3/93 19931
/proc/meminfo: memFree=1311264/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=53824 CPUtime=0.5
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 9065 0 0 0 46 4 0 0 25 0 1 0 183329274 55115776 8781 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558159 0 0 4096 2 0 0 0 17 1 0 0
/proc/19930/statm: 13456 8781 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33348 s]
/proc/loadavg: 1.96 1.99 2.04 3/93 19931
/proc/meminfo: memFree=1247712/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=83392 CPUtime=1.31
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 17174 0 0 0 124 7 0 0 25 0 1 0 183329274 85393408 16568 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/19930/statm: 20848 16568 157 90 0 20386 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 83392

[startup+2.98167 s]
/proc/loadavg: 1.96 1.99 2.04 3/93 19931
/proc/meminfo: memFree=1226208/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=122456 CPUtime=2.94
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 29034 0 0 0 283 11 0 0 25 0 1 0 183329274 125394944 18661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607485 0 0 4096 2 0 0 0 17 1 0 0
/proc/19930/statm: 30614 18661 157 90 0 30152 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 122456

[startup+6.26104 s]
/proc/loadavg: 1.96 1.99 2.04 3/94 19932
/proc/meminfo: memFree=1207448/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=6.19
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34370 0 0 0 604 15 0 0 25 0 2 0 183329274 162422784 17581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17581 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17581 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) 158616

[startup+12.7288 s]
/proc/loadavg: 1.96 1.99 2.03 3/94 19932
/proc/meminfo: memFree=1184856/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=12.6
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34370 0 0 0 1245 15 0 0 25 0 2 0 183329274 162422784 17581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17581 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17581 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) 158616

[startup+25.5537 s]
/proc/loadavg: 1.97 1.99 2.03 3/94 19932
/proc/meminfo: memFree=1135320/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=25.31
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34370 0 0 0 2516 15 0 0 25 0 2 0 183329274 162422784 17581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17581 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17581 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) 158616

[startup+51.2171 s]
/proc/loadavg: 1.98 1.99 2.03 3/94 19932
/proc/meminfo: memFree=1135320/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=50.75
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34370 0 0 0 5059 16 0 0 25 0 2 0 183329274 162422784 17581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17581 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 158616

[startup+102.434 s]
/proc/loadavg: 1.99 1.99 2.03 3/94 19932
/proc/meminfo: memFree=1135320/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=101.5
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34370 0 0 0 10134 16 0 0 25 0 2 0 183329274 162422784 17581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752110 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17581 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 158616

[startup+162.48 s]
/proc/loadavg: 1.99 1.99 2.02 3/94 19932
/proc/meminfo: memFree=1135256/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=161.03
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 16086 17 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17582 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 158616

[startup+222.485 s]
/proc/loadavg: 1.99 1.99 2.01 3/94 19932
/proc/meminfo: memFree=1135256/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=220.48
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 22031 17 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17582 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 158616

[startup+282.576 s]
/proc/loadavg: 1.99 1.99 2.01 3/94 19932
/proc/meminfo: memFree=1135192/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=280.02
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 27984 18 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17582 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.02
Current children cumulated vsize (KiB) 158616

[startup+342.654 s]
/proc/loadavg: 2.03 2.00 2.01 3/94 19932
/proc/meminfo: memFree=1135064/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=339.56
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 33937 19 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661369 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17582 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.56
Current children cumulated vsize (KiB) 158616

[startup+402.736 s]
/proc/loadavg: 2.01 2.00 2.00 3/94 19932
/proc/meminfo: memFree=1135000/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=399.09
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 39890 19 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17582 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.09
Current children cumulated vsize (KiB) 158616

[startup+462.812 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 19932
/proc/meminfo: memFree=1134872/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=458.63
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 45843 20 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17582 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.63
Current children cumulated vsize (KiB) 158616

[startup+522.893 s]
/proc/loadavg: 2.04 2.01 2.00 3/94 19932
/proc/meminfo: memFree=1134808/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=518.16
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 51796 20 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17582 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.16
Current children cumulated vsize (KiB) 158616

[startup+582.971 s]
/proc/loadavg: 2.12 2.04 2.01 3/94 19932
/proc/meminfo: memFree=1134744/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=577.69
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 57748 21 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 39654 17582 179 90 0 39192 0
[pid=19930/tid=19932] ppid=19928 vsize=158616 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183329725 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.69
Current children cumulated vsize (KiB) 158616

[startup+643.047 s]
/proc/loadavg: 2.04 2.03 2.00 3/94 19932
/proc/meminfo: memFree=1134680/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=158616 CPUtime=637.22
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34371 0 0 0 63701 21 0 0 25 0 2 0 183329274 162422784 17582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752483 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34372 0 0 0 117339 26 0 0 25 0 3 0 183329274 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 42215 17583 179 90 0 41753 0
[pid=19930/tid=19932] ppid=19928 vsize=168860 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183329725 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=168860 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183419741 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.65
Current children cumulated vsize (KiB) 168860

[startup+1243.62 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 19933
/proc/meminfo: memFree=1133776/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=168860 CPUtime=1233.37
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34372 0 0 0 123311 26 0 0 25 0 3 0 183329274 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 42215 17583 179 90 0 41753 0
[pid=19930/tid=19932] ppid=19928 vsize=168860 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183329725 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=168860 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183419741 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1233.37
Current children cumulated vsize (KiB) 168860

[startup+1303.63 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 19933
/proc/meminfo: memFree=1133712/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=168860 CPUtime=1293.1
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 34372 0 0 0 129284 26 0 0 25 0 3 0 183329274 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 42215 17583 179 90 0 41753 0
[pid=19930/tid=19932] ppid=19928 vsize=168860 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183329725 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=168860 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183419741 172912640 17583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1293.1
Current children cumulated vsize (KiB) 168860

[startup+1363.65 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 19934
/proc/meminfo: memFree=1129096/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=186916 CPUtime=1352.85
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 37445 0 0 0 135257 28 0 0 25 0 4 0 183329274 191401984 18702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 46729 18702 179 90 0 46267 0
[pid=19930/tid=19932] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183329725 191401984 18702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183419741 191401984 18702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19934] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19934/stat : 19934 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183464752 191401984 18702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1352.85
Current children cumulated vsize (KiB) 186916

[startup+1423.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 19934
/proc/meminfo: memFree=1128968/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=186916 CPUtime=1412.61
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 37446 0 0 0 141233 28 0 0 25 0 4 0 183329274 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 46729 18703 179 90 0 46267 0
[pid=19930/tid=19932] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183329725 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183419741 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19934] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19934/stat : 19934 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183464752 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1412.61
Current children cumulated vsize (KiB) 186916

[startup+1483.74 s]
/proc/loadavg: 2.05 2.02 2.00 3/96 19934
/proc/meminfo: memFree=1128904/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=186916 CPUtime=1472.37
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 37446 0 0 0 147208 29 0 0 25 0 4 0 183329274 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 46729 18703 179 90 0 46267 0
[pid=19930/tid=19932] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183329725 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183419741 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19934] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19934/stat : 19934 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183464752 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.37
Current children cumulated vsize (KiB) 186916

[startup+1543.78 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 19934
/proc/meminfo: memFree=1128840/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=186916 CPUtime=1532.13
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 37446 0 0 0 153184 29 0 0 25 0 4 0 183329274 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664253 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 46729 18703 179 90 0 46267 0
[pid=19930/tid=19932] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183329725 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183419741 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19934] ppid=19928 vsize=186916 CPUtime=0
/proc/19930/task/19934/stat : 19934 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183464752 191401984 18703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.13
Current children cumulated vsize (KiB) 186916

[startup+1603.83 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 19934
/proc/meminfo: memFree=1039240/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=296468 CPUtime=1591.9
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 281605 0 0 0 159051 139 0 0 25 0 4 0 183329274 303583232 40995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134856339 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 74117 40995 179 90 0 73655 0
[pid=19930/tid=19932] ppid=19928 vsize=296468 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183329725 303583232 40995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=296468 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183419741 303583232 40995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19934] ppid=19928 vsize=296468 CPUtime=0
/proc/19930/task/19934/stat : 19934 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183464752 303583232 40995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.9
Current children cumulated vsize (KiB) 296468

[startup+1663.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 19934
/proc/meminfo: memFree=957768/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=491824 CPUtime=1651.66
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 452805 0 0 0 164953 213 0 0 25 0 4 0 183329274 503627776 61202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664249 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19930/statm: 122956 61202 179 90 0 122494 0
[pid=19930/tid=19932] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183329725 503627776 61202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183419741 503627776 61202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19934] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19934/stat : 19934 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183464752 503627776 61202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.66
Current children cumulated vsize (KiB) 491824

[startup+1723.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 20044
/proc/meminfo: memFree=1490168/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=491824 CPUtime=1711.4
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 452806 0 0 0 170926 214 0 0 25 0 4 0 183329274 503627776 61203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664249 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19930/statm: 122956 61203 179 90 0 122494 0
[pid=19930/tid=19932] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183329725 503627776 61203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183419741 503627776 61203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19934] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19934/stat : 19934 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183464752 503627776 61203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.4
Current children cumulated vsize (KiB) 491824

[startup+1784.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 20044
/proc/meminfo: memFree=1452664/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=491824 CPUtime=1771.14
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 452806 0 0 0 176900 214 0 0 25 0 4 0 183329274 503627776 61203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19930/statm: 122956 61203 179 90 0 122494 0
[pid=19930/tid=19932] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19932/stat : 19932 (bprolog) S 19928 19930 18393 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183329725 503627776 61203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19933] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19933/stat : 19933 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183419741 503627776 61203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19930/tid=19934] ppid=19928 vsize=491824 CPUtime=0
/proc/19930/task/19934/stat : 19934 (bprolog) S 19928 19930 18393 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183464752 503627776 61203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.14
Current children cumulated vsize (KiB) 491824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.05 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20044
/proc/meminfo: memFree=1452664/2055920 swapFree=4191880/4192956
[pid=19930] ppid=19928 vsize=491824 CPUtime=1800.04
/proc/19930/stat : 19930 (bprolog) R 19928 19930 18393 0 -1 4194304 452807 0 0 0 179790 214 0 0 25 0 1 0 183329274 503627776 61204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661307 0 0 4096 2 0 0 0 17 0 0 0
/proc/19930/statm: 122956 61204 180 90 0 122494 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 491824

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.1
CPU time (s): 1800.09
CPU user time (s): 1797.91
CPU system time (s): 2.18467
CPU usage (%): 99.2827
Max. virtual memory (cumulated for all children) (KiB): 616828

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

runsolver used 1.86272 s user time and 5.48017 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 13:28:28 UTC 2007


IDJOB= 237578
IDBENCH= 6950
FILE ID= node9/237578-1168349307

PBS_JOBID= 3503638

Free space on /tmp= 66534 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-237578-1168349307 -o ROOT/results/node9/solver-237578-1168349307 -C 1800 -M 900  /tmp/evaluation/237578-1168349307/Complete/Ordinary/solver /tmp/evaluation/237578-1168349307/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7449812ad9d5b64f3fdae9e735635b0c

RANDOM SEED= 589988630

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.231
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.231
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:       1311744 kB
Buffers:         16684 kB
Cached:         125980 kB
SwapCached:        408 kB
Active:         628368 kB
Inactive:        70520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311744 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            8640 kB
Writeback:           0 kB
Mapped:         577780 kB
Slab:            29096 kB
Committed_AS:  6249744 kB
PageTables:       3328 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= 66532 MiB



End job on node9 on Tue Jan  9 13:59:15 UTC 2007