Trace number 226758

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-25_ext.xml
MD5SUMd08daf79178615f77eb3ee37132725f5
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 benchmark2.94955
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/226758-1168276491/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/node6/watcher-226758-1168276491 -o ROOT/results/node6/solver-226758-1168276491 -C 1800 -M 900 /tmp/evaluation/226758-1168276491/Complete/Ordinary/solver /tmp/evaluation/226758-1168276491/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.27 2.21 2.27 3/94 30640
/proc/meminfo: memFree=1356456/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=5352 CPUtime=0
/proc/30639/stat : 30639 (sh) R 30637 30639 30000 0 -1 4194304 266 0 0 0 0 0 0 0 21 0 1 0 176044684 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 268582461955 0 0 4100 65536 0 0 0 17 1 0 0
/proc/30639/statm: 1338 233 196 169 0 49 0

[startup+0.10255 s]
/proc/loadavg: 2.27 2.21 2.27 3/94 30640
/proc/meminfo: memFree=1356456/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=61640 CPUtime=0.08
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 1822 0 0 0 8 0 0 0 21 0 1 0 176044684 63119360 1538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691914 0 0 4096 2 0 0 0 17 1 0 0
/proc/30639/statm: 15410 1538 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.510596 s]
/proc/loadavg: 2.27 2.21 2.27 3/94 30640
/proc/meminfo: memFree=1356456/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=61636 CPUtime=0.5
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 5223 0 0 0 48 2 0 0 24 0 1 0 176044684 63115264 4938 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 0 0 0 17 1 0 0
/proc/30639/statm: 15409 4938 158 90 0 14947 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61636

[startup+1.33169 s]
/proc/loadavg: 2.27 2.21 2.27 3/94 30640
/proc/meminfo: memFree=1317096/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=1.31
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12764 0 0 0 124 7 0 0 25 0 2 0 176044684 100642816 11163 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557152 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11163 170 90 0 24109 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 98284

[startup+2.96889 s]
/proc/loadavg: 2.27 2.21 2.27 3/95 30641
/proc/meminfo: memFree=1315872/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=2.94
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12765 0 0 0 287 7 0 0 25 0 2 0 176044684 100642816 11164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11164 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 98284

[startup+6.24928 s]
/proc/loadavg: 2.25 2.20 2.27 3/95 30641
/proc/meminfo: memFree=1314592/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=6.2
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12765 0 0 0 613 7 0 0 25 0 2 0 176044684 100642816 11164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11164 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 98284

[startup+12.724 s]
/proc/loadavg: 2.31 2.22 2.27 3/95 30641
/proc/meminfo: memFree=1300512/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=12.65
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 1258 7 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 98284

[startup+25.5716 s]
/proc/loadavg: 2.39 2.24 2.28 4/95 30641
/proc/meminfo: memFree=1283360/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=25.43
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 2536 7 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 98284

[startup+51.2646 s]
/proc/loadavg: 2.33 2.23 2.27 5/95 30641
/proc/meminfo: memFree=1252192/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=50.9
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 5083 7 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664608 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 98284

[startup+102.528 s]
/proc/loadavg: 2.56 2.32 2.30 4/95 30641
/proc/meminfo: memFree=1182368/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=101.69
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 10162 7 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 98284

[startup+162.563 s]
/proc/loadavg: 2.38 2.30 2.29 3/95 30641
/proc/meminfo: memFree=1092192/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=161.19
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 16111 8 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609620 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 98284

[startup+222.647 s]
/proc/loadavg: 2.49 2.34 2.30 4/95 30641
/proc/meminfo: memFree=1018848/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=220.72
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 22064 8 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 98284

[startup+282.742 s]
/proc/loadavg: 2.43 2.35 2.30 3/95 30643
/proc/meminfo: memFree=1016800/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=280.26
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 28018 8 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.26
Current children cumulated vsize (KiB) 98284

[startup+342.829 s]
/proc/loadavg: 2.40 2.35 2.30 3/95 30643
/proc/meminfo: memFree=1016736/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=340.06
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 33998 8 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.06
Current children cumulated vsize (KiB) 98284

[startup+402.923 s]
/proc/loadavg: 2.68 2.42 2.33 3/95 30643
/proc/meminfo: memFree=1016800/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=399.99
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 39990 9 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.99
Current children cumulated vsize (KiB) 98284

[startup+462.996 s]
/proc/loadavg: 2.61 2.45 2.34 3/95 30643
/proc/meminfo: memFree=1016736/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=459.78
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 45969 9 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.78
Current children cumulated vsize (KiB) 98284

[startup+523.071 s]
/proc/loadavg: 2.62 2.48 2.36 4/95 30643
/proc/meminfo: memFree=1016480/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=519.55
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 51946 9 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.55
Current children cumulated vsize (KiB) 98284

[startup+583.144 s]
/proc/loadavg: 2.86 2.57 2.40 4/95 30643
/proc/meminfo: memFree=1011680/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=98284 CPUtime=579.34
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12766 0 0 0 57925 9 0 0 25 0 2 0 176044684 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30639/statm: 24571 11165 170 90 0 24109 0
[pid=30639/tid=30641] ppid=30637 vsize=98284 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176044808 100642816 11165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.34
Current children cumulated vsize (KiB) 98284

[startup+643.202 s]
/proc/loadavg: 2.86 2.63 2.43 3/95 30643
/proc/meminfo: memFree=1011552/2055924 swapFree=4165672/4192956

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

/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12768 0 0 0 117673 11 0 0 25 0 3 0 176044684 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 27132 11167 170 90 0 26670 0
[pid=30639/tid=30641] ppid=30637 vsize=108528 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 176044808 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=108528 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176134825 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.84
Current children cumulated vsize (KiB) 108528

[startup+1244 s]
/proc/loadavg: 2.01 2.11 2.23 3/96 30644
/proc/meminfo: memFree=994328/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=108528 CPUtime=1236.61
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12768 0 0 0 123650 11 0 0 25 0 3 0 176044684 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 27132 11167 170 90 0 26670 0
[pid=30639/tid=30641] ppid=30637 vsize=108528 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 176044808 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=108528 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176134825 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.61
Current children cumulated vsize (KiB) 108528

[startup+1304.1 s]
/proc/loadavg: 2.00 2.08 2.21 3/96 30644
/proc/meminfo: memFree=990552/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=108528 CPUtime=1296.36
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12768 0 0 0 129625 11 0 0 25 0 3 0 176044684 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 27132 11167 170 90 0 26670 0
[pid=30639/tid=30641] ppid=30637 vsize=108528 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 176044808 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=108528 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176134825 111132672 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.36
Current children cumulated vsize (KiB) 108528

[startup+1364.19 s]
/proc/loadavg: 2.06 2.08 2.20 3/97 30645
/proc/meminfo: memFree=988240/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1356.12
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12770 0 0 0 135601 11 0 0 25 0 4 0 176044684 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 29693 11169 170 90 0 29231 0
[pid=30639/tid=30641] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176044808 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176134825 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30639/tid=30645] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30645/stat : 30645 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176179833 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.12
Current children cumulated vsize (KiB) 118772

[startup+1424.22 s]
/proc/loadavg: 2.08 2.08 2.19 3/97 30645
/proc/meminfo: memFree=985104/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1415.83
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12770 0 0 0 141572 11 0 0 25 0 4 0 176044684 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 29693 11169 170 90 0 29231 0
[pid=30639/tid=30641] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176044808 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176134825 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30639/tid=30645] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30645/stat : 30645 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176179833 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.83
Current children cumulated vsize (KiB) 118772

[startup+1484.23 s]
/proc/loadavg: 2.03 2.06 2.17 3/97 30645
/proc/meminfo: memFree=984144/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1475.5
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12770 0 0 0 147538 12 0 0 25 0 4 0 176044684 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711228 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 29693 11169 170 90 0 29231 0
[pid=30639/tid=30641] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176044808 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176134825 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30639/tid=30645] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30645/stat : 30645 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176179833 121622528 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.5
Current children cumulated vsize (KiB) 118772

[startup+1544.24 s]
/proc/loadavg: 2.04 2.06 2.17 3/97 30645
/proc/meminfo: memFree=984080/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1535.18
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12771 0 0 0 153506 12 0 0 25 0 4 0 176044684 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 29693 11170 170 90 0 29231 0
[pid=30639/tid=30641] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176044808 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176134825 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30639/tid=30645] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30645/stat : 30645 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176179833 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.18
Current children cumulated vsize (KiB) 118772

[startup+1604.25 s]
/proc/loadavg: 2.09 2.07 2.16 3/97 30645
/proc/meminfo: memFree=979216/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1594.88
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12771 0 0 0 159476 12 0 0 25 0 4 0 176044684 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664631 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 29693 11170 170 90 0 29231 0
[pid=30639/tid=30641] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176044808 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176134825 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30639/tid=30645] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30645/stat : 30645 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176179833 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.88
Current children cumulated vsize (KiB) 118772

[startup+1664.26 s]
/proc/loadavg: 2.25 2.11 2.17 3/91 30711
/proc/meminfo: memFree=1602304/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1654.56
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12771 0 0 0 165443 13 0 0 25 0 4 0 176044684 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 29693 11170 170 90 0 29231 0
[pid=30639/tid=30641] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176044808 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176134825 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30639/tid=30645] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30645/stat : 30645 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176179833 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.56
Current children cumulated vsize (KiB) 118772

[startup+1724.33 s]
/proc/loadavg: 1.82 2.03 2.14 4/87 30880
/proc/meminfo: memFree=1604384/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1714.49
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12771 0 0 0 171433 16 0 0 25 0 4 0 176044684 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597203 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 29693 11170 170 90 0 29231 0
[pid=30639/tid=30641] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176044808 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176134825 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30639/tid=30645] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30645/stat : 30645 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176179833 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.49
Current children cumulated vsize (KiB) 118772

[startup+1784.39 s]
/proc/loadavg: 1.93 2.02 2.12 3/91 31113
/proc/meminfo: memFree=1604168/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1774.5
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12771 0 0 0 177432 18 0 0 25 0 4 0 176044684 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565748 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30639/statm: 29693 11170 170 90 0 29231 0
[pid=30639/tid=30641] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30641/stat : 30641 (bprolog) S 30637 30639 30000 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176044808 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30639/tid=30644] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30644/stat : 30644 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176134825 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30639/tid=30645] ppid=30637 vsize=118772 CPUtime=0
/proc/30639/task/30645/stat : 30645 (bprolog) S 30637 30639 30000 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176179833 121622528 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.5
Current children cumulated vsize (KiB) 118772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.95 s]
/proc/loadavg: 1.95 2.02 2.12 3/88 31113
/proc/meminfo: memFree=1604296/2055924 swapFree=4165672/4192956
[pid=30639] ppid=30637 vsize=118772 CPUtime=1800.03
/proc/30639/stat : 30639 (bprolog) R 30637 30639 30000 0 -1 4194304 12772 0 0 0 179985 18 0 0 25 0 1 0 176044684 121622528 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 0 0 0 17 0 0 0
/proc/30639/statm: 29693 11171 171 90 0 29231 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 118772

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.96
CPU time (s): 1800.05
CPU user time (s): 1799.86
CPU system time (s): 0.19097
CPU usage (%): 99.4523
Max. virtual memory (cumulated for all children) (KiB): 118772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12772
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 49798

runsolver used 2.26465 s user time and 5.67114 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan  8 17:14:51 UTC 2007


IDJOB= 226758
IDBENCH= 6010
FILE ID= node6/226758-1168276491

PBS_JOBID= 3483081

Free space on /tmp= 66548 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-226758-1168276491 -o ROOT/results/node6/solver-226758-1168276491 -C 1800 -M 900  /tmp/evaluation/226758-1168276491/Complete/Ordinary/solver /tmp/evaluation/226758-1168276491/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d08daf79178615f77eb3ee37132725f5

RANDOM SEED= 213763063

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.240
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.240
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:      2055924 kB
MemFree:       1357000 kB
Buffers:         62920 kB
Cached:         246392 kB
SwapCached:       2944 kB
Active:         479132 kB
Inactive:       158752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1357000 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:         344448 kB
Slab:            45076 kB
Committed_AS:  5807848 kB
PageTables:       3008 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= 66550 MiB



End job on node6 on Mon Jan  8 17:45:03 UTC 2007