Trace number 196580

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.11 1809.45

General information on the benchmark

Namefapp/fapp06-10/fapp07/
fapp07-0600-10.xml
MD5SUMc6661c5ba43efbac3cdfb127fa8266e1
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 benchmark5.08123
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 2.18 2.18 2.24 5/94 6174
/proc/meminfo: memFree=1307848/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=18540 CPUtime=0
/proc/6173/stat : 6173 (runsolver) R 6171 6173 5344 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 160831466 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6173/statm: 4635 279 244 17 0 2626 0

[startup+0.108329 s]
/proc/loadavg: 2.18 2.18 2.24 5/94 6174
/proc/meminfo: memFree=1307848/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=53824 CPUtime=0.09
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 2095 0 0 0 8 1 0 0 20 0 1 0 160831466 55115776 1811 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608131 0 0 4096 2 0 0 0 17 1 0 0
/proc/6173/statm: 13456 1811 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516366 s]
/proc/loadavg: 2.18 2.18 2.24 5/94 6174
/proc/meminfo: memFree=1307848/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=66448 CPUtime=0.49
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 4660 0 0 0 47 2 0 0 23 0 1 0 160831466 68042752 4373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 0 0 0 17 1 0 0
/proc/6173/statm: 16612 4373 160 90 0 16150 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 66448

[startup+1.33744 s]
/proc/loadavg: 2.18 2.18 2.24 3/94 6174
/proc/meminfo: memFree=1290440/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=66448 CPUtime=1.3
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 4684 0 0 0 128 2 0 0 25 0 1 0 160831466 68042752 4397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755944 0 0 4096 2 0 0 0 17 1 0 0
/proc/6173/statm: 16612 4397 176 90 0 16150 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 66448

[startup+2.9746 s]
/proc/loadavg: 2.18 2.18 2.24 3/94 6174
/proc/meminfo: memFree=1287624/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=66448 CPUtime=2.93
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 6689 0 0 0 290 3 0 0 25 0 1 0 160831466 68042752 6402 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 0 0 0 17 1 0 0
/proc/6173/statm: 16612 6402 176 90 0 16150 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 66448

[startup+6.26191 s]
/proc/loadavg: 2.16 2.17 2.24 3/95 6175
/proc/meminfo: memFree=1273216/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=77136 CPUtime=6.19
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 9313 0 0 0 615 4 0 0 25 0 2 0 160831466 78987264 8464 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 19284 8464 180 90 0 18822 0
[pid=6173/tid=6175] ppid=6171 vsize=77136 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 78987264 8464 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 77136

[startup+12.739 s]
/proc/loadavg: 2.23 2.19 2.24 3/95 6175
/proc/meminfo: memFree=1272640/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=77136 CPUtime=12.61
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 9313 0 0 0 1257 4 0 0 25 0 2 0 160831466 78987264 8464 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 19284 8464 180 90 0 18822 0
[pid=6173/tid=6175] ppid=6171 vsize=77136 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 78987264 8464 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 77136

[startup+25.5953 s]
/proc/loadavg: 2.18 2.18 2.24 3/95 6175
/proc/meminfo: memFree=1270784/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=77136 CPUtime=25.35
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 9313 0 0 0 2531 4 0 0 25 0 2 0 160831466 78987264 8464 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 19284 8464 180 90 0 18822 0
[pid=6173/tid=6175] ppid=6171 vsize=77136 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 78987264 8464 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 77136

[startup+51.2277 s]
/proc/loadavg: 2.12 2.16 2.23 3/95 6175
/proc/meminfo: memFree=1252224/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=50.71
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 12909 0 0 0 5065 6 0 0 25 0 2 0 160831466 86986752 10106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10106 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 84948

[startup+102.487 s]
/proc/loadavg: 2.09 2.15 2.22 3/101 6241
/proc/meminfo: memFree=1238720/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=101.42
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13008 0 0 0 10136 6 0 0 25 0 2 0 160831466 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10205 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 84948

[startup+162.522 s]
/proc/loadavg: 2.17 2.15 2.21 3/101 6333
/proc/meminfo: memFree=1231568/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=160.78
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13008 0 0 0 16071 7 0 0 25 0 2 0 160831466 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10205 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 84948

[startup+222.545 s]
/proc/loadavg: 2.06 2.12 2.20 3/95 6373
/proc/meminfo: memFree=1218816/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=220.18
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13008 0 0 0 22011 7 0 0 25 0 2 0 160831466 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10205 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 84948

[startup+282.557 s]
/proc/loadavg: 2.02 2.10 2.18 3/95 6373
/proc/meminfo: memFree=1209536/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=279.65
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13008 0 0 0 27957 8 0 0 25 0 2 0 160831466 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10205 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.65
Current children cumulated vsize (KiB) 84948

[startup+342.566 s]
/proc/loadavg: 2.01 2.08 2.17 3/95 6373
/proc/meminfo: memFree=1192256/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=339.1
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13008 0 0 0 33902 8 0 0 25 0 2 0 160831466 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671483 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10205 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.1
Current children cumulated vsize (KiB) 84948

[startup+402.577 s]
/proc/loadavg: 2.13 2.09 2.17 3/95 6373
/proc/meminfo: memFree=1175936/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=398.57
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13008 0 0 0 39848 9 0 0 25 0 2 0 160831466 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10205 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.57
Current children cumulated vsize (KiB) 84948

[startup+462.591 s]
/proc/loadavg: 2.05 2.07 2.16 3/95 6373
/proc/meminfo: memFree=1160896/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=458.04
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13009 0 0 0 45795 9 0 0 25 0 2 0 160831466 86986752 10206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10206 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.04
Current children cumulated vsize (KiB) 84948

[startup+522.67 s]
/proc/loadavg: 2.02 2.06 2.14 3/95 6373
/proc/meminfo: memFree=1155328/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=517.57
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13009 0 0 0 51747 10 0 0 25 0 2 0 160831466 86986752 10206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10206 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.57
Current children cumulated vsize (KiB) 84948

[startup+582.713 s]
/proc/loadavg: 2.04 2.06 2.14 3/95 6373
/proc/meminfo: memFree=1148288/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=577.06
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13009 0 0 0 57696 10 0 0 25 0 2 0 160831466 86986752 10206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756042 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6173/statm: 21237 10206 180 90 0 20775 0
[pid=6173/tid=6175] ppid=6171 vsize=84948 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 160831810 86986752 10206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.06
Current children cumulated vsize (KiB) 84948

[startup+642.736 s]
/proc/loadavg: 2.01 2.05 2.13 3/95 6373
/proc/meminfo: memFree=1134656/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=84948 CPUtime=636.54
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13009 0 0 0 63643 11 0 0 25 0 2 0 160831466 86986752 10206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13010 0 0 0 117404 16 0 0 25 0 3 0 160831466 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 23798 10207 180 90 0 23336 0
[pid=6173/tid=6175] ppid=6171 vsize=95192 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160831810 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=95192 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160921835 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.2
Current children cumulated vsize (KiB) 95192

[startup+1243.15 s]
/proc/loadavg: 1.74 1.77 1.93 2/83 6545
/proc/meminfo: memFree=1703648/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=95192 CPUtime=1234.19
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13010 0 0 0 123403 16 0 0 25 0 3 0 160831466 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 23798 10207 180 90 0 23336 0
[pid=6173/tid=6175] ppid=6171 vsize=95192 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160831810 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=95192 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160921835 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.19
Current children cumulated vsize (KiB) 95192

[startup+1303.16 s]
/proc/loadavg: 1.27 1.63 1.87 2/83 6549
/proc/meminfo: memFree=1704224/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=95192 CPUtime=1294.17
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13010 0 0 0 129400 17 0 0 25 0 3 0 160831466 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 23798 10207 180 90 0 23336 0
[pid=6173/tid=6175] ppid=6171 vsize=95192 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160831810 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=95192 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160921835 97476608 10207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.17
Current children cumulated vsize (KiB) 95192

[startup+1363.17 s]
/proc/loadavg: 1.09 1.50 1.80 2/84 6773
/proc/meminfo: memFree=1701080/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1354.13
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13011 0 0 0 135395 18 0 0 25 0 4 0 160831466 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 26359 10208 180 90 0 25897 0
[pid=6173/tid=6175] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160831810 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160921835 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6773] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6773/stat : 6773 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160966844 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1354.13
Current children cumulated vsize (KiB) 105436

[startup+1423.21 s]
/proc/loadavg: 1.03 1.41 1.75 2/84 6774
/proc/meminfo: memFree=1704088/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1414.14
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13011 0 0 0 141395 19 0 0 25 0 4 0 160831466 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 26359 10208 180 90 0 25897 0
[pid=6173/tid=6175] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160831810 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160921835 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6773] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6773/stat : 6773 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160966844 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1414.14
Current children cumulated vsize (KiB) 105436

[startup+1483.24 s]
/proc/loadavg: 1.08 1.35 1.71 2/84 6829
/proc/meminfo: memFree=1702040/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1474.13
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13011 0 0 0 147393 20 0 0 25 0 4 0 160831466 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 26359 10208 180 90 0 25897 0
[pid=6173/tid=6175] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160831810 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160921835 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6773] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6773/stat : 6773 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160966844 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.13
Current children cumulated vsize (KiB) 105436

[startup+1543.27 s]
/proc/loadavg: 1.03 1.28 1.66 2/84 6832
/proc/meminfo: memFree=1703896/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1534.12
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13011 0 0 0 153392 20 0 0 25 0 4 0 160831466 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 26359 10208 180 90 0 25897 0
[pid=6173/tid=6175] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160831810 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160921835 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6773] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6773/stat : 6773 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160966844 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.12
Current children cumulated vsize (KiB) 105436

[startup+1603.34 s]
/proc/loadavg: 1.35 1.31 1.64 3/91 6907
/proc/meminfo: memFree=1697888/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1594.15
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13011 0 0 0 159394 21 0 0 25 0 4 0 160831466 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 26359 10208 180 90 0 25897 0
[pid=6173/tid=6175] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160831810 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160921835 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6773] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6773/stat : 6773 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160966844 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.15
Current children cumulated vsize (KiB) 105436

[startup+1663.42 s]
/proc/loadavg: 1.52 1.37 1.64 2/84 6917
/proc/meminfo: memFree=1702936/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1654.17
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13011 0 0 0 165396 21 0 0 25 0 4 0 160831466 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 26359 10208 180 90 0 25897 0
[pid=6173/tid=6175] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160831810 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160921835 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6773] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6773/stat : 6773 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160966844 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.17
Current children cumulated vsize (KiB) 105436

[startup+1723.45 s]
/proc/loadavg: 1.17 1.30 1.60 2/81 6924
/proc/meminfo: memFree=1708848/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1714.17
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13011 0 0 0 171395 22 0 0 25 0 4 0 160831466 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 26359 10208 180 90 0 25897 0
[pid=6173/tid=6175] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160831810 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160921835 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6773] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6773/stat : 6773 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160966844 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.17
Current children cumulated vsize (KiB) 105436

[startup+1783.49 s]
/proc/loadavg: 1.11 1.25 1.56 2/84 7005
/proc/meminfo: memFree=1701080/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1774.16
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13011 0 0 0 177393 23 0 0 25 0 4 0 160831466 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 26359 10208 180 90 0 25897 0
[pid=6173/tid=6175] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6175/stat : 6175 (bprolog) S 6171 6173 5344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160831810 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6374] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6374/stat : 6374 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160921835 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6173/tid=6773] ppid=6171 vsize=105436 CPUtime=0
/proc/6173/task/6773/stat : 6773 (bprolog) S 6171 6173 5344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160966844 107966464 10208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.16
Current children cumulated vsize (KiB) 105436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.44 s]
/proc/loadavg: 1.07 1.23 1.54 2/81 7005
/proc/meminfo: memFree=1701144/2055920 swapFree=4192812/4192956
[pid=6173] ppid=6171 vsize=105436 CPUtime=1800.1
/proc/6173/stat : 6173 (bprolog) R 6171 6173 5344 0 -1 4194304 13012 0 0 0 179987 23 0 0 25 0 1 0 160831466 107966464 10209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663996 0 0 4096 2 0 0 0 17 0 0 0
/proc/6173/statm: 26359 10209 181 90 0 25897 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 105436

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.45
CPU time (s): 1800.11
CPU user time (s): 1799.87
CPU system time (s): 0.237963
CPU usage (%): 99.4837
Max. virtual memory (cumulated for all children) (KiB): 105436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13012
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= 14
involuntary context switches= 63616

runsolver used 2.11568 s user time and 5.37518 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 22:59:20 UTC 2007


IDJOB= 196580
IDBENCH= 3360
FILE ID= node18/196580-1168124359

PBS_JOBID= 3477163

Free space on /tmp= 66283 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp07/fapp07-0600-10.xml
COMMAND LINE= /tmp/evaluation/196580-1168124359/Complete/Ordinary/solver /tmp/evaluation/196580-1168124359/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node18/convwatcher-196580-1168124359 -o ROOT/results/node18/conversion-196580-1168124359 -C 600 -M 900 /tmp/evaluation/196580-1168124359/Complete/Ordinary/conversion /tmp/evaluation/196580-1168124359/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-196580-1168124359 -o ROOT/results/node18/solver-196580-1168124359 -C 1800 -M 900  /tmp/evaluation/196580-1168124359/Complete/Ordinary/solver /tmp/evaluation/196580-1168124359/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c6661c5ba43efbac3cdfb127fa8266e1

RANDOM SEED= 61039452

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.231
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.231
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:       1308264 kB
Buffers:         32724 kB
Cached:         172208 kB
SwapCached:         20 kB
Active:         583564 kB
Inactive:       114568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3220 kB
Writeback:           0 kB
Mapped:         520928 kB
Slab:            33488 kB
Committed_AS:  5045324 kB
PageTables:       3020 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= 66283 MiB



End job on node18 on Sat Jan  6 23:29:45 UTC 2007