Trace number 214246

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 1803.35

General information on the benchmark

NamepseudoSeries/routing/
s4-4-3-4.xml
MD5SUM509ad86a68b2cae27f61085b88d077e4
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 benchmark1.87171
SatisfiableYES
(Un)Satisfiability was proved
Number of variables696
Number of constraints2096
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2096
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/214246-1168229178/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/node50/watcher-214246-1168229178 -o ROOT/results/node50/solver-214246-1168229178 -C 1800 -M 900 /tmp/evaluation/214246-1168229178/Complete/Ordinary/solver /tmp/evaluation/214246-1168229178/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.01 1.00 0.94 5/81 20528
/proc/meminfo: memFree=1802792/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=53472 CPUtime=0
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 171316594 54755328 200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/20527/statm: 13368 201 123 90 0 12906 0

[startup+0.108282 s]
/proc/loadavg: 1.01 1.00 0.94 5/81 20528
/proc/meminfo: memFree=1802792/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=53824 CPUtime=0.09
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1573 0 0 0 9 0 0 0 18 0 1 0 171316594 55115776 1289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576933 0 0 4096 2 0 0 0 17 1 0 0
/proc/20527/statm: 13456 1289 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.520351 s]
/proc/loadavg: 1.01 1.00 0.94 5/81 20528
/proc/meminfo: memFree=1802792/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=0.51
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1864 0 0 0 51 0 0 0 23 0 2 0 171316594 73842688 1579 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1579 181 90 0 17566 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 72112

[startup+1.34049 s]
/proc/loadavg: 1.01 1.00 0.94 3/82 20529
/proc/meminfo: memFree=1784680/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=1.33
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1864 0 0 0 133 0 0 0 25 0 2 0 171316594 73842688 1579 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1579 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1579 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) 72112

[startup+2.97676 s]
/proc/loadavg: 1.01 1.00 0.94 3/82 20529
/proc/meminfo: memFree=1781608/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=2.96
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 296 0 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815912 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 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) 72112

[startup+6.25831 s]
/proc/loadavg: 1.09 1.02 0.95 3/82 20529
/proc/meminfo: memFree=1781480/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=6.24
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 624 0 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815783 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 72112

[startup+12.7214 s]
/proc/loadavg: 1.16 1.03 0.95 3/82 20529
/proc/meminfo: memFree=1781568/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=12.7
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 1270 0 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809168 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 72112

[startup+25.5705 s]
/proc/loadavg: 1.35 1.08 0.97 3/82 20529
/proc/meminfo: memFree=1781696/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=25.56
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 2555 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 72112

[startup+51.1978 s]
/proc/loadavg: 1.57 1.15 1.00 3/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=51.18
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 5117 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815436 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 72112

[startup+102.472 s]
/proc/loadavg: 1.81 1.28 1.04 3/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=102.43
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 10242 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134778918 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 72112

[startup+162.494 s]
/proc/loadavg: 1.93 1.41 1.10 3/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=162.44
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 16243 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.44
Current children cumulated vsize (KiB) 72112

[startup+222.536 s]
/proc/loadavg: 1.97 1.51 1.15 3/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=222.46
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 22245 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 72112

[startup+282.575 s]
/proc/loadavg: 1.99 1.60 1.20 3/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=282.48
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 28247 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 72112

[startup+342.614 s]
/proc/loadavg: 2.10 1.70 1.26 3/82 20529
/proc/meminfo: memFree=1781888/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=342.49
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 34248 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809328 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.49
Current children cumulated vsize (KiB) 72112

[startup+402.649 s]
/proc/loadavg: 2.03 1.75 1.31 4/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=402.51
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 40250 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 72112

[startup+462.651 s]
/proc/loadavg: 2.01 1.79 1.35 3/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=462.49
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 46248 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.49
Current children cumulated vsize (KiB) 72112

[startup+522.655 s]
/proc/loadavg: 2.00 1.83 1.38 3/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=522.48
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 52247 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815528 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 72112

[startup+582.667 s]
/proc/loadavg: 2.00 1.86 1.42 3/82 20529
/proc/meminfo: memFree=1781824/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=72112 CPUtime=582.47
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1865 0 0 0 58246 1 0 0 25 0 2 0 171316594 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815848 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20527/statm: 18028 1580 181 90 0 17566 0
[pid=20527/tid=20529] ppid=20525 vsize=72112 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 171316610 73842688 1580 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 72112

[startup+642.692 s]

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

/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1869 0 0 0 118240 4 0 0 25 0 3 0 171316594 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815481 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 20589 1584 181 90 0 20127 0
[pid=20527/tid=20529] ppid=20525 vsize=82356 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 171316610 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=82356 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171406625 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 82356

[startup+1243 s]
/proc/loadavg: 2.07 1.98 1.69 3/83 20807
/proc/meminfo: memFree=1828920/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=82356 CPUtime=1242.27
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1869 0 0 0 124223 4 0 0 25 0 3 0 171316594 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 20589 1584 181 90 0 20127 0
[pid=20527/tid=20529] ppid=20525 vsize=82356 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 171316610 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=82356 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171406625 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 82356

[startup+1303.1 s]
/proc/loadavg: 2.02 1.98 1.71 3/83 20807
/proc/meminfo: memFree=1828856/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=82356 CPUtime=1302.1
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1869 0 0 0 130206 4 0 0 25 0 3 0 171316594 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 20589 1584 181 90 0 20127 0
[pid=20527/tid=20529] ppid=20525 vsize=82356 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 171316610 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=82356 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171406625 84332544 1584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 82356

[startup+1363.1 s]
/proc/loadavg: 2.05 1.99 1.73 3/84 20808
/proc/meminfo: memFree=1828848/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1361.82
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1870 0 0 0 136178 4 0 0 25 0 4 0 171316594 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 23150 1585 181 90 0 22688 0
[pid=20527/tid=20529] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171316610 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171406625 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20808] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20808/stat : 20808 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171451632 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 92600

[startup+1423.12 s]
/proc/loadavg: 2.02 1.99 1.74 3/84 20808
/proc/meminfo: memFree=1828848/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1421.57
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1870 0 0 0 142153 4 0 0 25 0 4 0 171316594 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 23150 1585 181 90 0 22688 0
[pid=20527/tid=20529] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171316610 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171406625 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20808] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20808/stat : 20808 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171451632 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 92600

[startup+1483.14 s]
/proc/loadavg: 2.00 1.99 1.75 3/84 20808
/proc/meminfo: memFree=1828848/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1481.32
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1870 0 0 0 148128 4 0 0 25 0 4 0 171316594 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758941 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 23150 1585 181 90 0 22688 0
[pid=20527/tid=20529] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171316610 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171406625 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20808] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20808/stat : 20808 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171451632 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.32
Current children cumulated vsize (KiB) 92600

[startup+1543.16 s]
/proc/loadavg: 2.00 1.99 1.76 3/84 20808
/proc/meminfo: memFree=1828848/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1541.05
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1870 0 0 0 154101 4 0 0 25 0 4 0 171316594 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 23150 1585 181 90 0 22688 0
[pid=20527/tid=20529] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171316610 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171406625 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20808] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20808/stat : 20808 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171451632 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.05
Current children cumulated vsize (KiB) 92600

[startup+1603.17 s]
/proc/loadavg: 2.00 1.99 1.78 3/84 20808
/proc/meminfo: memFree=1828848/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1600.8
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1870 0 0 0 160075 5 0 0 25 0 4 0 171316594 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 23150 1585 181 90 0 22688 0
[pid=20527/tid=20529] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171316610 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171406625 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20808] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20808/stat : 20808 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171451632 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.8
Current children cumulated vsize (KiB) 92600

[startup+1663.19 s]
/proc/loadavg: 2.00 1.99 1.79 3/84 20808
/proc/meminfo: memFree=1828784/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1660.56
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1870 0 0 0 166051 5 0 0 25 0 4 0 171316594 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134814003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 23150 1585 181 90 0 22688 0
[pid=20527/tid=20529] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171316610 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171406625 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20808] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20808/stat : 20808 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171451632 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.56
Current children cumulated vsize (KiB) 92600

[startup+1723.22 s]
/proc/loadavg: 2.00 1.99 1.80 3/84 20808
/proc/meminfo: memFree=1828784/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1720.29
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1870 0 0 0 172024 5 0 0 25 0 4 0 171316594 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 23150 1585 181 90 0 22688 0
[pid=20527/tid=20529] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171316610 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171406625 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20808] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20808/stat : 20808 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171451632 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.29
Current children cumulated vsize (KiB) 92600

[startup+1783.24 s]
/proc/loadavg: 2.00 1.99 1.81 3/84 20808
/proc/meminfo: memFree=1828784/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1780.03
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1870 0 0 0 177998 5 0 0 25 0 4 0 171316594 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20527/statm: 23150 1585 181 90 0 22688 0
[pid=20527/tid=20529] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20529/stat : 20529 (bprolog) S 20525 20527 20354 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 171316610 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20532] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20532/stat : 20532 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171406625 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20527/tid=20808] ppid=20525 vsize=92600 CPUtime=0
/proc/20527/task/20808/stat : 20808 (bprolog) S 20525 20527 20354 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171451632 94822400 1585 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.03
Current children cumulated vsize (KiB) 92600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.34 s]
/proc/loadavg: 2.00 1.99 1.82 3/81 20808
/proc/meminfo: memFree=1828784/2055920 swapFree=4191892/4192956
[pid=20527] ppid=20525 vsize=92600 CPUtime=1800.05
/proc/20527/stat : 20527 (bprolog) R 20525 20527 20354 0 -1 4194304 1871 0 0 0 180000 5 0 0 25 0 1 0 171316594 94822400 1586 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809101 0 0 4096 2 0 0 0 17 0 0 0
/proc/20527/statm: 23150 1586 182 90 0 22688 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 92600

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.35
CPU time (s): 1800.06
CPU user time (s): 1800.01
CPU system time (s): 0.054991
CPU usage (%): 99.8179
Max. virtual memory (cumulated for all children) (KiB): 92600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 32428

runsolver used 1.72774 s user time and 4.69728 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Mon Jan  8 04:06:19 UTC 2007


IDJOB= 214246
IDBENCH= 4910
FILE ID= node50/214246-1168229178

PBS_JOBID= 3481360

Free space on /tmp= 66558 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-214246-1168229178 -o ROOT/results/node50/solver-214246-1168229178 -C 1800 -M 900  /tmp/evaluation/214246-1168229178/Complete/Ordinary/solver /tmp/evaluation/214246-1168229178/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  509ad86a68b2cae27f61085b88d077e4

RANDOM SEED= 140626910

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.263
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.263
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:       1803336 kB
Buffers:         29292 kB
Cached:         112096 kB
SwapCached:        392 kB
Active:         130888 kB
Inactive:        70588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803336 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5740 kB
Writeback:           0 kB
Mapped:          77820 kB
Slab:            36168 kB
Committed_AS:  4852168 kB
PageTables:       2032 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= 66561 MiB



End job on node50 on Mon Jan  8 04:36:24 UTC 2007