Trace number 207827

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 1806.78

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-48_ext.xml
MD5SUM52e15dbdfc86e7400506f523ef70995d
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 benchmark65.6
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
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/207827-1168183437/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/node43/watcher-207827-1168183437 -o ROOT/results/node43/solver-207827-1168183437 -C 1800 -M 900 /tmp/evaluation/207827-1168183437/Complete/Ordinary/solver /tmp/evaluation/207827-1168183437/unknown 1800 

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

/proc/loadavg: 2.01 2.03 1.75 5/73 12269
/proc/meminfo: memFree=1389144/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=18540 CPUtime=0
/proc/12268/stat : 12268 (runsolver) R 12266 12268 11506 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 166742906 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 216849247527 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12268/statm: 4635 279 244 17 0 2626 0

[startup+0.107814 s]
/proc/loadavg: 2.01 2.03 1.75 5/73 12269
/proc/meminfo: memFree=1389144/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=61832 CPUtime=0.1
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 1677 0 0 0 9 1 0 0 20 0 1 0 166742906 63315968 1393 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/12268/statm: 15458 1393 158 90 0 14996 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61832

[startup+0.518882 s]
/proc/loadavg: 2.01 2.03 1.75 5/73 12269
/proc/meminfo: memFree=1389144/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=62196 CPUtime=0.5
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 9524 0 0 0 46 4 0 0 24 0 1 0 166742906 63688704 9088 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 0 0 0 17 1 0 0
/proc/12268/statm: 15549 9088 158 90 0 15087 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62196

[startup+1.34002 s]
/proc/loadavg: 2.01 2.03 1.75 3/74 12270
/proc/meminfo: memFree=1342608/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93092 CPUtime=1.32
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 18237 0 0 0 125 7 0 0 25 0 2 0 166742906 95326208 11754 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23273 11754 170 90 0 22811 0
[pid=12268/tid=12270] ppid=12266 vsize=93092 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95326208 11754 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 93092

[startup+2.97729 s]
/proc/loadavg: 2.01 2.03 1.75 3/74 12270
/proc/meminfo: memFree=1342544/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93096 CPUtime=2.94
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 20834 0 0 0 286 8 0 0 25 0 2 0 166742906 95330304 11757 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23274 11757 170 90 0 22812 0
[pid=12268/tid=12270] ppid=12266 vsize=93096 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95330304 11757 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) 93096

[startup+6.26483 s]
/proc/loadavg: 2.00 2.02 1.75 3/74 12270
/proc/meminfo: memFree=1342544/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93096 CPUtime=6.2
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 21267 0 0 0 612 8 0 0 25 0 2 0 166742906 95330304 11757 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23274 11757 170 90 0 22812 0
[pid=12268/tid=12270] ppid=12266 vsize=93096 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95330304 11757 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 93096

[startup+12.7299 s]
/proc/loadavg: 2.00 2.02 1.75 3/74 12270
/proc/meminfo: memFree=1342488/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93096 CPUtime=12.61
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 21267 0 0 0 1253 8 0 0 25 0 2 0 166742906 95330304 11757 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23274 11757 170 90 0 22812 0
[pid=12268/tid=12270] ppid=12266 vsize=93096 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95330304 11757 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 93096

[startup+25.56 s]
/proc/loadavg: 2.00 2.02 1.76 3/74 12270
/proc/meminfo: memFree=1342488/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93096 CPUtime=25.34
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 22999 0 0 0 2525 9 0 0 25 0 2 0 166742906 95330304 11757 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23274 11757 170 90 0 22812 0
[pid=12268/tid=12270] ppid=12266 vsize=93096 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95330304 11757 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 93096

[startup+51.2213 s]
/proc/loadavg: 2.00 2.02 1.76 3/74 12270
/proc/meminfo: memFree=1342552/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93100 CPUtime=50.81
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 24735 0 0 0 5071 10 0 0 25 0 2 0 166742906 95334400 11759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859780 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23275 11759 170 90 0 22813 0
[pid=12268/tid=12270] ppid=12266 vsize=93100 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95334400 11759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 93100

[startup+102.439 s]
/proc/loadavg: 2.06 2.03 1.78 3/74 12270
/proc/meminfo: memFree=1342552/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93128 CPUtime=101.61
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 30033 0 0 0 10150 11 0 0 25 0 2 0 166742906 95363072 11778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23282 11778 170 90 0 22820 0
[pid=12268/tid=12270] ppid=12266 vsize=93128 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95363072 11778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 93128

[startup+162.466 s]
/proc/loadavg: 2.02 2.02 1.79 3/74 12270
/proc/meminfo: memFree=1342488/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93132 CPUtime=161.17
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 33125 0 0 0 16104 13 0 0 25 0 2 0 166742906 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664582 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23283 11782 170 90 0 22821 0
[pid=12268/tid=12270] ppid=12266 vsize=93132 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.17
Current children cumulated vsize (KiB) 93132

[startup+222.512 s]
/proc/loadavg: 2.00 2.02 1.80 3/74 12270
/proc/meminfo: memFree=1342424/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93132 CPUtime=220.72
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 33125 0 0 0 22059 13 0 0 25 0 2 0 166742906 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23283 11782 170 90 0 22821 0
[pid=12268/tid=12270] ppid=12266 vsize=93132 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 93132

[startup+282.553 s]
/proc/loadavg: 2.00 2.01 1.81 3/74 12270
/proc/meminfo: memFree=1342424/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93132 CPUtime=280.28
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 33125 0 0 0 28015 13 0 0 25 0 2 0 166742906 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23283 11782 170 90 0 22821 0
[pid=12268/tid=12270] ppid=12266 vsize=93132 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.28
Current children cumulated vsize (KiB) 93132

[startup+342.606 s]
/proc/loadavg: 2.00 2.01 1.82 3/74 12270
/proc/meminfo: memFree=1342424/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93132 CPUtime=339.85
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 33125 0 0 0 33971 14 0 0 25 0 2 0 166742906 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600922 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23283 11782 170 90 0 22821 0
[pid=12268/tid=12270] ppid=12266 vsize=93132 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.85
Current children cumulated vsize (KiB) 93132

[startup+402.643 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 12270
/proc/meminfo: memFree=1342424/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93132 CPUtime=399.41
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 33125 0 0 0 39927 14 0 0 25 0 2 0 166742906 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609480 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23283 11782 170 90 0 22821 0
[pid=12268/tid=12270] ppid=12266 vsize=93132 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.41
Current children cumulated vsize (KiB) 93132

[startup+462.684 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 12270
/proc/meminfo: memFree=1342424/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93132 CPUtime=458.95
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 33125 0 0 0 45881 14 0 0 25 0 2 0 166742906 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23283 11782 170 90 0 22821 0
[pid=12268/tid=12270] ppid=12266 vsize=93132 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.95
Current children cumulated vsize (KiB) 93132

[startup+522.723 s]
/proc/loadavg: 2.00 2.00 1.84 3/74 12270
/proc/meminfo: memFree=1342424/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93132 CPUtime=518.51
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35777 0 0 0 51835 16 0 0 25 0 2 0 166742906 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23283 11782 170 90 0 22821 0
[pid=12268/tid=12270] ppid=12266 vsize=93132 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.51
Current children cumulated vsize (KiB) 93132

[startup+582.775 s]
/proc/loadavg: 2.00 2.00 1.84 3/74 12270
/proc/meminfo: memFree=1342360/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=93132 CPUtime=578.06
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35777 0 0 0 57790 16 0 0 25 0 2 0 166742906 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12268/statm: 23283 11782 170 90 0 22821 0
[pid=12268/tid=12270] ppid=12266 vsize=93132 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166743000 95367168 11782 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.06
Current children cumulated vsize (KiB) 93132

[startup+642.822 s]

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

/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35779 0 0 0 117724 18 0 0 25 0 3 0 166742906 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 25844 11784 170 90 0 25382 0
[pid=12268/tid=12270] ppid=12266 vsize=103376 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166743000 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=103376 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166833025 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.42
Current children cumulated vsize (KiB) 103376

[startup+1243.54 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12342
/proc/meminfo: memFree=1367440/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=103376 CPUtime=1237.35
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35779 0 0 0 123717 18 0 0 25 0 3 0 166742906 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 25844 11784 170 90 0 25382 0
[pid=12268/tid=12270] ppid=12266 vsize=103376 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166743000 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=103376 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166833025 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.35
Current children cumulated vsize (KiB) 103376

[startup+1303.61 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12342
/proc/meminfo: memFree=1367504/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=103376 CPUtime=1297.38
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35779 0 0 0 129720 18 0 0 25 0 3 0 166742906 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 25844 11784 170 90 0 25382 0
[pid=12268/tid=12270] ppid=12266 vsize=103376 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166743000 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=103376 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166833025 105857024 11784 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.38
Current children cumulated vsize (KiB) 103376

[startup+1363.67 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 12343
/proc/meminfo: memFree=1367432/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1357.39
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35780 0 0 0 135720 19 0 0 25 0 4 0 166742906 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 28405 11785 170 90 0 27943 0
[pid=12268/tid=12270] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166743000 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166833025 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12268/tid=12343] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12343/stat : 12343 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 166878033 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.39
Current children cumulated vsize (KiB) 113620

[startup+1423.76 s]
/proc/loadavg: 2.16 2.03 1.92 3/84 12343
/proc/meminfo: memFree=1367432/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1417.41
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35780 0 0 0 141722 19 0 0 25 0 4 0 166742906 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 28405 11785 170 90 0 27943 0
[pid=12268/tid=12270] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166743000 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166833025 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12268/tid=12343] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12343/stat : 12343 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 166878033 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.41
Current children cumulated vsize (KiB) 113620

[startup+1483.78 s]
/proc/loadavg: 2.06 2.03 1.92 3/84 12343
/proc/meminfo: memFree=1367368/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1477.36
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35780 0 0 0 147717 19 0 0 25 0 4 0 166742906 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 28405 11785 170 90 0 27943 0
[pid=12268/tid=12270] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166743000 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166833025 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12268/tid=12343] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12343/stat : 12343 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 166878033 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.36
Current children cumulated vsize (KiB) 113620

[startup+1543.8 s]
/proc/loadavg: 2.02 2.02 1.92 3/84 12343
/proc/meminfo: memFree=1367432/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1537.33
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35780 0 0 0 153714 19 0 0 25 0 4 0 166742906 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 28405 11785 170 90 0 27943 0
[pid=12268/tid=12270] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166743000 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166833025 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12268/tid=12343] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12343/stat : 12343 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 166878033 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.33
Current children cumulated vsize (KiB) 113620

[startup+1603.81 s]
/proc/loadavg: 2.00 2.01 1.92 3/84 12343
/proc/meminfo: memFree=1367368/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1597.27
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35780 0 0 0 159708 19 0 0 25 0 4 0 166742906 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 28405 11785 170 90 0 27943 0
[pid=12268/tid=12270] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166743000 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166833025 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12268/tid=12343] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12343/stat : 12343 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166878033 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.27
Current children cumulated vsize (KiB) 113620

[startup+1663.9 s]
/proc/loadavg: 2.00 2.01 1.92 3/84 12343
/proc/meminfo: memFree=1367368/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1657.3
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35780 0 0 0 165711 19 0 0 25 0 4 0 166742906 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859780 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 28405 11785 170 90 0 27943 0
[pid=12268/tid=12270] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166743000 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166833025 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12268/tid=12343] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12343/stat : 12343 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166878033 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.3
Current children cumulated vsize (KiB) 113620

[startup+1723.97 s]
/proc/loadavg: 2.00 2.00 1.92 3/84 12343
/proc/meminfo: memFree=1367368/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1717.32
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35780 0 0 0 171712 20 0 0 25 0 4 0 166742906 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 28405 11785 170 90 0 27943 0
[pid=12268/tid=12270] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166743000 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166833025 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12268/tid=12343] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12343/stat : 12343 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166878033 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.32
Current children cumulated vsize (KiB) 113620

[startup+1784.07 s]
/proc/loadavg: 2.04 2.01 1.93 3/84 12343
/proc/meminfo: memFree=1367368/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1777.35
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35780 0 0 0 177715 20 0 0 25 0 4 0 166742906 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12268/statm: 28405 11785 170 90 0 27943 0
[pid=12268/tid=12270] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12270/stat : 12270 (bprolog) S 12266 12268 11506 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166743000 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12268/tid=12342] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12342/stat : 12342 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166833025 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12268/tid=12343] ppid=12266 vsize=113620 CPUtime=0
/proc/12268/task/12343/stat : 12343 (bprolog) S 12266 12268 11506 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166878033 116346880 11785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.35
Current children cumulated vsize (KiB) 113620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.77 s]
/proc/loadavg: 2.03 2.01 1.93 3/81 12343
/proc/meminfo: memFree=1367304/2055920 swapFree=4192812/4192956
[pid=12268] ppid=12266 vsize=113620 CPUtime=1800.03
/proc/12268/stat : 12268 (bprolog) R 12266 12268 11506 0 -1 4194304 35781 0 0 0 179983 20 0 0 25 0 1 0 166742906 116346880 11786 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 0 0 0 17 0 0 0
/proc/12268/statm: 28405 11786 171 90 0 27943 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 113620

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.78
CPU time (s): 1800.05
CPU user time (s): 1799.84
CPU system time (s): 0.210967
CPU usage (%): 99.6274
Max. virtual memory (cumulated for all children) (KiB): 113620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35781
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= 27
involuntary context switches= 18355

runsolver used 2.00169 s user time and 5.43417 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Jan  7 15:23:57 UTC 2007


IDJOB= 207827
IDBENCH= 4337
FILE ID= node43/207827-1168183437

PBS_JOBID= 3479176

Free space on /tmp= 66487 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-25/tsp-25-48_ext.xml
COMMAND LINE= /tmp/evaluation/207827-1168183437/Complete/Ordinary/solver /tmp/evaluation/207827-1168183437/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node43/convwatcher-207827-1168183437 -o ROOT/results/node43/conversion-207827-1168183437 -C 600 -M 900 /tmp/evaluation/207827-1168183437/Complete/Ordinary/conversion /tmp/evaluation/207827-1168183437/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-207827-1168183437 -o ROOT/results/node43/solver-207827-1168183437 -C 1800 -M 900  /tmp/evaluation/207827-1168183437/Complete/Ordinary/solver /tmp/evaluation/207827-1168183437/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  52e15dbdfc86e7400506f523ef70995d

RANDOM SEED= 722410828

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.278
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.278
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:       1389560 kB
Buffers:         43420 kB
Cached:         509692 kB
SwapCached:          0 kB
Active:         115860 kB
Inactive:       489128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          65488 kB
Slab:            46820 kB
Committed_AS:  3460092 kB
PageTables:       1836 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= 66492 MiB



End job on node43 on Sun Jan  7 15:54:05 UTC 2007