Trace number 207394

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.09 1808.64

General information on the benchmark

Namefapp/test01-04/test02/
test02-0250-1.xml
MD5SUMb4232c454688a566d415c2ca9177a810
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.12083
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables250
Number of constraints2462
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2462
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207394-1168181569/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/node22/watcher-207394-1168181569 -o ROOT/results/node22/solver-207394-1168181569 -C 1800 -M 900 /tmp/evaluation/207394-1168181569/Complete/Ordinary/solver /tmp/evaluation/207394-1168181569/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.72 1.23 1.36 3/94 7369
/proc/meminfo: memFree=1335008/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=18540 CPUtime=0
/proc/7368/stat : 7368 (runsolver) R 7366 7368 6910 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 166551502 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7368/statm: 4635 279 244 17 0 2626 0

[startup+0.10292 s]
/proc/loadavg: 1.72 1.23 1.36 3/94 7369
/proc/meminfo: memFree=1335008/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=53824 CPUtime=0.08
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 1543 0 0 0 8 0 0 0 18 0 1 0 166551502 55115776 1259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607419 0 0 4096 2 0 0 0 17 0 0 0
/proc/7368/statm: 13456 1259 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.511982 s]
/proc/loadavg: 1.72 1.23 1.36 3/94 7369
/proc/meminfo: memFree=1335008/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=61888 CPUtime=0.49
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 1891 0 0 0 49 0 0 0 22 0 1 0 166551502 63373312 1606 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580375 0 0 4096 2 0 0 0 17 0 0 0
/proc/7368/statm: 15472 1606 176 90 0 15010 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61888

[startup+1.33811 s]
/proc/loadavg: 1.72 1.23 1.36 3/95 7370
/proc/meminfo: memFree=1324888/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=1.31
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 2973 0 0 0 130 1 0 0 25 0 2 0 166551502 73863168 2688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2688 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72132

[startup+2.97436 s]
/proc/loadavg: 1.72 1.23 1.36 3/95 7370
/proc/meminfo: memFree=1324504/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=2.95
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 2973 0 0 0 294 1 0 0 25 0 2 0 166551502 73863168 2688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2688 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 72132

[startup+6.25786 s]
/proc/loadavg: 1.74 1.24 1.36 3/95 7370
/proc/meminfo: memFree=1323864/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=6.22
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 2973 0 0 0 621 1 0 0 25 0 2 0 166551502 73863168 2688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2688 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 72132

[startup+12.7159 s]
/proc/loadavg: 1.68 1.23 1.36 2/82 7382
/proc/meminfo: memFree=1399616/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=12.64
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 2974 0 0 0 1263 1 0 0 25 0 2 0 166551502 73863168 2689 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554283 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2689 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2689 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 72132

[startup+25.5318 s]
/proc/loadavg: 1.75 1.27 1.37 3/95 7441
/proc/meminfo: memFree=1330904/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=25.42
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 2974 0 0 0 2540 2 0 0 25 0 2 0 166551502 73863168 2689 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2689 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2689 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 72132

[startup+51.1688 s]
/proc/loadavg: 1.89 1.34 1.39 3/95 7441
/proc/meminfo: memFree=1324184/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=50.92
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3033 0 0 0 5090 2 0 0 25 0 2 0 166551502 73863168 2748 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2748 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2748 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 72132

[startup+102.439 s]
/proc/loadavg: 1.95 1.44 1.42 3/88 7505
/proc/meminfo: memFree=1322832/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=101.95
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 10191 4 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 72132

[startup+162.528 s]
/proc/loadavg: 1.98 1.54 1.46 3/88 7505
/proc/meminfo: memFree=1322960/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=161.77
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 16173 4 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 72132

[startup+222.614 s]
/proc/loadavg: 1.99 1.62 1.48 3/88 7505
/proc/meminfo: memFree=1322896/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=221.56
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 22152 4 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 72132

[startup+282.694 s]
/proc/loadavg: 1.99 1.69 1.51 3/88 7505
/proc/meminfo: memFree=1322896/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=281.37
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 28133 4 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.37
Current children cumulated vsize (KiB) 72132

[startup+342.777 s]
/proc/loadavg: 1.99 1.74 1.54 3/88 7505
/proc/meminfo: memFree=1322960/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=341.19
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 34115 4 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.19
Current children cumulated vsize (KiB) 72132

[startup+402.862 s]
/proc/loadavg: 1.99 1.79 1.57 3/88 7505
/proc/meminfo: memFree=1322960/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=400.97
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 40093 4 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566852 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.97
Current children cumulated vsize (KiB) 72132

[startup+462.939 s]
/proc/loadavg: 1.99 1.82 1.59 3/88 7505
/proc/meminfo: memFree=1322960/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=460.78
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 46073 5 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.78
Current children cumulated vsize (KiB) 72132

[startup+523.038 s]
/proc/loadavg: 2.06 1.87 1.62 3/94 7623
/proc/meminfo: memFree=1321736/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=520.53
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 52045 8 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.53
Current children cumulated vsize (KiB) 72132

[startup+583.044 s]
/proc/loadavg: 2.02 1.89 1.64 3/94 7683
/proc/meminfo: memFree=1321672/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=72132 CPUtime=580.17
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3034 0 0 0 58005 12 0 0 25 0 2 0 166551502 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 18033 2749 180 90 0 17571 0
[pid=7368/tid=7370] ppid=7366 vsize=72132 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166551594 73863168 2749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.17
Current children cumulated vsize (KiB) 72132

[startup+643.131 s]

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

/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3039 0 0 0 117773 13 0 0 25 0 3 0 166551502 84353024 2754 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 20594 2754 180 90 0 20132 0
[pid=7368/tid=7370] ppid=7366 vsize=82376 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166551594 84353024 2754 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=82376 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166641608 84353024 2754 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.86
Current children cumulated vsize (KiB) 82376

[startup+1243.53 s]
/proc/loadavg: 2.03 1.99 1.80 3/90 7705
/proc/meminfo: memFree=1322752/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=82376 CPUtime=1237.6
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3039 0 0 0 123747 13 0 0 25 0 3 0 166551502 84353024 2754 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 20594 2754 180 90 0 20132 0
[pid=7368/tid=7370] ppid=7366 vsize=82376 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166551594 84353024 2754 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=82376 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166641608 84353024 2754 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.6
Current children cumulated vsize (KiB) 82376

[startup+1303.54 s]
/proc/loadavg: 2.01 1.99 1.82 3/90 7705
/proc/meminfo: memFree=1322816/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=82376 CPUtime=1297.32
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3040 0 0 0 129719 13 0 0 25 0 3 0 166551502 84353024 2755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 20594 2755 180 90 0 20132 0
[pid=7368/tid=7370] ppid=7366 vsize=82376 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166551594 84353024 2755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=82376 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166641608 84353024 2755 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.32
Current children cumulated vsize (KiB) 82376

[startup+1363.55 s]
/proc/loadavg: 2.15 2.02 1.83 3/91 7706
/proc/meminfo: memFree=1322808/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1357.06
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3041 0 0 0 135693 13 0 0 25 0 4 0 166551502 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554269 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 23155 2756 180 90 0 22693 0
[pid=7368/tid=7370] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166551594 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166641608 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7706] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7706/stat : 7706 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166686619 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.06
Current children cumulated vsize (KiB) 92620

[startup+1423.58 s]
/proc/loadavg: 2.05 2.01 1.84 3/91 7706
/proc/meminfo: memFree=1322744/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1416.82
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3057 0 0 0 141669 13 0 0 25 0 4 0 166551502 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134822675 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 23155 2772 180 90 0 22693 0
[pid=7368/tid=7370] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166551594 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166641608 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7706] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7706/stat : 7706 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166686619 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.82
Current children cumulated vsize (KiB) 92620

[startup+1483.62 s]
/proc/loadavg: 2.02 2.01 1.85 3/92 7707
/proc/meminfo: memFree=1322736/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1476.56
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3057 0 0 0 147643 13 0 0 25 0 4 0 166551502 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 23155 2772 180 90 0 22693 0
[pid=7368/tid=7370] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166551594 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166641608 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7706] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7706/stat : 7706 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166686619 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.56
Current children cumulated vsize (KiB) 92620

[startup+1543.65 s]
/proc/loadavg: 2.11 2.03 1.86 3/92 7709
/proc/meminfo: memFree=1322480/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1536.32
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 3057 0 0 0 153619 13 0 0 25 0 4 0 166551502 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 23155 2772 180 90 0 22693 0
[pid=7368/tid=7370] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166551594 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166641608 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7706] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7706/stat : 7706 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166686619 94842880 2772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.32
Current children cumulated vsize (KiB) 92620

[startup+1603.69 s]
/proc/loadavg: 2.04 2.03 1.87 3/92 7709
/proc/meminfo: memFree=1317232/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1596.09
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 4411 0 0 0 159595 14 0 0 25 0 4 0 166551502 94842880 4126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554244 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 23155 4126 180 90 0 22693 0
[pid=7368/tid=7370] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166551594 94842880 4126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166641608 94842880 4126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7706] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7706/stat : 7706 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166686619 94842880 4126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.09
Current children cumulated vsize (KiB) 92620

[startup+1663.73 s]
/proc/loadavg: 2.01 2.02 1.87 3/92 7709
/proc/meminfo: memFree=1315824/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1655.85
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 4457 0 0 0 165571 14 0 0 25 0 4 0 166551502 94842880 4172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568424 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 23155 4172 180 90 0 22693 0
[pid=7368/tid=7370] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166551594 94842880 4172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166641608 94842880 4172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7706] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7706/stat : 7706 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166686619 94842880 4172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.85
Current children cumulated vsize (KiB) 92620

[startup+1723.77 s]
/proc/loadavg: 2.00 2.01 1.88 3/92 7709
/proc/meminfo: memFree=1315760/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1715.61
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 4493 0 0 0 171547 14 0 0 25 0 4 0 166551502 94842880 4208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 23155 4208 180 90 0 22693 0
[pid=7368/tid=7370] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166551594 94842880 4208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166641608 94842880 4208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7706] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7706/stat : 7706 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166686619 94842880 4208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.61
Current children cumulated vsize (KiB) 92620

[startup+1783.8 s]
/proc/loadavg: 2.08 2.02 1.89 3/92 7709
/proc/meminfo: memFree=1315696/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1775.37
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 4493 0 0 0 177523 14 0 0 25 0 4 0 166551502 94842880 4208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7368/statm: 23155 4208 180 90 0 22693 0
[pid=7368/tid=7370] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7370/stat : 7370 (bprolog) S 7366 7368 6910 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166551594 94842880 4208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7704] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7704/stat : 7704 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166641608 94842880 4208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7368/tid=7706] ppid=7366 vsize=92620 CPUtime=0
/proc/7368/task/7706/stat : 7706 (bprolog) S 7366 7368 6910 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166686619 94842880 4208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.37
Current children cumulated vsize (KiB) 92620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.62 s]
/proc/loadavg: 2.18 2.05 1.90 3/89 7709
/proc/meminfo: memFree=1315696/2055920 swapFree=4157532/4192956
[pid=7368] ppid=7366 vsize=92620 CPUtime=1800.07
/proc/7368/stat : 7368 (bprolog) R 7366 7368 6910 0 -1 4194304 4494 0 0 0 179993 14 0 0 25 0 1 0 166551502 94842880 4209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 0 0 0 17 0 0 0
/proc/7368/statm: 23155 4209 181 90 0 22693 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 92620

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.64
CPU time (s): 1800.09
CPU user time (s): 1799.94
CPU system time (s): 0.151976
CPU usage (%): 99.5274
Max. virtual memory (cumulated for all children) (KiB): 92620

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

runsolver used 1.80373 s user time and 4.70328 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Jan  7 14:52:49 UTC 2007


IDJOB= 207394
IDBENCH= 4288
FILE ID= node22/207394-1168181569

PBS_JOBID= 3479158

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test02/test02-0250-1.xml
COMMAND LINE= /tmp/evaluation/207394-1168181569/Complete/Ordinary/solver /tmp/evaluation/207394-1168181569/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node22/convwatcher-207394-1168181569 -o ROOT/results/node22/conversion-207394-1168181569 -C 600 -M 900 /tmp/evaluation/207394-1168181569/Complete/Ordinary/conversion /tmp/evaluation/207394-1168181569/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-207394-1168181569 -o ROOT/results/node22/solver-207394-1168181569 -C 1800 -M 900  /tmp/evaluation/207394-1168181569/Complete/Ordinary/solver /tmp/evaluation/207394-1168181569/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b4232c454688a566d415c2ca9177a810

RANDOM SEED= 237891653

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.279
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.279
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:       1335432 kB
Buffers:         45660 kB
Cached:         485756 kB
SwapCached:      11496 kB
Active:         198516 kB
Inactive:       447296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335432 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:         139720 kB
Slab:            59092 kB
Committed_AS:  3096612 kB
PageTables:       2484 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= 66549 MiB



End job on node22 on Sun Jan  7 15:22:59 UTC 2007