Trace number 207905

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.1 1814.43

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-190_ext.xml
MD5SUMbd61458ec10415399e486da667df4e26
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.1211
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/207905-1168183770/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/node40/watcher-207905-1168183770 -o ROOT/results/node40/solver-207905-1168183770 -C 1800 -M 900 /tmp/evaluation/207905-1168183770/Complete/Ordinary/solver /tmp/evaluation/207905-1168183770/unknown 1800 

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

/proc/loadavg: 0.92 1.27 1.62 5/81 24690
/proc/meminfo: memFree=1783360/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=18540 CPUtime=0
/proc/24689/stat : 24689 (runsolver) R 24687 24689 24557 0 -1 4194368 14 0 0 0 0 0 0 0 19 0 1 0 166776467 18984960 278 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 264519612585 0 0 4096 24578 0 0 0 17 0 0 0
/proc/24689/statm: 4635 278 243 17 0 2626 0

[startup+0.104797 s]
/proc/loadavg: 0.92 1.27 1.62 5/81 24690
/proc/meminfo: memFree=1783360/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=61804 CPUtime=0.09
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 1569 0 0 0 9 0 0 0 21 0 1 0 166776467 63287296 1285 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/24689/statm: 15451 1285 158 90 0 14989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61804

[startup+0.515851 s]
/proc/loadavg: 0.92 1.27 1.62 5/81 24690
/proc/meminfo: memFree=1783360/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=62032 CPUtime=0.49
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 9235 0 0 0 46 3 0 0 25 0 1 0 166776467 63520768 8848 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590561 0 0 4096 2 0 0 0 17 1 0 0
/proc/24689/statm: 15508 8848 158 90 0 15046 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 62032

[startup+1.33795 s]
/proc/loadavg: 1.01 1.28 1.62 3/82 24691
/proc/meminfo: memFree=1703992/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=1.31
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12761 0 0 0 127 4 0 0 25 0 2 0 166776467 95121408 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11493 169 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 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) 92892

[startup+2.99017 s]
/proc/loadavg: 1.01 1.28 1.62 4/82 24691
/proc/meminfo: memFree=1682616/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=2.94
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12761 0 0 0 290 4 0 0 25 0 2 0 166776467 95121408 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589719 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11493 169 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 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) 92892

[startup+6.28059 s]
/proc/loadavg: 1.01 1.28 1.62 3/82 24691
/proc/meminfo: memFree=1615992/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=6.2
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12761 0 0 0 616 4 0 0 25 0 2 0 166776467 95121408 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11493 169 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 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) 92892

[startup+12.7394 s]
/proc/loadavg: 1.24 1.32 1.63 4/82 24691
/proc/meminfo: memFree=1491272/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=12.61
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12761 0 0 0 1257 4 0 0 25 0 2 0 166776467 95121408 11493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11493 169 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 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.61
Current children cumulated vsize (KiB) 92892

[startup+25.5671 s]
/proc/loadavg: 1.43 1.36 1.64 4/82 24691
/proc/meminfo: memFree=1399816/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=25.32
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12763 0 0 0 2528 4 0 0 25 0 2 0 166776467 95121408 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11495 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 92892

[startup+51.2284 s]
/proc/loadavg: 1.87 1.47 1.66 4/82 24691
/proc/meminfo: memFree=1381832/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=50.75
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12763 0 0 0 5071 4 0 0 25 0 2 0 166776467 95121408 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11495 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 92892

[startup+102.49 s]
/proc/loadavg: 2.34 1.65 1.72 4/82 24691
/proc/meminfo: memFree=1362440/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=101.76
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 10172 4 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 92892

[startup+162.571 s]
/proc/loadavg: 2.72 1.88 1.79 4/82 24691
/proc/meminfo: memFree=1328008/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=161.56
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 16152 4 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617947 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 92892

[startup+222.59 s]
/proc/loadavg: 2.78 2.04 1.85 4/82 24691
/proc/meminfo: memFree=1312520/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=221.3
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 22126 4 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609663 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 92892

[startup+282.638 s]
/proc/loadavg: 2.63 2.15 1.89 3/82 24691
/proc/meminfo: memFree=1291144/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=281.07
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 28102 5 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604162 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 92892

[startup+342.645 s]
/proc/loadavg: 2.35 2.16 1.91 3/82 24691
/proc/meminfo: memFree=1265160/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=340.81
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 34076 5 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.81
Current children cumulated vsize (KiB) 92892

[startup+402.648 s]
/proc/loadavg: 2.31 2.18 1.93 3/82 24691
/proc/meminfo: memFree=1254792/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=400.52
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 40047 5 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.52
Current children cumulated vsize (KiB) 92892

[startup+462.652 s]
/proc/loadavg: 2.16 2.16 1.94 3/82 24691
/proc/meminfo: memFree=1243720/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=460.25
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 46020 5 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.25
Current children cumulated vsize (KiB) 92892

[startup+522.671 s]
/proc/loadavg: 2.10 2.14 1.94 3/82 24691
/proc/meminfo: memFree=1239112/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=519.74
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 51969 5 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.74
Current children cumulated vsize (KiB) 92892

[startup+582.693 s]
/proc/loadavg: 2.47 2.23 1.98 3/82 24691
/proc/meminfo: memFree=1212552/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=92892 CPUtime=579.23
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12764 0 0 0 57918 5 0 0 25 0 2 0 166776467 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609256 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 23223 11496 170 90 0 22761 0
[pid=24689/tid=24691] ppid=24687 vsize=92892 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166776552 95121408 11496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.23
Current children cumulated vsize (KiB) 92892

[startup+642.775 s]

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

/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12773 0 0 0 117424 7 0 0 25 0 3 0 166776467 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564219 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 25784 11505 170 90 0 25322 0
[pid=24689/tid=24691] ppid=24687 vsize=103136 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166776552 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=103136 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166866570 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1174.31
Current children cumulated vsize (KiB) 103136

[startup+1243.21 s]
/proc/loadavg: 2.18 2.23 2.09 3/83 24692
/proc/meminfo: memFree=1140864/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=103136 CPUtime=1233.85
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12773 0 0 0 123378 7 0 0 25 0 3 0 166776467 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 25784 11505 170 90 0 25322 0
[pid=24689/tid=24691] ppid=24687 vsize=103136 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166776552 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=103136 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166866570 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.85
Current children cumulated vsize (KiB) 103136

[startup+1303.29 s]
/proc/loadavg: 2.20 2.23 2.10 3/83 24692
/proc/meminfo: memFree=1140800/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=103136 CPUtime=1293.4
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12773 0 0 0 129332 8 0 0 25 0 3 0 166776467 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 25784 11505 170 90 0 25322 0
[pid=24689/tid=24691] ppid=24687 vsize=103136 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166776552 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=103136 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166866570 105611264 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1293.4
Current children cumulated vsize (KiB) 103136

[startup+1363.37 s]
/proc/loadavg: 2.23 2.23 2.10 3/84 24693
/proc/meminfo: memFree=1140792/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1352.97
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12774 0 0 0 135289 8 0 0 25 0 4 0 166776467 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 28345 11506 170 90 0 27883 0
[pid=24689/tid=24691] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166776552 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166866570 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24693/stat : 24693 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166911581 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1352.97
Current children cumulated vsize (KiB) 113380

[startup+1423.42 s]
/proc/loadavg: 2.32 2.25 2.11 3/84 24693
/proc/meminfo: memFree=1140792/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1412.5
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12774 0 0 0 141242 8 0 0 25 0 4 0 166776467 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 28345 11506 170 90 0 27883 0
[pid=24689/tid=24691] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166776552 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166866570 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24693/stat : 24693 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166911581 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1412.5
Current children cumulated vsize (KiB) 113380

[startup+1483.47 s]
/proc/loadavg: 2.26 2.23 2.11 3/84 24693
/proc/meminfo: memFree=1140728/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1472.03
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12774 0 0 0 147195 8 0 0 25 0 4 0 166776467 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613123 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 28345 11506 170 90 0 27883 0
[pid=24689/tid=24691] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166776552 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166866570 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24693/stat : 24693 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166911581 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.03
Current children cumulated vsize (KiB) 113380

[startup+1543.55 s]
/proc/loadavg: 2.38 2.28 2.13 3/84 24693
/proc/meminfo: memFree=1140664/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1531.6
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12774 0 0 0 153152 8 0 0 25 0 4 0 166776467 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 28345 11506 170 90 0 27883 0
[pid=24689/tid=24691] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166776552 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166866570 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24693/stat : 24693 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166911581 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.6
Current children cumulated vsize (KiB) 113380

[startup+1603.62 s]
/proc/loadavg: 2.14 2.22 2.12 3/84 24693
/proc/meminfo: memFree=1140664/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1591.15
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12774 0 0 0 159107 8 0 0 25 0 4 0 166776467 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 28345 11506 170 90 0 27883 0
[pid=24689/tid=24691] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166776552 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166866570 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24693/stat : 24693 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166911581 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.15
Current children cumulated vsize (KiB) 113380

[startup+1663.7 s]
/proc/loadavg: 2.10 2.20 2.11 4/84 24693
/proc/meminfo: memFree=1140664/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1650.7
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12774 0 0 0 165061 9 0 0 25 0 4 0 166776467 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558122 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 28345 11506 170 90 0 27883 0
[pid=24689/tid=24691] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166776552 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166866570 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24693/stat : 24693 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166911581 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.7
Current children cumulated vsize (KiB) 113380

[startup+1723.76 s]
/proc/loadavg: 2.21 2.20 2.12 4/84 24693
/proc/meminfo: memFree=1140664/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1710.25
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12774 0 0 0 171016 9 0 0 25 0 4 0 166776467 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 28345 11506 170 90 0 27883 0
[pid=24689/tid=24691] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166776552 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166866570 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24693/stat : 24693 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166911581 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.25
Current children cumulated vsize (KiB) 113380

[startup+1783.82 s]
/proc/loadavg: 2.23 2.21 2.12 3/84 24693
/proc/meminfo: memFree=1140664/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1769.79
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12774 0 0 0 176970 9 0 0 25 0 4 0 166776467 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24689/statm: 28345 11506 170 90 0 27883 0
[pid=24689/tid=24691] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24691/stat : 24691 (bprolog) S 24687 24689 24557 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166776552 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24689/tid=24692] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24692/stat : 24692 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166866570 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=113380 CPUtime=0
/proc/24689/task/24693/stat : 24693 (bprolog) S 24687 24689 24557 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166911581 116101120 11506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.79
Current children cumulated vsize (KiB) 113380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.41 s]
/proc/loadavg: 2.38 2.25 2.14 3/81 24766
/proc/meminfo: memFree=1741296/2055920 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=113380 CPUtime=1800.08
/proc/24689/stat : 24689 (bprolog) R 24687 24689 24557 0 -1 4194304 12775 0 0 0 179998 10 0 0 25 0 1 0 166776467 116101120 11507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580316 0 0 4096 2 0 0 0 17 0 0 0
/proc/24689/statm: 28345 11507 171 90 0 27883 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 113380

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.43
CPU time (s): 1800.1
CPU user time (s): 1799.98
CPU system time (s): 0.116982
CPU usage (%): 99.2105
Max. virtual memory (cumulated for all children) (KiB): 113380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12775
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= 11
involuntary context switches= 68314

runsolver used 1.79473 s user time and 4.95425 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 15:29:30 UTC 2007


IDJOB= 207905
IDBENCH= 4343
FILE ID= node40/207905-1168183770

PBS_JOBID= 3479207

Free space on /tmp= 66553 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-207905-1168183770 -o ROOT/results/node40/solver-207905-1168183770 -C 1800 -M 900  /tmp/evaluation/207905-1168183770/Complete/Ordinary/solver /tmp/evaluation/207905-1168183770/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bd61458ec10415399e486da667df4e26

RANDOM SEED= 483390023

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.239
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.239
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:       1784608 kB
Buffers:         15656 kB
Cached:         176240 kB
SwapCached:          0 kB
Active:          91284 kB
Inactive:       126164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11000 kB
Writeback:           0 kB
Mapped:          41500 kB
Slab:            39104 kB
Committed_AS:  3584044 kB
PageTables:       1856 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= 66553 MiB



End job on node40 on Sun Jan  7 15:59:46 UTC 2007