Trace number 198875

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.06 1800.99

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f12.xml
MD5SUMae037380847c5677dfcb746e767102e6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.01784
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size32
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/198875-1168131117/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/node55/watcher-198875-1168131117 -o ROOT/results/node55/solver-198875-1168131117 -C 1800 -M 900 /tmp/evaluation/198875-1168131117/Complete/Ordinary/solver /tmp/evaluation/198875-1168131117/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.01 1.84 5/82 27615
/proc/meminfo: memFree=1448440/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=18540 CPUtime=0
/proc/27614/stat : 27614 (runsolver) R 27612 27614 27371 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 161510287 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27614/statm: 4635 279 244 17 0 2626 0

[startup+0.108663 s]
/proc/loadavg: 2.05 2.01 1.84 5/82 27615
/proc/meminfo: memFree=1448440/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=53824 CPUtime=0.1
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 1621 0 0 0 9 1 0 0 21 0 1 0 161510287 55115776 1337 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134594925 0 0 4096 2 0 0 0 17 1 0 0
/proc/27614/statm: 13456 1337 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.5207 s]
/proc/loadavg: 2.05 2.01 1.84 5/82 27615
/proc/meminfo: memFree=1448440/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=72128 CPUtime=0.5
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 4245 0 0 0 48 2 0 0 25 0 2 0 161510287 73859072 3960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27614/statm: 18032 3960 177 90 0 17570 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72128

[startup+1.34977 s]
/proc/loadavg: 2.05 2.01 1.84 3/83 27616
/proc/meminfo: memFree=1432688/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=1.33
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6289 0 0 0 130 3 0 0 25 0 2 0 161510287 81858560 4050 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27614/statm: 19985 4050 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4050 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 79940

[startup+2.98693 s]
/proc/loadavg: 2.05 2.01 1.84 3/83 27616
/proc/meminfo: memFree=1432624/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=2.96
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6306 0 0 0 293 3 0 0 25 0 2 0 161510287 81858560 4067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27614/statm: 19985 4067 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 79940

[startup+6.26623 s]
/proc/loadavg: 2.05 2.01 1.84 3/83 27616
/proc/meminfo: memFree=1432624/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=6.22
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6307 0 0 0 619 3 0 0 25 0 2 0 161510287 81858560 4068 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27614/statm: 19985 4068 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4068 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) 79940

[startup+12.7378 s]
/proc/loadavg: 2.04 2.01 1.84 2/69 27629
/proc/meminfo: memFree=1643104/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=12.67
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6413 0 0 0 1263 4 0 0 25 0 2 0 161510287 81858560 4174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4174 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 79940

[startup+25.597 s]
/proc/loadavg: 2.11 2.03 1.84 3/82 27690
/proc/meminfo: memFree=1564600/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=25.49
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6413 0 0 0 2545 4 0 0 25 0 2 0 161510287 81858560 4174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4174 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79940

[startup+51.2654 s]
/proc/loadavg: 2.08 2.03 1.85 4/82 27765
/proc/meminfo: memFree=1595576/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=51.15
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6462 0 0 0 5109 6 0 0 25 0 2 0 161510287 81858560 4223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4223 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 79940

[startup+102.553 s]
/proc/loadavg: 1.76 1.96 1.83 2/66 28059
/proc/meminfo: memFree=1647872/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=102.11
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6462 0 0 0 10203 8 0 0 25 0 2 0 161510287 81858560 4223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4223 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 79940

[startup+162.614 s]
/proc/loadavg: 1.28 1.78 1.77 2/66 28059
/proc/meminfo: memFree=1648000/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=162.15
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6462 0 0 0 16207 8 0 0 25 0 2 0 161510287 81858560 4223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620191 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4223 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 79940

[startup+222.671 s]
/proc/loadavg: 1.10 1.64 1.72 2/66 28059
/proc/meminfo: memFree=1648000/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=222.19
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6492 0 0 0 22211 8 0 0 25 0 2 0 161510287 81858560 4253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4253 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 79940

[startup+282.726 s]
/proc/loadavg: 1.04 1.52 1.68 2/66 28059
/proc/meminfo: memFree=1648000/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=282.23
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6492 0 0 0 28215 8 0 0 25 0 2 0 161510287 81858560 4253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620201 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4253 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 79940

[startup+342.783 s]
/proc/loadavg: 1.01 1.42 1.63 2/66 28059
/proc/meminfo: memFree=1648000/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=342.27
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6493 0 0 0 34219 8 0 0 25 0 2 0 161510287 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4254 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 79940

[startup+402.84 s]
/proc/loadavg: 1.00 1.34 1.59 2/66 28059
/proc/meminfo: memFree=1647936/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=402.31
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6493 0 0 0 40223 8 0 0 25 0 2 0 161510287 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664606 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4254 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 79940

[startup+462.9 s]
/proc/loadavg: 1.00 1.28 1.55 2/66 28059
/proc/meminfo: memFree=1647872/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=462.35
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6493 0 0 0 46227 8 0 0 25 0 2 0 161510287 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756266 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4254 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 79940

[startup+522.958 s]
/proc/loadavg: 1.00 1.22 1.51 2/66 28059
/proc/meminfo: memFree=1647872/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=522.39
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6493 0 0 0 52231 8 0 0 25 0 2 0 161510287 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4254 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 79940

[startup+583.037 s]
/proc/loadavg: 1.00 1.18 1.48 2/72 28199
/proc/meminfo: memFree=1646672/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=79940 CPUtime=582.46
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6493 0 0 0 58231 15 0 0 25 0 2 0 161510287 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 19985 4254 177 90 0 19523 0
[pid=27614/tid=27616] ppid=27612 vsize=79940 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161510318 81858560 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 79940

[startup+643.126 s]

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

/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6588 0 0 0 118281 20 0 0 25 0 3 0 161510287 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 22546 4349 177 90 0 22084 0
[pid=27614/tid=27616] ppid=27612 vsize=90184 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161510318 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=90184 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161600333 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.01
Current children cumulated vsize (KiB) 90184

[startup+1243.85 s]
/proc/loadavg: 1.00 1.01 1.22 2/67 28258
/proc/meminfo: memFree=1647096/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=90184 CPUtime=1243.07
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6588 0 0 0 124287 20 0 0 25 0 3 0 161510287 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 22546 4349 177 90 0 22084 0
[pid=27614/tid=27616] ppid=27612 vsize=90184 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161510318 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=90184 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161600333 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1243.07
Current children cumulated vsize (KiB) 90184

[startup+1303.93 s]
/proc/loadavg: 1.00 1.01 1.20 2/67 28258
/proc/meminfo: memFree=1647096/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=90184 CPUtime=1303.13
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6588 0 0 0 130293 20 0 0 25 0 3 0 161510287 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 22546 4349 177 90 0 22084 0
[pid=27614/tid=27616] ppid=27612 vsize=90184 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161510318 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=90184 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161600333 92348416 4349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1303.13
Current children cumulated vsize (KiB) 90184

[startup+1364.02 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 28259
/proc/meminfo: memFree=1646384/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1363.21
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6800 0 0 0 136300 21 0 0 25 0 4 0 161510287 102838272 4561 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 25107 4561 177 90 0 24645 0
[pid=27614/tid=27616] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161510318 102838272 4561 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161600333 102838272 4561 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27614/tid=28259] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28259/stat : 28259 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161645340 102838272 4561 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1363.21
Current children cumulated vsize (KiB) 100428

[startup+1424.02 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 28259
/proc/meminfo: memFree=1646256/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1423.19
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6826 0 0 0 142298 21 0 0 25 0 4 0 161510287 102838272 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 25107 4587 177 90 0 24645 0
[pid=27614/tid=27616] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161510318 102838272 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161600333 102838272 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27614/tid=28259] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28259/stat : 28259 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161645340 102838272 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1423.19
Current children cumulated vsize (KiB) 100428

[startup+1484.03 s]
/proc/loadavg: 1.00 1.00 1.16 2/68 28259
/proc/meminfo: memFree=1646000/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1483.18
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6886 0 0 0 148297 21 0 0 25 0 4 0 161510287 102838272 4647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 25107 4647 177 90 0 24645 0
[pid=27614/tid=27616] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161510318 102838272 4647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161600333 102838272 4647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27614/tid=28259] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28259/stat : 28259 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161645340 102838272 4647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.18
Current children cumulated vsize (KiB) 100428

[startup+1544.04 s]
/proc/loadavg: 1.00 1.00 1.15 2/68 28259
/proc/meminfo: memFree=1646000/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1543.17
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 6894 0 0 0 154296 21 0 0 25 0 4 0 161510287 102838272 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 25107 4655 177 90 0 24645 0
[pid=27614/tid=27616] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161510318 102838272 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161600333 102838272 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27614/tid=28259] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28259/stat : 28259 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161645340 102838272 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.17
Current children cumulated vsize (KiB) 100428

[startup+1604.04 s]
/proc/loadavg: 1.00 1.00 1.13 2/68 28261
/proc/meminfo: memFree=1641904/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1603.15
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 7859 0 0 0 160293 22 0 0 25 0 4 0 161510287 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620201 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 25107 5620 177 90 0 24645 0
[pid=27614/tid=27616] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161510318 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161600333 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27614/tid=28259] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28259/stat : 28259 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161645340 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.15
Current children cumulated vsize (KiB) 100428

[startup+1664.04 s]
/proc/loadavg: 1.00 1.00 1.12 2/68 28261
/proc/meminfo: memFree=1641904/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1663.14
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 7859 0 0 0 166292 22 0 0 25 0 4 0 161510287 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 25107 5620 177 90 0 24645 0
[pid=27614/tid=27616] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161510318 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161600333 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27614/tid=28259] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28259/stat : 28259 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161645340 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.14
Current children cumulated vsize (KiB) 100428

[startup+1724.05 s]
/proc/loadavg: 1.00 1.00 1.11 2/68 28261
/proc/meminfo: memFree=1641904/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1723.13
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 7859 0 0 0 172291 22 0 0 25 0 4 0 161510287 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 25107 5620 177 90 0 24645 0
[pid=27614/tid=27616] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161510318 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161600333 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27614/tid=28259] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28259/stat : 28259 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161645340 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.13
Current children cumulated vsize (KiB) 100428

[startup+1784.06 s]
/proc/loadavg: 1.00 1.00 1.10 2/68 28261
/proc/meminfo: memFree=1641904/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1783.11
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 7859 0 0 0 178289 22 0 0 25 0 4 0 161510287 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751555 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27614/statm: 25107 5620 177 90 0 24645 0
[pid=27614/tid=27616] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/27616/stat : 27616 (bprolog) S 27612 27614 27371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161510318 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27614/tid=28258] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28258/stat : 28258 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161600333 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27614/tid=28259] ppid=27612 vsize=100428 CPUtime=0
/proc/27614/task/28259/stat : 28259 (bprolog) S 27612 27614 27371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161645340 102838272 5620 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.11
Current children cumulated vsize (KiB) 100428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.98 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 28261
/proc/meminfo: memFree=1641904/2055920 swapFree=4192812/4192956
[pid=27614] ppid=27612 vsize=100428 CPUtime=1800.04
/proc/27614/stat : 27614 (bprolog) R 27612 27614 27371 0 -1 4194304 7861 0 0 0 179982 22 0 0 25 0 1 0 161510287 102838272 5622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 0 0 0 17 0 0 0
/proc/27614/statm: 25107 5622 178 90 0 24645 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 100428

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.99
CPU time (s): 1800.06
CPU user time (s): 1799.83
CPU system time (s): 0.233964
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 100428

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

runsolver used 1.62775 s user time and 4.81127 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Jan  7 00:51:58 UTC 2007


IDJOB= 198875
IDBENCH= 3580
FILE ID= node55/198875-1168131117

PBS_JOBID= 3477952

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f12.xml
COMMAND LINE= /tmp/evaluation/198875-1168131117/Complete/Ordinary/solver /tmp/evaluation/198875-1168131117/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-198875-1168131117 -o ROOT/results/node55/conversion-198875-1168131117 -C 600 -M 900 /tmp/evaluation/198875-1168131117/Complete/Ordinary/conversion /tmp/evaluation/198875-1168131117/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-198875-1168131117 -o ROOT/results/node55/solver-198875-1168131117 -C 1800 -M 900  /tmp/evaluation/198875-1168131117/Complete/Ordinary/solver /tmp/evaluation/198875-1168131117/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  ae037380847c5677dfcb746e767102e6

RANDOM SEED= 242613271

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.218
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	: 5931.00
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.218
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:       1448856 kB
Buffers:          8900 kB
Cached:         317908 kB
SwapCached:          0 kB
Active:         332844 kB
Inactive:       221404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:         246576 kB
Slab:            37780 kB
Committed_AS:  3988092 kB
PageTables:       2220 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= 66544 MiB



End job on node55 on Sun Jan  7 01:22:01 UTC 2007