Trace number 207154

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 1808.24

General information on the benchmark

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

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207154-1168180213/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/node40/watcher-207154-1168180213 -o ROOT/results/node40/solver-207154-1168180213 -C 1800 -M 900 /tmp/evaluation/207154-1168180213/Complete/Ordinary/solver /tmp/evaluation/207154-1168180213/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.93 1.69 1.41 5/84 23181
/proc/meminfo: memFree=1073344/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=18540 CPUtime=0
/proc/23180/stat : 23180 (runsolver) R 23178 23180 22594 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 166420888 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23180/statm: 4635 279 244 17 0 2626 0

[startup+0.107557 s]
/proc/loadavg: 1.93 1.69 1.41 5/84 23181
/proc/meminfo: memFree=1073344/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=53824 CPUtime=0.09
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 1939 0 0 0 8 1 0 0 20 0 1 0 166420888 55115776 1655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565691 0 0 4096 2 0 0 0 17 1 0 0
/proc/23180/statm: 13456 1655 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515608 s]
/proc/loadavg: 1.93 1.69 1.41 5/84 23181
/proc/meminfo: memFree=1073344/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=62080 CPUtime=0.5
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 2687 0 0 0 48 2 0 0 24 0 1 0 166420888 63569920 2402 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755944 0 0 4096 2 0 0 0 17 1 0 0
/proc/23180/statm: 15520 2402 176 90 0 15058 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62080

[startup+1.34172 s]
/proc/loadavg: 1.93 1.69 1.41 4/84 23181
/proc/meminfo: memFree=1060928/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=62080 CPUtime=1.32
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 3470 0 0 0 130 2 0 0 25 0 1 0 166420888 63569920 3185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 0 0 0 17 0 0 0
/proc/23180/statm: 15520 3185 176 90 0 15058 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 62080

[startup+3.00471 s]
/proc/loadavg: 1.93 1.69 1.42 3/85 23182
/proc/meminfo: memFree=1051000/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=2.99
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4734 0 0 0 296 3 0 0 25 0 2 0 166420888 74059776 4449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4449 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 72324

[startup+6.29016 s]
/proc/loadavg: 1.93 1.69 1.42 3/85 23182
/proc/meminfo: memFree=1048120/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=6.26
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4734 0 0 0 623 3 0 0 25 0 2 0 166420888 74059776 4449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4449 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 72324

[startup+12.753 s]
/proc/loadavg: 1.94 1.70 1.42 3/85 23182
/proc/meminfo: memFree=1048120/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=12.7
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4735 0 0 0 1267 3 0 0 25 0 2 0 166420888 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4450 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 72324

[startup+25.5617 s]
/proc/loadavg: 1.95 1.71 1.43 3/85 23182
/proc/meminfo: memFree=1048184/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=25.45
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4735 0 0 0 2542 3 0 0 25 0 2 0 166420888 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4450 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 72324

[startup+51.195 s]
/proc/loadavg: 1.97 1.73 1.44 3/85 23182
/proc/meminfo: memFree=1046200/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=50.95
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4735 0 0 0 5092 3 0 0 25 0 2 0 166420888 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4450 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 72324

[startup+102.459 s]
/proc/loadavg: 2.40 1.88 1.51 4/85 23182
/proc/meminfo: memFree=1045944/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=101.99
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4735 0 0 0 10196 3 0 0 25 0 2 0 166420888 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4450 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 72324

[startup+162.542 s]
/proc/loadavg: 2.78 2.08 1.60 4/85 23182
/proc/meminfo: memFree=1045944/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=161.81
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4735 0 0 0 16177 4 0 0 25 0 2 0 166420888 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4450 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 72324

[startup+222.621 s]
/proc/loadavg: 2.32 2.08 1.63 3/85 23182
/proc/meminfo: memFree=1045944/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=221.61
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4735 0 0 0 22157 4 0 0 25 0 2 0 166420888 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4450 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.61
Current children cumulated vsize (KiB) 72324

[startup+282.701 s]
/proc/loadavg: 2.11 2.06 1.65 3/85 23182
/proc/meminfo: memFree=1045880/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=281.42
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4735 0 0 0 28138 4 0 0 25 0 2 0 166420888 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4450 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.42
Current children cumulated vsize (KiB) 72324

[startup+342.784 s]
/proc/loadavg: 2.04 2.05 1.66 4/85 23182
/proc/meminfo: memFree=1045880/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=341.24
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4736 0 0 0 34120 4 0 0 25 0 2 0 166420888 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4451 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.24
Current children cumulated vsize (KiB) 72324

[startup+402.866 s]
/proc/loadavg: 2.01 2.04 1.68 3/85 23182
/proc/meminfo: memFree=1045816/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=401.03
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4736 0 0 0 40099 4 0 0 25 0 2 0 166420888 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4451 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.03
Current children cumulated vsize (KiB) 72324

[startup+462.948 s]
/proc/loadavg: 2.07 2.04 1.70 3/74 23307
/proc/meminfo: memFree=1777424/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=460.85
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4736 0 0 0 46079 6 0 0 25 0 2 0 166420888 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4451 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.85
Current children cumulated vsize (KiB) 72324

[startup+523.022 s]
/proc/loadavg: 2.02 2.03 1.72 3/75 23308
/proc/meminfo: memFree=1775688/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=520.66
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4736 0 0 0 52060 6 0 0 25 0 2 0 166420888 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4451 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.66
Current children cumulated vsize (KiB) 72324

[startup+583.095 s]
/proc/loadavg: 2.01 2.02 1.74 3/75 23308
/proc/meminfo: memFree=1775688/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=72324 CPUtime=580.45
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4736 0 0 0 58039 6 0 0 25 0 2 0 166420888 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 18081 4451 180 90 0 17619 0
[pid=23180/tid=23182] ppid=23178 vsize=72324 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166421053 74059776 4451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.45
Current children cumulated vsize (KiB) 72324

[startup+643.175 s]
/proc/loadavg: 2.00 2.02 1.75 3/75 23308
/proc/meminfo: memFree=1775688/2055920 swapFree=4192812/4192956

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

/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4798 0 0 0 117857 7 0 0 25 0 3 0 166420888 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 20642 4513 180 90 0 20180 0
[pid=23180/tid=23182] ppid=23178 vsize=82568 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166421053 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=82568 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166511071 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.64
Current children cumulated vsize (KiB) 82568

[startup+1244.08 s]
/proc/loadavg: 2.04 2.04 1.87 3/76 23309
/proc/meminfo: memFree=1775296/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=82568 CPUtime=1238.47
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4798 0 0 0 123840 7 0 0 25 0 3 0 166420888 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 20642 4513 180 90 0 20180 0
[pid=23180/tid=23182] ppid=23178 vsize=82568 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166421053 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=82568 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166511071 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.47
Current children cumulated vsize (KiB) 82568

[startup+1304.18 s]
/proc/loadavg: 2.01 2.03 1.87 3/76 23309
/proc/meminfo: memFree=1775296/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=82568 CPUtime=1298.29
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 4798 0 0 0 129822 7 0 0 25 0 3 0 166420888 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 20642 4513 180 90 0 20180 0
[pid=23180/tid=23182] ppid=23178 vsize=82568 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166421053 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=82568 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166511071 84549632 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.29
Current children cumulated vsize (KiB) 82568

[startup+1364.18 s]
/proc/loadavg: 2.00 2.02 1.88 3/78 23311
/proc/meminfo: memFree=1770672/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1358.03
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5954 0 0 0 135796 7 0 0 25 0 4 0 166420888 95039488 5669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 23203 5669 180 90 0 22741 0
[pid=23180/tid=23182] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166421053 95039488 5669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166511071 95039488 5669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23310] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23310/stat : 23310 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166556082 95039488 5669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.03
Current children cumulated vsize (KiB) 92812

[startup+1424.2 s]
/proc/loadavg: 2.00 2.02 1.88 3/78 23311
/proc/meminfo: memFree=1770608/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1417.78
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5954 0 0 0 141771 7 0 0 25 0 4 0 166420888 95039488 5669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 23203 5669 180 90 0 22741 0
[pid=23180/tid=23182] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166421053 95039488 5669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166511071 95039488 5669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23310] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23310/stat : 23310 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166556082 95039488 5669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.78
Current children cumulated vsize (KiB) 92812

[startup+1484.23 s]
/proc/loadavg: 2.00 2.01 1.89 3/78 23311
/proc/meminfo: memFree=1770608/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1477.52
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5955 0 0 0 147745 7 0 0 25 0 4 0 166420888 95039488 5670 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663815 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 23203 5670 180 90 0 22741 0
[pid=23180/tid=23182] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166421053 95039488 5670 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166511071 95039488 5670 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23310] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23310/stat : 23310 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166556082 95039488 5670 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.52
Current children cumulated vsize (KiB) 92812

[startup+1544.25 s]
/proc/loadavg: 2.00 2.01 1.90 3/78 23311
/proc/meminfo: memFree=1770544/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1537.28
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5955 0 0 0 153721 7 0 0 25 0 4 0 166420888 95039488 5670 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 23203 5670 180 90 0 22741 0
[pid=23180/tid=23182] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166421053 95039488 5670 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166511071 95039488 5670 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23310] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23310/stat : 23310 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166556082 95039488 5670 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.28
Current children cumulated vsize (KiB) 92812

[startup+1604.27 s]
/proc/loadavg: 2.00 2.00 1.90 3/78 23311
/proc/meminfo: memFree=1770416/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1597.04
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5996 0 0 0 159697 7 0 0 25 0 4 0 166420888 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 23203 5711 180 90 0 22741 0
[pid=23180/tid=23182] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166421053 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166511071 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23310] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23310/stat : 23310 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166556082 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.04
Current children cumulated vsize (KiB) 92812

[startup+1664.29 s]
/proc/loadavg: 2.00 2.00 1.91 3/78 23311
/proc/meminfo: memFree=1770416/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1656.77
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5996 0 0 0 165670 7 0 0 25 0 4 0 166420888 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 23203 5711 180 90 0 22741 0
[pid=23180/tid=23182] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166421053 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166511071 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23310] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23310/stat : 23310 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166556082 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.77
Current children cumulated vsize (KiB) 92812

[startup+1724.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/78 23311
/proc/meminfo: memFree=1770352/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1716.53
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5996 0 0 0 171646 7 0 0 25 0 4 0 166420888 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 23203 5711 180 90 0 22741 0
[pid=23180/tid=23182] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166421053 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166511071 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23310] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23310/stat : 23310 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166556082 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.53
Current children cumulated vsize (KiB) 92812

[startup+1784.33 s]
/proc/loadavg: 2.00 2.00 1.91 3/78 23311
/proc/meminfo: memFree=1770352/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1776.29
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5996 0 0 0 177622 7 0 0 25 0 4 0 166420888 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23180/statm: 23203 5711 180 90 0 22741 0
[pid=23180/tid=23182] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23182/stat : 23182 (bprolog) S 23178 23180 22594 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166421053 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23309] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23309/stat : 23309 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166511071 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23180/tid=23310] ppid=23178 vsize=92812 CPUtime=0
/proc/23180/task/23310/stat : 23310 (bprolog) S 23178 23180 22594 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166556082 95039488 5711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.29
Current children cumulated vsize (KiB) 92812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.23 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23311
/proc/meminfo: memFree=1770352/2055920 swapFree=4192812/4192956
[pid=23180] ppid=23178 vsize=92812 CPUtime=1800.06
/proc/23180/stat : 23180 (bprolog) R 23178 23180 22594 0 -1 4194304 5997 0 0 0 179999 7 0 0 25 0 1 0 166420888 95039488 5712 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 0 0 0 17 0 0 0
/proc/23180/statm: 23203 5712 181 90 0 22741 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 92812

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.24
CPU time (s): 1800.08
CPU user time (s): 1800
CPU system time (s): 0.080987
CPU usage (%): 99.5487
Max. virtual memory (cumulated for all children) (KiB): 92812

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

runsolver used 1.76673 s user time and 4.65529 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 14:30:13 UTC 2007


IDJOB= 207154
IDBENCH= 4273
FILE ID= node40/207154-1168180213

PBS_JOBID= 3479140

Free space on /tmp= 66550 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-207154-1168180213 -o ROOT/results/node40/solver-207154-1168180213 -C 1800 -M 900  /tmp/evaluation/207154-1168180213/Complete/Ordinary/solver /tmp/evaluation/207154-1168180213/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a64b1c1676ccef27a5c55e97d7cfbaea

RANDOM SEED= 13922153

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.239
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.239
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:       1073632 kB
Buffers:         12936 kB
Cached:         165360 kB
SwapCached:          0 kB
Active:         813248 kB
Inactive:       113828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1073632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2424 kB
Writeback:           0 kB
Mapped:         769444 kB
Slab:            38996 kB
Committed_AS:  4083868 kB
PageTables:       3248 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= 66551 MiB



End job on node40 on Sun Jan  7 15:00:24 UTC 2007