Trace number 252644

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.04 1806.1

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-3-5.xml
MD5SUM121ee3d8ffa298ba08a95b969dd7f36e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.2298
SatisfiableYES
(Un)Satisfiability was proved
Number of variables1080
Number of constraints3375
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3375
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/252644-1168409078/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/node16/watcher-252644-1168409078 -o ROOT/results/node16/solver-252644-1168409078 -C 1800 -M 900 /tmp/evaluation/252644-1168409078/Complete/Ordinary/solver /tmp/evaluation/252644-1168409078/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.01 2.00 2.00 5/86 13295
/proc/meminfo: memFree=1617552/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=5352 CPUtime=0
/proc/13294/stat : 13294 (sh) R 13292 13294 12917 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 189302841 5480448 231 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4441554 0 0 4100 65536 0 0 0 17 1 0 0
/proc/13294/statm: 1338 231 194 169 0 49 0

[startup+0.102757 s]
/proc/loadavg: 2.01 2.00 2.00 5/86 13295
/proc/meminfo: memFree=1617552/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=53824 CPUtime=0.09
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 1776 0 0 0 8 1 0 0 20 0 1 0 189302841 55115776 1492 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568499 0 0 4096 2 0 0 0 17 1 0 0
/proc/13294/statm: 13456 1492 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510682 s]
/proc/loadavg: 2.01 2.00 2.00 5/86 13295
/proc/meminfo: memFree=1617552/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=0.49
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 48 1 0 0 23 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 72148

[startup+1.33153 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610248/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=1.31
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 130 1 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72148

[startup+2.96823 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610248/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=2.93
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 292 1 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 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) 72148

[startup+6.25764 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610248/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=6.19
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 618 1 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815575 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 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) 72148

[startup+12.7124 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610448/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=12.59
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 1258 1 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 72148

[startup+25.5361 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610512/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=25.3
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 2529 1 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 72148

[startup+51.1764 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610640/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=50.73
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 5071 2 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 72148

[startup+102.454 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610576/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=101.58
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 10156 2 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 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) 72148

[startup+162.455 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610576/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=161.08
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 16105 3 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614677 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 72148

[startup+222.472 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610576/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=220.57
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 22054 3 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815769 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 72148

[startup+282.476 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610576/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=280.06
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 28003 3 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 72148

[startup+342.575 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610512/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=339.67
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 33963 4 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 72148

[startup+402.672 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610512/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=399.27
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 39922 5 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815766 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.27
Current children cumulated vsize (KiB) 72148

[startup+462.675 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610448/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=458.78
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 45873 5 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.78
Current children cumulated vsize (KiB) 72148

[startup+522.771 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610384/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=518.38
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 51832 6 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552689 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.38
Current children cumulated vsize (KiB) 72148

[startup+582.868 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13296
/proc/meminfo: memFree=1610448/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=72148 CPUtime=577.99
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2258 0 0 0 57793 6 0 0 25 0 2 0 189302841 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13294/statm: 18037 1973 177 90 0 17575 0
[pid=13294/tid=13296] ppid=13292 vsize=72148 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 189302862 73879552 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.99
Current children cumulated vsize (KiB) 72148

[startup+642.967 s]

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

/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2263 0 0 0 117731 19 0 0 25 0 3 0 189302841 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 20598 1978 177 90 0 20136 0
[pid=13294/tid=13296] ppid=13292 vsize=82392 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189302862 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=82392 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189392854 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.5
Current children cumulated vsize (KiB) 82392

[startup+1243.64 s]
/proc/loadavg: 1.00 1.16 1.55 2/80 14497
/proc/meminfo: memFree=1631712/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=82392 CPUtime=1237.58
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2263 0 0 0 123739 19 0 0 25 0 3 0 189302841 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 20598 1978 177 90 0 20136 0
[pid=13294/tid=13296] ppid=13292 vsize=82392 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189302862 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=82392 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189392854 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.58
Current children cumulated vsize (KiB) 82392

[startup+1303.71 s]
/proc/loadavg: 1.00 1.13 1.51 2/80 14497
/proc/meminfo: memFree=1631712/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=82392 CPUtime=1297.66
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2263 0 0 0 129746 20 0 0 25 0 3 0 189302841 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552671 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 20598 1978 177 90 0 20136 0
[pid=13294/tid=13296] ppid=13292 vsize=82392 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189302862 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=82392 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189392854 84369408 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.66
Current children cumulated vsize (KiB) 82392

[startup+1363.8 s]
/proc/loadavg: 1.00 1.10 1.47 2/81 14498
/proc/meminfo: memFree=1631768/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1357.75
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2264 0 0 0 135755 20 0 0 25 0 4 0 189302841 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614908 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 23159 1979 177 90 0 22697 0
[pid=13294/tid=13296] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189302862 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189392854 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=14498] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/14498/stat : 14498 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189437847 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.75
Current children cumulated vsize (KiB) 92636

[startup+1423.81 s]
/proc/loadavg: 1.00 1.08 1.44 2/81 14498
/proc/meminfo: memFree=1631704/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1417.74
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2264 0 0 0 141754 20 0 0 25 0 4 0 189302841 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 23159 1979 177 90 0 22697 0
[pid=13294/tid=13296] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189302862 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189392854 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=14498] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/14498/stat : 14498 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189437847 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.74
Current children cumulated vsize (KiB) 92636

[startup+1483.81 s]
/proc/loadavg: 1.00 1.06 1.41 2/81 14498
/proc/meminfo: memFree=1631704/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1477.75
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2264 0 0 0 147755 20 0 0 25 0 4 0 189302841 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134806049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 23159 1979 177 90 0 22697 0
[pid=13294/tid=13296] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189302862 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189392854 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=14498] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/14498/stat : 14498 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189437847 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.75
Current children cumulated vsize (KiB) 92636

[startup+1543.82 s]
/proc/loadavg: 1.00 1.05 1.38 2/81 14498
/proc/meminfo: memFree=1631640/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1537.76
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2264 0 0 0 153756 20 0 0 25 0 4 0 189302841 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 23159 1979 177 90 0 22697 0
[pid=13294/tid=13296] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189302862 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189392854 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=14498] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/14498/stat : 14498 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189437847 94859264 1979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.76
Current children cumulated vsize (KiB) 92636

[startup+1603.82 s]
/proc/loadavg: 1.00 1.04 1.36 2/81 14498
/proc/meminfo: memFree=1631576/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1597.75
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2265 0 0 0 159755 20 0 0 25 0 4 0 189302841 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 23159 1980 178 90 0 22697 0
[pid=13294/tid=13296] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189302862 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189392854 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=14498] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/14498/stat : 14498 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189437847 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.75
Current children cumulated vsize (KiB) 92636

[startup+1663.83 s]
/proc/loadavg: 1.00 1.03 1.33 2/81 14498
/proc/meminfo: memFree=1631512/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1657.75
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2265 0 0 0 165755 20 0 0 25 0 4 0 189302841 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614944 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 23159 1980 178 90 0 22697 0
[pid=13294/tid=13296] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189302862 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189392854 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=14498] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/14498/stat : 14498 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189437847 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.75
Current children cumulated vsize (KiB) 92636

[startup+1723.84 s]
/proc/loadavg: 1.00 1.02 1.31 2/81 14498
/proc/meminfo: memFree=1631512/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1717.76
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2265 0 0 0 171756 20 0 0 25 0 4 0 189302841 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 23159 1980 178 90 0 22697 0
[pid=13294/tid=13296] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189302862 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189392854 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=14498] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/14498/stat : 14498 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189437847 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.76
Current children cumulated vsize (KiB) 92636

[startup+1783.84 s]
/proc/loadavg: 1.00 1.02 1.29 2/81 14498
/proc/meminfo: memFree=1631448/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1777.76
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2265 0 0 0 177756 20 0 0 25 0 4 0 189302841 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13294/statm: 23159 1980 178 90 0 22697 0
[pid=13294/tid=13296] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13296/stat : 13296 (bprolog) S 13292 13294 12917 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189302862 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=13933] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/13933/stat : 13933 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189392854 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13294/tid=14498] ppid=13292 vsize=92636 CPUtime=0
/proc/13294/task/14498/stat : 14498 (bprolog) S 13292 13294 12917 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189437847 94859264 1980 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.76
Current children cumulated vsize (KiB) 92636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.09 s]
/proc/loadavg: 1.00 1.01 1.28 2/78 14498
/proc/meminfo: memFree=1631384/2055920 swapFree=4191880/4192956
[pid=13294] ppid=13292 vsize=92636 CPUtime=1800.03
/proc/13294/stat : 13294 (bprolog) R 13292 13294 12917 0 -1 4194304 2266 0 0 0 179982 21 0 0 25 0 1 0 189302841 94859264 1981 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 0 0 0 17 0 0 0
/proc/13294/statm: 23159 1981 179 90 0 22697 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 92636

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.1
CPU time (s): 1800.04
CPU user time (s): 1799.82
CPU system time (s): 0.211967
CPU usage (%): 99.6641
Max. virtual memory (cumulated for all children) (KiB): 92636

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

runsolver used 1.93371 s user time and 5.12122 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Wed Jan 10 06:04:38 UTC 2007


IDJOB= 252644
IDBENCH= 12960
FILE ID= node16/252644-1168409078

PBS_JOBID= 3523193

Free space on /tmp= 66518 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-6-3-5.xml
COMMAND LINE= /tmp/evaluation/252644-1168409078/Complete/Ordinary/solver /tmp/evaluation/252644-1168409078/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-252644-1168409078 -o ROOT/results/node16/conversion-252644-1168409078 -C 600 -M 900 /tmp/evaluation/252644-1168409078/Complete/Ordinary/conversion /tmp/evaluation/252644-1168409078/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-252644-1168409078 -o ROOT/results/node16/solver-252644-1168409078 -C 1800 -M 900  /tmp/evaluation/252644-1168409078/Complete/Ordinary/solver /tmp/evaluation/252644-1168409078/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  121ee3d8ffa298ba08a95b969dd7f36e

RANDOM SEED= 938509586

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.220
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.220
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:       1617968 kB
Buffers:         46000 kB
Cached:         276688 kB
SwapCached:        448 kB
Active:         252652 kB
Inactive:       130080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617968 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          81636 kB
Slab:            39864 kB
Committed_AS:  6087720 kB
PageTables:       2340 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= 66523 MiB



End job on node16 on Wed Jan 10 06:34:46 UTC 2007