Trace number 207866

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.04 1802.75

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-38_ext.xml
MD5SUM0c2fc7f76e883b767656d993cf4bfd5c
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 benchmark2.57661
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/207866-1168183630/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/node18/watcher-207866-1168183630 -o ROOT/results/node18/solver-207866-1168183630 -C 1800 -M 900 /tmp/evaluation/207866-1168183630/Complete/Ordinary/solver /tmp/evaluation/207866-1168183630/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.25 2.15 2.09 5/97 30953
/proc/meminfo: memFree=1006016/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=5352 CPUtime=0
/proc/30952/stat : 30952 (sh) R 30950 30952 30668 0 -1 4194304 261 0 0 0 0 0 0 0 21 0 1 0 166757899 5480448 228 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4324364 0 0 4100 65536 0 0 0 17 1 0 0
/proc/30952/statm: 1338 228 192 169 0 49 0

[startup+0.10343 s]
/proc/loadavg: 2.25 2.15 2.09 5/97 30953
/proc/meminfo: memFree=1006016/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=61640 CPUtime=0.08
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 1366 0 0 0 8 0 0 0 21 0 1 0 166757899 63119360 1082 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568439 0 0 4096 2 0 0 0 17 1 0 0
/proc/30952/statm: 15410 1082 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.511461 s]
/proc/loadavg: 2.25 2.15 2.09 5/97 30953
/proc/meminfo: memFree=1006016/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=77880 CPUtime=0.5
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 8890 0 0 0 44 6 0 0 25 0 1 0 166757899 79749120 8293 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859952 0 0 4096 2 0 0 0 17 1 0 0
/proc/30952/statm: 19470 8293 164 90 0 19008 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 77880

[startup+1.33253 s]
/proc/loadavg: 2.25 2.15 2.09 5/98 30954
/proc/meminfo: memFree=952312/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=1.31
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 124 7 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 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) 90044

[startup+2.96969 s]
/proc/loadavg: 2.23 2.15 2.09 3/98 30954
/proc/meminfo: memFree=952312/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=2.94
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 287 7 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 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) 90044

[startup+6.249 s]
/proc/loadavg: 2.23 2.15 2.09 4/98 30954
/proc/meminfo: memFree=952312/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=6.21
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 614 7 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 90044

[startup+12.7156 s]
/proc/loadavg: 2.19 2.14 2.09 3/98 30954
/proc/meminfo: memFree=952248/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=12.65
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 1258 7 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 90044

[startup+25.5479 s]
/proc/loadavg: 2.23 2.16 2.09 3/95 31025
/proc/meminfo: memFree=1282312/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=25.47
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 2539 8 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 90044

[startup+51.2173 s]
/proc/loadavg: 2.22 2.16 2.09 2/79 31040
/proc/meminfo: memFree=1680072/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=51.06
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 5098 8 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 90044

[startup+102.436 s]
/proc/loadavg: 2.00 2.10 2.08 3/95 31356
/proc/meminfo: memFree=1025992/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=102.2
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 10210 10 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 90044

[startup+162.49 s]
/proc/loadavg: 2.08 2.10 2.08 3/95 31427
/proc/meminfo: memFree=1033224/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=161.98
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 16187 11 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 90044

[startup+222.551 s]
/proc/loadavg: 2.03 2.08 2.07 3/95 31490
/proc/meminfo: memFree=1630856/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=221.75
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 22163 12 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711228 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.75
Current children cumulated vsize (KiB) 90044

[startup+282.579 s]
/proc/loadavg: 2.00 2.06 2.06 3/95 31562
/proc/meminfo: memFree=1551560/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=281.7
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 28156 14 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.7
Current children cumulated vsize (KiB) 90044

[startup+342.661 s]
/proc/loadavg: 2.00 2.05 2.06 3/95 31562
/proc/meminfo: memFree=1502856/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=341.74
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 34157 17 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552198 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.74
Current children cumulated vsize (KiB) 90044

[startup+402.705 s]
/proc/loadavg: 2.00 2.03 2.05 4/95 31562
/proc/meminfo: memFree=1449928/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=401.71
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 40153 18 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.71
Current children cumulated vsize (KiB) 90044

[startup+462.772 s]
/proc/loadavg: 2.00 2.03 2.05 3/95 31562
/proc/meminfo: memFree=1397000/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=461.71
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 46151 20 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.71
Current children cumulated vsize (KiB) 90044

[startup+522.834 s]
/proc/loadavg: 2.04 2.03 2.05 3/95 31562
/proc/meminfo: memFree=1360200/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=521.71
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 52151 20 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609627 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.71
Current children cumulated vsize (KiB) 90044

[startup+582.839 s]
/proc/loadavg: 2.01 2.02 2.04 3/88 31563
/proc/meminfo: memFree=901632/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=90044 CPUtime=581.66
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11221 0 0 0 58145 21 0 0 25 0 2 0 166757899 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609670 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 22511 10140 170 90 0 22049 0
[pid=30952/tid=30954] ppid=30950 vsize=90044 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166757967 92205056 10140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.66
Current children cumulated vsize (KiB) 90044

[startup+642.912 s]

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

/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11228 0 0 0 118152 23 0 0 25 0 3 0 166757899 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 25072 10147 170 90 0 24610 0
[pid=30952/tid=30954] ppid=30950 vsize=100288 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166757967 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=100288 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166847980 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 100288

[startup+1243.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31564
/proc/meminfo: memFree=900728/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=100288 CPUtime=1241.78
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11228 0 0 0 124155 23 0 0 25 0 3 0 166757899 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 25072 10147 170 90 0 24610 0
[pid=30952/tid=30954] ppid=30950 vsize=100288 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166757967 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=100288 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166847980 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 100288

[startup+1303.72 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 31564
/proc/meminfo: memFree=900600/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=100288 CPUtime=1301.81
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11228 0 0 0 130158 23 0 0 25 0 3 0 166757899 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711895 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 25072 10147 170 90 0 24610 0
[pid=30952/tid=30954] ppid=30950 vsize=100288 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166757967 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=100288 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166847980 102694912 10147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 100288

[startup+1363.81 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 31565
/proc/meminfo: memFree=900592/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1361.82
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11229 0 0 0 136159 23 0 0 25 0 4 0 166757899 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604017 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 27633 10148 170 90 0 27171 0
[pid=30952/tid=30954] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166757967 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166847980 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30952/tid=31565] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31565/stat : 31565 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166892988 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 110532

[startup+1423.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31565
/proc/meminfo: memFree=900592/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1421.77
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11229 0 0 0 142154 23 0 0 25 0 4 0 166757899 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 27633 10148 170 90 0 27171 0
[pid=30952/tid=30954] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166757967 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166847980 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30952/tid=31565] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31565/stat : 31565 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166892988 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 110532

[startup+1483.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31565
/proc/meminfo: memFree=900528/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1481.73
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11229 0 0 0 148150 23 0 0 25 0 4 0 166757899 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 27633 10148 170 90 0 27171 0
[pid=30952/tid=30954] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166757967 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166847980 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30952/tid=31565] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31565/stat : 31565 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166892988 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 110532

[startup+1543.85 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 31565
/proc/meminfo: memFree=900464/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1541.67
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11229 0 0 0 154144 23 0 0 25 0 4 0 166757899 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 27633 10148 170 90 0 27171 0
[pid=30952/tid=30954] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166757967 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166847980 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30952/tid=31565] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31565/stat : 31565 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166892988 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 110532

[startup+1603.87 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 31565
/proc/meminfo: memFree=900464/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1601.64
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11229 0 0 0 160140 24 0 0 25 0 4 0 166757899 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 27633 10148 170 90 0 27171 0
[pid=30952/tid=30954] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166757967 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166847980 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30952/tid=31565] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31565/stat : 31565 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166892988 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 110532

[startup+1663.89 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31565
/proc/meminfo: memFree=900464/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1661.62
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11229 0 0 0 166138 24 0 0 25 0 4 0 166757899 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 27633 10148 170 90 0 27171 0
[pid=30952/tid=30954] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166757967 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166847980 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30952/tid=31565] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31565/stat : 31565 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166892988 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 110532

[startup+1723.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31565
/proc/meminfo: memFree=900400/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1721.56
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11229 0 0 0 172132 24 0 0 25 0 4 0 166757899 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557680 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 27633 10148 170 90 0 27171 0
[pid=30952/tid=30954] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166757967 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166847980 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30952/tid=31565] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31565/stat : 31565 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166892988 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 110532

[startup+1783.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31565
/proc/meminfo: memFree=900400/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1781.3
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11229 0 0 0 178106 24 0 0 25 0 4 0 166757899 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580308 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30952/statm: 27633 10148 170 90 0 27171 0
[pid=30952/tid=30954] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/30954/stat : 30954 (bprolog) S 30950 30952 30668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166757967 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30952/tid=31564] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31564/stat : 31564 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166847980 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30952/tid=31565] ppid=30950 vsize=110532 CPUtime=0
/proc/30952/task/31565/stat : 31565 (bprolog) S 30950 30952 30668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166892988 113184768 10148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.3
Current children cumulated vsize (KiB) 110532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 31565
/proc/meminfo: memFree=900400/2055920 swapFree=4192812/4192956
[pid=30952] ppid=30950 vsize=110532 CPUtime=1800.01
/proc/30952/stat : 30952 (bprolog) R 30950 30952 30668 0 -1 4194304 11230 0 0 0 179977 24 0 0 25 0 1 0 166757899 113184768 10149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604316 0 0 4096 2 0 0 0 17 0 0 0
/proc/30952/statm: 27633 10149 171 90 0 27171 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 110532

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.75
CPU time (s): 1800.04
CPU user time (s): 1799.78
CPU system time (s): 0.25696
CPU usage (%): 99.8493
Max. virtual memory (cumulated for all children) (KiB): 110532

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

runsolver used 2.02169 s user time and 5.9351 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 15:27:12 UTC 2007


IDJOB= 207866
IDBENCH= 4340
FILE ID= node18/207866-1168183630

PBS_JOBID= 3478942

Free space on /tmp= 66289 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-207866-1168183630 -o ROOT/results/node18/solver-207866-1168183630 -C 1800 -M 900  /tmp/evaluation/207866-1168183630/Complete/Ordinary/solver /tmp/evaluation/207866-1168183630/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0c2fc7f76e883b767656d993cf4bfd5c

RANDOM SEED= 974027214

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.231
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.231
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:       1006496 kB
Buffers:         34572 kB
Cached:         189488 kB
SwapCached:          0 kB
Active:         839796 kB
Inactive:       149684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1006496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:         794384 kB
Slab:            43472 kB
Committed_AS:  5398892 kB
PageTables:       3520 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= 66066 MiB



End job on node18 on Sun Jan  7 15:57:15 UTC 2007