Trace number 211997

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.05 1800.49

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-bienst1.xml
MD5SUMe68004ecf4f02743a0c4db3a0406ec5e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables13806
Number of constraints732
Maximum constraint arity390
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension732
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/211997-1168215078/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/node41/watcher-211997-1168215078 -o ROOT/results/node41/solver-211997-1168215078 -C 1800 -M 900 /tmp/evaluation/211997-1168215078/Complete/Ordinary/solver /tmp/evaluation/211997-1168215078/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.23 1.05 1.26 5/81 16053
/proc/meminfo: memFree=1813336/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=53472 CPUtime=0
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 515 0 0 0 0 0 0 0 18 0 1 0 169908406 54755328 235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134547098 0 0 4096 2 0 0 0 17 1 0 0
/proc/16052/statm: 13368 235 127 90 0 12906 0

[startup+0.108577 s]
/proc/loadavg: 1.23 1.05 1.26 5/81 16053
/proc/meminfo: memFree=1813336/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=61640 CPUtime=0.09
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 2329 0 0 0 9 0 0 0 18 0 1 0 169908406 63119360 2045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569943 0 0 4096 2 0 0 0 17 1 0 0
/proc/16052/statm: 15410 2046 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516612 s]
/proc/loadavg: 1.23 1.05 1.26 5/81 16053
/proc/meminfo: memFree=1813336/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=61640 CPUtime=0.5
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 8516 0 0 0 46 4 0 0 22 0 1 0 169908406 63119360 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560546 0 0 4096 2 0 0 0 17 1 0 0
/proc/16052/statm: 15410 8232 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33668 s]
/proc/loadavg: 1.23 1.05 1.26 3/81 16053
/proc/meminfo: memFree=1749528/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=82476 CPUtime=1.33
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 16545 0 0 0 126 7 0 0 25 0 1 0 169908406 84455424 16075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560623 0 0 4096 2 0 0 0 17 1 0 0
/proc/16052/statm: 20619 16075 158 90 0 20157 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 82476

[startup+2.97283 s]
/proc/loadavg: 1.23 1.05 1.26 3/81 16053
/proc/meminfo: memFree=1748312/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=85188 CPUtime=2.96
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 19130 0 0 0 288 8 0 0 25 0 1 0 169908406 87232512 16797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/16052/statm: 21297 16797 172 90 0 20835 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 85188

[startup+6.25011 s]
/proc/loadavg: 1.29 1.06 1.26 3/82 16054
/proc/meminfo: memFree=1740048/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=6.24
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 613 11 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 131356

[startup+12.7097 s]
/proc/loadavg: 1.34 1.08 1.27 3/82 16054
/proc/meminfo: memFree=1740048/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=12.69
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 1258 11 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131356

[startup+25.5328 s]
/proc/loadavg: 1.49 1.12 1.28 3/82 16054
/proc/meminfo: memFree=1740176/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=25.51
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 2540 11 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 131356

[startup+51.159 s]
/proc/loadavg: 1.66 1.19 1.30 3/82 16054
/proc/meminfo: memFree=1740304/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=51.13
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 5102 11 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134619678 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 131356

[startup+102.414 s]
/proc/loadavg: 1.85 1.31 1.33 3/82 16054
/proc/meminfo: memFree=1740304/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=102.38
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 10227 11 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 131356

[startup+162.493 s]
/proc/loadavg: 1.98 1.45 1.38 3/82 16054
/proc/meminfo: memFree=1740304/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=162.44
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 16233 11 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.44
Current children cumulated vsize (KiB) 131356

[startup+222.537 s]
/proc/loadavg: 2.18 1.59 1.43 3/82 16054
/proc/meminfo: memFree=1740304/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=222.47
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 22236 11 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800274 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.47
Current children cumulated vsize (KiB) 131356

[startup+282.576 s]
/proc/loadavg: 2.06 1.66 1.46 3/82 16054
/proc/meminfo: memFree=1740304/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=282.5
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 28238 12 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614908 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 131356

[startup+342.614 s]
/proc/loadavg: 2.02 1.72 1.49 3/82 16054
/proc/meminfo: memFree=1740304/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=342.52
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 34240 12 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.52
Current children cumulated vsize (KiB) 131356

[startup+402.706 s]
/proc/loadavg: 2.01 1.77 1.52 3/82 16056
/proc/meminfo: memFree=1739408/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=402.6
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 40248 12 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 131356

[startup+462.715 s]
/proc/loadavg: 2.17 1.86 1.56 3/82 16056
/proc/meminfo: memFree=1739408/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=462.59
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 46247 12 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758214 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.59
Current children cumulated vsize (KiB) 131356

[startup+522.729 s]
/proc/loadavg: 2.11 1.89 1.59 3/82 16056
/proc/meminfo: memFree=1739408/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=522.59
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 52247 12 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800274 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.59
Current children cumulated vsize (KiB) 131356

[startup+582.757 s]
/proc/loadavg: 2.04 1.91 1.61 3/82 16056
/proc/meminfo: memFree=1739408/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=582.61
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 58249 12 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552984 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 32839 18449 182 90 0 32377 0
[pid=16052/tid=16054] ppid=16050 vsize=131356 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169908867 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.61
Current children cumulated vsize (KiB) 131356

[startup+642.844 s]
/proc/loadavg: 2.01 1.92 1.64 3/82 16056
/proc/meminfo: memFree=1739344/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=131356 CPUtime=642.68
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 29766 0 0 0 64256 12 0 0 25 0 2 0 169908406 134508544 18449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1183.02
Current children cumulated vsize (KiB) 141600

[startup+1243.32 s]
/proc/loadavg: 2.12 2.02 1.81 3/83 16057
/proc/meminfo: memFree=1735688/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=141600 CPUtime=1243
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30646 0 0 0 124287 13 0 0 25 0 3 0 169908406 144998400 19329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 35400 19329 182 90 0 34938 0
[pid=16052/tid=16054] ppid=16050 vsize=141600 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169908867 144998400 19329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=141600 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169998883 144998400 19329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1243
Current children cumulated vsize (KiB) 141600

[startup+1303.41 s]
/proc/loadavg: 2.04 2.02 1.82 3/83 16057
/proc/meminfo: memFree=1735688/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=141600 CPUtime=1303.08
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30646 0 0 0 130295 13 0 0 25 0 3 0 169908406 144998400 19329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774801 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 35400 19329 182 90 0 34938 0
[pid=16052/tid=16054] ppid=16050 vsize=141600 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169908867 144998400 19329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=141600 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169998883 144998400 19329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1303.08
Current children cumulated vsize (KiB) 141600

[startup+1363.44 s]
/proc/loadavg: 2.01 2.01 1.82 3/84 16058
/proc/meminfo: memFree=1735040/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1363.1
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 136296 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1363.1
Current children cumulated vsize (KiB) 151844

[startup+1423.54 s]
/proc/loadavg: 2.00 2.01 1.83 3/84 16058
/proc/meminfo: memFree=1735040/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1423.19
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 142305 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1423.19
Current children cumulated vsize (KiB) 151844

[startup+1483.57 s]
/proc/loadavg: 2.00 2.00 1.84 3/84 16058
/proc/meminfo: memFree=1735040/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1483.2
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 148306 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.2
Current children cumulated vsize (KiB) 151844

[startup+1543.66 s]
/proc/loadavg: 2.20 2.06 1.86 3/84 16058
/proc/meminfo: memFree=1735040/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1543.28
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 154314 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.28
Current children cumulated vsize (KiB) 151844

[startup+1603.68 s]
/proc/loadavg: 2.07 2.05 1.87 3/84 16058
/proc/meminfo: memFree=1734976/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1603.28
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 160314 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579725 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.28
Current children cumulated vsize (KiB) 151844

[startup+1663.7 s]
/proc/loadavg: 2.06 2.05 1.88 3/84 16058
/proc/meminfo: memFree=1734976/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1663.29
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 166315 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.29
Current children cumulated vsize (KiB) 151844

[startup+1723.72 s]
/proc/loadavg: 2.02 2.04 1.89 3/84 16058
/proc/meminfo: memFree=1734912/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1723.29
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 172315 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.29
Current children cumulated vsize (KiB) 151844

[startup+1783.73 s]
/proc/loadavg: 2.01 2.03 1.89 3/84 16058
/proc/meminfo: memFree=1734912/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1783.3
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 178316 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.3
Current children cumulated vsize (KiB) 151844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.46 s]
/proc/loadavg: 2.00 2.03 1.89 3/84 16058
/proc/meminfo: memFree=1734912/2055920 swapFree=4191892/4192956
[pid=16052] ppid=16050 vsize=151844 CPUtime=1800.03
/proc/16052/stat : 16052 (bprolog) R 16050 16052 15879 0 -1 4194304 30803 0 0 0 179989 14 0 0 25 0 4 0 169908406 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134615439 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16052/statm: 37961 19486 182 90 0 37499 0
[pid=16052/tid=16054] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16054/stat : 16054 (bprolog) S 16050 16052 15879 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169908867 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16057] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16057/stat : 16057 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169998883 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16052/tid=16058] ppid=16050 vsize=151844 CPUtime=0
/proc/16052/task/16058/stat : 16058 (bprolog) S 16050 16052 15879 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170043892 155488256 19486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 151844

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.49
CPU time (s): 1800.05
CPU user time (s): 1799.9
CPU system time (s): 0.155976
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 166516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30803
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= 90
involuntary context switches= 37927

runsolver used 1.80672 s user time and 4.5893 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan  8 00:11:19 UTC 2007


IDJOB= 211997
IDBENCH= 4737
FILE ID= node41/211997-1168215078

PBS_JOBID= 3480872

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-bienst1.xml
COMMAND LINE= /tmp/evaluation/211997-1168215078/Complete/Ordinary/solver /tmp/evaluation/211997-1168215078/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node41/convwatcher-211997-1168215078 -o ROOT/results/node41/conversion-211997-1168215078 -C 600 -M 900 /tmp/evaluation/211997-1168215078/Complete/Ordinary/conversion /tmp/evaluation/211997-1168215078/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-211997-1168215078 -o ROOT/results/node41/solver-211997-1168215078 -C 1800 -M 900  /tmp/evaluation/211997-1168215078/Complete/Ordinary/solver /tmp/evaluation/211997-1168215078/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  e68004ecf4f02743a0c4db3a0406ec5e

RANDOM SEED= 401046890

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.234
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.234
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:       1813752 kB
Buffers:         32960 kB
Cached:          58388 kB
SwapCached:         44 kB
Active:         138136 kB
Inactive:        49452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813752 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           10908 kB
Writeback:           0 kB
Mapped:         114368 kB
Slab:            39556 kB
Committed_AS:  3913860 kB
PageTables:       2128 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= 66544 MiB



End job on node41 on Mon Jan  8 00:41:32 UTC 2007