Trace number 238905

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 1801.91

General information on the benchmark

NameblackHole/BH-4-13/
BlackHole-4-13-e-2_ext.xml
MD5SUM4fd3da60666aa17646751e550d3ce3db
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4218
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4218
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/238905-1168361433/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/node50/watcher-238905-1168361433 -o ROOT/results/node50/solver-238905-1168361433 -C 1800 -M 900 /tmp/evaluation/238905-1168361433/Complete/Ordinary/solver /tmp/evaluation/238905-1168361433/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.85 0.97 1.10 5/73 18160
/proc/meminfo: memFree=1441640/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=53468 CPUtime=0
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 462 0 0 0 0 0 0 0 21 0 1 0 184542102 54751232 182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 8704880 0 0 4096 2 0 0 0 17 1 0 0
/proc/18159/statm: 13367 182 116 90 0 12905 0

[startup+0.104273 s]
/proc/loadavg: 0.85 0.97 1.10 5/73 18160
/proc/meminfo: memFree=1441640/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=61640 CPUtime=0.09
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 1680 0 0 0 9 0 0 0 21 0 1 0 184542102 63119360 1396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 0 0 0 17 1 0 0
/proc/18159/statm: 15410 1396 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512345 s]
/proc/loadavg: 0.85 0.97 1.10 5/73 18160
/proc/meminfo: memFree=1441640/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=0.5
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 49 1 0 0 24 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 71880

[startup+1.33348 s]
/proc/loadavg: 0.94 0.98 1.10 3/74 18161
/proc/meminfo: memFree=1442144/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=1.31
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 130 1 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750912 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 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) 71880

[startup+2.97676 s]
/proc/loadavg: 0.94 0.98 1.10 2/69 18185
/proc/meminfo: memFree=1446536/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=2.95
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 294 1 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 71880

[startup+6.25631 s]
/proc/loadavg: 1.02 1.00 1.11 3/81 18230
/proc/meminfo: memFree=1412584/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=6.2
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 619 1 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 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) 71880

[startup+12.7294 s]
/proc/loadavg: 1.10 1.02 1.11 3/81 18230
/proc/meminfo: memFree=1412528/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=12.68
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 1266 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71880

[startup+25.5455 s]
/proc/loadavg: 1.24 1.05 1.12 3/81 18230
/proc/meminfo: memFree=1406128/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=25.49
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 2547 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71880

[startup+51.2029 s]
/proc/loadavg: 1.54 1.14 1.15 3/81 18230
/proc/meminfo: memFree=1393584/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=51.11
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 5109 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 71880

[startup+102.499 s]
/proc/loadavg: 1.80 1.27 1.19 3/81 18230
/proc/meminfo: memFree=1365040/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=102.35
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 10233 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609382 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 71880

[startup+162.53 s]
/proc/loadavg: 1.92 1.40 1.24 3/81 18230
/proc/meminfo: memFree=1336304/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=162.34
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 16232 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 71880

[startup+222.595 s]
/proc/loadavg: 1.97 1.51 1.28 3/81 18230
/proc/meminfo: memFree=1310896/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=222.33
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 22231 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747386 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 71880

[startup+282.668 s]
/proc/loadavg: 1.99 1.59 1.32 3/81 18230
/proc/meminfo: memFree=1288112/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=282.34
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 28232 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 71880

[startup+342.696 s]
/proc/loadavg: 1.99 1.66 1.37 3/81 18230
/proc/meminfo: memFree=1241072/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=342.31
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 34229 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 71880

[startup+402.708 s]
/proc/loadavg: 1.99 1.72 1.40 3/81 18230
/proc/meminfo: memFree=1213488/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=402.26
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 40224 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 71880

[startup+462.725 s]
/proc/loadavg: 1.99 1.77 1.44 3/81 18230
/proc/meminfo: memFree=1213488/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=462.21
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 46219 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 71880

[startup+522.74 s]
/proc/loadavg: 1.99 1.81 1.47 3/81 18230
/proc/meminfo: memFree=1191600/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=522.18
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 52216 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 71880

[startup+582.765 s]
/proc/loadavg: 1.99 1.84 1.50 3/81 18230
/proc/meminfo: memFree=1191600/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=71880 CPUtime=582.14
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2210 0 0 0 58212 2 0 0 25 0 2 0 184542102 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599005 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 17970 1925 170 90 0 17508 0
[pid=18159/tid=18161] ppid=18157 vsize=71880 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 184542118 73605120 1925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 71880

[startup+642.791 s]

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

/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2211 0 0 0 118193 12 0 0 25 0 3 0 184542102 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 20531 1926 170 90 0 20069 0
[pid=18159/tid=18161] ppid=18157 vsize=82124 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 184542118 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=82124 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 184632132 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 82124

[startup+1243.37 s]
/proc/loadavg: 2.00 1.97 1.73 3/82 18429
/proc/meminfo: memFree=1011240/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=82124 CPUtime=1242.04
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2211 0 0 0 124192 12 0 0 25 0 3 0 184542102 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 20531 1926 170 90 0 20069 0
[pid=18159/tid=18161] ppid=18157 vsize=82124 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 184542118 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=82124 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 184632132 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 82124

[startup+1303.43 s]
/proc/loadavg: 2.00 1.97 1.75 3/82 18429
/proc/meminfo: memFree=988584/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=82124 CPUtime=1302.05
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2211 0 0 0 130193 12 0 0 25 0 3 0 184542102 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 20531 1926 170 90 0 20069 0
[pid=18159/tid=18161] ppid=18157 vsize=82124 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 184542118 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=82124 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 184632132 84094976 1926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 82124

[startup+1363.49 s]
/proc/loadavg: 2.00 1.97 1.76 3/83 18430
/proc/meminfo: memFree=964256/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1362.03
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2212 0 0 0 136191 12 0 0 25 0 4 0 184542102 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 23092 1927 170 90 0 22630 0
[pid=18159/tid=18161] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 184542118 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184632132 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18159/tid=18430] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18430/stat : 18430 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 184677138 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 92368

[startup+1423.57 s]
/proc/loadavg: 2.00 1.97 1.77 3/83 18430
/proc/meminfo: memFree=942368/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1422.05
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2212 0 0 0 142193 12 0 0 25 0 4 0 184542102 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 23092 1927 170 90 0 22630 0
[pid=18159/tid=18161] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 184542118 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184632132 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18159/tid=18430] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18430/stat : 18430 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 184677138 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 92368

[startup+1483.65 s]
/proc/loadavg: 2.00 1.97 1.78 3/83 18430
/proc/meminfo: memFree=942432/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1482.08
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2212 0 0 0 148196 12 0 0 25 0 4 0 184542102 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 23092 1927 170 90 0 22630 0
[pid=18159/tid=18161] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 184542118 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184632132 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18159/tid=18430] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18430/stat : 18430 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 184677138 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.08
Current children cumulated vsize (KiB) 92368

[startup+1543.72 s]
/proc/loadavg: 2.07 1.99 1.80 3/83 18430
/proc/meminfo: memFree=920928/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1542.1
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2212 0 0 0 154197 13 0 0 25 0 4 0 184542102 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 23092 1927 170 90 0 22630 0
[pid=18159/tid=18161] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 184542118 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184632132 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18159/tid=18430] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18430/stat : 18430 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 184677138 94584832 1927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.1
Current children cumulated vsize (KiB) 92368

[startup+1603.79 s]
/proc/loadavg: 2.02 1.99 1.81 3/83 18430
/proc/meminfo: memFree=898848/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1602.1
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2253 0 0 0 160197 13 0 0 25 0 4 0 184542102 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 23092 1968 170 90 0 22630 0
[pid=18159/tid=18161] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 184542118 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184632132 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18159/tid=18430] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18430/stat : 18430 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184677138 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.1
Current children cumulated vsize (KiB) 92368

[startup+1663.87 s]
/proc/loadavg: 2.01 1.99 1.82 3/83 18430
/proc/meminfo: memFree=898784/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1662.13
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2253 0 0 0 166200 13 0 0 25 0 4 0 184542102 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747385 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 23092 1968 170 90 0 22630 0
[pid=18159/tid=18161] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 184542118 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184632132 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18159/tid=18430] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18430/stat : 18430 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184677138 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.13
Current children cumulated vsize (KiB) 92368

[startup+1723.94 s]
/proc/loadavg: 2.06 2.00 1.83 3/83 18432
/proc/meminfo: memFree=876960/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1722.14
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2253 0 0 0 172201 13 0 0 25 0 4 0 184542102 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 23092 1968 170 90 0 22630 0
[pid=18159/tid=18161] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 184542118 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184632132 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18159/tid=18430] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18430/stat : 18430 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184677138 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.14
Current children cumulated vsize (KiB) 92368

[startup+1784.01 s]
/proc/loadavg: 2.02 2.00 1.84 3/83 18432
/proc/meminfo: memFree=855840/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1782.14
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2253 0 0 0 178201 13 0 0 25 0 4 0 184542102 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568296 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18159/statm: 23092 1968 170 90 0 22630 0
[pid=18159/tid=18161] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18161/stat : 18161 (bprolog) S 18157 18159 17980 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 184542118 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18159/tid=18429] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18429/stat : 18429 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184632132 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18159/tid=18430] ppid=18157 vsize=92368 CPUtime=0
/proc/18159/task/18430/stat : 18430 (bprolog) S 18157 18159 17980 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 184677138 94584832 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.14
Current children cumulated vsize (KiB) 92368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.91 s]
/proc/loadavg: 2.01 2.00 1.84 3/80 18432
/proc/meminfo: memFree=855840/2055920 swapFree=4191892/4192956
[pid=18159] ppid=18157 vsize=92368 CPUtime=1800.04
/proc/18159/stat : 18159 (bprolog) R 18157 18159 17980 0 -1 4194304 2254 0 0 0 179991 13 0 0 25 0 1 0 184542102 94584832 1969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 0 0 0 17 0 0 0
/proc/18159/statm: 23092 1969 171 90 0 22630 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 92368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.91
CPU time (s): 1800.05
CPU user time (s): 1799.91
CPU system time (s): 0.134979
CPU usage (%): 99.8963
Max. virtual memory (cumulated for all children) (KiB): 92368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2254
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 6448

runsolver used 1.73773 s user time and 5.15622 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Tue Jan  9 16:50:34 UTC 2007


IDJOB= 238905
IDBENCH= 7027
FILE ID= node50/238905-1168361433

PBS_JOBID= 3504003

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-13/BlackHole-4-13-e-2_ext.xml
COMMAND LINE= /tmp/evaluation/238905-1168361433/Complete/Ordinary/solver /tmp/evaluation/238905-1168361433/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node50/convwatcher-238905-1168361433 -o ROOT/results/node50/conversion-238905-1168361433 -C 600 -M 900 /tmp/evaluation/238905-1168361433/Complete/Ordinary/conversion /tmp/evaluation/238905-1168361433/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-238905-1168361433 -o ROOT/results/node50/solver-238905-1168361433 -C 1800 -M 900  /tmp/evaluation/238905-1168361433/Complete/Ordinary/solver /tmp/evaluation/238905-1168361433/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4fd3da60666aa17646751e550d3ce3db

RANDOM SEED= 845380038

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1442056 kB
Buffers:         78800 kB
Cached:         445900 kB
SwapCached:        396 kB
Active:         228060 kB
Inactive:       327208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442056 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          40068 kB
Slab:            43820 kB
Committed_AS:  4569948 kB
PageTables:       1872 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= 66559 MiB



End job on node50 on Tue Jan  9 17:20:37 UTC 2007