Trace number 209200

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 1810.44

General information on the benchmark

Namefapp/fapp01-05/fapp03/
fapp03-0300-7.xml
MD5SUM336f9727f83de4902cc9d6bc31a3cb37
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 benchmark1.9597
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 2.08 2.06 2.02 5/94 6132
/proc/meminfo: memFree=1398928/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=18540 CPUtime=0
/proc/6131/stat : 6131 (runsolver) R 6129 6131 5084 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 167586812 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6131/statm: 4635 279 244 17 0 2626 0

[startup+0.108123 s]
/proc/loadavg: 2.08 2.06 2.02 5/94 6132
/proc/meminfo: memFree=1398928/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=53824 CPUtime=0.09
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 1919 0 0 0 8 1 0 0 20 0 1 0 167586812 55115776 1635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568369 0 0 4096 2 0 0 0 17 1 0 0
/proc/6131/statm: 13456 1635 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516202 s]
/proc/loadavg: 2.08 2.06 2.02 5/94 6132
/proc/meminfo: memFree=1398928/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=62076 CPUtime=0.5
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 2669 0 0 0 49 1 0 0 23 0 1 0 167586812 63565824 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 0 0 0 17 1 0 0
/proc/6131/statm: 15519 2384 176 90 0 15057 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62076

[startup+1.33737 s]
/proc/loadavg: 2.08 2.06 2.02 4/94 6132
/proc/meminfo: memFree=1320656/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=62076 CPUtime=1.31
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 3454 0 0 0 130 1 0 0 25 0 1 0 167586812 63565824 3169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662630 0 0 4096 2 0 0 0 17 1 0 0
/proc/6131/statm: 15519 3169 176 90 0 15057 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 62076

[startup+2.97869 s]
/proc/loadavg: 2.08 2.06 2.02 4/95 6133
/proc/meminfo: memFree=1238480/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=2.95
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 4244 0 0 0 293 2 0 0 25 0 2 0 167586812 74055680 3959 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6131/statm: 18080 3959 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 3959 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 72320

[startup+6.25934 s]
/proc/loadavg: 2.15 2.08 2.03 4/95 6133
/proc/meminfo: memFree=1163536/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=6.2
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 4244 0 0 0 618 2 0 0 25 0 2 0 167586812 74055680 3959 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6131/statm: 18080 3959 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 3959 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) 72320

[startup+12.7246 s]
/proc/loadavg: 2.22 2.09 2.03 4/95 6133
/proc/meminfo: memFree=1013584/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=12.6
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 4475 0 0 0 1258 2 0 0 25 0 2 0 167586812 74055680 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6131/statm: 18080 4190 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4190 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) 72320

[startup+25.5542 s]
/proc/loadavg: 2.24 2.10 2.04 3/94 6134
/proc/meminfo: memFree=940888/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=25.32
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 4480 0 0 0 2530 2 0 0 25 0 2 0 167586812 74055680 4195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6131/statm: 18080 4195 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 72320

[startup+51.2403 s]
/proc/loadavg: 2.24 2.11 2.04 3/95 6270
/proc/meminfo: memFree=1598992/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=50.91
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 4484 0 0 0 5088 3 0 0 25 0 2 0 167586812 74055680 4199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4199 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 72320

[startup+102.465 s]
/proc/loadavg: 2.19 2.12 2.04 3/95 6270
/proc/meminfo: memFree=1540240/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=101.86
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 4489 0 0 0 10182 4 0 0 25 0 2 0 167586812 74055680 4204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4204 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 72320

[startup+162.504 s]
/proc/loadavg: 2.07 2.10 2.04 3/95 6270
/proc/meminfo: memFree=1498000/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=161.57
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 4489 0 0 0 16153 4 0 0 25 0 2 0 167586812 74055680 4204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620248 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4204 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 72320

[startup+222.574 s]
/proc/loadavg: 2.02 2.08 2.03 3/95 6270
/proc/meminfo: memFree=1463056/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=221.3
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 4798 0 0 0 22126 4 0 0 25 0 2 0 167586812 74055680 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4513 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 72320

[startup+282.671 s]
/proc/loadavg: 2.01 2.06 2.03 3/95 6270
/proc/meminfo: memFree=1435408/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=281.06
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5180 0 0 0 28101 5 0 0 25 0 2 0 167586812 74055680 4895 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4895 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4895 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.06
Current children cumulated vsize (KiB) 72320

[startup+342.683 s]
/proc/loadavg: 2.00 2.05 2.02 3/95 6270
/proc/meminfo: memFree=1415568/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=340.64
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5180 0 0 0 34059 5 0 0 25 0 2 0 167586812 74055680 4895 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4895 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4895 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.64
Current children cumulated vsize (KiB) 72320

[startup+402.776 s]
/proc/loadavg: 2.00 2.03 2.02 3/95 6270
/proc/meminfo: memFree=1399696/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=400.4
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5180 0 0 0 40035 5 0 0 25 0 2 0 167586812 74055680 4895 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618096 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4895 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4895 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.4
Current children cumulated vsize (KiB) 72320

[startup+462.876 s]
/proc/loadavg: 2.00 2.03 2.01 3/95 6270
/proc/meminfo: memFree=1376976/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=460.16
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5181 0 0 0 46011 5 0 0 25 0 2 0 167586812 74055680 4896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618406 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4896 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.16
Current children cumulated vsize (KiB) 72320

[startup+522.957 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 6270
/proc/meminfo: memFree=1363088/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=519.92
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5181 0 0 0 51987 5 0 0 25 0 2 0 167586812 74055680 4896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4896 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.92
Current children cumulated vsize (KiB) 72320

[startup+583.047 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 6270
/proc/meminfo: memFree=1344144/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=72320 CPUtime=579.65
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5181 0 0 0 57960 5 0 0 25 0 2 0 167586812 74055680 4896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620076 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 18080 4896 180 90 0 17618 0
[pid=6131/tid=6133] ppid=6129 vsize=72320 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167586978 74055680 4896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.65
Current children cumulated vsize (KiB) 72320

[startup+643.134 s]
/proc/loadavg: 2.14 2.05 2.01 3/95 6270
/proc/meminfo: memFree=1330448/2055920 swapFree=4192812/4192956

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

/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5182 0 0 0 117676 18 0 0 25 0 3 0 167586812 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662608 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 20641 4897 180 90 0 20179 0
[pid=6131/tid=6133] ppid=6129 vsize=82564 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167586978 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=82564 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167676996 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.94
Current children cumulated vsize (KiB) 82564

[startup+1243.78 s]
/proc/loadavg: 2.01 2.01 2.00 3/96 6469
/proc/meminfo: memFree=1200392/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=82564 CPUtime=1236.6
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5182 0 0 0 123642 18 0 0 25 0 3 0 167586812 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664253 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 20641 4897 180 90 0 20179 0
[pid=6131/tid=6133] ppid=6129 vsize=82564 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167586978 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=82564 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167676996 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.6
Current children cumulated vsize (KiB) 82564

[startup+1303.87 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 6469
/proc/meminfo: memFree=1187336/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=82564 CPUtime=1296.35
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5182 0 0 0 129617 18 0 0 25 0 3 0 167586812 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 20641 4897 180 90 0 20179 0
[pid=6131/tid=6133] ppid=6129 vsize=82564 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167586978 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=82564 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167676996 84545536 4897 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.35
Current children cumulated vsize (KiB) 82564

[startup+1363.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 6470
/proc/meminfo: memFree=1180352/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1356.11
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5235 0 0 0 135593 18 0 0 25 0 4 0 167586812 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554411 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 23202 4950 180 90 0 22740 0
[pid=6131/tid=6133] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167586978 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167676996 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6131/tid=6470] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6470/stat : 6470 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167722007 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.11
Current children cumulated vsize (KiB) 92808

[startup+1424 s]
/proc/loadavg: 2.11 2.03 2.01 3/97 6470
/proc/meminfo: memFree=1172800/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1415.82
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5235 0 0 0 141563 19 0 0 25 0 4 0 167586812 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 23202 4950 180 90 0 22740 0
[pid=6131/tid=6133] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167586978 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167676996 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6131/tid=6470] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6470/stat : 6470 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167722007 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.82
Current children cumulated vsize (KiB) 92808

[startup+1484.02 s]
/proc/loadavg: 2.04 2.02 2.00 3/97 6470
/proc/meminfo: memFree=1165504/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1475.48
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5235 0 0 0 147529 19 0 0 25 0 4 0 167586812 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 23202 4950 180 90 0 22740 0
[pid=6131/tid=6133] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167586978 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167676996 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6131/tid=6470] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6470/stat : 6470 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167722007 95035392 4950 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.48
Current children cumulated vsize (KiB) 92808

[startup+1544.04 s]
/proc/loadavg: 2.01 2.02 2.00 3/97 6470
/proc/meminfo: memFree=1155776/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1535.16
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5238 0 0 0 153497 19 0 0 25 0 4 0 167586812 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 23202 4953 180 90 0 22740 0
[pid=6131/tid=6133] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167586978 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167676996 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6131/tid=6470] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6470/stat : 6470 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167722007 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.16
Current children cumulated vsize (KiB) 92808

[startup+1604.06 s]
/proc/loadavg: 2.08 2.03 2.01 3/97 6470
/proc/meminfo: memFree=1149760/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1594.87
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5238 0 0 0 159467 20 0 0 25 0 4 0 167586812 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 23202 4953 180 90 0 22740 0
[pid=6131/tid=6133] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167586978 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167676996 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6131/tid=6470] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6470/stat : 6470 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167722007 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.87
Current children cumulated vsize (KiB) 92808

[startup+1664.09 s]
/proc/loadavg: 2.03 2.02 2.00 3/97 6470
/proc/meminfo: memFree=1137664/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1654.54
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5238 0 0 0 165434 20 0 0 25 0 4 0 167586812 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580623 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 23202 4953 180 90 0 22740 0
[pid=6131/tid=6133] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167586978 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167676996 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6131/tid=6470] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6470/stat : 6470 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167722007 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.54
Current children cumulated vsize (KiB) 92808

[startup+1724.11 s]
/proc/loadavg: 2.01 2.02 2.00 3/97 6470
/proc/meminfo: memFree=1132672/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1714.24
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5238 0 0 0 171404 20 0 0 25 0 4 0 167586812 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671501 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 23202 4953 180 90 0 22740 0
[pid=6131/tid=6133] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167586978 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167676996 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6131/tid=6470] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6470/stat : 6470 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167722007 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.24
Current children cumulated vsize (KiB) 92808

[startup+1784.13 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 6470
/proc/meminfo: memFree=1126976/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1773.92
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5238 0 0 0 177372 20 0 0 25 0 4 0 167586812 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6131/statm: 23202 4953 180 90 0 22740 0
[pid=6131/tid=6133] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6133/stat : 6133 (bprolog) S 6129 6131 5084 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167586978 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6131/tid=6271] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6271/stat : 6271 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167676996 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6131/tid=6470] ppid=6129 vsize=92808 CPUtime=0
/proc/6131/task/6470/stat : 6470 (bprolog) S 6129 6131 5084 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167722007 95035392 4953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.92
Current children cumulated vsize (KiB) 92808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.43 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 6470
/proc/meminfo: memFree=1119744/2055920 swapFree=4192812/4192956
[pid=6131] ppid=6129 vsize=92808 CPUtime=1800.07
/proc/6131/stat : 6131 (bprolog) R 6129 6131 5084 0 -1 4194304 5239 0 0 0 179987 20 0 0 25 0 1 0 167586812 95035392 4954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 0 0 0 17 0 0 0
/proc/6131/statm: 23202 4954 181 90 0 22740 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 92808

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.44
CPU time (s): 1800.09
CPU user time (s): 1799.87
CPU system time (s): 0.213967
CPU usage (%): 99.4283
Max. virtual memory (cumulated for all children) (KiB): 92808

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

runsolver used 1.9777 s user time and 6.04108 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 17:45:15 UTC 2007


IDJOB= 209200
IDBENCH= 4502
FILE ID= node11/209200-1168191915

PBS_JOBID= 3478981

Free space on /tmp= 66338 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp03/fapp03-0300-7.xml
COMMAND LINE= /tmp/evaluation/209200-1168191915/Complete/Ordinary/solver /tmp/evaluation/209200-1168191915/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node11/convwatcher-209200-1168191915 -o ROOT/results/node11/conversion-209200-1168191915 -C 600 -M 900 /tmp/evaluation/209200-1168191915/Complete/Ordinary/conversion /tmp/evaluation/209200-1168191915/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-209200-1168191915 -o ROOT/results/node11/solver-209200-1168191915 -C 1800 -M 900  /tmp/evaluation/209200-1168191915/Complete/Ordinary/solver /tmp/evaluation/209200-1168191915/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  336f9727f83de4902cc9d6bc31a3cb37

RANDOM SEED= 856322215

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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1403184 kB
Buffers:         42068 kB
Cached:         204772 kB
SwapCached:          0 kB
Active:         454580 kB
Inactive:       140044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1403184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:         375780 kB
Slab:            42144 kB
Committed_AS:  5682812 kB
PageTables:       3044 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= 66337 MiB



End job on node11 on Sun Jan  7 18:15:28 UTC 2007