Trace number 225031

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.1 1812.34

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-61_ext.xml
MD5SUM761a72438b2a8fbe130ab06441196921
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.7622
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/225031-1168270609/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/node58/watcher-225031-1168270609 -o ROOT/results/node58/solver-225031-1168270609 -C 1800 -M 900 /tmp/evaluation/225031-1168270609/Complete/Ordinary/solver /tmp/evaluation/225031-1168270609/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: 0.85 1.21 1.75 5/73 21589
/proc/meminfo: memFree=1729144/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=53472 CPUtime=0
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 515 0 0 0 0 0 0 0 18 0 1 0 175459128 54755328 234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134532780 0 0 4096 2 0 0 0 17 1 0 0
/proc/21588/statm: 13368 235 127 90 0 12906 0

[startup+0.105877 s]
/proc/loadavg: 0.85 1.21 1.75 5/73 21589
/proc/meminfo: memFree=1729144/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=61640 CPUtime=0.1
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 1966 0 0 0 9 1 0 0 18 0 1 0 175459128 63119360 1682 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/21588/statm: 15410 1682 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.513912 s]
/proc/loadavg: 0.85 1.21 1.75 5/73 21589
/proc/meminfo: memFree=1729144/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=61640 CPUtime=0.5
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 3484 0 0 0 48 2 0 0 21 0 1 0 175459128 63119360 3200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601199 0 0 4096 2 0 0 0 17 1 0 0
/proc/21588/statm: 15410 3200 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33498 s]
/proc/loadavg: 0.94 1.22 1.75 3/73 21589
/proc/meminfo: memFree=1692472/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=76188 CPUtime=1.33
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 13107 0 0 0 127 6 0 0 25 0 1 0 175459128 78016512 10936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858957 0 0 4096 2 0 0 0 17 1 0 0
/proc/21588/statm: 19047 10936 158 90 0 18585 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 76188

[startup+2.97813 s]
/proc/loadavg: 0.94 1.22 1.75 3/73 21589
/proc/meminfo: memFree=1691000/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=2.97
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17593 0 0 0 289 8 0 0 25 0 2 0 175459128 88907776 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610337 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13189 170 90 0 21244 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 86824

[startup+6.25541 s]
/proc/loadavg: 1.02 1.24 1.75 3/74 21590
/proc/meminfo: memFree=1678704/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=6.24
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17594 0 0 0 616 8 0 0 25 0 2 0 175459128 88907776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13190 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13190 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) 86824

[startup+12.72 s]
/proc/loadavg: 1.10 1.25 1.75 3/74 21590
/proc/meminfo: memFree=1685168/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=12.7
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17594 0 0 0 1262 8 0 0 25 0 2 0 175459128 88907776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617937 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13190 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 86824

[startup+25.5311 s]
/proc/loadavg: 1.24 1.27 1.76 3/74 21590
/proc/meminfo: memFree=1681968/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=25.51
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 2543 8 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 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) 86824

[startup+51.1663 s]
/proc/loadavg: 1.54 1.34 1.76 3/74 21590
/proc/meminfo: memFree=1678192/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=51.14
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 5106 8 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 86824

[startup+102.435 s]
/proc/loadavg: 1.80 1.44 1.77 3/74 21590
/proc/meminfo: memFree=1676720/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=102.39
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 10231 8 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 86824

[startup+162.526 s]
/proc/loadavg: 1.92 1.54 1.78 3/74 21590
/proc/meminfo: memFree=1675120/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=162.47
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 16239 8 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 86824

[startup+222.625 s]
/proc/loadavg: 1.97 1.62 1.79 3/76 21600
/proc/meminfo: memFree=1683872/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=222.55
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 22247 8 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.55
Current children cumulated vsize (KiB) 86824

[startup+282.663 s]
/proc/loadavg: 1.99 1.69 1.81 3/76 21600
/proc/meminfo: memFree=1683808/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=282.57
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 28249 8 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.57
Current children cumulated vsize (KiB) 86824

[startup+342.741 s]
/proc/loadavg: 1.99 1.74 1.82 3/76 21600
/proc/meminfo: memFree=1683808/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=342.64
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 34255 9 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.64
Current children cumulated vsize (KiB) 86824

[startup+402.785 s]
/proc/loadavg: 1.99 1.79 1.82 3/76 21600
/proc/meminfo: memFree=1683808/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=402.67
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 40258 9 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.67
Current children cumulated vsize (KiB) 86824

[startup+462.821 s]
/proc/loadavg: 2.07 1.84 1.84 3/76 21600
/proc/meminfo: memFree=1683808/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=462.69
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 46260 9 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.69
Current children cumulated vsize (KiB) 86824

[startup+522.852 s]
/proc/loadavg: 2.03 1.87 1.84 3/86 21726
/proc/meminfo: memFree=1606872/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=522.46
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 52235 11 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.46
Current children cumulated vsize (KiB) 86824

[startup+582.923 s]
/proc/loadavg: 2.01 1.89 1.85 2/69 21735
/proc/meminfo: memFree=1689248/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=581.93
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17595 0 0 0 58182 11 0 0 25 0 2 0 175459128 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670189 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 21706 13191 170 90 0 21244 0
[pid=21588/tid=21590] ppid=21586 vsize=86824 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175459376 88907776 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 86824

[startup+642.978 s]
/proc/loadavg: 2.04 1.92 1.86 3/86 21779
/proc/meminfo: memFree=1606296/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=86824 CPUtime=641.47
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17596 0 0 0 64134 13 0 0 25 0 2 0 175459128 88907776 13192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17597 0 0 0 117658 14 0 0 25 0 3 0 175459128 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 24267 13193 170 90 0 23805 0
[pid=21588/tid=21590] ppid=21586 vsize=97068 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175459376 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=97068 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175549388 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.72
Current children cumulated vsize (KiB) 97068

[startup+1243.52 s]
/proc/loadavg: 2.03 2.00 1.92 3/87 21780
/proc/meminfo: memFree=1443344/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=97068 CPUtime=1236.25
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17597 0 0 0 123611 14 0 0 25 0 3 0 175459128 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 24267 13193 170 90 0 23805 0
[pid=21588/tid=21590] ppid=21586 vsize=97068 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175459376 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=97068 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175549388 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.25
Current children cumulated vsize (KiB) 97068

[startup+1303.61 s]
/proc/loadavg: 2.01 2.00 1.92 3/87 21780
/proc/meminfo: memFree=1443280/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=97068 CPUtime=1295.8
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17597 0 0 0 129566 14 0 0 25 0 3 0 175459128 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639180 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 24267 13193 170 90 0 23805 0
[pid=21588/tid=21590] ppid=21586 vsize=97068 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175459376 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=97068 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175549388 99397632 13193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.8
Current children cumulated vsize (KiB) 97068

[startup+1363.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/88 21781
/proc/meminfo: memFree=1443208/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1355.36
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17614 0 0 0 135522 14 0 0 25 0 4 0 175459128 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 26828 13210 170 90 0 26366 0
[pid=21588/tid=21590] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175459376 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175549388 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21588/tid=21781] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21781/stat : 21781 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175594398 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.36
Current children cumulated vsize (KiB) 107312

[startup+1423.78 s]
/proc/loadavg: 2.00 2.00 1.92 3/88 21781
/proc/meminfo: memFree=1443144/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1414.85
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17616 0 0 0 141471 14 0 0 25 0 4 0 175459128 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 26828 13212 170 90 0 26366 0
[pid=21588/tid=21590] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175459376 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175549388 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21588/tid=21781] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21781/stat : 21781 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175594398 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.85
Current children cumulated vsize (KiB) 107312

[startup+1483.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 21899
/proc/meminfo: memFree=1441800/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1474.27
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17616 0 0 0 147408 19 0 0 25 0 4 0 175459128 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 26828 13212 170 90 0 26366 0
[pid=21588/tid=21590] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175459376 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175549388 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21588/tid=21781] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21781/stat : 21781 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175594398 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.27
Current children cumulated vsize (KiB) 107312

[startup+1543.83 s]
/proc/loadavg: 2.07 2.03 1.93 3/94 21959
/proc/meminfo: memFree=1441680/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1533.71
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17616 0 0 0 153340 31 0 0 25 0 4 0 175459128 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 26828 13212 170 90 0 26366 0
[pid=21588/tid=21590] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175459376 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175549388 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21588/tid=21781] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21781/stat : 21781 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175594398 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.71
Current children cumulated vsize (KiB) 107312

[startup+1603.85 s]
/proc/loadavg: 2.02 2.02 1.93 3/88 21979
/proc/meminfo: memFree=1442760/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1593.13
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17616 0 0 0 159281 32 0 0 25 0 4 0 175459128 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 26828 13212 170 90 0 26366 0
[pid=21588/tid=21590] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175459376 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175549388 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21588/tid=21781] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21781/stat : 21781 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175594398 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.13
Current children cumulated vsize (KiB) 107312

[startup+1663.86 s]
/proc/loadavg: 2.11 2.05 1.94 3/88 21979
/proc/meminfo: memFree=1442760/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1652.56
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17616 0 0 0 165224 32 0 0 25 0 4 0 175459128 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 26828 13212 170 90 0 26366 0
[pid=21588/tid=21590] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175459376 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175549388 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21588/tid=21781] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21781/stat : 21781 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175594398 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.56
Current children cumulated vsize (KiB) 107312

[startup+1723.89 s]
/proc/loadavg: 2.11 2.06 1.95 3/88 21979
/proc/meminfo: memFree=1385544/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1712.11
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17616 0 0 0 171179 32 0 0 25 0 4 0 175459128 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 26828 13212 170 90 0 26366 0
[pid=21588/tid=21590] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175459376 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175549388 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21588/tid=21781] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21781/stat : 21781 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175594398 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.11
Current children cumulated vsize (KiB) 107312

[startup+1783.89 s]
/proc/loadavg: 2.04 2.05 1.95 3/88 21979
/proc/meminfo: memFree=1385480/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1771.78
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17616 0 0 0 177145 33 0 0 25 0 4 0 175459128 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21588/statm: 26828 13212 170 90 0 26366 0
[pid=21588/tid=21590] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21590/stat : 21590 (bprolog) S 21586 21588 21439 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175459376 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21588/tid=21780] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21780/stat : 21780 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175549388 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21588/tid=21781] ppid=21586 vsize=107312 CPUtime=0
/proc/21588/task/21781/stat : 21781 (bprolog) S 21586 21588 21439 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175594398 109887488 13212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.78
Current children cumulated vsize (KiB) 107312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.33 s]
/proc/loadavg: 2.02 2.04 1.95 3/85 21979
/proc/meminfo: memFree=1385480/2055920 swapFree=4192812/4192956
[pid=21588] ppid=21586 vsize=107312 CPUtime=1800.08
/proc/21588/stat : 21588 (bprolog) R 21586 21588 21439 0 -1 4194304 17617 0 0 0 179975 33 0 0 25 0 1 0 175459128 109887488 13213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 0 0 0 17 0 0 0
/proc/21588/statm: 26828 13213 171 90 0 26366 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 107312

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.34
CPU time (s): 1800.1
CPU user time (s): 1799.76
CPU system time (s): 0.339948
CPU usage (%): 99.3242
Max. virtual memory (cumulated for all children) (KiB): 107312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17617
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= 12
involuntary context switches= 23571

runsolver used 1.84572 s user time and 5.2512 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Jan  8 15:36:50 UTC 2007


IDJOB= 225031
IDBENCH= 5811
FILE ID= node58/225031-1168270609

PBS_JOBID= 3483187

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-61_ext.xml
COMMAND LINE= /tmp/evaluation/225031-1168270609/Complete/Ordinary/solver /tmp/evaluation/225031-1168270609/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node58/convwatcher-225031-1168270609 -o ROOT/results/node58/conversion-225031-1168270609 -C 600 -M 900 /tmp/evaluation/225031-1168270609/Complete/Ordinary/conversion /tmp/evaluation/225031-1168270609/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-225031-1168270609 -o ROOT/results/node58/solver-225031-1168270609 -C 1800 -M 900  /tmp/evaluation/225031-1168270609/Complete/Ordinary/solver /tmp/evaluation/225031-1168270609/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  761a72438b2a8fbe130ab06441196921

RANDOM SEED= 234026799

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1729880 kB
Buffers:         58692 kB
Cached:         173256 kB
SwapCached:          0 kB
Active:         127000 kB
Inactive:       139600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4368 kB
Writeback:           0 kB
Mapped:          45476 kB
Slab:            44768 kB
Committed_AS:  3179316 kB
PageTables:       1760 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 node58 on Mon Jan  8 16:07:04 UTC 2007