Trace number 207019

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 1811.92

General information on the benchmark

NametravellingSalesman/
travellingSalesman-20/tsp-20-1_ext.xml
MD5SUM7569ce1a1609d9840c3e44b4ffff2c0c
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.3118
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/207019-1168179793/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/node11/watcher-207019-1168179793 -o ROOT/results/node11/solver-207019-1168179793 -C 1800 -M 900 /tmp/evaluation/207019-1168179793/Complete/Ordinary/solver /tmp/evaluation/207019-1168179793/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.91 1.98 1.99 5/97 1943
/proc/meminfo: memFree=1399224/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=1392 CPUtime=0
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 303 0 0 0 0 0 0 0 20 0 1 0 166374366 1425408 37 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7981709 0 0 4096 0 0 0 0 17 1 0 0
/proc/1942/statm: 348 37 30 90 0 167 0

[startup+0.102979 s]
/proc/loadavg: 1.91 1.98 1.99 5/97 1943
/proc/meminfo: memFree=1399224/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=61784 CPUtime=0.09
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 1464 0 0 0 9 0 0 0 20 0 1 0 166374366 63266816 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 0 0 0 17 1 0 0
/proc/1942/statm: 15446 1180 158 90 0 14984 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61784

[startup+0.51506 s]
/proc/loadavg: 1.91 1.98 1.99 5/97 1943
/proc/meminfo: memFree=1399224/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=61992 CPUtime=0.5
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 9451 0 0 0 47 3 0 0 24 0 1 0 166374366 63479808 9078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 0 0 0 17 1 0 0
/proc/1942/statm: 15498 9078 158 90 0 15036 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61992

[startup+1.33722 s]
/proc/loadavg: 1.91 1.98 1.99 3/98 1944
/proc/meminfo: memFree=1353712/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=1.31
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12691 0 0 0 127 4 0 0 25 0 2 0 166374366 95391744 11492 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604251 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1942/statm: 23289 11492 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11492 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 93156

[startup+2.97454 s]
/proc/loadavg: 1.91 1.98 1.99 3/98 1944
/proc/meminfo: memFree=1353712/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=2.94
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12691 0 0 0 290 4 0 0 25 0 2 0 166374366 95391744 11492 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1942/statm: 23289 11492 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11492 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 93156

[startup+6.25919 s]
/proc/loadavg: 1.92 1.98 1.99 3/98 1944
/proc/meminfo: memFree=1353712/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=6.19
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12692 0 0 0 615 4 0 0 25 0 2 0 166374366 95391744 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1942/statm: 23289 11493 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 93156

[startup+12.7215 s]
/proc/loadavg: 1.93 1.98 1.99 3/98 1944
/proc/meminfo: memFree=1353712/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=12.6
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12692 0 0 0 1256 4 0 0 25 0 2 0 166374366 95391744 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556860 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1942/statm: 23289 11493 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 93156

[startup+25.5976 s]
/proc/loadavg: 1.94 1.98 1.99 3/98 1944
/proc/meminfo: memFree=1353712/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=25.37
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12692 0 0 0 2532 5 0 0 25 0 2 0 166374366 95391744 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1942/statm: 23289 11493 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 93156

[startup+51.2671 s]
/proc/loadavg: 1.96 1.98 1.99 4/98 1944
/proc/meminfo: memFree=1319792/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=50.71
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12692 0 0 0 5066 5 0 0 25 0 2 0 166374366 95391744 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1942/statm: 23289 11493 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 93156

[startup+102.487 s]
/proc/loadavg: 2.08 2.01 2.00 3/98 1944
/proc/meminfo: memFree=1164528/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=100.68
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12699 0 0 0 10063 5 0 0 25 0 2 0 166374366 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 23289 11500 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 93156

[startup+162.579 s]
/proc/loadavg: 2.12 2.03 2.01 3/98 1944
/proc/meminfo: memFree=972464/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=159.26
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12699 0 0 0 15921 5 0 0 25 0 2 0 166374366 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609322 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1942/statm: 23289 11500 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.26
Current children cumulated vsize (KiB) 93156

[startup+222.666 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 2004
/proc/meminfo: memFree=1584792/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=219.23
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12699 0 0 0 21916 7 0 0 25 0 2 0 166374366 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610560 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 23289 11500 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.23
Current children cumulated vsize (KiB) 93156

[startup+282.702 s]
/proc/loadavg: 2.14 2.05 2.01 3/95 2126
/proc/meminfo: memFree=1520584/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=279.02
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12699 0 0 0 27894 8 0 0 25 0 2 0 166374366 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 23289 11500 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.02
Current children cumulated vsize (KiB) 93156

[startup+342.734 s]
/proc/loadavg: 2.05 2.04 2.01 3/95 2126
/proc/meminfo: memFree=1463944/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=338.7
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12699 0 0 0 33862 8 0 0 25 0 2 0 166374366 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 23289 11500 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 338.7
Current children cumulated vsize (KiB) 93156

[startup+402.774 s]
/proc/loadavg: 2.02 2.03 2.00 3/95 2126
/proc/meminfo: memFree=1413576/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=398.42
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12699 0 0 0 39834 8 0 0 25 0 2 0 166374366 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 23289 11500 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.42
Current children cumulated vsize (KiB) 93156

[startup+462.801 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 2126
/proc/meminfo: memFree=1376712/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=458.12
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12699 0 0 0 45803 9 0 0 25 0 2 0 166374366 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711204 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 23289 11500 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.12
Current children cumulated vsize (KiB) 93156

[startup+522.802 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 2126
/proc/meminfo: memFree=1343688/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=517.76
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12699 0 0 0 51767 9 0 0 25 0 2 0 166374366 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611027 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 23289 11500 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.76
Current children cumulated vsize (KiB) 93156

[startup+582.835 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 2126
/proc/meminfo: memFree=1317960/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=93156 CPUtime=577.46
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12700 0 0 0 57737 9 0 0 25 0 2 0 166374366 95391744 11501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 23289 11501 170 90 0 22827 0
[pid=1942/tid=1944] ppid=1940 vsize=93156 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166374440 95391744 11501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.46
Current children cumulated vsize (KiB) 93156

[startup+642.929 s]

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

/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12702 0 0 0 117485 11 0 0 25 0 3 0 166374366 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559420 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 25850 11503 170 90 0 25388 0
[pid=1942/tid=1944] ppid=1940 vsize=103400 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166374440 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=103400 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166464457 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1174.96
Current children cumulated vsize (KiB) 103400

[startup+1243.78 s]
/proc/loadavg: 2.05 2.02 2.00 3/96 2127
/proc/meminfo: memFree=1041088/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=103400 CPUtime=1234.71
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12702 0 0 0 123460 11 0 0 25 0 3 0 166374366 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609329 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 25850 11503 170 90 0 25388 0
[pid=1942/tid=1944] ppid=1940 vsize=103400 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166374440 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=103400 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166464457 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1234.71
Current children cumulated vsize (KiB) 103400

[startup+1303.87 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 2127
/proc/meminfo: memFree=1028928/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=103400 CPUtime=1294.47
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12702 0 0 0 129435 12 0 0 25 0 3 0 166374366 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 25850 11503 170 90 0 25388 0
[pid=1942/tid=1944] ppid=1940 vsize=103400 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166374440 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=103400 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166464457 105881600 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1294.47
Current children cumulated vsize (KiB) 103400

[startup+1363.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 2128
/proc/meminfo: memFree=1014328/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1354.24
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12703 0 0 0 135412 12 0 0 25 0 4 0 166374366 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554436 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 28411 11504 170 90 0 27949 0
[pid=1942/tid=1944] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166374440 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166464457 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1942/tid=2128] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2128/stat : 2128 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166509468 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.24
Current children cumulated vsize (KiB) 113644

[startup+1424 s]
/proc/loadavg: 2.04 2.01 2.00 3/97 2128
/proc/meminfo: memFree=997496/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1413.93
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12703 0 0 0 141380 13 0 0 25 0 4 0 166374366 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 28411 11504 170 90 0 27949 0
[pid=1942/tid=1944] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166374440 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166464457 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1942/tid=2128] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2128/stat : 2128 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166509468 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1413.93
Current children cumulated vsize (KiB) 113644

[startup+1484.03 s]
/proc/loadavg: 2.15 2.04 2.01 3/97 2128
/proc/meminfo: memFree=978488/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1473.63
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12703 0 0 0 147350 13 0 0 25 0 4 0 166374366 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 28411 11504 170 90 0 27949 0
[pid=1942/tid=1944] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166374440 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166464457 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1942/tid=2128] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2128/stat : 2128 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166509468 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.63
Current children cumulated vsize (KiB) 113644

[startup+1544.05 s]
/proc/loadavg: 2.14 2.05 2.01 3/97 2128
/proc/meminfo: memFree=978040/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1533.33
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12703 0 0 0 153320 13 0 0 25 0 4 0 166374366 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 28411 11504 170 90 0 27949 0
[pid=1942/tid=1944] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166374440 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166464457 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1942/tid=2128] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2128/stat : 2128 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166509468 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.33
Current children cumulated vsize (KiB) 113644

[startup+1604.07 s]
/proc/loadavg: 2.04 2.03 2.00 3/97 2128
/proc/meminfo: memFree=970040/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1593
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12703 0 0 0 159287 13 0 0 25 0 4 0 166374366 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711655 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 28411 11504 170 90 0 27949 0
[pid=1942/tid=1944] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166374440 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166464457 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1942/tid=2128] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2128/stat : 2128 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166509468 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593
Current children cumulated vsize (KiB) 113644

[startup+1664.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/97 2128
/proc/meminfo: memFree=957304/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1652.69
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12703 0 0 0 165256 13 0 0 25 0 4 0 166374366 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 28411 11504 170 90 0 27949 0
[pid=1942/tid=1944] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166374440 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166464457 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1942/tid=2128] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2128/stat : 2128 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166509468 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.69
Current children cumulated vsize (KiB) 113644

[startup+1724.12 s]
/proc/loadavg: 2.06 2.04 2.00 3/97 2128
/proc/meminfo: memFree=943480/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1712.38
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12703 0 0 0 171224 14 0 0 25 0 4 0 166374366 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566443 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 28411 11504 170 90 0 27949 0
[pid=1942/tid=1944] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166374440 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166464457 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1942/tid=2128] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2128/stat : 2128 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166509468 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.38
Current children cumulated vsize (KiB) 113644

[startup+1784.2 s]
/proc/loadavg: 2.13 2.05 2.00 3/90 2191
/proc/meminfo: memFree=1659704/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1772.34
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12703 0 0 0 177219 15 0 0 25 0 4 0 166374366 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711198 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1942/statm: 28411 11504 170 90 0 27949 0
[pid=1942/tid=1944] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/1944/stat : 1944 (bprolog) S 1940 1942 1860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166374440 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1942/tid=2127] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2127/stat : 2127 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166464457 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1942/tid=2128] ppid=1940 vsize=113644 CPUtime=0
/proc/1942/task/2128/stat : 2128 (bprolog) S 1940 1942 1860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166509468 116371456 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.34
Current children cumulated vsize (KiB) 113644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.91 s]
/proc/loadavg: 2.15 2.06 2.01 3/87 2191
/proc/meminfo: memFree=1659704/2055920 swapFree=4192812/4192956
[pid=1942] ppid=1940 vsize=113644 CPUtime=1800.03
/proc/1942/stat : 1942 (bprolog) R 1940 1942 1860 0 -1 4194304 12704 0 0 0 179988 15 0 0 25 0 1 0 166374366 116371456 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556813 0 0 4096 2 0 0 0 17 0 0 0
/proc/1942/statm: 28411 11505 171 90 0 27949 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 113644

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.92
CPU time (s): 1800.05
CPU user time (s): 1799.89
CPU system time (s): 0.159975
CPU usage (%): 99.3449
Max. virtual memory (cumulated for all children) (KiB): 113644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12704
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= 14
involuntary context switches= 63687

runsolver used 1.90171 s user time and 6.08108 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 14:23:13 UTC 2007


IDJOB= 207019
IDBENCH= 4253
FILE ID= node11/207019-1168179793

PBS_JOBID= 3478882

Free space on /tmp= 66339 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-207019-1168179793 -o ROOT/results/node11/solver-207019-1168179793 -C 1800 -M 900  /tmp/evaluation/207019-1168179793/Complete/Ordinary/solver /tmp/evaluation/207019-1168179793/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7569ce1a1609d9840c3e44b4ffff2c0c

RANDOM SEED= 12269733

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1399640 kB
Buffers:         33784 kB
Cached:         185992 kB
SwapCached:          0 kB
Active:         470744 kB
Inactive:       127648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4260 kB
Writeback:           0 kB
Mapped:         407480 kB
Slab:            41808 kB
Committed_AS:  5613608 kB
PageTables:       3048 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= 66340 MiB



End job on node11 on Sun Jan  7 14:53:25 UTC 2007