Trace number 226343

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.07 1816.08

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-23_ext.xml
MD5SUM052daab93e3479cd3789561612b07034
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 benchmark13.086
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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/226343-1168275153/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/node4/watcher-226343-1168275153 -o ROOT/results/node4/solver-226343-1168275153 -C 1800 -M 900 /tmp/evaluation/226343-1168275153/Complete/Ordinary/solver /tmp/evaluation/226343-1168275153/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.29 2.53 2.52 5/94 31779
/proc/meminfo: memFree=1045488/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=53472 CPUtime=0
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 470 0 0 0 0 0 0 0 20 0 1 0 175911045 54755328 189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/31778/statm: 13368 189 123 90 0 12906 0

[startup+0.104059 s]
/proc/loadavg: 2.29 2.53 2.52 5/94 31779
/proc/meminfo: memFree=1045488/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=61640 CPUtime=0.09
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 1818 0 0 0 9 0 0 0 20 0 1 0 175911045 63119360 1534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591438 0 0 4096 2 0 0 0 17 1 0 0
/proc/31778/statm: 15410 1534 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512097 s]
/proc/loadavg: 2.29 2.53 2.52 5/94 31779
/proc/meminfo: memFree=1045488/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=61636 CPUtime=0.49
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 5212 0 0 0 47 2 0 0 23 0 1 0 175911045 63115264 4927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566509 0 0 4096 2 0 0 0 17 1 0 0
/proc/31778/statm: 15409 4927 158 90 0 14947 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61636

[startup+1.33318 s]
/proc/loadavg: 2.29 2.53 2.52 3/94 31779
/proc/meminfo: memFree=1001776/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=1.3
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12779 0 0 0 125 5 0 0 25 0 2 0 175911045 100741120 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670128 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11168 170 90 0 24133 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 98380

[startup+2.97396 s]
/proc/loadavg: 2.26 2.53 2.51 4/95 31780
/proc/meminfo: memFree=1001192/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=2.93
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12779 0 0 0 288 5 0 0 25 0 2 0 175911045 100741120 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11168 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 98380

[startup+6.26466 s]
/proc/loadavg: 2.26 2.53 2.51 3/95 31780
/proc/meminfo: memFree=1001192/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=6.19
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12780 0 0 0 614 5 0 0 25 0 2 0 175911045 100741120 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11169 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11169 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) 98380

[startup+12.7323 s]
/proc/loadavg: 2.22 2.51 2.51 4/95 31780
/proc/meminfo: memFree=1001192/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=12.6
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 1255 5 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 98380

[startup+25.5775 s]
/proc/loadavg: 2.26 2.51 2.51 3/95 31780
/proc/meminfo: memFree=1001256/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=25.32
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 2527 5 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 98380

[startup+51.262 s]
/proc/loadavg: 2.30 2.50 2.50 3/95 31780
/proc/meminfo: memFree=1001256/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=50.78
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 5072 6 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 98380

[startup+102.538 s]
/proc/loadavg: 2.31 2.48 2.50 3/95 31780
/proc/meminfo: memFree=1001320/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=101.58
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 10152 6 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 98380

[startup+162.54 s]
/proc/loadavg: 2.29 2.43 2.48 3/95 31780
/proc/meminfo: memFree=1001256/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=161.02
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 16096 6 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 98380

[startup+222.541 s]
/proc/loadavg: 2.32 2.41 2.46 3/95 31780
/proc/meminfo: memFree=1001256/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=220.48
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 22041 7 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557194 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 98380

[startup+282.586 s]
/proc/loadavg: 2.12 2.34 2.43 3/87 32009
/proc/meminfo: memFree=1607464/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=280.2
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 28012 8 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567821 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.2
Current children cumulated vsize (KiB) 98380

[startup+342.643 s]
/proc/loadavg: 2.15 2.31 2.42 3/95 32071
/proc/meminfo: memFree=1395880/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=340.05
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 33995 10 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.05
Current children cumulated vsize (KiB) 98380

[startup+402.697 s]
/proc/loadavg: 2.44 2.36 2.43 3/95 32071
/proc/meminfo: memFree=1395880/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=399.79
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 39968 11 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.79
Current children cumulated vsize (KiB) 98380

[startup+462.771 s]
/proc/loadavg: 2.64 2.42 2.44 3/95 32071
/proc/meminfo: memFree=1335080/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=459.54
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 45943 11 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.54
Current children cumulated vsize (KiB) 98380

[startup+522.847 s]
/proc/loadavg: 2.54 2.43 2.45 3/101 32153
/proc/meminfo: memFree=1269360/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=519.22
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 51904 18 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.22
Current children cumulated vsize (KiB) 98380

[startup+582.894 s]
/proc/loadavg: 2.49 2.43 2.44 3/101 32239
/proc/meminfo: memFree=1183160/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=98380 CPUtime=578.81
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12781 0 0 0 57853 28 0 0 25 0 2 0 175911045 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 24595 11170 170 90 0 24133 0
[pid=31778/tid=31780] ppid=31776 vsize=98380 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175911167 100741120 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.81
Current children cumulated vsize (KiB) 98380

[startup+642.959 s]
/proc/loadavg: 2.42 2.42 2.44 3/95 32271
/proc/meminfo: memFree=1090280/2055920 swapFree=4182144/4192956

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

/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12782 0 0 0 117329 35 0 0 25 0 3 0 175911045 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 27156 11171 170 90 0 26694 0
[pid=31778/tid=31780] ppid=31776 vsize=108624 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175911167 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=108624 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176001179 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.64
Current children cumulated vsize (KiB) 108624

[startup+1243.56 s]
/proc/loadavg: 2.95 2.74 2.57 4/96 32272
/proc/meminfo: memFree=1008736/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=108624 CPUtime=1233.1
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12782 0 0 0 123275 35 0 0 25 0 3 0 175911045 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 27156 11171 170 90 0 26694 0
[pid=31778/tid=31780] ppid=31776 vsize=108624 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175911167 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=108624 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176001179 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.1
Current children cumulated vsize (KiB) 108624

[startup+1303.59 s]
/proc/loadavg: 2.77 2.74 2.58 4/96 32272
/proc/meminfo: memFree=1008736/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=108624 CPUtime=1292.56
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12782 0 0 0 129221 35 0 0 25 0 3 0 175911045 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613097 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 27156 11171 170 90 0 26694 0
[pid=31778/tid=31780] ppid=31776 vsize=108624 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175911167 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=108624 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176001179 111230976 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.56
Current children cumulated vsize (KiB) 108624

[startup+1363.62 s]
/proc/loadavg: 2.88 2.77 2.59 4/97 32273
/proc/meminfo: memFree=1006168/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1351.99
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12783 0 0 0 135164 35 0 0 25 0 4 0 175911045 121720832 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 29717 11172 170 90 0 29255 0
[pid=31778/tid=31780] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175911167 121720832 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176001179 121720832 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31778/tid=32273] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32273/stat : 32273 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176046187 121720832 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.99
Current children cumulated vsize (KiB) 118868

[startup+1423.66 s]
/proc/loadavg: 2.87 2.79 2.61 3/97 32273
/proc/meminfo: memFree=1006104/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1411.46
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12783 0 0 0 141110 36 0 0 25 0 4 0 175911045 121720832 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 29717 11172 170 90 0 29255 0
[pid=31778/tid=31780] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175911167 121720832 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176001179 121720832 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31778/tid=32273] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32273/stat : 32273 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176046187 121720832 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.46
Current children cumulated vsize (KiB) 118868

[startup+1483.69 s]
/proc/loadavg: 2.32 2.65 2.57 4/97 32273
/proc/meminfo: memFree=1006424/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1470.91
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12784 0 0 0 147055 36 0 0 25 0 4 0 175911045 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 29717 11173 170 90 0 29255 0
[pid=31778/tid=31780] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175911167 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176001179 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31778/tid=32273] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32273/stat : 32273 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176046187 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.91
Current children cumulated vsize (KiB) 118868

[startup+1543.72 s]
/proc/loadavg: 2.17 2.54 2.54 3/97 32273
/proc/meminfo: memFree=1006104/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1530.35
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12784 0 0 0 152999 36 0 0 25 0 4 0 175911045 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 29717 11173 170 90 0 29255 0
[pid=31778/tid=31780] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175911167 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176001179 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31778/tid=32273] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32273/stat : 32273 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176046187 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.35
Current children cumulated vsize (KiB) 118868

[startup+1603.76 s]
/proc/loadavg: 2.10 2.45 2.51 3/97 32275
/proc/meminfo: memFree=1006104/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1589.81
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12784 0 0 0 158945 36 0 0 25 0 4 0 175911045 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610286 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 29717 11173 170 90 0 29255 0
[pid=31778/tid=31780] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175911167 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176001179 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31778/tid=32273] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32273/stat : 32273 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176046187 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.81
Current children cumulated vsize (KiB) 118868

[startup+1663.79 s]
/proc/loadavg: 2.07 2.38 2.48 3/97 32275
/proc/meminfo: memFree=1004312/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1649.25
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12784 0 0 0 164889 36 0 0 25 0 4 0 175911045 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 29717 11173 170 90 0 29255 0
[pid=31778/tid=31780] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175911167 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176001179 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31778/tid=32273] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32273/stat : 32273 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176046187 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.25
Current children cumulated vsize (KiB) 118868

[startup+1723.82 s]
/proc/loadavg: 2.13 2.34 2.45 3/97 32275
/proc/meminfo: memFree=999832/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1708.7
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12784 0 0 0 170833 37 0 0 25 0 4 0 175911045 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 29717 11173 170 90 0 29255 0
[pid=31778/tid=31780] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175911167 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176001179 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31778/tid=32273] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32273/stat : 32273 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176046187 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.7
Current children cumulated vsize (KiB) 118868

[startup+1783.82 s]
/proc/loadavg: 2.08 2.29 2.43 3/97 32275
/proc/meminfo: memFree=997272/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1768.14
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12784 0 0 0 176777 37 0 0 25 0 4 0 175911045 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589726 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31778/statm: 29717 11173 170 90 0 29255 0
[pid=31778/tid=31780] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/31780/stat : 31780 (bprolog) S 31776 31778 31424 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175911167 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31778/tid=32272] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32272/stat : 32272 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176001179 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31778/tid=32273] ppid=31776 vsize=118868 CPUtime=0
/proc/31778/task/32273/stat : 32273 (bprolog) S 31776 31778 31424 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176046187 121720832 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.14
Current children cumulated vsize (KiB) 118868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.07 s]
/proc/loadavg: 2.05 2.26 2.41 3/94 32275
/proc/meminfo: memFree=995736/2055920 swapFree=4182144/4192956
[pid=31778] ppid=31776 vsize=118868 CPUtime=1800.05
/proc/31778/stat : 31778 (bprolog) R 31776 31778 31424 0 -1 4194304 12785 0 0 0 179968 37 0 0 25 0 1 0 175911045 121720832 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 0 0 0 17 0 0 0
/proc/31778/statm: 29717 11174 171 90 0 29255 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 118868

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.08
CPU time (s): 1800.07
CPU user time (s): 1799.69
CPU system time (s): 0.382941
CPU usage (%): 99.1183
Max. virtual memory (cumulated for all children) (KiB): 118868

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

runsolver used 2.07768 s user time and 5.65814 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan  8 16:52:34 UTC 2007


IDJOB= 226343
IDBENCH= 5961
FILE ID= node4/226343-1168275153

PBS_JOBID= 3483040

Free space on /tmp= 66303 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-23_ext.xml
COMMAND LINE= /tmp/evaluation/226343-1168275153/Complete/Ordinary/solver /tmp/evaluation/226343-1168275153/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-226343-1168275153 -o ROOT/results/node4/conversion-226343-1168275153 -C 600 -M 900 /tmp/evaluation/226343-1168275153/Complete/Ordinary/conversion /tmp/evaluation/226343-1168275153/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-226343-1168275153 -o ROOT/results/node4/solver-226343-1168275153 -C 1800 -M 900  /tmp/evaluation/226343-1168275153/Complete/Ordinary/solver /tmp/evaluation/226343-1168275153/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  052daab93e3479cd3789561612b07034

RANDOM SEED= 60437788

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:       1045904 kB
Buffers:         63328 kB
Cached:         246104 kB
SwapCached:       2552 kB
Active:         826732 kB
Inactive:       125544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1045904 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:         658872 kB
Slab:            41148 kB
Committed_AS:  5719432 kB
PageTables:       3640 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= 66310 MiB



End job on node4 on Mon Jan  8 17:22:52 UTC 2007