Trace number 209328

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.02 1807.25

General information on the benchmark

Namefapp/fapp01-05/fapp03/
fapp03-0300-10.xml
MD5SUM4a27257976baf51e80e4977f0a58404e
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.9347
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/209328-1168192347/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/node50/watcher-209328-1168192347 -o ROOT/results/node50/solver-209328-1168192347 -C 1800 -M 900 /tmp/evaluation/209328-1168192347/Complete/Ordinary/solver /tmp/evaluation/209328-1168192347/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.32 2.27 2.02 5/73 8100
/proc/meminfo: memFree=1539400/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=5212 CPUtime=0
/proc/8099/stat : 8099 (sh) R 8097 8099 6949 0 -1 4194304 79 0 0 0 0 0 0 0 20 0 1 0 167633541 5337088 52 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4291344 0 0 4096 0 0 0 0 17 1 0 0
/proc/8099/statm: 1303 52 36 169 0 14 0

[startup+0.103186 s]
/proc/loadavg: 2.32 2.27 2.02 5/73 8100
/proc/meminfo: memFree=1539400/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=53824 CPUtime=0.08
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 1919 0 0 0 8 0 0 0 20 0 1 0 167633541 55115776 1635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555775 0 0 4096 2 0 0 0 17 1 0 0
/proc/8099/statm: 13456 1635 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.511246 s]
/proc/loadavg: 2.32 2.27 2.02 5/73 8100
/proc/meminfo: memFree=1539400/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=62076 CPUtime=0.5
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 2669 0 0 0 49 1 0 0 23 0 1 0 167633541 63565824 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/8099/statm: 15519 2384 176 90 0 15057 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62076

[startup+1.33238 s]
/proc/loadavg: 2.29 2.27 2.02 3/73 8100
/proc/meminfo: memFree=1528904/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=62076 CPUtime=1.31
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 3472 0 0 0 130 1 0 0 25 0 1 0 167633541 63565824 3187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/8099/statm: 15519 3187 176 90 0 15057 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 62076

[startup+2.97266 s]
/proc/loadavg: 2.29 2.27 2.02 3/74 8101
/proc/meminfo: memFree=1521792/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=2.95
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 4933 0 0 0 293 2 0 0 25 0 2 0 167633541 74055680 4648 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 4648 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 4648 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.25121 s]
/proc/loadavg: 2.29 2.27 2.02 3/74 8101
/proc/meminfo: memFree=1518856/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=6.22
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5564 0 0 0 620 2 0 0 25 0 2 0 167633541 74055680 5279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579732 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5279 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 72320

[startup+12.7173 s]
/proc/loadavg: 2.25 2.26 2.02 3/74 8101
/proc/meminfo: memFree=1518920/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=12.66
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5564 0 0 0 1264 2 0 0 25 0 2 0 167633541 74055680 5279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5279 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 72320

[startup+25.5344 s]
/proc/loadavg: 2.21 2.25 2.02 3/74 8101
/proc/meminfo: memFree=1518984/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=25.42
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5564 0 0 0 2540 2 0 0 25 0 2 0 167633541 74055680 5279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5279 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 72320

[startup+51.1768 s]
/proc/loadavg: 2.14 2.23 2.02 3/74 8101
/proc/meminfo: memFree=1519112/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=50.96
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 5094 2 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 72320

[startup+102.451 s]
/proc/loadavg: 2.05 2.19 2.01 3/74 8101
/proc/meminfo: memFree=1519048/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=102.05
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 10202 3 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 72320

[startup+162.555 s]
/proc/loadavg: 2.02 2.15 2.01 3/74 8101
/proc/meminfo: memFree=1519112/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=161.91
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 16188 3 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 72320

[startup+222.654 s]
/proc/loadavg: 2.00 2.12 2.00 3/74 8101
/proc/meminfo: memFree=1519048/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=221.78
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 22175 3 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.78
Current children cumulated vsize (KiB) 72320

[startup+282.752 s]
/proc/loadavg: 2.00 2.10 2.00 3/74 8101
/proc/meminfo: memFree=1519048/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=281.64
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 28161 3 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.64
Current children cumulated vsize (KiB) 72320

[startup+342.852 s]
/proc/loadavg: 2.00 2.08 2.00 3/74 8101
/proc/meminfo: memFree=1519048/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=341.51
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 34148 3 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.51
Current children cumulated vsize (KiB) 72320

[startup+402.852 s]
/proc/loadavg: 2.00 2.06 2.00 3/74 8101
/proc/meminfo: memFree=1519048/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=401.28
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 40125 3 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.28
Current children cumulated vsize (KiB) 72320

[startup+462.853 s]
/proc/loadavg: 2.00 2.05 2.00 3/74 8101
/proc/meminfo: memFree=1518984/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=461.04
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 46101 3 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.04
Current children cumulated vsize (KiB) 72320

[startup+522.861 s]
/proc/loadavg: 2.03 2.05 2.00 3/80 8173
/proc/meminfo: memFree=1517752/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=520.74
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 52070 4 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.74
Current children cumulated vsize (KiB) 72320

[startup+582.892 s]
/proc/loadavg: 2.01 2.04 2.00 3/80 8265
/proc/meminfo: memFree=1517712/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=72320 CPUtime=580.4
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5566 0 0 0 58036 4 0 0 25 0 2 0 167633541 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 18080 5281 180 90 0 17618 0
[pid=8099/tid=8101] ppid=8097 vsize=72320 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167633705 74055680 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.4
Current children cumulated vsize (KiB) 72320

[startup+642.905 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 8299
/proc/meminfo: memFree=1518664/2055920 swapFree=4191892/4192956

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

/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5567 0 0 0 117831 5 0 0 25 0 3 0 167633541 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 20641 5282 180 90 0 20179 0
[pid=8099/tid=8101] ppid=8097 vsize=82564 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167633705 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=82564 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167723720 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.36
Current children cumulated vsize (KiB) 82564

[startup+1243.26 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 8300
/proc/meminfo: memFree=1518592/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=82564 CPUtime=1238.16
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5567 0 0 0 123811 5 0 0 25 0 3 0 167633541 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 20641 5282 180 90 0 20179 0
[pid=8099/tid=8101] ppid=8097 vsize=82564 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167633705 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=82564 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167723720 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.16
Current children cumulated vsize (KiB) 82564

[startup+1303.29 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8300
/proc/meminfo: memFree=1518528/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=82564 CPUtime=1297.96
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5567 0 0 0 129791 5 0 0 25 0 3 0 167633541 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 20641 5282 180 90 0 20179 0
[pid=8099/tid=8101] ppid=8097 vsize=82564 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167633705 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=82564 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167723720 84545536 5282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.96
Current children cumulated vsize (KiB) 82564

[startup+1363.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8301
/proc/meminfo: memFree=1518520/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1357.75
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5568 0 0 0 135770 5 0 0 25 0 4 0 167633541 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8099/statm: 23202 5283 180 90 0 22740 0
[pid=8099/tid=8101] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167633705 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167723720 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8301] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8301/stat : 8301 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167768727 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.75
Current children cumulated vsize (KiB) 92808

[startup+1423.39 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 8429
/proc/meminfo: memFree=1432064/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1417.67
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5568 0 0 0 141758 9 0 0 25 0 4 0 167633541 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589398 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8099/statm: 23202 5283 180 90 0 22740 0
[pid=8099/tid=8101] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167633705 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167723720 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8301] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8301/stat : 8301 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167768727 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.67
Current children cumulated vsize (KiB) 92808

[startup+1483.45 s]
/proc/loadavg: 1.91 1.98 1.99 3/87 8480
/proc/meminfo: memFree=1497696/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1477.45
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5568 0 0 0 147734 11 0 0 25 0 4 0 167633541 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8099/statm: 23202 5283 180 90 0 22740 0
[pid=8099/tid=8101] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167633705 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167723720 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8301] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8301/stat : 8301 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167768727 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.45
Current children cumulated vsize (KiB) 92808

[startup+1543.55 s]
/proc/loadavg: 2.10 2.03 2.01 3/87 8482
/proc/meminfo: memFree=800160/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1536.65
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 5568 0 0 0 153654 11 0 0 25 0 4 0 167633541 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8099/statm: 23202 5283 180 90 0 22740 0
[pid=8099/tid=8101] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167633705 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167723720 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8301] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8301/stat : 8301 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167768727 95035392 5283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.65
Current children cumulated vsize (KiB) 92808

[startup+1603.63 s]
/proc/loadavg: 2.04 2.02 2.00 3/76 8556
/proc/meminfo: memFree=842808/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1596.62
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 6279 0 0 0 159648 14 0 0 25 0 4 0 167633541 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8099/statm: 23202 5994 180 90 0 22740 0
[pid=8099/tid=8101] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167633705 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167723720 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8301] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8301/stat : 8301 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167768727 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.62
Current children cumulated vsize (KiB) 92808

[startup+1663.67 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 8630
/proc/meminfo: memFree=1305848/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1656.58
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 6279 0 0 0 165643 15 0 0 25 0 4 0 167633541 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8099/statm: 23202 5994 180 90 0 22740 0
[pid=8099/tid=8101] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167633705 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167723720 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8301] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8301/stat : 8301 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167768727 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.58
Current children cumulated vsize (KiB) 92808

[startup+1723.71 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 8630
/proc/meminfo: memFree=1184824/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1716.56
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 6279 0 0 0 171641 15 0 0 25 0 4 0 167633541 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8099/statm: 23202 5994 180 90 0 22740 0
[pid=8099/tid=8101] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167633705 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167723720 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8301] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8301/stat : 8301 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167768727 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.56
Current children cumulated vsize (KiB) 92808

[startup+1783.8 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 8630
/proc/meminfo: memFree=1114552/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1776.56
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 6279 0 0 0 177641 15 0 0 25 0 4 0 167633541 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8099/statm: 23202 5994 180 90 0 22740 0
[pid=8099/tid=8101] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8101/stat : 8101 (bprolog) S 8097 8099 6949 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167633705 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8300] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8300/stat : 8300 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167723720 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8099/tid=8301] ppid=8097 vsize=92808 CPUtime=0
/proc/8099/task/8301/stat : 8301 (bprolog) S 8097 8099 6949 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167768727 95035392 5994 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.56
Current children cumulated vsize (KiB) 92808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.24 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 8630
/proc/meminfo: memFree=1082808/2055920 swapFree=4191892/4192956
[pid=8099] ppid=8097 vsize=92808 CPUtime=1800.01
/proc/8099/stat : 8099 (bprolog) R 8097 8099 6949 0 -1 4194304 6280 0 0 0 179985 16 0 0 25 0 1 0 167633541 95035392 5995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 0 0 0 17 0 0 0
/proc/8099/statm: 23202 5995 181 90 0 22740 0
Current children cumulated CPU time (s) 1800.01
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): 1807.25
CPU time (s): 1800.02
CPU user time (s): 1799.85
CPU system time (s): 0.165974
CPU usage (%): 99.6
Max. virtual memory (cumulated for all children) (KiB): 92808

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

runsolver used 1.9837 s user time and 4.81827 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Jan  7 17:52:28 UTC 2007


IDJOB= 209328
IDBENCH= 4510
FILE ID= node50/209328-1168192347

PBS_JOBID= 3479310

Free space on /tmp= 66558 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-209328-1168192347 -o ROOT/results/node50/solver-209328-1168192347 -C 1800 -M 900  /tmp/evaluation/209328-1168192347/Complete/Ordinary/solver /tmp/evaluation/209328-1168192347/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4a27257976baf51e80e4977f0a58404e

RANDOM SEED= 903241335

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.263
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.263
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:       1539880 kB
Buffers:         37924 kB
Cached:         391668 kB
SwapCached:        372 kB
Active:          87344 kB
Inactive:       370276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539880 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          40272 kB
Slab:            43736 kB
Committed_AS:  3879852 kB
PageTables:       1832 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= 66554 MiB



End job on node50 on Sun Jan  7 18:22:37 UTC 2007