Trace number 238316

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.03 1801.11

General information on the benchmark

NameblackHole/BH-4-4/
BlackHole-4-4-e-7_ext.xml
MD5SUMf007fbf890e041d0b9b8791c8c515477
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 benchmark0.196969
SatisfiableNO
(Un)Satisfiability was proved
Number of variables64
Number of constraints432
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension432
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/238316-1168354866/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/node76/watcher-238316-1168354866 -o ROOT/results/node76/solver-238316-1168354866 -C 1800 -M 900 /tmp/evaluation/238316-1168354866/Complete/Ordinary/solver /tmp/evaluation/238316-1168354866/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.96 2.34 1.99 5/85 1661
/proc/meminfo: memFree=1057400/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=53476 CPUtime=0
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 476 0 0 0 0 0 0 0 21 0 1 0 183884088 54759424 197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550195 0 0 4096 2 0 0 0 17 1 0 0
/proc/1660/statm: 13369 197 120 90 0 12906 0

[startup+0.105608 s]
/proc/loadavg: 2.96 2.34 1.99 5/85 1661
/proc/meminfo: memFree=1057400/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=0.09
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 899 0 0 0 9 0 0 0 21 0 2 0 183884088 65605632 616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1660/statm: 16017 616 166 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64068

[startup+0.513681 s]
/proc/loadavg: 2.96 2.34 1.99 5/85 1661
/proc/meminfo: memFree=1057400/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=0.5
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 901 0 0 0 50 0 0 0 25 0 2 0 183884088 65605632 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1660/statm: 16017 618 166 90 0 15554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 64068

[startup+1.33484 s]
/proc/loadavg: 2.89 2.34 1.99 3/86 1662
/proc/meminfo: memFree=1055536/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=1.31
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 131 0 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 64068

[startup+2.97816 s]
/proc/loadavg: 2.89 2.34 1.99 3/86 1662
/proc/meminfo: memFree=1055472/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=2.94
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 294 0 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 64068

[startup+6.25781 s]
/proc/loadavg: 2.89 2.34 1.99 3/86 1664
/proc/meminfo: memFree=1055280/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=6.18
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 618 0 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134594932 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 64068

[startup+12.7241 s]
/proc/loadavg: 2.75 2.32 1.99 3/86 1692
/proc/meminfo: memFree=1055024/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=12.56
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 1255 1 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711919 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 64068

[startup+25.5376 s]
/proc/loadavg: 2.63 2.31 1.99 3/86 1714
/proc/meminfo: memFree=1053232/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=25.26
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 2525 1 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639050 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 64068

[startup+51.1786 s]
/proc/loadavg: 2.18 2.23 1.98 2/78 1892
/proc/meminfo: memFree=1901168/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=50.72
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 5070 2 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589703 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 64068

[startup+102.417 s]
/proc/loadavg: 1.57 2.06 1.93 2/71 1946
/proc/meminfo: memFree=1903112/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=101.92
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 10189 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613107 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 64068

[startup+162.453 s]
/proc/loadavg: 1.21 1.86 1.87 2/71 1946
/proc/meminfo: memFree=1903112/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=161.94
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 16191 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 64068

[startup+222.49 s]
/proc/loadavg: 1.12 1.72 1.81 2/71 1946
/proc/meminfo: memFree=1903176/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=221.95
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 22192 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711189 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 64068

[startup+282.527 s]
/proc/loadavg: 1.04 1.58 1.76 2/71 1946
/proc/meminfo: memFree=1903176/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=281.97
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 28194 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 64068

[startup+342.562 s]
/proc/loadavg: 1.01 1.48 1.71 2/71 1946
/proc/meminfo: memFree=1903176/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=341.98
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 34195 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.98
Current children cumulated vsize (KiB) 64068

[startup+402.594 s]
/proc/loadavg: 1.00 1.39 1.66 2/71 1946
/proc/meminfo: memFree=1903120/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=401.99
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 40196 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604097 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 64068

[startup+462.629 s]
/proc/loadavg: 1.00 1.31 1.62 2/71 1946
/proc/meminfo: memFree=1903120/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=462.01
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 46198 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 64068

[startup+522.661 s]
/proc/loadavg: 1.00 1.25 1.58 2/71 1946
/proc/meminfo: memFree=1903120/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=522.02
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 52199 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 64068

[startup+582.696 s]
/proc/loadavg: 1.00 1.20 1.54 2/71 1946
/proc/meminfo: memFree=1903056/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=64068 CPUtime=582.04
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 902 0 0 0 58201 3 0 0 25 0 2 0 183884088 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574047 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 16017 619 166 90 0 15554 0
[pid=1660/tid=1662] ppid=1656 vsize=64068 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 2 0 183884092 65605632 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 64068

[startup+642.733 s]

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

/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 903 0 0 0 118225 3 0 0 25 0 3 0 183884088 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 18578 620 166 90 0 18115 0
[pid=1660/tid=1662] ppid=1656 vsize=74312 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 183884092 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=74312 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183974109 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 74312

[startup+1243.2 s]
/proc/loadavg: 1.03 1.04 1.26 2/72 1953
/proc/meminfo: memFree=1902728/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=74312 CPUtime=1242.32
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 903 0 0 0 124229 3 0 0 25 0 3 0 183884088 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 18578 620 166 90 0 18115 0
[pid=1660/tid=1662] ppid=1656 vsize=74312 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 183884092 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=74312 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183974109 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 74312

[startup+1303.26 s]
/proc/loadavg: 1.01 1.03 1.24 2/72 1953
/proc/meminfo: memFree=1902792/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=74312 CPUtime=1302.35
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 903 0 0 0 130232 3 0 0 25 0 3 0 183884088 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667004 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 18578 620 166 90 0 18115 0
[pid=1660/tid=1662] ppid=1656 vsize=74312 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 183884092 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=74312 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183974109 76095488 620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 74312

[startup+1363.32 s]
/proc/loadavg: 1.00 1.02 1.22 2/73 1954
/proc/meminfo: memFree=1902784/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1362.39
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 904 0 0 0 136236 3 0 0 25 0 4 0 183884088 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 21139 621 166 90 0 20676 0
[pid=1660/tid=1662] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 183884092 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183974109 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1954] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1954/stat : 1954 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 184019116 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.39
Current children cumulated vsize (KiB) 84556

[startup+1423.4 s]
/proc/loadavg: 1.00 1.02 1.20 2/73 1954
/proc/meminfo: memFree=1902784/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1422.44
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 904 0 0 0 142241 3 0 0 25 0 4 0 183884088 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608196 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 21139 621 166 90 0 20676 0
[pid=1660/tid=1662] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 183884092 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183974109 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1954] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1954/stat : 1954 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 184019116 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.44
Current children cumulated vsize (KiB) 84556

[startup+1483.48 s]
/proc/loadavg: 1.00 1.01 1.19 2/73 1954
/proc/meminfo: memFree=1902784/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1482.5
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 904 0 0 0 148247 3 0 0 25 0 4 0 183884088 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 21139 621 166 90 0 20676 0
[pid=1660/tid=1662] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 183884092 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183974109 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1954] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1954/stat : 1954 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 184019116 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.5
Current children cumulated vsize (KiB) 84556

[startup+1543.56 s]
/proc/loadavg: 1.06 1.02 1.18 2/73 1954
/proc/meminfo: memFree=1902784/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1542.56
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 904 0 0 0 154253 3 0 0 25 0 4 0 183884088 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565748 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 21139 621 166 90 0 20676 0
[pid=1660/tid=1662] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 183884092 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183974109 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1954] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1954/stat : 1954 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 184019116 86585344 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.56
Current children cumulated vsize (KiB) 84556

[startup+1603.63 s]
/proc/loadavg: 1.02 1.02 1.17 2/73 1954
/proc/meminfo: memFree=1902720/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1602.62
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 905 0 0 0 160259 3 0 0 25 0 4 0 183884088 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 21139 622 166 90 0 20676 0
[pid=1660/tid=1662] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 183884092 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183974109 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1954] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1954/stat : 1954 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184019116 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.62
Current children cumulated vsize (KiB) 84556

[startup+1663.71 s]
/proc/loadavg: 1.01 1.01 1.15 2/73 1954
/proc/meminfo: memFree=1902720/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1662.67
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 905 0 0 0 166264 3 0 0 25 0 4 0 183884088 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 21139 622 166 90 0 20676 0
[pid=1660/tid=1662] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 183884092 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183974109 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1954] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1954/stat : 1954 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184019116 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.67
Current children cumulated vsize (KiB) 84556

[startup+1723.8 s]
/proc/loadavg: 1.00 1.01 1.14 2/73 1954
/proc/meminfo: memFree=1902720/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1722.74
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 905 0 0 0 172271 3 0 0 25 0 4 0 183884088 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613082 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 21139 622 166 90 0 20676 0
[pid=1660/tid=1662] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 183884092 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183974109 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1954] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1954/stat : 1954 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184019116 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.74
Current children cumulated vsize (KiB) 84556

[startup+1783.87 s]
/proc/loadavg: 1.00 1.00 1.13 2/73 1954
/proc/meminfo: memFree=1902656/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1782.79
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 905 0 0 0 178276 3 0 0 25 0 4 0 183884088 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134594887 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1660/statm: 21139 622 166 90 0 20676 0
[pid=1660/tid=1662] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1662/stat : 1662 (bprolog) S 1656 1660 1079 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 183884092 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1951] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1951/stat : 1951 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183974109 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1660/tid=1954] ppid=1656 vsize=84556 CPUtime=0
/proc/1660/task/1954/stat : 1954 (bprolog) S 1656 1660 1079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184019116 86585344 622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.79
Current children cumulated vsize (KiB) 84556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.13 2/70 1954
/proc/meminfo: memFree=1902656/2055888 swapFree=4095388/4096564
[pid=1660] ppid=1656 vsize=84556 CPUtime=1800.02
/proc/1660/stat : 1660 (bprolog) R 1656 1660 1079 0 -1 4194304 906 0 0 0 179999 3 0 0 25 0 1 0 183884088 86585344 623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639200 0 0 4096 2 0 0 0 17 1 0 0
/proc/1660/statm: 21139 623 167 90 0 20676 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 84556

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.11
CPU time (s): 1800.03
CPU user time (s): 1799.99
CPU system time (s): 0.033994
CPU usage (%): 99.9401
Max. virtual memory (cumulated for all children) (KiB): 84556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 906
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 3872

runsolver used 1.91471 s user time and 3.13152 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Jan  9 15:01:07 UTC 2007


IDJOB= 238316
IDBENCH= 6996
FILE ID= node76/238316-1168354866

PBS_JOBID= 3503936

Free space on /tmp= 66426 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-4/BlackHole-4-4-e-7_ext.xml
COMMAND LINE= /tmp/evaluation/238316-1168354866/Complete/Ordinary/solver /tmp/evaluation/238316-1168354866/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node76/convwatcher-238316-1168354866 -o ROOT/results/node76/conversion-238316-1168354866 -C 600 -M 900 /tmp/evaluation/238316-1168354866/Complete/Ordinary/conversion /tmp/evaluation/238316-1168354866/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-238316-1168354866 -o ROOT/results/node76/solver-238316-1168354866 -C 1800 -M 900  /tmp/evaluation/238316-1168354866/Complete/Ordinary/solver /tmp/evaluation/238316-1168354866/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f007fbf890e041d0b9b8791c8c515477

RANDOM SEED= 747553318

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1057880 kB
Buffers:         21048 kB
Cached:         289600 kB
SwapCached:        384 kB
Active:         903084 kB
Inactive:        41432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1057880 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:          207544 kB
Writeback:           0 kB
Mapped:         644256 kB
Slab:            37504 kB
Committed_AS:  7519424 kB
PageTables:       3312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66647 MiB



End job on node76 on Tue Jan  9 15:31:11 UTC 2007