Trace number 214220

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.02 1814.88

General information on the benchmark

NamepseudoSeries/routing/
s4-4-3-3.xml
MD5SUM34fb632723a9a9ab757f7ad92339cd22
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 benchmark2.25
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables648
Number of constraints1954
Maximum constraint arity27
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1954
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/214220-1168228833/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/node33/watcher-214220-1168228833 -o ROOT/results/node33/solver-214220-1168228833 -C 1800 -M 900 /tmp/evaluation/214220-1168228833/Complete/Ordinary/solver /tmp/evaluation/214220-1168228833/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: 0.93 0.99 0.99 5/82 15121
/proc/meminfo: memFree=1840880/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=18540 CPUtime=0
/proc/15120/stat : 15120 (runsolver) R 15118 15120 14985 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 171277314 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15120/statm: 4635 279 244 17 0 2626 0

[startup+0.104307 s]
/proc/loadavg: 0.93 0.99 0.99 5/82 15121
/proc/meminfo: memFree=1840880/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=53824 CPUtime=0.08
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1503 0 0 0 8 0 0 0 18 0 1 0 171277314 55115776 1219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/15120/statm: 13456 1220 158 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.512393 s]
/proc/loadavg: 0.93 0.99 0.99 5/82 15121
/proc/meminfo: memFree=1840880/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=0.49
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1788 0 0 0 49 0 0 0 22 0 2 0 171277314 73826304 1503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15120/statm: 18024 1503 181 90 0 17562 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 72096

[startup+1.33355 s]
/proc/loadavg: 1.09 1.02 1.01 3/76 15123
/proc/meminfo: memFree=1836256/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=1.3
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 130 0 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 72096

[startup+2.97089 s]
/proc/loadavg: 1.09 1.02 1.01 3/76 15123
/proc/meminfo: memFree=1835552/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=2.93
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 293 0 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 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) 72096

[startup+6.25357 s]
/proc/loadavg: 1.16 1.04 1.01 3/76 15123
/proc/meminfo: memFree=1835232/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=6.19
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 619 0 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 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) 72096

[startup+12.7139 s]
/proc/loadavg: 1.23 1.05 1.02 3/76 15123
/proc/meminfo: memFree=1834984/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=12.61
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 1260 1 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 72096

[startup+25.5305 s]
/proc/loadavg: 1.35 1.08 1.02 3/76 15123
/proc/meminfo: memFree=1834856/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=25.31
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 2530 1 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552759 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 72096

[startup+51.1738 s]
/proc/loadavg: 1.60 1.17 1.05 3/82 15231
/proc/meminfo: memFree=1832976/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=50.69
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 5066 3 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 72096

[startup+102.457 s]
/proc/loadavg: 1.83 1.30 1.10 3/82 15289
/proc/meminfo: memFree=1832744/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=101.53
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 10145 8 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800264 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 72096

[startup+162.46 s]
/proc/loadavg: 1.93 1.42 1.15 3/76 15321
/proc/meminfo: memFree=1833192/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=161.02
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 16093 9 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815479 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 72096

[startup+222.483 s]
/proc/loadavg: 2.05 1.54 1.21 3/76 15321
/proc/meminfo: memFree=1833000/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=220.54
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 22045 9 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 72096

[startup+282.498 s]
/proc/loadavg: 2.02 1.62 1.26 3/76 15321
/proc/meminfo: memFree=1832616/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=280.09
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 27999 10 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614710 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 72096

[startup+342.513 s]
/proc/loadavg: 2.00 1.69 1.30 3/76 15321
/proc/meminfo: memFree=1832488/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=339.6
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 33950 10 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.6
Current children cumulated vsize (KiB) 72096

[startup+402.532 s]
/proc/loadavg: 2.00 1.74 1.34 4/76 15321
/proc/meminfo: memFree=1832168/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=399.13
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 39903 10 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.13
Current children cumulated vsize (KiB) 72096

[startup+462.55 s]
/proc/loadavg: 2.00 1.79 1.38 3/76 15321
/proc/meminfo: memFree=1831976/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=458.67
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 45857 10 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618508 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.67
Current children cumulated vsize (KiB) 72096

[startup+522.566 s]
/proc/loadavg: 2.00 1.82 1.41 3/76 15321
/proc/meminfo: memFree=1831912/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=518.17
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 51807 10 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815481 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.17
Current children cumulated vsize (KiB) 72096

[startup+582.577 s]
/proc/loadavg: 2.00 1.85 1.45 3/76 15321
/proc/meminfo: memFree=1831656/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=72096 CPUtime=577.71
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1789 0 0 0 57761 10 0 0 25 0 2 0 171277314 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 18024 1504 181 90 0 17562 0
[pid=15120/tid=15122] ppid=15118 vsize=72096 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171277329 73826304 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.71
Current children cumulated vsize (KiB) 72096

[startup+642.596 s]

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

/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1792 0 0 0 117303 11 0 0 25 0 3 0 171277314 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 20585 1507 181 90 0 20123 0
[pid=15120/tid=15122] ppid=15118 vsize=82340 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 171277329 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=82340 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171367346 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.14
Current children cumulated vsize (KiB) 82340

[startup+1243 s]
/proc/loadavg: 2.01 2.00 1.72 3/77 15324
/proc/meminfo: memFree=1830112/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=82340 CPUtime=1232.73
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1792 0 0 0 123261 12 0 0 25 0 3 0 171277314 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552570 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 20585 1507 181 90 0 20123 0
[pid=15120/tid=15122] ppid=15118 vsize=82340 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 171277329 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=82340 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171367346 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.73
Current children cumulated vsize (KiB) 82340

[startup+1303.1 s]
/proc/loadavg: 2.00 2.00 1.73 3/77 15324
/proc/meminfo: memFree=1829984/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=82340 CPUtime=1292.35
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1792 0 0 0 129223 12 0 0 25 0 3 0 171277314 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 20585 1507 181 90 0 20123 0
[pid=15120/tid=15122] ppid=15118 vsize=82340 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 171277329 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=82340 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171367346 84316160 1507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.35
Current children cumulated vsize (KiB) 82340

[startup+1363.11 s]
/proc/loadavg: 2.04 2.01 1.75 3/78 15325
/proc/meminfo: memFree=1829912/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1351.87
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1793 0 0 0 135175 12 0 0 25 0 4 0 171277314 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134811088 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 23146 1508 181 90 0 22684 0
[pid=15120/tid=15122] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171277329 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171367346 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15120/tid=15325] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15325/stat : 15325 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171412357 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.87
Current children cumulated vsize (KiB) 92584

[startup+1423.13 s]
/proc/loadavg: 2.01 2.00 1.76 4/78 15325
/proc/meminfo: memFree=1829592/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1411.38
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1793 0 0 0 141126 12 0 0 25 0 4 0 171277314 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 23146 1508 181 90 0 22684 0
[pid=15120/tid=15122] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171277329 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171367346 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15120/tid=15325] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15325/stat : 15325 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171412357 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.38
Current children cumulated vsize (KiB) 92584

[startup+1483.16 s]
/proc/loadavg: 2.00 2.00 1.77 3/78 15325
/proc/meminfo: memFree=1829464/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1470.93
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1793 0 0 0 147081 12 0 0 25 0 4 0 171277314 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 23146 1508 181 90 0 22684 0
[pid=15120/tid=15122] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171277329 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171367346 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15120/tid=15325] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15325/stat : 15325 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171412357 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.93
Current children cumulated vsize (KiB) 92584

[startup+1543.18 s]
/proc/loadavg: 2.00 2.00 1.79 3/78 15325
/proc/meminfo: memFree=1829336/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1530.47
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1793 0 0 0 153035 12 0 0 25 0 4 0 171277314 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 23146 1508 181 90 0 22684 0
[pid=15120/tid=15122] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171277329 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171367346 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15120/tid=15325] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15325/stat : 15325 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171412357 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.47
Current children cumulated vsize (KiB) 92584

[startup+1603.2 s]
/proc/loadavg: 2.00 2.00 1.80 3/78 15325
/proc/meminfo: memFree=1829272/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1589.98
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1793 0 0 0 158986 12 0 0 25 0 4 0 171277314 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 23146 1508 181 90 0 22684 0
[pid=15120/tid=15122] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171277329 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171367346 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15120/tid=15325] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15325/stat : 15325 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171412357 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.98
Current children cumulated vsize (KiB) 92584

[startup+1663.23 s]
/proc/loadavg: 2.00 2.00 1.81 3/78 15325
/proc/meminfo: memFree=1829144/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1649.54
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1793 0 0 0 164941 13 0 0 25 0 4 0 171277314 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 23146 1508 181 90 0 22684 0
[pid=15120/tid=15122] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171277329 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171367346 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15120/tid=15325] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15325/stat : 15325 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171412357 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.54
Current children cumulated vsize (KiB) 92584

[startup+1723.26 s]
/proc/loadavg: 2.00 2.00 1.82 3/78 15325
/proc/meminfo: memFree=1829016/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1709.09
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1793 0 0 0 170896 13 0 0 25 0 4 0 171277314 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 23146 1508 181 90 0 22684 0
[pid=15120/tid=15122] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171277329 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171367346 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15120/tid=15325] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15325/stat : 15325 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171412357 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.09
Current children cumulated vsize (KiB) 92584

[startup+1783.29 s]
/proc/loadavg: 2.00 2.00 1.83 3/78 15325
/proc/meminfo: memFree=1828888/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1768.6
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1793 0 0 0 176847 13 0 0 25 0 4 0 171277314 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758868 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15120/statm: 23146 1508 181 90 0 22684 0
[pid=15120/tid=15122] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15122/stat : 15122 (bprolog) S 15118 15120 14985 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171277329 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15120/tid=15322] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15322/stat : 15322 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171367346 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15120/tid=15325] ppid=15118 vsize=92584 CPUtime=0
/proc/15120/task/15325/stat : 15325 (bprolog) S 15118 15120 14985 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171412357 94806016 1508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.6
Current children cumulated vsize (KiB) 92584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.88 s]
/proc/loadavg: 2.09 2.02 1.83 3/81 15395
/proc/meminfo: memFree=1173800/2055920 swapFree=4192224/4192956
[pid=15120] ppid=15118 vsize=92584 CPUtime=1800.01
/proc/15120/stat : 15120 (bprolog) R 15118 15120 14985 0 -1 4194304 1794 0 0 0 179987 14 0 0 25 0 1 0 171277314 94806016 1509 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134775006 0 0 4096 2 0 0 0 17 0 0 0
/proc/15120/statm: 23146 1509 182 90 0 22684 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 92584

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.88
CPU time (s): 1800.02
CPU user time (s): 1799.87
CPU system time (s): 0.142978
CPU usage (%): 99.1808
Max. virtual memory (cumulated for all children) (KiB): 92584

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

runsolver used 1.69474 s user time and 4.78327 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Jan  8 04:00:34 UTC 2007


IDJOB= 214220
IDBENCH= 4908
FILE ID= node33/214220-1168228833

PBS_JOBID= 3481307

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/routing/s4-4-3-3.xml
COMMAND LINE= /tmp/evaluation/214220-1168228833/Complete/Ordinary/solver /tmp/evaluation/214220-1168228833/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node33/convwatcher-214220-1168228833 -o ROOT/results/node33/conversion-214220-1168228833 -C 600 -M 900 /tmp/evaluation/214220-1168228833/Complete/Ordinary/conversion /tmp/evaluation/214220-1168228833/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-214220-1168228833 -o ROOT/results/node33/solver-214220-1168228833 -C 1800 -M 900  /tmp/evaluation/214220-1168228833/Complete/Ordinary/solver /tmp/evaluation/214220-1168228833/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  34fb632723a9a9ab757f7ad92339cd22

RANDOM SEED= 699699912

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.281
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.281
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:       1841680 kB
Buffers:         31780 kB
Cached:         104180 kB
SwapCached:        448 kB
Active:          82160 kB
Inactive:        79080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841680 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            3784 kB
Writeback:           0 kB
Mapped:          40432 kB
Slab:            38352 kB
Committed_AS:  3373520 kB
PageTables:       1848 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= 66559 MiB



End job on node33 on Mon Jan  8 04:30:50 UTC 2007