Trace number 234492

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 1814.83

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-105-3.xml
MD5SUM4a953e9a9d5cf55379870c7d2a543457
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 benchmark0.020996
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size322
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/234492-1168332547/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/node4/watcher-234492-1168332547 -o ROOT/results/node4/solver-234492-1168332547 -C 1800 -M 900 /tmp/evaluation/234492-1168332547/Complete/Ordinary/solver /tmp/evaluation/234492-1168332547/unknown 1800 

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

/proc/loadavg: 1.92 1.98 1.99 5/86 28855
/proc/meminfo: memFree=1318936/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=53472 CPUtime=0
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 181650576 54755328 203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/28854/statm: 13368 204 123 90 0 12906 0

[startup+0.103436 s]
/proc/loadavg: 1.92 1.98 1.99 5/86 28855
/proc/meminfo: memFree=1318936/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=0.1
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 837 0 0 0 10 0 0 0 19 0 2 0 181650576 65601536 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28854/statm: 16016 552 172 90 0 15554 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 64064

[startup+0.511472 s]
/proc/loadavg: 1.92 1.98 1.99 5/86 28855
/proc/meminfo: memFree=1318936/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=0.5
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 838 0 0 0 50 0 0 0 23 0 2 0 181650576 65601536 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626298 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28854/statm: 16016 553 172 90 0 15554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 64064

[startup+1.33355 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 28856
/proc/meminfo: memFree=1317456/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=1.33
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 838 0 0 0 133 0 0 0 25 0 2 0 181650576 65601536 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28854/statm: 16016 553 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 64064

[startup+2.97071 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 28856
/proc/meminfo: memFree=1317456/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=2.96
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 838 0 0 0 296 0 0 0 25 0 2 0 181650576 65601536 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552359 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28854/statm: 16016 553 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 64064

[startup+6.25202 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 28856
/proc/meminfo: memFree=1317456/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=6.24
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 838 0 0 0 624 0 0 0 25 0 2 0 181650576 65601536 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28854/statm: 16016 553 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 64064

[startup+12.7136 s]
/proc/loadavg: 1.86 1.97 1.99 2/98 28911
/proc/meminfo: memFree=1315792/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=12.67
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 839 0 0 0 1267 0 0 0 25 0 2 0 181650576 65601536 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28854/statm: 16016 554 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64064

[startup+25.5619 s]
/proc/loadavg: 1.88 1.97 1.99 3/98 28911
/proc/meminfo: memFree=1202392/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=25.45
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 839 0 0 0 2545 0 0 0 25 0 2 0 181650576 65601536 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28854/statm: 16016 554 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 64064

[startup+51.2063 s]
/proc/loadavg: 1.72 1.92 1.97 3/88 29236
/proc/meminfo: memFree=1322592/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=50.97
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 839 0 0 0 5096 1 0 0 25 0 2 0 181650576 65601536 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566114 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 554 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 64064

[startup+102.458 s]
/proc/loadavg: 1.92 1.94 1.98 3/88 29236
/proc/meminfo: memFree=1322656/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=101.82
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 839 0 0 0 10181 1 0 0 25 0 2 0 181650576 65601536 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 554 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 64064

[startup+162.534 s]
/proc/loadavg: 1.97 1.95 1.98 3/88 29236
/proc/meminfo: memFree=1322720/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=161.4
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 841 0 0 0 16139 1 0 0 25 0 2 0 181650576 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 556 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 64064

[startup+222.605 s]
/proc/loadavg: 1.99 1.96 1.98 3/88 29236
/proc/meminfo: memFree=1322720/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=220.98
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 841 0 0 0 22097 1 0 0 25 0 2 0 181650576 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552449 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 556 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 64064

[startup+282.674 s]
/proc/loadavg: 1.99 1.96 1.98 3/88 29236
/proc/meminfo: memFree=1322720/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=280.57
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 841 0 0 0 28056 1 0 0 25 0 2 0 181650576 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134616705 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 556 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.57
Current children cumulated vsize (KiB) 64064

[startup+342.746 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 29236
/proc/meminfo: memFree=1322656/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=340.16
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 841 0 0 0 34015 1 0 0 25 0 2 0 181650576 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 556 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.16
Current children cumulated vsize (KiB) 64064

[startup+402.821 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 29236
/proc/meminfo: memFree=1322720/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=399.73
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 841 0 0 0 39972 1 0 0 25 0 2 0 181650576 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552929 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 556 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.73
Current children cumulated vsize (KiB) 64064

[startup+462.891 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 29236
/proc/meminfo: memFree=1322656/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=459.34
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 841 0 0 0 45932 2 0 0 25 0 2 0 181650576 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 556 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.34
Current children cumulated vsize (KiB) 64064

[startup+522.959 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 29236
/proc/meminfo: memFree=1322720/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=518.93
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 841 0 0 0 51891 2 0 0 25 0 2 0 181650576 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552868 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 556 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.93
Current children cumulated vsize (KiB) 64064

[startup+583.026 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 29236
/proc/meminfo: memFree=1322656/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=64064 CPUtime=578.49
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 841 0 0 0 57847 2 0 0 25 0 2 0 181650576 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 16016 556 172 90 0 15554 0
[pid=28854/tid=28856] ppid=28852 vsize=64064 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 181650579 65601536 556 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.49
Current children cumulated vsize (KiB) 64064

[startup+643.1 s]

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

/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 842 0 0 0 117422 14 0 0 25 0 3 0 181650576 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622718 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 18577 557 172 90 0 18115 0
[pid=28854/tid=28856] ppid=28852 vsize=74308 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181650579 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=74308 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181740594 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1174.36
Current children cumulated vsize (KiB) 74308

[startup+1244.01 s]
/proc/loadavg: 1.99 1.97 1.98 3/90 29436
/proc/meminfo: memFree=1322640/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=74308 CPUtime=1233.97
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 842 0 0 0 123383 14 0 0 25 0 3 0 181650576 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 18577 557 172 90 0 18115 0
[pid=28854/tid=28856] ppid=28852 vsize=74308 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181650579 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=74308 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181740594 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.97
Current children cumulated vsize (KiB) 74308

[startup+1304.01 s]
/proc/loadavg: 2.07 1.99 1.98 3/90 29436
/proc/meminfo: memFree=1322576/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=74308 CPUtime=1293.45
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 842 0 0 0 129331 14 0 0 25 0 3 0 181650576 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 18577 557 172 90 0 18115 0
[pid=28854/tid=28856] ppid=28852 vsize=74308 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181650579 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=74308 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181740594 76091392 557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1293.45
Current children cumulated vsize (KiB) 74308

[startup+1364.01 s]
/proc/loadavg: 2.03 1.99 1.98 3/91 29437
/proc/meminfo: memFree=1322632/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1352.97
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 843 0 0 0 135283 14 0 0 25 0 4 0 181650576 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 21138 558 172 90 0 20676 0
[pid=28854/tid=28856] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181650579 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181740594 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28854/tid=29437] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29437/stat : 29437 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181785605 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1352.97
Current children cumulated vsize (KiB) 84552

[startup+1424.03 s]
/proc/loadavg: 2.01 1.99 1.98 3/92 29438
/proc/meminfo: memFree=1322560/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1412.52
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 843 0 0 0 141237 15 0 0 25 0 4 0 181650576 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134628034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 21138 558 172 90 0 20676 0
[pid=28854/tid=28856] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181650579 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181740594 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28854/tid=29437] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29437/stat : 29437 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181785605 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1412.52
Current children cumulated vsize (KiB) 84552

[startup+1484.05 s]
/proc/loadavg: 2.00 1.99 1.98 3/92 29438
/proc/meminfo: memFree=1322560/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1472.04
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 843 0 0 0 147189 15 0 0 25 0 4 0 181650576 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 21138 558 172 90 0 20676 0
[pid=28854/tid=28856] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181650579 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181740594 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28854/tid=29437] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29437/stat : 29437 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181785605 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.04
Current children cumulated vsize (KiB) 84552

[startup+1544.06 s]
/proc/loadavg: 2.00 1.99 1.98 3/92 29438
/proc/meminfo: memFree=1322560/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1531.57
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 843 0 0 0 153142 15 0 0 25 0 4 0 181650576 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 21138 558 172 90 0 20676 0
[pid=28854/tid=28856] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181650579 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181740594 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28854/tid=29437] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29437/stat : 29437 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181785605 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.57
Current children cumulated vsize (KiB) 84552

[startup+1604.09 s]
/proc/loadavg: 2.00 1.99 1.98 3/92 29438
/proc/meminfo: memFree=1322560/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1591.1
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 843 0 0 0 159095 15 0 0 25 0 4 0 181650576 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134616735 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 21138 558 172 90 0 20676 0
[pid=28854/tid=28856] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181650579 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181740594 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28854/tid=29437] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29437/stat : 29437 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181785605 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.1
Current children cumulated vsize (KiB) 84552

[startup+1664.11 s]
/proc/loadavg: 2.00 1.99 1.98 3/92 29438
/proc/meminfo: memFree=1322560/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1650.62
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 843 0 0 0 165046 16 0 0 25 0 4 0 181650576 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134616383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 21138 558 172 90 0 20676 0
[pid=28854/tid=28856] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181650579 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181740594 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28854/tid=29437] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29437/stat : 29437 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181785605 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.62
Current children cumulated vsize (KiB) 84552

[startup+1724.13 s]
/proc/loadavg: 2.00 1.99 1.98 3/92 29438
/proc/meminfo: memFree=1322560/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1710.14
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 843 0 0 0 170998 16 0 0 25 0 4 0 181650576 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621959 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 21138 558 172 90 0 20676 0
[pid=28854/tid=28856] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181650579 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181740594 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28854/tid=29437] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29437/stat : 29437 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181785605 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.14
Current children cumulated vsize (KiB) 84552

[startup+1784.15 s]
/proc/loadavg: 2.00 1.99 1.98 3/92 29440
/proc/meminfo: memFree=1322368/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1769.67
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 843 0 0 0 176951 16 0 0 25 0 4 0 181650576 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28854/statm: 21138 558 172 90 0 20676 0
[pid=28854/tid=28856] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/28856/stat : 28856 (bprolog) S 28852 28854 28442 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181650579 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28854/tid=29435] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29435/stat : 29435 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181740594 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28854/tid=29437] ppid=28852 vsize=84552 CPUtime=0
/proc/28854/task/29437/stat : 29437 (bprolog) S 28852 28854 28442 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181785605 86581248 558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.67
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.82 s]
/proc/loadavg: 2.00 1.99 1.98 3/89 29440
/proc/meminfo: memFree=1322432/2055920 swapFree=4182144/4192956
[pid=28854] ppid=28852 vsize=84552 CPUtime=1800.07
/proc/28854/stat : 28854 (bprolog) R 28852 28854 28442 0 -1 4194304 844 0 0 0 179991 16 0 0 25 0 1 0 181650576 86581248 559 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552804 0 0 4096 2 0 0 0 17 0 0 0
/proc/28854/statm: 21138 559 173 90 0 20676 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.83
CPU time (s): 1800.08
CPU user time (s): 1799.91
CPU system time (s): 0.162975
CPU usage (%): 99.1873
Max. virtual memory (cumulated for all children) (KiB): 84552

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

runsolver used 1.9677 s user time and 4.5743 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 08:49:08 UTC 2007


IDJOB= 234492
IDBENCH= 6691
FILE ID= node4/234492-1168332547

PBS_JOBID= 3503054

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-105-3.xml
COMMAND LINE= /tmp/evaluation/234492-1168332547/Complete/Ordinary/solver /tmp/evaluation/234492-1168332547/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-234492-1168332547 -o ROOT/results/node4/conversion-234492-1168332547 -C 600 -M 900 /tmp/evaluation/234492-1168332547/Complete/Ordinary/conversion /tmp/evaluation/234492-1168332547/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-234492-1168332547 -o ROOT/results/node4/solver-234492-1168332547 -C 1800 -M 900  /tmp/evaluation/234492-1168332547/Complete/Ordinary/solver /tmp/evaluation/234492-1168332547/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4a953e9a9d5cf55379870c7d2a543457

RANDOM SEED= 337880685

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.223
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.223
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:       1319416 kB
Buffers:         92576 kB
Cached:         531356 kB
SwapCached:       2552 kB
Active:         355876 kB
Inactive:       317116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319416 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            1220 kB
Writeback:           0 kB
Mapped:          59724 kB
Slab:            48220 kB
Committed_AS:  5535108 kB
PageTables:       2392 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= 66530 MiB



End job on node4 on Tue Jan  9 09:19:25 UTC 2007