Trace number 207840

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 1803.88

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-523_ext.xml
MD5SUM574d05c6319781b81aa96225f5b39ad5
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 benchmark18.2322
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/207840-1168183503/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/node10/watcher-207840-1168183503 -o ROOT/results/node10/solver-207840-1168183503 -C 1800 -M 900 /tmp/evaluation/207840-1168183503/Complete/Ordinary/solver /tmp/evaluation/207840-1168183503/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.99 1.99 2.00 3/88 5500
/proc/meminfo: memFree=1674808/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=5260 CPUtime=0
/proc/5499/stat : 5499 (sh) R 5497 5499 5348 0 -1 4194304 66 0 0 0 0 0 0 0 21 0 1 0 166745541 5386240 50 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 214917193180 0 0 4096 0 0 0 0 17 1 0 0
/proc/5499/statm: 1315 50 38 169 0 14 0

[startup+0.102449 s]
/proc/loadavg: 1.99 1.99 2.00 3/88 5500
/proc/meminfo: memFree=1674808/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=61812 CPUtime=0.09
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 1592 0 0 0 9 0 0 0 21 0 1 0 166745541 63295488 1308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607393 0 0 4096 2 0 0 0 17 1 0 0
/proc/5499/statm: 15453 1308 158 90 0 14991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61812

[startup+0.510503 s]
/proc/loadavg: 1.99 1.99 2.00 3/88 5500
/proc/meminfo: memFree=1674808/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=62040 CPUtime=0.49
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 9438 0 0 0 46 3 0 0 25 0 1 0 166745541 63528960 9047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711347 0 0 4096 2 0 0 0 17 1 0 0
/proc/5499/statm: 15510 9047 158 90 0 15048 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 62040

[startup+1.33161 s]
/proc/loadavg: 1.99 1.99 2.00 3/89 5501
/proc/meminfo: memFree=1629360/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=1.31
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12779 0 0 0 127 4 0 0 25 0 2 0 166745541 95047680 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639053 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11493 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11493 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) 92820

[startup+2.96883 s]
/proc/loadavg: 1.99 1.99 2.00 4/89 5501
/proc/meminfo: memFree=1629296/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=2.94
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12779 0 0 0 290 4 0 0 25 0 2 0 166745541 95047680 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11493 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11493 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) 92820

[startup+6.24827 s]
/proc/loadavg: 1.99 1.99 2.00 3/89 5501
/proc/meminfo: memFree=1629296/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=6.2
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12779 0 0 0 616 4 0 0 25 0 2 0 166745541 95047680 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11493 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 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.2
Current children cumulated vsize (KiB) 92820

[startup+12.7162 s]
/proc/loadavg: 1.99 1.99 2.00 3/89 5501
/proc/meminfo: memFree=1629296/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=12.64
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12779 0 0 0 1260 4 0 0 25 0 2 0 166745541 95047680 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711596 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11493 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 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.64
Current children cumulated vsize (KiB) 92820

[startup+25.5429 s]
/proc/loadavg: 1.99 1.99 2.00 3/89 5501
/proc/meminfo: memFree=1629296/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=25.42
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12780 0 0 0 2537 5 0 0 25 0 2 0 166745541 95047680 11494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11494 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 92820

[startup+51.1934 s]
/proc/loadavg: 1.99 1.99 2.00 3/89 5501
/proc/meminfo: memFree=1629360/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=50.96
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12780 0 0 0 5091 5 0 0 25 0 2 0 166745541 95047680 11494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11494 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 92820

[startup+102.483 s]
/proc/loadavg: 1.99 1.99 2.00 3/89 5501
/proc/meminfo: memFree=1629360/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=102.02
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12780 0 0 0 10197 5 0 0 25 0 2 0 166745541 95047680 11494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11494 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 92820

[startup+162.497 s]
/proc/loadavg: 1.99 1.99 2.00 3/90 5502
/proc/meminfo: memFree=1627176/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=161.77
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12781 0 0 0 16171 6 0 0 25 0 2 0 166745541 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11495 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 92820

[startup+222.52 s]
/proc/loadavg: 1.99 1.99 2.00 3/90 5502
/proc/meminfo: memFree=1627048/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=221.52
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12781 0 0 0 22145 7 0 0 25 0 2 0 166745541 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11495 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.52
Current children cumulated vsize (KiB) 92820

[startup+282.535 s]
/proc/loadavg: 2.10 2.02 2.00 3/90 5502
/proc/meminfo: memFree=1626984/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=281.26
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12781 0 0 0 28119 7 0 0 25 0 2 0 166745541 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11495 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.26
Current children cumulated vsize (KiB) 92820

[startup+342.546 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 5502
/proc/meminfo: memFree=1626920/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=341.02
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12781 0 0 0 34094 8 0 0 25 0 2 0 166745541 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11495 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.02
Current children cumulated vsize (KiB) 92820

[startup+402.558 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 5502
/proc/meminfo: memFree=1626856/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=400.77
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12781 0 0 0 40069 8 0 0 25 0 2 0 166745541 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11495 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.77
Current children cumulated vsize (KiB) 92820

[startup+462.572 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5502
/proc/meminfo: memFree=1626792/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=460.54
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12781 0 0 0 46045 9 0 0 25 0 2 0 166745541 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711384 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11495 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.54
Current children cumulated vsize (KiB) 92820

[startup+522.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5502
/proc/meminfo: memFree=1626792/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=520.3
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12781 0 0 0 52020 10 0 0 25 0 2 0 166745541 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5499/statm: 23205 11495 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.3
Current children cumulated vsize (KiB) 92820

[startup+582.605 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5517
/proc/meminfo: memFree=1700136/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=92820 CPUtime=580.06
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12781 0 0 0 57995 11 0 0 25 0 2 0 166745541 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 23205 11495 170 90 0 22743 0
[pid=5499/tid=5501] ppid=5497 vsize=92820 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166745626 95047680 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.06
Current children cumulated vsize (KiB) 92820

[startup+642.65 s]

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

/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12792 0 0 0 117987 13 0 0 25 0 3 0 166745541 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 25766 11506 170 90 0 25304 0
[pid=5499/tid=5501] ppid=5497 vsize=103064 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166745626 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=103064 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166835644 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180
Current children cumulated vsize (KiB) 103064

[startup+1243.22 s]
/proc/loadavg: 2.08 2.02 2.01 3/88 5802
/proc/meminfo: memFree=1693432/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=103064 CPUtime=1239.99
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12792 0 0 0 123984 15 0 0 25 0 3 0 166745541 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134581665 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 25766 11506 170 90 0 25304 0
[pid=5499/tid=5501] ppid=5497 vsize=103064 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166745626 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=103064 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166835644 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.99
Current children cumulated vsize (KiB) 103064

[startup+1303.24 s]
/proc/loadavg: 2.08 2.03 2.00 3/88 5802
/proc/meminfo: memFree=1693504/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=103064 CPUtime=1299.94
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12792 0 0 0 129978 16 0 0 25 0 3 0 166745541 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589649 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 25766 11506 170 90 0 25304 0
[pid=5499/tid=5501] ppid=5497 vsize=103064 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166745626 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=103064 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166835644 105537536 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 103064

[startup+1363.27 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 5803
/proc/meminfo: memFree=1693496/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1359.9
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12793 0 0 0 135974 16 0 0 25 0 4 0 166745541 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 28327 11507 170 90 0 27865 0
[pid=5499/tid=5501] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166745626 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166835644 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5499/tid=5803] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5803/stat : 5803 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166880656 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.9
Current children cumulated vsize (KiB) 113308

[startup+1423.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 5803
/proc/meminfo: memFree=1693432/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1419.9
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12793 0 0 0 141974 16 0 0 25 0 4 0 166745541 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580212 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 28327 11507 170 90 0 27865 0
[pid=5499/tid=5501] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166745626 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166835644 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5499/tid=5803] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5803/stat : 5803 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166880656 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.9
Current children cumulated vsize (KiB) 113308

[startup+1483.37 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 5803
/proc/meminfo: memFree=1693432/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1479.89
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12793 0 0 0 147973 16 0 0 25 0 4 0 166745541 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 28327 11507 170 90 0 27865 0
[pid=5499/tid=5501] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166745626 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166835644 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5499/tid=5803] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5803/stat : 5803 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166880656 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.89
Current children cumulated vsize (KiB) 113308

[startup+1543.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 5803
/proc/meminfo: memFree=1693432/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1539.89
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12793 0 0 0 153973 16 0 0 25 0 4 0 166745541 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 28327 11507 170 90 0 27865 0
[pid=5499/tid=5501] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166745626 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166835644 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5499/tid=5803] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5803/stat : 5803 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166880656 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.89
Current children cumulated vsize (KiB) 113308

[startup+1603.47 s]
/proc/loadavg: 2.10 2.03 2.01 3/89 5803
/proc/meminfo: memFree=1693368/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1599.87
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12793 0 0 0 159971 16 0 0 25 0 4 0 166745541 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 28327 11507 170 90 0 27865 0
[pid=5499/tid=5501] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166745626 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166835644 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5499/tid=5803] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5803/stat : 5803 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166880656 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.87
Current children cumulated vsize (KiB) 113308

[startup+1663.53 s]
/proc/loadavg: 2.10 2.04 2.01 3/89 5803
/proc/meminfo: memFree=1693368/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1659.85
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12793 0 0 0 165969 16 0 0 25 0 4 0 166745541 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 28327 11507 170 90 0 27865 0
[pid=5499/tid=5501] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166745626 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166835644 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5499/tid=5803] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5803/stat : 5803 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166880656 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.85
Current children cumulated vsize (KiB) 113308

[startup+1723.58 s]
/proc/loadavg: 2.03 2.03 2.00 3/89 5803
/proc/meminfo: memFree=1693304/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1719.84
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12793 0 0 0 171968 16 0 0 25 0 4 0 166745541 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 28327 11507 170 90 0 27865 0
[pid=5499/tid=5501] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166745626 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166835644 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5499/tid=5803] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5803/stat : 5803 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166880656 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.84
Current children cumulated vsize (KiB) 113308

[startup+1783.63 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 5803
/proc/meminfo: memFree=1693304/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1779.83
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12793 0 0 0 177967 16 0 0 25 0 4 0 166745541 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589669 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5499/statm: 28327 11507 170 90 0 27865 0
[pid=5499/tid=5501] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5501/stat : 5501 (bprolog) S 5497 5499 5348 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166745626 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5499/tid=5570] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5570/stat : 5570 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166835644 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5499/tid=5803] ppid=5497 vsize=113308 CPUtime=0
/proc/5499/task/5803/stat : 5803 (bprolog) S 5497 5499 5348 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166880656 116027392 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.83
Current children cumulated vsize (KiB) 113308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.85 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 5803
/proc/meminfo: memFree=1693304/2055920 swapFree=4178216/4192956
[pid=5499] ppid=5497 vsize=113308 CPUtime=1800.02
/proc/5499/stat : 5499 (bprolog) R 5497 5499 5348 0 -1 4194304 12794 0 0 0 179986 16 0 0 25 0 1 0 166745541 116027392 11508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711306 0 0 4096 2 0 0 0 17 0 0 0
/proc/5499/statm: 28327 11508 171 90 0 27865 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 113308

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.88
CPU time (s): 1800.05
CPU user time (s): 1799.87
CPU system time (s): 0.174973
CPU usage (%): 99.7871
Max. virtual memory (cumulated for all children) (KiB): 113308

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

runsolver used 2.03169 s user time and 5.2542 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 15:25:04 UTC 2007


IDJOB= 207840
IDBENCH= 4338
FILE ID= node10/207840-1168183503

PBS_JOBID= 3478941

Free space on /tmp= 66371 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-207840-1168183503 -o ROOT/results/node10/solver-207840-1168183503 -C 1800 -M 900  /tmp/evaluation/207840-1168183503/Complete/Ordinary/solver /tmp/evaluation/207840-1168183503/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  574d05c6319781b81aa96225f5b39ad5

RANDOM SEED= 911349264

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.232
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.232
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:       1675288 kB
Buffers:         27612 kB
Cached:         190100 kB
SwapCached:       2064 kB
Active:         185340 kB
Inactive:       132376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675288 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:         110828 kB
Slab:            47588 kB
Committed_AS:  4279628 kB
PageTables:       2396 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= 66373 MiB



End job on node10 on Sun Jan  7 15:55:09 UTC 2007