Trace number 203573

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.07 1809.4

General information on the benchmark

Namefrb/frb59-26/
frb59-26-1-mgd_ext.xml
MD5SUM1b4e9245956d4dd7e01759785be77f79
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints556
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension556
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/203573-1168161687/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/node21/watcher-203573-1168161687 -o ROOT/results/node21/solver-203573-1168161687 -C 1800 -M 900 /tmp/evaluation/203573-1168161687/Complete/Ordinary/solver /tmp/evaluation/203573-1168161687/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.05 2.03 2.00 5/98 10998
/proc/meminfo: memFree=1577592/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=18540 CPUtime=0
/proc/10997/stat : 10997 (runsolver) R 10995 10997 9773 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 164563393 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10997/statm: 4635 279 244 17 0 2626 0

[startup+0.108099 s]
/proc/loadavg: 2.05 2.03 2.00 5/98 10998
/proc/meminfo: memFree=1577592/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=53824 CPUtime=0.09
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 1907 0 0 0 8 1 0 0 21 0 1 0 164563393 55115776 1623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134697564 0 0 4096 2 0 0 0 17 1 0 0
/proc/10997/statm: 13456 1623 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516169 s]
/proc/loadavg: 2.05 2.03 2.00 5/98 10998
/proc/meminfo: memFree=1577592/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=53820 CPUtime=0.5
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 3203 0 0 0 48 2 0 0 25 0 1 0 164563393 55111680 2918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552326 0 0 4096 2 0 0 0 17 1 0 0
/proc/10997/statm: 13455 2918 158 90 0 12993 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53820

[startup+1.33833 s]
/proc/loadavg: 2.05 2.03 2.00 3/99 10999
/proc/meminfo: memFree=1546480/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=1.32
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 128 4 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 64064

[startup+2.98064 s]
/proc/loadavg: 2.05 2.03 2.00 3/99 10999
/proc/meminfo: memFree=1546480/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=2.95
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 291 4 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618152 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 64064

[startup+6.26326 s]
/proc/loadavg: 2.05 2.02 2.00 3/99 10999
/proc/meminfo: memFree=1546480/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=6.22
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 618 4 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 64064

[startup+12.7365 s]
/proc/loadavg: 2.04 2.02 2.00 3/99 10999
/proc/meminfo: memFree=1546480/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=12.66
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 1262 4 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64064

[startup+25.5639 s]
/proc/loadavg: 2.03 2.02 2.00 3/99 10999
/proc/meminfo: memFree=1546544/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=25.43
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 2539 4 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574060 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 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) 64064

[startup+51.2327 s]
/proc/loadavg: 2.02 2.02 2.00 3/99 10999
/proc/meminfo: memFree=1546608/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=50.97
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 5093 4 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670072 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 64064

[startup+102.458 s]
/proc/loadavg: 2.12 2.04 2.01 3/99 10999
/proc/meminfo: memFree=1478000/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=101.95
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 10190 5 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589594 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 64064

[startup+162.516 s]
/proc/loadavg: 2.04 2.03 2.00 3/99 10999
/proc/meminfo: memFree=1478000/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=161.72
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 16167 5 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 64064

[startup+222.577 s]
/proc/loadavg: 2.01 2.03 2.00 3/99 10999
/proc/meminfo: memFree=1478000/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=221.5
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 22144 6 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.5
Current children cumulated vsize (KiB) 64064

[startup+282.638 s]
/proc/loadavg: 2.00 2.02 2.00 3/99 10999
/proc/meminfo: memFree=1414192/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=281.18
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 28112 6 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.18
Current children cumulated vsize (KiB) 64064

[startup+342.698 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 10999
/proc/meminfo: memFree=1414128/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=340.96
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 34089 7 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.96
Current children cumulated vsize (KiB) 64064

[startup+402.754 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 10999
/proc/meminfo: memFree=1414128/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=400.72
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 40065 7 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664567 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 64064

[startup+462.81 s]
/proc/loadavg: 2.05 2.02 2.00 3/99 10999
/proc/meminfo: memFree=1414064/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=460.49
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 46041 8 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.49
Current children cumulated vsize (KiB) 64064

[startup+522.875 s]
/proc/loadavg: 2.09 2.03 2.00 3/99 10999
/proc/meminfo: memFree=1414064/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=520.27
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 52019 8 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.27
Current children cumulated vsize (KiB) 64064

[startup+582.937 s]
/proc/loadavg: 2.03 2.02 2.00 3/99 10999
/proc/meminfo: memFree=1352112/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=64064 CPUtime=579.87
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8206 0 0 0 57979 8 0 0 25 0 2 0 164563393 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10997/statm: 16016 7921 170 90 0 15554 0
[pid=10997/tid=10999] ppid=10995 vsize=64064 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164563475 65601536 7921 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.87
Current children cumulated vsize (KiB) 64064

[startup+642.997 s]

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

/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8207 0 0 0 117723 11 0 0 25 0 3 0 164563393 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 18577 7922 170 90 0 18115 0
[pid=10997/tid=10999] ppid=10995 vsize=74308 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164563475 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=74308 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164653490 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.34
Current children cumulated vsize (KiB) 74308

[startup+1243.73 s]
/proc/loadavg: 2.01 2.02 2.00 3/100 11000
/proc/meminfo: memFree=1279976/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=74308 CPUtime=1237.07
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8207 0 0 0 123696 11 0 0 25 0 3 0 164563393 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663870 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 18577 7922 170 90 0 18115 0
[pid=10997/tid=10999] ppid=10995 vsize=74308 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164563475 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=74308 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164653490 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.07
Current children cumulated vsize (KiB) 74308

[startup+1303.81 s]
/proc/loadavg: 2.00 2.02 2.00 4/100 11000
/proc/meminfo: memFree=1279976/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=74308 CPUtime=1296.87
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8207 0 0 0 129676 11 0 0 25 0 3 0 164563393 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 18577 7922 170 90 0 18115 0
[pid=10997/tid=10999] ppid=10995 vsize=74308 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164563475 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=74308 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164653490 76091392 7922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.87
Current children cumulated vsize (KiB) 74308

[startup+1363.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 11001
/proc/meminfo: memFree=1279904/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1356.68
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8209 0 0 0 135656 12 0 0 25 0 4 0 164563393 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565718 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 21138 7924 170 90 0 20676 0
[pid=10997/tid=10999] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164563475 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164653490 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10997/tid=11001] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11001/stat : 11001 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164698499 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.68
Current children cumulated vsize (KiB) 84552

[startup+1423.92 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 11001
/proc/meminfo: memFree=1279904/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1416.4
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8209 0 0 0 141628 12 0 0 25 0 4 0 164563393 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565668 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 21138 7924 170 90 0 20676 0
[pid=10997/tid=10999] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164563475 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164653490 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10997/tid=11001] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11001/stat : 11001 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164698499 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.4
Current children cumulated vsize (KiB) 84552

[startup+1483.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11001
/proc/meminfo: memFree=1251936/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1476.11
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8209 0 0 0 147599 12 0 0 25 0 4 0 164563393 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 21138 7924 170 90 0 20676 0
[pid=10997/tid=10999] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164563475 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164653490 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10997/tid=11001] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11001/stat : 11001 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164698499 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.11
Current children cumulated vsize (KiB) 84552

[startup+1543.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11001
/proc/meminfo: memFree=1251808/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1535.84
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8209 0 0 0 153571 13 0 0 25 0 4 0 164563393 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 21138 7924 170 90 0 20676 0
[pid=10997/tid=10999] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164563475 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164653490 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10997/tid=11001] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11001/stat : 11001 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164698499 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.84
Current children cumulated vsize (KiB) 84552

[startup+1603.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11001
/proc/meminfo: memFree=1251808/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1595.55
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8209 0 0 0 159542 13 0 0 25 0 4 0 164563393 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 21138 7924 170 90 0 20676 0
[pid=10997/tid=10999] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164563475 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164653490 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10997/tid=11001] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11001/stat : 11001 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164698499 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.55
Current children cumulated vsize (KiB) 84552

[startup+1663.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11001
/proc/meminfo: memFree=1251744/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1655.28
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8209 0 0 0 165514 14 0 0 25 0 4 0 164563393 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662774 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 21138 7924 170 90 0 20676 0
[pid=10997/tid=10999] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164563475 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164653490 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10997/tid=11001] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11001/stat : 11001 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164698499 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.28
Current children cumulated vsize (KiB) 84552

[startup+1723.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11001
/proc/meminfo: memFree=1251680/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1715
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8209 0 0 0 171486 14 0 0 25 0 4 0 164563393 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 21138 7924 170 90 0 20676 0
[pid=10997/tid=10999] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164563475 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164653490 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10997/tid=11001] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11001/stat : 11001 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164698499 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715
Current children cumulated vsize (KiB) 84552

[startup+1784.04 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 11230
/proc/meminfo: memFree=1642688/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1774.84
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8209 0 0 0 177467 17 0 0 25 0 4 0 164563393 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10997/statm: 21138 7924 170 90 0 20676 0
[pid=10997/tid=10999] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/10999/stat : 10999 (bprolog) S 10995 10997 9773 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164563475 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11000/stat : 11000 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164653490 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10997/tid=11001] ppid=10995 vsize=84552 CPUtime=0
/proc/10997/task/11001/stat : 11001 (bprolog) S 10995 10997 9773 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164698499 86581248 7924 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.84
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.38 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 11230
/proc/meminfo: memFree=1642816/2055920 swapFree=4156304/4192956
[pid=10997] ppid=10995 vsize=84552 CPUtime=1800.05
/proc/10997/stat : 10997 (bprolog) R 10995 10997 9773 0 -1 4194304 8210 0 0 0 179987 18 0 0 25 0 1 0 164563393 86581248 7925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747514 0 0 4096 2 0 0 0 17 0 0 0
/proc/10997/statm: 21138 7925 171 90 0 20676 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.4
CPU time (s): 1800.07
CPU user time (s): 1799.88
CPU system time (s): 0.185971
CPU usage (%): 99.4844
Max. virtual memory (cumulated for all children) (KiB): 84552

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

runsolver used 2.39164 s user time and 5.59915 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Jan  7 09:21:27 UTC 2007


IDJOB= 203573
IDBENCH= 3970
FILE ID= node21/203573-1168161687

PBS_JOBID= 3478530

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb59-26/frb59-26-1-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/203573-1168161687/Complete/Ordinary/solver /tmp/evaluation/203573-1168161687/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node21/convwatcher-203573-1168161687 -o ROOT/results/node21/conversion-203573-1168161687 -C 600 -M 900 /tmp/evaluation/203573-1168161687/Complete/Ordinary/conversion /tmp/evaluation/203573-1168161687/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-203573-1168161687 -o ROOT/results/node21/solver-203573-1168161687 -C 1800 -M 900  /tmp/evaluation/203573-1168161687/Complete/Ordinary/solver /tmp/evaluation/203573-1168161687/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  1b4e9245956d4dd7e01759785be77f79

RANDOM SEED= 330407579

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.261
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.261
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:       1578072 kB
Buffers:         63096 kB
Cached:         219584 kB
SwapCached:       2988 kB
Active:         262928 kB
Inactive:       150672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578072 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:         149040 kB
Slab:            48820 kB
Committed_AS:  3952076 kB
PageTables:       2396 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= 66556 MiB



End job on node21 on Sun Jan  7 09:51:38 UTC 2007