Trace number 209136

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 1807.33

General information on the benchmark

Namefapp/fapp01-05/fapp01/
fapp01-0200-9.xml
MD5SUMcef6f21687f99f4d2823ff8263a0f14a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.44478
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209136-1168191691/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/node23/watcher-209136-1168191691 -o ROOT/results/node23/solver-209136-1168191691 -C 1800 -M 900 /tmp/evaluation/209136-1168191691/Complete/Ordinary/solver /tmp/evaluation/209136-1168191691/unknown 1800 

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

/proc/loadavg: 1.95 2.04 1.82 3/94 24397
/proc/meminfo: memFree=1490896/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=18540 CPUtime=0
/proc/24396/stat : 24396 (runsolver) R 24394 24396 23922 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 167563718 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24396/statm: 4635 279 244 17 0 2626 0

[startup+0.102578 s]
/proc/loadavg: 1.95 2.04 1.82 3/94 24397
/proc/meminfo: memFree=1490896/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=53824 CPUtime=0.08
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 1429 0 0 0 8 0 0 0 21 0 1 0 167563718 55115776 1145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568592 0 0 4096 2 0 0 0 17 1 0 0
/proc/24396/statm: 13456 1145 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.511651 s]
/proc/loadavg: 1.95 2.04 1.82 3/94 24397
/proc/meminfo: memFree=1490896/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=61844 CPUtime=0.5
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 1779 0 0 0 49 1 0 0 25 0 1 0 167563718 63328256 1494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 0 0 0 17 1 0 0
/proc/24396/statm: 15461 1494 176 90 0 14999 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61844

[startup+1.33581 s]
/proc/loadavg: 1.95 2.04 1.82 3/95 24398
/proc/meminfo: memFree=1480392/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=1.31
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3217 0 0 0 130 1 0 0 25 0 2 0 167563718 73818112 2932 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662534 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 2932 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 2932 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) 72088

[startup+2.97813 s]
/proc/loadavg: 1.95 2.04 1.82 3/95 24398
/proc/meminfo: memFree=1478152/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=2.95
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3348 0 0 0 294 1 0 0 25 0 2 0 167563718 73818112 3063 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566866 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3063 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3063 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) 72088

[startup+6.25875 s]
/proc/loadavg: 1.95 2.04 1.82 3/95 24398
/proc/meminfo: memFree=1476360/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=6.21
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 620 1 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 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) 72088

[startup+12.73 s]
/proc/loadavg: 1.96 2.04 1.82 3/95 24398
/proc/meminfo: memFree=1472528/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=12.65
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 1264 1 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 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) 72088

[startup+25.5495 s]
/proc/loadavg: 1.97 2.04 1.82 3/95 24398
/proc/meminfo: memFree=1465616/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=25.41
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 2540 1 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 72088

[startup+51.2004 s]
/proc/loadavg: 1.98 2.03 1.83 4/95 24398
/proc/meminfo: memFree=1454416/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=50.93
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 5092 1 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 72088

[startup+102.495 s]
/proc/loadavg: 1.99 2.02 1.83 3/95 24398
/proc/meminfo: memFree=1433488/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=101.99
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 10197 2 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 72088

[startup+162.514 s]
/proc/loadavg: 2.06 2.03 1.84 3/95 24398
/proc/meminfo: memFree=1406224/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=161.72
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 16170 2 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 72088

[startup+222.547 s]
/proc/loadavg: 2.02 2.03 1.85 3/95 24398
/proc/meminfo: memFree=1390288/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=221.47
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 22144 3 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 72088

[startup+282.571 s]
/proc/loadavg: 2.00 2.02 1.86 3/95 24398
/proc/meminfo: memFree=1372240/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=281.2
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 28117 3 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580545 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.2
Current children cumulated vsize (KiB) 72088

[startup+342.593 s]
/proc/loadavg: 2.00 2.01 1.86 4/95 24398
/proc/meminfo: memFree=1356432/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=340.94
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 34090 4 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 72088

[startup+402.607 s]
/proc/loadavg: 2.00 2.01 1.87 3/95 24398
/proc/meminfo: memFree=1343760/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=400.67
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 40063 4 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 72088

[startup+462.624 s]
/proc/loadavg: 2.00 2.00 1.87 3/95 24398
/proc/meminfo: memFree=1323216/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=460.39
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 46035 4 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.39
Current children cumulated vsize (KiB) 72088

[startup+522.648 s]
/proc/loadavg: 2.11 2.03 1.89 3/95 24398
/proc/meminfo: memFree=1302800/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=520.12
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 52008 4 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.12
Current children cumulated vsize (KiB) 72088

[startup+582.666 s]
/proc/loadavg: 2.13 2.05 1.91 3/95 24398
/proc/meminfo: memFree=1238928/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=72088 CPUtime=579.86
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3349 0 0 0 57981 5 0 0 25 0 2 0 167563718 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24396/statm: 18022 3064 180 90 0 17560 0
[pid=24396/tid=24398] ppid=24394 vsize=72088 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167563799 73818112 3064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.86
Current children cumulated vsize (KiB) 72088

[startup+642.678 s]

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

/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3350 0 0 0 117833 19 0 0 25 0 3 0 167563718 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 20583 3065 180 90 0 20121 0
[pid=24396/tid=24398] ppid=24394 vsize=82332 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167563799 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=82332 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167653818 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.52
Current children cumulated vsize (KiB) 82332

[startup+1243.02 s]
/proc/loadavg: 2.06 2.02 1.93 3/94 24827
/proc/meminfo: memFree=1536512/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=82332 CPUtime=1238.41
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3350 0 0 0 123817 24 0 0 25 0 3 0 167563718 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 20583 3065 180 90 0 20121 0
[pid=24396/tid=24398] ppid=24394 vsize=82332 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167563799 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=82332 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167653818 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.41
Current children cumulated vsize (KiB) 82332

[startup+1303.04 s]
/proc/loadavg: 2.02 2.01 1.93 3/88 24859
/proc/meminfo: memFree=1537536/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=82332 CPUtime=1298.13
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3350 0 0 0 129788 25 0 0 25 0 3 0 167563718 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620341 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 20583 3065 180 90 0 20121 0
[pid=24396/tid=24398] ppid=24394 vsize=82332 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167563799 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=82332 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167653818 84307968 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.13
Current children cumulated vsize (KiB) 82332

[startup+1363.05 s]
/proc/loadavg: 2.06 2.02 1.94 3/89 24860
/proc/meminfo: memFree=1537528/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1357.88
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3356 0 0 0 135763 25 0 0 25 0 4 0 167563718 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 23144 3071 180 90 0 22682 0
[pid=24396/tid=24398] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167563799 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167653818 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24396/tid=24860] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24860/stat : 24860 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167698828 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.88
Current children cumulated vsize (KiB) 92576

[startup+1423.09 s]
/proc/loadavg: 2.02 2.02 1.94 3/89 24860
/proc/meminfo: memFree=1537528/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1417.61
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3356 0 0 0 141736 25 0 0 25 0 4 0 167563718 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 23144 3071 180 90 0 22682 0
[pid=24396/tid=24398] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167563799 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167653818 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24396/tid=24860] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24860/stat : 24860 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167698828 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.61
Current children cumulated vsize (KiB) 92576

[startup+1483.13 s]
/proc/loadavg: 2.00 2.01 1.94 3/89 24860
/proc/meminfo: memFree=1537528/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1477.39
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3356 0 0 0 147713 26 0 0 25 0 4 0 167563718 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 23144 3071 180 90 0 22682 0
[pid=24396/tid=24398] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167563799 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167653818 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24396/tid=24860] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24860/stat : 24860 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167698828 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.39
Current children cumulated vsize (KiB) 92576

[startup+1543.17 s]
/proc/loadavg: 2.08 2.02 1.94 3/89 24860
/proc/meminfo: memFree=1537528/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1537.16
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3356 0 0 0 153690 26 0 0 25 0 4 0 167563718 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 23144 3071 180 90 0 22682 0
[pid=24396/tid=24398] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167563799 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167653818 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24396/tid=24860] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24860/stat : 24860 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167698828 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.16
Current children cumulated vsize (KiB) 92576

[startup+1603.21 s]
/proc/loadavg: 2.11 2.03 1.95 3/89 24860
/proc/meminfo: memFree=1537464/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1596.9
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3356 0 0 0 159664 26 0 0 25 0 4 0 167563718 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 23144 3071 180 90 0 22682 0
[pid=24396/tid=24398] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167563799 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167653818 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24396/tid=24860] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24860/stat : 24860 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167698828 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.9
Current children cumulated vsize (KiB) 92576

[startup+1663.24 s]
/proc/loadavg: 2.04 2.03 1.95 3/89 24860
/proc/meminfo: memFree=1537464/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1656.67
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3356 0 0 0 165641 26 0 0 25 0 4 0 167563718 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 23144 3071 180 90 0 22682 0
[pid=24396/tid=24398] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167563799 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167653818 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24396/tid=24860] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24860/stat : 24860 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167698828 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.67
Current children cumulated vsize (KiB) 92576

[startup+1723.27 s]
/proc/loadavg: 2.01 2.02 1.95 3/89 24860
/proc/meminfo: memFree=1537400/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1716.43
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3356 0 0 0 171617 26 0 0 25 0 4 0 167563718 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 23144 3071 180 90 0 22682 0
[pid=24396/tid=24398] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167563799 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167653818 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24396/tid=24860] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24860/stat : 24860 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167698828 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.43
Current children cumulated vsize (KiB) 92576

[startup+1783.31 s]
/proc/loadavg: 2.00 2.01 1.95 3/89 24860
/proc/meminfo: memFree=1537336/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1776.17
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3356 0 0 0 177591 26 0 0 25 0 4 0 167563718 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24396/statm: 23144 3071 180 90 0 22682 0
[pid=24396/tid=24398] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24398/stat : 24398 (bprolog) S 24394 24396 23922 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167563799 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24396/tid=24661] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24661/stat : 24661 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167653818 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24396/tid=24860] ppid=24394 vsize=92576 CPUtime=0
/proc/24396/task/24860/stat : 24860 (bprolog) S 24394 24396 23922 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167698828 94797824 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.17
Current children cumulated vsize (KiB) 92576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.32 s]
/proc/loadavg: 2.00 2.01 1.95 3/86 24860
/proc/meminfo: memFree=1537336/2055920 swapFree=4191880/4192956
[pid=24396] ppid=24394 vsize=92576 CPUtime=1800.08
/proc/24396/stat : 24396 (bprolog) R 24394 24396 23922 0 -1 4194304 3357 0 0 0 179982 26 0 0 25 0 1 0 167563718 94797824 3072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 0 0 0 17 0 0 0
/proc/24396/statm: 23144 3072 181 90 0 22682 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 92576

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.33
CPU time (s): 1800.1
CPU user time (s): 1799.83
CPU system time (s): 0.267959
CPU usage (%): 99.5996
Max. virtual memory (cumulated for all children) (KiB): 92576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3357
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= 12
involuntary context switches= 45686

runsolver used 2.05069 s user time and 5.45117 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Jan  7 17:41:32 UTC 2007


IDJOB= 209136
IDBENCH= 4498
FILE ID= node23/209136-1168191691

PBS_JOBID= 3479275

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp01/fapp01-0200-9.xml
COMMAND LINE= /tmp/evaluation/209136-1168191691/Complete/Ordinary/solver /tmp/evaluation/209136-1168191691/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node23/convwatcher-209136-1168191691 -o ROOT/results/node23/conversion-209136-1168191691 -C 600 -M 900 /tmp/evaluation/209136-1168191691/Complete/Ordinary/conversion /tmp/evaluation/209136-1168191691/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-209136-1168191691 -o ROOT/results/node23/solver-209136-1168191691 -C 1800 -M 900  /tmp/evaluation/209136-1168191691/Complete/Ordinary/solver /tmp/evaluation/209136-1168191691/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  cef6f21687f99f4d2823ff8263a0f14a

RANDOM SEED= 54826898

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.265
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.265
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:       1491376 kB
Buffers:         33376 kB
Cached:         233600 kB
SwapCached:        264 kB
Active:         379236 kB
Inactive:       139044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491376 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:         277836 kB
Slab:            30636 kB
Committed_AS:  4187728 kB
PageTables:       2756 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= 66542 MiB



End job on node23 on Sun Jan  7 18:11:41 UTC 2007