Trace number 206876

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.05 1802.45

General information on the benchmark

NametravellingSalesman/travellingSalesman-20/
tsp-20-30_ext.xml
MD5SUM99508601b0bee9d74f9de02c0f7f18b1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.07883
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/206876-1168179321/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-206876-1168179321 -o ROOT/results/node55/solver-206876-1168179321 -C 1800 -M 900 /tmp/evaluation/206876-1168179321/Complete/Ordinary/solver /tmp/evaluation/206876-1168179321/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.92 0.98 1.16 5/69 13172
/proc/meminfo: memFree=1555320/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=53472 CPUtime=0
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 509 0 0 0 0 0 0 0 21 0 1 0 166330531 54755328 228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134536079 0 0 4096 2 0 0 0 17 1 0 0
/proc/13171/statm: 13368 228 127 90 0 12906 0

[startup+0.104183 s]
/proc/loadavg: 0.92 0.98 1.16 5/69 13172
/proc/meminfo: memFree=1555320/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=61640 CPUtime=0.09
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 1378 0 0 0 9 0 0 0 21 0 1 0 166330531 63119360 1094 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 0 0 0 17 0 0 0
/proc/13171/statm: 15410 1094 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512226 s]
/proc/loadavg: 0.92 0.98 1.16 5/69 13172
/proc/meminfo: memFree=1555320/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=79576 CPUtime=0.5
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 9938 0 0 0 46 4 0 0 25 0 1 0 166330531 81485824 9103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 0 0 0
/proc/13171/statm: 19894 9104 164 90 0 19432 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 79576

[startup+1.33331 s]
/proc/loadavg: 1.09 1.02 1.17 3/82 13227
/proc/meminfo: memFree=1473488/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=1.31
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11562 0 0 0 127 4 0 0 25 0 2 0 166330531 93024256 10470 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10470 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10470 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 90844

[startup+2.98447 s]
/proc/loadavg: 1.09 1.02 1.17 3/82 13227
/proc/meminfo: memFree=1401296/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=2.96
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11562 0 0 0 292 4 0 0 25 0 2 0 166330531 93024256 10470 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10470 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10470 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 90844

[startup+6.26778 s]
/proc/loadavg: 1.24 1.05 1.18 4/82 13227
/proc/meminfo: memFree=1190544/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=6.25
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11562 0 0 0 621 4 0 0 25 0 2 0 166330531 93024256 10470 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639109 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10470 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10470 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 90844

[startup+12.7404 s]
/proc/loadavg: 1.30 1.06 1.19 4/82 13227
/proc/meminfo: memFree=824976/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=12.7
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11563 0 0 0 1265 5 0 0 25 0 2 0 166330531 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711198 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10471 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 90844

[startup+25.5585 s]
/proc/loadavg: 1.41 1.10 1.19 3/82 13227
/proc/meminfo: memFree=782416/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=25.47
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11563 0 0 0 2542 5 0 0 25 0 2 0 166330531 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10471 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 90844

[startup+51.1969 s]
/proc/loadavg: 1.64 1.18 1.22 3/82 13227
/proc/meminfo: memFree=781456/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=51
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11563 0 0 0 5095 5 0 0 25 0 2 0 166330531 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613107 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10471 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 90844

[startup+102.465 s]
/proc/loadavg: 1.76 1.29 1.25 2/69 13241
/proc/meminfo: memFree=1517240/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=102.03
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11563 0 0 0 10198 5 0 0 25 0 2 0 166330531 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711384 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 22711 10471 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 90844

[startup+162.56 s]
/proc/loadavg: 1.91 1.41 1.29 3/82 13297
/proc/meminfo: memFree=891408/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=161.87
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11563 0 0 0 16180 7 0 0 25 0 2 0 166330531 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10471 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 90844

[startup+222.584 s]
/proc/loadavg: 1.94 1.50 1.33 3/82 13370
/proc/meminfo: memFree=842768/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=221.72
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11563 0 0 0 22165 7 0 0 25 0 2 0 166330531 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 22711 10471 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 90844

[startup+282.643 s]
/proc/loadavg: 1.94 1.59 1.37 4/82 13515
/proc/meminfo: memFree=997776/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=281.39
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11571 0 0 0 28130 9 0 0 25 0 2 0 166330531 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584439 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10479 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.39
Current children cumulated vsize (KiB) 90844

[startup+342.656 s]
/proc/loadavg: 2.05 1.69 1.42 3/82 13515
/proc/meminfo: memFree=780496/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=340.88
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11571 0 0 0 34079 9 0 0 25 0 2 0 166330531 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617944 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13171/statm: 22711 10479 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.88
Current children cumulated vsize (KiB) 90844

[startup+402.748 s]
/proc/loadavg: 1.62 1.65 1.42 2/66 13529
/proc/meminfo: memFree=1521552/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=400.68
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11571 0 0 0 40059 9 0 0 25 0 2 0 166330531 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567806 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 22711 10479 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 90844

[startup+462.789 s]
/proc/loadavg: 1.23 1.53 1.39 2/66 13529
/proc/meminfo: memFree=1521680/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=460.7
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11571 0 0 0 46061 9 0 0 25 0 2 0 166330531 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560530 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 22711 10479 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.7
Current children cumulated vsize (KiB) 90844

[startup+522.826 s]
/proc/loadavg: 1.08 1.43 1.36 2/66 13529
/proc/meminfo: memFree=1521680/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=520.73
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11571 0 0 0 52064 9 0 0 25 0 2 0 166330531 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 22711 10479 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.73
Current children cumulated vsize (KiB) 90844

[startup+582.865 s]
/proc/loadavg: 1.03 1.35 1.34 2/66 13529
/proc/meminfo: memFree=1521680/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=90844 CPUtime=580.75
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11571 0 0 0 58066 9 0 0 25 0 2 0 166330531 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 22711 10479 170 90 0 22249 0
[pid=13171/tid=13227] ppid=13169 vsize=90844 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166330593 93024256 10479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.75
Current children cumulated vsize (KiB) 90844

[startup+642.904 s]

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

/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11573 0 0 0 118101 9 0 0 25 0 3 0 166330531 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 25272 10481 170 90 0 24810 0
[pid=13171/tid=13227] ppid=13169 vsize=101088 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166330593 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=101088 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166420609 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.1
Current children cumulated vsize (KiB) 101088

[startup+1243.43 s]
/proc/loadavg: 1.00 1.03 1.15 2/67 13530
/proc/meminfo: memFree=1521608/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=101088 CPUtime=1241.15
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11573 0 0 0 124106 9 0 0 25 0 3 0 166330531 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 25272 10481 170 90 0 24810 0
[pid=13171/tid=13227] ppid=13169 vsize=101088 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166330593 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=101088 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166420609 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.15
Current children cumulated vsize (KiB) 101088

[startup+1303.5 s]
/proc/loadavg: 1.00 1.02 1.13 2/67 13530
/proc/meminfo: memFree=1521608/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=101088 CPUtime=1301.21
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11573 0 0 0 130112 9 0 0 25 0 3 0 166330531 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 25272 10481 170 90 0 24810 0
[pid=13171/tid=13227] ppid=13169 vsize=101088 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166330593 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=101088 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166420609 103514112 10481 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.21
Current children cumulated vsize (KiB) 101088

[startup+1363.57 s]
/proc/loadavg: 1.00 1.01 1.12 2/68 13531
/proc/meminfo: memFree=1521600/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1361.26
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11574 0 0 0 136117 9 0 0 25 0 4 0 166330531 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711384 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 27833 10482 170 90 0 27371 0
[pid=13171/tid=13227] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166330593 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166420609 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13531] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13531/stat : 13531 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166465616 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.26
Current children cumulated vsize (KiB) 111332

[startup+1423.65 s]
/proc/loadavg: 1.00 1.01 1.11 2/68 13531
/proc/meminfo: memFree=1521600/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1421.33
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11574 0 0 0 142124 9 0 0 25 0 4 0 166330531 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 27833 10482 170 90 0 27371 0
[pid=13171/tid=13227] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166330593 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166420609 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13531] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13531/stat : 13531 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166465616 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.33
Current children cumulated vsize (KiB) 111332

[startup+1483.74 s]
/proc/loadavg: 1.00 1.00 1.10 2/68 13531
/proc/meminfo: memFree=1521536/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1481.4
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11574 0 0 0 148131 9 0 0 25 0 4 0 166330531 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608099 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 27833 10482 170 90 0 27371 0
[pid=13171/tid=13227] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166330593 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166420609 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13531] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13531/stat : 13531 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166465616 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.4
Current children cumulated vsize (KiB) 111332

[startup+1543.83 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 13531
/proc/meminfo: memFree=1521536/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1541.48
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11574 0 0 0 154139 9 0 0 25 0 4 0 166330531 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568296 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 27833 10482 170 90 0 27371 0
[pid=13171/tid=13227] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166330593 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166420609 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13531] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13531/stat : 13531 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166465616 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 111332

[startup+1603.92 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 13531
/proc/meminfo: memFree=1521536/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1601.55
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11574 0 0 0 160146 9 0 0 25 0 4 0 166330531 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 27833 10482 170 90 0 27371 0
[pid=13171/tid=13227] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166330593 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166420609 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13531] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13531/stat : 13531 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166465616 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.55
Current children cumulated vsize (KiB) 111332

[startup+1664.01 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 13531
/proc/meminfo: memFree=1521472/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1661.63
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11574 0 0 0 166154 9 0 0 25 0 4 0 166330531 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 27833 10482 170 90 0 27371 0
[pid=13171/tid=13227] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166330593 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166420609 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13531] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13531/stat : 13531 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166465616 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 111332

[startup+1724.1 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 13531
/proc/meminfo: memFree=1521536/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1721.7
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11574 0 0 0 172161 9 0 0 25 0 4 0 166330531 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711228 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 27833 10482 170 90 0 27371 0
[pid=13171/tid=13227] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166330593 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166420609 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13531] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13531/stat : 13531 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166465616 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 111332

[startup+1784.19 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 13531
/proc/meminfo: memFree=1521472/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1781.78
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11574 0 0 0 178169 9 0 0 25 0 4 0 166330531 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13171/statm: 27833 10482 170 90 0 27371 0
[pid=13171/tid=13227] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13227/stat : 13227 (bprolog) S 13169 13171 13052 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166330593 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13530] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13530/stat : 13530 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166420609 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=13171/tid=13531] ppid=13169 vsize=111332 CPUtime=0
/proc/13171/task/13531/stat : 13531 (bprolog) S 13169 13171 13052 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166465616 114003968 10482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 111332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.44 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 13531
/proc/meminfo: memFree=1521472/2055920 swapFree=4192812/4192956
[pid=13171] ppid=13169 vsize=111332 CPUtime=1800.02
/proc/13171/stat : 13171 (bprolog) R 13169 13171 13052 0 -1 4194304 11575 0 0 0 179993 9 0 0 25 0 1 0 166330531 114003968 10483 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711497 0 0 4096 2 0 0 0 17 1 0 0
/proc/13171/statm: 27833 10483 171 90 0 27371 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 111332

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.45
CPU time (s): 1800.05
CPU user time (s): 1799.94
CPU system time (s): 0.105983
CPU usage (%): 99.8666
Max. virtual memory (cumulated for all children) (KiB): 111332

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

runsolver used 1.35779 s user time and 4.08738 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Jan  7 14:15:21 UTC 2007


IDJOB= 206876
IDBENCH= 4242
FILE ID= node55/206876-1168179321

PBS_JOBID= 3479122

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-20/tsp-20-30_ext.xml
COMMAND LINE= /tmp/evaluation/206876-1168179321/Complete/Ordinary/solver /tmp/evaluation/206876-1168179321/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-206876-1168179321 -o ROOT/results/node55/conversion-206876-1168179321 -C 600 -M 900 /tmp/evaluation/206876-1168179321/Complete/Ordinary/conversion /tmp/evaluation/206876-1168179321/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  99508601b0bee9d74f9de02c0f7f18b1

RANDOM SEED= 477663736

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:       1559392 kB
Buffers:         31620 kB
Cached:         389300 kB
SwapCached:          0 kB
Active:         117844 kB
Inactive:       323020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          30160 kB
Slab:            41456 kB
Committed_AS:  3446224 kB
PageTables:       1572 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= 66557 MiB



End job on node55 on Sun Jan  7 14:45:25 UTC 2007