Trace number 217971

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 1808.64

General information on the benchmark

Nameramsey/ramsey4/
ramsey-38-4.xml
MD5SUM7f9e6189ca845e1515395d3ba8d55a18
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 benchmark314.837
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables703
Number of constraints8436
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8436
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/217971-1168250046/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/node9/watcher-217971-1168250046 -o ROOT/results/node9/solver-217971-1168250046 -C 1800 -M 900 /tmp/evaluation/217971-1168250046/Complete/Ordinary/solver /tmp/evaluation/217971-1168250046/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: 1.94 1.99 1.99 5/98 15346
/proc/meminfo: memFree=1262056/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=53472 CPUtime=0
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 482 0 0 0 0 0 0 0 18 0 1 0 173400306 54755328 201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550208 0 0 4096 2 0 0 0 17 1 0 0
/proc/15345/statm: 13368 202 123 90 0 12906 0

[startup+0.104184 s]
/proc/loadavg: 1.94 1.99 1.99 5/98 15346
/proc/meminfo: memFree=1262056/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=53824 CPUtime=0.09
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 2425 0 0 0 8 1 0 0 18 0 1 0 173400306 55115776 2141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607476 0 0 4096 2 0 0 0 17 1 0 0
/proc/15345/statm: 13456 2143 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.51223 s]
/proc/loadavg: 1.94 1.99 1.99 5/98 15346
/proc/meminfo: memFree=1262056/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=66348 CPUtime=0.49
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5079 0 0 0 47 2 0 0 22 0 1 0 173400306 67940352 4792 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590523 0 0 4096 2 0 0 0 17 1 0 0
/proc/15345/statm: 16587 4792 162 90 0 16125 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 66348

[startup+1.33232 s]
/proc/loadavg: 1.94 1.99 1.99 3/99 15347
/proc/meminfo: memFree=1243424/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=1.31
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 129 2 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 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) 76592

[startup+2.96951 s]
/proc/loadavg: 1.94 1.99 1.99 3/99 15347
/proc/meminfo: memFree=1243424/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=2.94
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 292 2 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 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) 76592

[startup+6.24888 s]
/proc/loadavg: 1.94 1.99 1.99 3/99 15347
/proc/meminfo: memFree=1243424/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=6.2
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 618 2 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 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) 76592

[startup+12.7196 s]
/proc/loadavg: 1.95 1.99 1.99 3/99 15347
/proc/meminfo: memFree=1243432/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=12.65
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 1262 3 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627696 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 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) 76592

[startup+25.5571 s]
/proc/loadavg: 1.95 1.99 1.99 3/99 15347
/proc/meminfo: memFree=1243432/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=25.43
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 2540 3 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627650 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 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) 76592

[startup+51.215 s]
/proc/loadavg: 1.97 1.99 1.99 3/99 15347
/proc/meminfo: memFree=1186280/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=50.91
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 5088 3 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552618 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 76592

[startup+102.513 s]
/proc/loadavg: 1.99 1.99 1.99 3/99 15347
/proc/meminfo: memFree=1140648/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=101.88
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 10185 3 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552564 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 76592

[startup+162.599 s]
/proc/loadavg: 2.08 2.02 2.00 3/87 15410
/proc/meminfo: memFree=1701440/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=161.69
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 16164 5 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618370 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 76592

[startup+222.683 s]
/proc/loadavg: 2.07 2.03 2.00 3/88 15411
/proc/meminfo: memFree=1693368/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=221.51
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 22146 5 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552725 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.51
Current children cumulated vsize (KiB) 76592

[startup+282.766 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 15411
/proc/meminfo: memFree=1693304/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=281.3
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 28125 5 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.3
Current children cumulated vsize (KiB) 76592

[startup+342.852 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 15411
/proc/meminfo: memFree=1693304/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=341.14
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 34108 6 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.14
Current children cumulated vsize (KiB) 76592

[startup+402.944 s]
/proc/loadavg: 1.96 2.00 1.99 3/95 15487
/proc/meminfo: memFree=1798024/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=400.96
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 40089 7 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565299 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.96
Current children cumulated vsize (KiB) 76592

[startup+462.949 s]
/proc/loadavg: 1.97 2.00 1.99 4/101 15707
/proc/meminfo: memFree=1785528/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=460.56
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 46041 15 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.56
Current children cumulated vsize (KiB) 76592

[startup+522.954 s]
/proc/loadavg: 1.99 2.00 1.99 3/96 15759
/proc/meminfo: memFree=1633984/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=520.24
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 52006 18 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750897 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.24
Current children cumulated vsize (KiB) 76592

[startup+583.041 s]
/proc/loadavg: 1.99 2.00 1.99 3/96 15759
/proc/meminfo: memFree=1633984/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=76592 CPUtime=580.07
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5123 0 0 0 57989 18 0 0 25 0 2 0 173400306 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750781 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 19148 4836 167 90 0 18686 0
[pid=15345/tid=15347] ppid=15343 vsize=76592 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 173400360 78430208 4836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.07
Current children cumulated vsize (KiB) 76592

[startup+643.134 s]

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

/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5136 0 0 0 117770 20 0 0 25 0 3 0 173400306 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 21709 4849 167 90 0 21247 0
[pid=15345/tid=15347] ppid=15343 vsize=86836 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173400360 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=86836 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173490377 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.9
Current children cumulated vsize (KiB) 86836

[startup+1243.64 s]
/proc/loadavg: 2.01 2.02 2.00 3/97 15760
/proc/meminfo: memFree=1633464/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=86836 CPUtime=1237.64
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5136 0 0 0 123744 20 0 0 25 0 3 0 173400306 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618333 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 21709 4849 167 90 0 21247 0
[pid=15345/tid=15347] ppid=15343 vsize=86836 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173400360 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=86836 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173490377 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.64
Current children cumulated vsize (KiB) 86836

[startup+1303.65 s]
/proc/loadavg: 2.04 2.03 2.00 4/97 15760
/proc/meminfo: memFree=1633400/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=86836 CPUtime=1297.38
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5136 0 0 0 129718 20 0 0 25 0 3 0 173400306 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 21709 4849 167 90 0 21247 0
[pid=15345/tid=15347] ppid=15343 vsize=86836 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173400360 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=86836 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173490377 88920064 4849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.38
Current children cumulated vsize (KiB) 86836

[startup+1363.66 s]
/proc/loadavg: 2.06 2.04 2.00 3/98 15761
/proc/meminfo: memFree=1633328/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1357.1
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5137 0 0 0 135690 20 0 0 25 0 4 0 173400306 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755302 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 24270 4850 167 90 0 23808 0
[pid=15345/tid=15347] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173400360 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173490377 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15345/tid=15761] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15761/stat : 15761 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173535387 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.1
Current children cumulated vsize (KiB) 97080

[startup+1423.69 s]
/proc/loadavg: 2.02 2.03 2.00 3/98 15761
/proc/meminfo: memFree=1633264/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1416.86
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5137 0 0 0 141666 20 0 0 25 0 4 0 173400306 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552792 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 24270 4850 167 90 0 23808 0
[pid=15345/tid=15347] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173400360 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173490377 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15345/tid=15761] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15761/stat : 15761 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173535387 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.86
Current children cumulated vsize (KiB) 97080

[startup+1483.73 s]
/proc/loadavg: 2.01 2.02 2.00 3/98 15761
/proc/meminfo: memFree=1633200/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1476.64
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5137 0 0 0 147644 20 0 0 25 0 4 0 173400306 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 24270 4850 167 90 0 23808 0
[pid=15345/tid=15347] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173400360 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173490377 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15345/tid=15761] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15761/stat : 15761 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173535387 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.64
Current children cumulated vsize (KiB) 97080

[startup+1543.76 s]
/proc/loadavg: 2.00 2.01 2.00 3/98 15763
/proc/meminfo: memFree=1632944/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1536.38
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5137 0 0 0 153618 20 0 0 25 0 4 0 173400306 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 24270 4850 167 90 0 23808 0
[pid=15345/tid=15347] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173400360 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173490377 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15345/tid=15761] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15761/stat : 15761 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173535387 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.38
Current children cumulated vsize (KiB) 97080

[startup+1603.8 s]
/proc/loadavg: 2.07 2.04 2.01 3/98 15763
/proc/meminfo: memFree=1632880/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1596.14
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5137 0 0 0 159593 21 0 0 25 0 4 0 173400306 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618406 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 24270 4850 167 90 0 23808 0
[pid=15345/tid=15347] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173400360 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173490377 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15345/tid=15761] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15761/stat : 15761 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173535387 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.14
Current children cumulated vsize (KiB) 97080

[startup+1663.83 s]
/proc/loadavg: 2.02 2.03 2.00 3/98 15763
/proc/meminfo: memFree=1632816/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1655.91
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5137 0 0 0 165570 21 0 0 25 0 4 0 173400306 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 24270 4850 167 90 0 23808 0
[pid=15345/tid=15347] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173400360 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173490377 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15345/tid=15761] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15761/stat : 15761 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173535387 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.91
Current children cumulated vsize (KiB) 97080

[startup+1723.87 s]
/proc/loadavg: 2.01 2.02 2.00 3/98 15763
/proc/meminfo: memFree=1632816/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1715.67
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5137 0 0 0 171546 21 0 0 25 0 4 0 173400306 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569017 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 24270 4850 167 90 0 23808 0
[pid=15345/tid=15347] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173400360 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173490377 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15345/tid=15761] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15761/stat : 15761 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173535387 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.67
Current children cumulated vsize (KiB) 97080

[startup+1783.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/98 15763
/proc/meminfo: memFree=1632752/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1775.41
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5137 0 0 0 177520 21 0 0 25 0 4 0 173400306 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15345/statm: 24270 4850 167 90 0 23808 0
[pid=15345/tid=15347] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15347/stat : 15347 (bprolog) S 15343 15345 13713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173400360 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15345/tid=15760] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15760/stat : 15760 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173490377 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15345/tid=15761] ppid=15343 vsize=97080 CPUtime=0
/proc/15345/task/15761/stat : 15761 (bprolog) S 15343 15345 13713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173535387 99409920 4850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.41
Current children cumulated vsize (KiB) 97080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.63 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 15763
/proc/meminfo: memFree=1632752/2055920 swapFree=4191880/4192956
[pid=15345] ppid=15343 vsize=97080 CPUtime=1800.01
/proc/15345/stat : 15345 (bprolog) R 15343 15345 13713 0 -1 4194304 5138 0 0 0 179980 21 0 0 25 0 1 0 173400306 99409920 4851 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 0 0 0 17 0 0 0
/proc/15345/statm: 24270 4851 168 90 0 23808 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 97080

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.64
CPU time (s): 1800.03
CPU user time (s): 1799.81
CPU system time (s): 0.218966
CPU usage (%): 99.5239
Max. virtual memory (cumulated for all children) (KiB): 97080

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

runsolver used 1.72374 s user time and 4.78127 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan  8 09:54:07 UTC 2007


IDJOB= 217971
IDBENCH= 5185
FILE ID= node9/217971-1168250046

PBS_JOBID= 3481613

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey4/ramsey-38-4.xml
COMMAND LINE= /tmp/evaluation/217971-1168250046/Complete/Ordinary/solver /tmp/evaluation/217971-1168250046/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-217971-1168250046 -o ROOT/results/node9/conversion-217971-1168250046 -C 600 -M 900 /tmp/evaluation/217971-1168250046/Complete/Ordinary/conversion /tmp/evaluation/217971-1168250046/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-217971-1168250046 -o ROOT/results/node9/solver-217971-1168250046 -C 1800 -M 900  /tmp/evaluation/217971-1168250046/Complete/Ordinary/solver /tmp/evaluation/217971-1168250046/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7f9e6189ca845e1515395d3ba8d55a18

RANDOM SEED= 967460434

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1262600 kB
Buffers:         33348 kB
Cached:          78852 kB
SwapCached:        408 kB
Active:         680332 kB
Inactive:        53372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1262600 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3316 kB
Writeback:           0 kB
Mapped:         643604 kB
Slab:            43136 kB
Committed_AS:  5637112 kB
PageTables:       3456 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= 66541 MiB



End job on node9 on Mon Jan  8 10:24:20 UTC 2007