Trace number 207090

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.05 1813.47

General information on the benchmark

Namefapp/test01-04/test03/
test03-0400-7.xml
MD5SUMfa7be4668742833617bbce71db14466f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.56261
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints4370
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4370
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207090-1168179963/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/node56/watcher-207090-1168179963 -o ROOT/results/node56/solver-207090-1168179963 -C 1800 -M 900 /tmp/evaluation/207090-1168179963/Complete/Ordinary/solver /tmp/evaluation/207090-1168179963/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.85 1.92 1.90 5/74 7058
/proc/meminfo: memFree=998376/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=53472 CPUtime=0
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 487 0 0 0 0 0 0 0 20 0 1 0 166395007 54755328 206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10448677 0 0 4096 2 0 0 0 17 1 0 0
/proc/7057/statm: 13368 206 123 90 0 12906 0

[startup+0.108554 s]
/proc/loadavg: 1.85 1.92 1.90 5/74 7058
/proc/meminfo: memFree=998376/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=53824 CPUtime=0.09
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 1938 0 0 0 8 1 0 0 20 0 1 0 166395007 55115776 1654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564133 0 0 4096 2 0 0 0 17 1 0 0
/proc/7057/statm: 13456 1654 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516588 s]
/proc/loadavg: 1.85 1.92 1.90 5/74 7058
/proc/meminfo: memFree=998376/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=62080 CPUtime=0.5
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 2687 0 0 0 49 1 0 0 24 0 1 0 166395007 63569920 2402 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664600 0 0 4096 2 0 0 0 17 1 0 0
/proc/7057/statm: 15520 2402 176 90 0 15058 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62080

[startup+1.33767 s]
/proc/loadavg: 1.85 1.92 1.90 3/74 7058
/proc/meminfo: memFree=988328/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=62080 CPUtime=1.31
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 3325 0 0 0 130 1 0 0 25 0 1 0 166395007 63569920 3040 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662725 0 0 4096 2 0 0 0 17 1 0 0
/proc/7057/statm: 15520 3040 176 90 0 15058 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 62080

[startup+2.98283 s]
/proc/loadavg: 1.85 1.92 1.90 3/75 7059
/proc/meminfo: memFree=981152/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=2.94
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5560 0 0 0 292 2 0 0 25 0 2 0 166395007 74059776 5275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5275 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 72324

[startup+6.26315 s]
/proc/loadavg: 1.87 1.92 1.90 3/75 7059
/proc/meminfo: memFree=976608/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=6.2
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5886 0 0 0 617 3 0 0 25 0 2 0 166395007 74059776 5601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552359 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5601 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 72324

[startup+12.7308 s]
/proc/loadavg: 1.88 1.92 1.90 3/75 7059
/proc/meminfo: memFree=976608/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=12.62
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5886 0 0 0 1259 3 0 0 25 0 2 0 166395007 74059776 5601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5601 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 72324

[startup+25.547 s]
/proc/loadavg: 1.90 1.92 1.90 3/75 7059
/proc/meminfo: memFree=976608/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=25.35
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5892 0 0 0 2532 3 0 0 25 0 2 0 166395007 74059776 5607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5607 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 72324

[startup+51.1926 s]
/proc/loadavg: 1.93 1.93 1.90 3/75 7059
/proc/meminfo: memFree=976672/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=50.8
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5892 0 0 0 5077 3 0 0 25 0 2 0 166395007 74059776 5607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5607 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 72324

[startup+102.484 s]
/proc/loadavg: 1.97 1.94 1.91 3/75 7059
/proc/meminfo: memFree=976672/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=101.71
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 10168 3 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664612 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 72324

[startup+162.49 s]
/proc/loadavg: 1.99 1.95 1.91 3/75 7059
/proc/meminfo: memFree=976672/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=161.27
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 16124 3 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.27
Current children cumulated vsize (KiB) 72324

[startup+222.502 s]
/proc/loadavg: 2.03 1.97 1.91 3/75 7059
/proc/meminfo: memFree=976672/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=220.84
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 22080 4 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 72324

[startup+282.508 s]
/proc/loadavg: 2.01 1.97 1.91 3/75 7059
/proc/meminfo: memFree=976672/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=280.41
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 28037 4 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612987 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.41
Current children cumulated vsize (KiB) 72324

[startup+342.511 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 7059
/proc/meminfo: memFree=976672/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=339.97
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 33993 4 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.97
Current children cumulated vsize (KiB) 72324

[startup+402.611 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 7059
/proc/meminfo: memFree=976608/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=399.62
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 39958 4 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.62
Current children cumulated vsize (KiB) 72324

[startup+462.717 s]
/proc/loadavg: 1.95 1.96 1.91 3/74 7294
/proc/meminfo: memFree=1548968/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=459.32
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 45926 6 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751718 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.32
Current children cumulated vsize (KiB) 72324

[startup+522.818 s]
/proc/loadavg: 1.98 1.96 1.91 3/74 7294
/proc/meminfo: memFree=1549032/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=518.98
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 51892 6 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.98
Current children cumulated vsize (KiB) 72324

[startup+582.917 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 7294
/proc/meminfo: memFree=1549032/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=72324 CPUtime=578.64
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 5895 0 0 0 57858 6 0 0 25 0 2 0 166395007 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577591 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 18081 5610 180 90 0 17619 0
[pid=7057/tid=7059] ppid=7055 vsize=72324 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166395183 74059776 5610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.64
Current children cumulated vsize (KiB) 72324

[startup+643.018 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 7294
/proc/meminfo: memFree=1549096/2055920 swapFree=4184772/4192956

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

/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6015 0 0 0 117458 8 0 0 25 0 3 0 166395007 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751741 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 20642 5730 180 90 0 20180 0
[pid=7057/tid=7059] ppid=7055 vsize=82568 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166395183 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=82568 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166485199 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.66
Current children cumulated vsize (KiB) 82568

[startup+1243.38 s]
/proc/loadavg: 2.06 1.99 1.91 3/75 7295
/proc/meminfo: memFree=1548512/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=82568 CPUtime=1234.25
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6015 0 0 0 123417 8 0 0 25 0 3 0 166395007 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 20642 5730 180 90 0 20180 0
[pid=7057/tid=7059] ppid=7055 vsize=82568 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166395183 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=82568 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166485199 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.25
Current children cumulated vsize (KiB) 82568

[startup+1303.41 s]
/proc/loadavg: 2.02 1.99 1.91 5/75 7295
/proc/meminfo: memFree=1548448/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=82568 CPUtime=1293.84
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6015 0 0 0 129375 9 0 0 25 0 3 0 166395007 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 20642 5730 180 90 0 20180 0
[pid=7057/tid=7059] ppid=7055 vsize=82568 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166395183 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=82568 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166485199 84549632 5730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1293.84
Current children cumulated vsize (KiB) 82568

[startup+1363.44 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 7296
/proc/meminfo: memFree=1548440/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1353.43
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6016 0 0 0 135334 9 0 0 25 0 4 0 166395007 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 23203 5731 180 90 0 22741 0
[pid=7057/tid=7059] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166395183 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166485199 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7296] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7296/stat : 7296 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166530207 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.43
Current children cumulated vsize (KiB) 92812

[startup+1423.49 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 7296
/proc/meminfo: memFree=1548440/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1413.04
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6016 0 0 0 141295 9 0 0 25 0 4 0 166395007 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 23203 5731 180 90 0 22741 0
[pid=7057/tid=7059] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166395183 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166485199 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7296] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7296/stat : 7296 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166530207 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1413.04
Current children cumulated vsize (KiB) 92812

[startup+1483.54 s]
/proc/loadavg: 2.00 1.99 1.91 4/76 7296
/proc/meminfo: memFree=1548440/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1472.63
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6016 0 0 0 147254 9 0 0 25 0 4 0 166395007 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 23203 5731 180 90 0 22741 0
[pid=7057/tid=7059] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166395183 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166485199 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7296] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7296/stat : 7296 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166530207 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.63
Current children cumulated vsize (KiB) 92812

[startup+1543.6 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 7296
/proc/meminfo: memFree=1548440/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1532.23
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6016 0 0 0 153213 10 0 0 25 0 4 0 166395007 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751732 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 23203 5731 180 90 0 22741 0
[pid=7057/tid=7059] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166395183 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166485199 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7296] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7296/stat : 7296 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166530207 95039488 5731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.23
Current children cumulated vsize (KiB) 92812

[startup+1603.64 s]
/proc/loadavg: 2.07 2.00 1.92 3/76 7296
/proc/meminfo: memFree=1548312/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1591.82
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6035 0 0 0 159172 10 0 0 25 0 4 0 166395007 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 23203 5750 180 90 0 22741 0
[pid=7057/tid=7059] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166395183 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166485199 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7296] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7296/stat : 7296 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166530207 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.82
Current children cumulated vsize (KiB) 92812

[startup+1663.7 s]
/proc/loadavg: 2.02 2.00 1.92 3/76 7296
/proc/meminfo: memFree=1548376/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1651.44
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6035 0 0 0 165134 10 0 0 25 0 4 0 166395007 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 23203 5750 180 90 0 22741 0
[pid=7057/tid=7059] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166395183 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166485199 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7296] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7296/stat : 7296 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166530207 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.44
Current children cumulated vsize (KiB) 92812

[startup+1723.75 s]
/proc/loadavg: 2.01 2.00 1.92 3/76 7296
/proc/meminfo: memFree=1548376/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1711.03
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6035 0 0 0 171093 10 0 0 25 0 4 0 166395007 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 23203 5750 180 90 0 22741 0
[pid=7057/tid=7059] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166395183 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166485199 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7296] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7296/stat : 7296 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166530207 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.03
Current children cumulated vsize (KiB) 92812

[startup+1783.81 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7296
/proc/meminfo: memFree=1548312/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1770.61
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6035 0 0 0 177050 11 0 0 25 0 4 0 166395007 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 23203 5750 180 90 0 22741 0
[pid=7057/tid=7059] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7059/stat : 7059 (bprolog) S 7055 7057 6756 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166395183 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7295] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7295/stat : 7295 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166485199 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7057/tid=7296] ppid=7055 vsize=92812 CPUtime=0
/proc/7057/task/7296/stat : 7296 (bprolog) S 7055 7057 6756 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166530207 95039488 5750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.61
Current children cumulated vsize (KiB) 92812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.46 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 7296
/proc/meminfo: memFree=1548312/2055920 swapFree=4184772/4192956
[pid=7057] ppid=7055 vsize=92812 CPUtime=1800.03
/proc/7057/stat : 7057 (bprolog) R 7055 7057 6756 0 -1 4194304 6036 0 0 0 179992 11 0 0 25 0 1 0 166395007 95039488 5751 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 0 0 0 17 1 0 0
/proc/7057/statm: 23203 5751 181 90 0 22741 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 92812

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.47
CPU time (s): 1800.05
CPU user time (s): 1799.93
CPU system time (s): 0.119981
CPU usage (%): 99.2598
Max. virtual memory (cumulated for all children) (KiB): 92812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6036
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= 12
involuntary context switches= 36018

runsolver used 1.78773 s user time and 4.67029 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sun Jan  7 14:26:03 UTC 2007


IDJOB= 207090
IDBENCH= 4269
FILE ID= node56/207090-1168179963

PBS_JOBID= 3479125

Free space on /tmp= 66387 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test03/test03-0400-7.xml
COMMAND LINE= /tmp/evaluation/207090-1168179963/Complete/Ordinary/solver /tmp/evaluation/207090-1168179963/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node56/convwatcher-207090-1168179963 -o ROOT/results/node56/conversion-207090-1168179963 -C 600 -M 900 /tmp/evaluation/207090-1168179963/Complete/Ordinary/conversion /tmp/evaluation/207090-1168179963/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-207090-1168179963 -o ROOT/results/node56/solver-207090-1168179963 -C 1800 -M 900  /tmp/evaluation/207090-1168179963/Complete/Ordinary/solver /tmp/evaluation/207090-1168179963/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  fa7be4668742833617bbce71db14466f

RANDOM SEED= 482652501

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.232
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.232
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:        998856 kB
Buffers:         38984 kB
Cached:         519572 kB
SwapCached:       2104 kB
Active:         671344 kB
Inactive:       311952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        998856 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            2276 kB
Writeback:           0 kB
Mapped:         432656 kB
Slab:            58288 kB
Committed_AS:  3613428 kB
PageTables:       2708 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= 66552 MiB



End job on node56 on Sun Jan  7 14:56:22 UTC 2007