Trace number 195303

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.02 1802.67

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph12-w1.xml
MD5SUM7c8029410baee1f1657d07c027e6707b
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 benchmark0.423934
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints1148
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1148
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/195303-1168112737/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/node3/watcher-195303-1168112737 -o ROOT/results/node3/solver-195303-1168112737 -C 1800 -M 900 /tmp/evaluation/195303-1168112737/Complete/Ordinary/solver /tmp/evaluation/195303-1168112737/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.91 1.99 1.99 5/88 7367
/proc/meminfo: memFree=1802624/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=18540 CPUtime=0
/proc/7366/stat : 7366 (runsolver) R 7364 7366 7060 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 159669523 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7366/statm: 4635 279 244 17 0 2626 0

[startup+0.108711 s]
/proc/loadavg: 1.91 1.99 1.99 5/88 7367
/proc/meminfo: memFree=1802624/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=61636 CPUtime=0.09
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 1189 0 0 0 9 0 0 0 20 0 1 0 159669523 63115264 904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589233 0 0 4096 2 0 0 0 17 1 0 0
/proc/7366/statm: 15409 904 173 90 0 14947 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61636

[startup+0.517777 s]
/proc/loadavg: 1.91 1.99 1.99 5/88 7367
/proc/meminfo: memFree=1802624/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=0.49
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2047 0 0 0 49 0 0 0 24 0 2 0 159669523 73605120 1762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7366/statm: 17970 1762 177 90 0 17508 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 71880

[startup+1.33891 s]
/proc/loadavg: 1.91 1.99 1.99 3/89 7368
/proc/meminfo: memFree=1794104/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=1.32
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 131 1 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 71880

[startup+2.97617 s]
/proc/loadavg: 1.91 1.99 1.99 3/89 7368
/proc/meminfo: memFree=1794104/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=2.94
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 293 1 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664261 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 71880

[startup+6.26171 s]
/proc/loadavg: 1.92 1.99 1.99 3/89 7368
/proc/meminfo: memFree=1794104/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=6.2
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 619 1 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 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.7238 s]
/proc/loadavg: 1.92 1.99 1.99 3/89 7368
/proc/meminfo: memFree=1794104/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=12.61
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 1260 1 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580476 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 71880

[startup+25.5428 s]
/proc/loadavg: 1.94 1.99 1.99 3/89 7368
/proc/meminfo: memFree=1794104/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=25.33
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 2532 1 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 71880

[startup+51.185 s]
/proc/loadavg: 1.96 1.99 1.99 3/89 7368
/proc/meminfo: memFree=1794168/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=50.77
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 5076 1 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 71880

[startup+102.461 s]
/proc/loadavg: 1.94 1.98 1.99 2/82 7416
/proc/meminfo: memFree=1802152/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=101.74
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 10172 2 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 71880

[startup+162.545 s]
/proc/loadavg: 1.45 1.84 1.94 2/82 7672
/proc/meminfo: memFree=1800040/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=161.77
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 16173 4 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 71880

[startup+222.577 s]
/proc/loadavg: 1.84 1.89 1.95 3/89 7694
/proc/meminfo: memFree=1781360/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=221.74
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 22170 4 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 71880

[startup+282.634 s]
/proc/loadavg: 1.94 1.90 1.95 3/89 7694
/proc/meminfo: memFree=1779888/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=281.74
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 28169 5 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.74
Current children cumulated vsize (KiB) 71880

[startup+342.704 s]
/proc/loadavg: 1.98 1.92 1.95 3/89 7694
/proc/meminfo: memFree=1778672/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=341.72
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 34167 5 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554411 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.72
Current children cumulated vsize (KiB) 71880

[startup+402.718 s]
/proc/loadavg: 1.99 1.93 1.95 3/89 7694
/proc/meminfo: memFree=1776440/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=401.68
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 40163 5 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.68
Current children cumulated vsize (KiB) 71880

[startup+462.724 s]
/proc/loadavg: 1.99 1.94 1.95 3/89 7694
/proc/meminfo: memFree=1775928/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=461.61
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 46156 5 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.61
Current children cumulated vsize (KiB) 71880

[startup+522.727 s]
/proc/loadavg: 1.99 1.95 1.95 3/89 7694
/proc/meminfo: memFree=1775672/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=521.55
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 52149 6 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.55
Current children cumulated vsize (KiB) 71880

[startup+582.737 s]
/proc/loadavg: 1.99 1.95 1.95 3/89 7694
/proc/meminfo: memFree=1774584/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=71880 CPUtime=581.5
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2564 0 0 0 58144 6 0 0 25 0 2 0 159669523 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663809 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 17970 2279 177 90 0 17508 0
[pid=7366/tid=7368] ppid=7364 vsize=71880 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159669543 73605120 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.5
Current children cumulated vsize (KiB) 71880

[startup+642.75 s]

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

/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2585 0 0 0 118089 17 0 0 25 0 3 0 159669523 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 20531 2300 177 90 0 20069 0
[pid=7366/tid=7368] ppid=7364 vsize=82124 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159669543 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=82124 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159759555 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.06
Current children cumulated vsize (KiB) 82124

[startup+1243.05 s]
/proc/loadavg: 1.99 1.97 1.95 3/88 8127
/proc/meminfo: memFree=1782976/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=82124 CPUtime=1240.99
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2585 0 0 0 124082 17 0 0 25 0 3 0 159669523 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622797 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 20531 2300 177 90 0 20069 0
[pid=7366/tid=7368] ppid=7364 vsize=82124 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159669543 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=82124 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159759555 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.99
Current children cumulated vsize (KiB) 82124

[startup+1303.07 s]
/proc/loadavg: 1.99 1.97 1.95 3/88 8127
/proc/meminfo: memFree=1782976/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=82124 CPUtime=1300.96
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2585 0 0 0 130079 17 0 0 25 0 3 0 159669523 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 20531 2300 177 90 0 20069 0
[pid=7366/tid=7368] ppid=7364 vsize=82124 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159669543 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=82124 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159759555 84094976 2300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.96
Current children cumulated vsize (KiB) 82124

[startup+1363.09 s]
/proc/loadavg: 1.99 1.97 1.95 3/89 8128
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1360.92
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2586 0 0 0 136075 17 0 0 25 0 4 0 159669523 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 23092 2301 177 90 0 22630 0
[pid=7366/tid=7368] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159669543 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159759555 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7366/tid=8128] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/8128/stat : 8128 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159804563 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.92
Current children cumulated vsize (KiB) 92368

[startup+1423.13 s]
/proc/loadavg: 2.07 1.99 1.95 3/89 8128
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1420.87
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2586 0 0 0 142070 17 0 0 25 0 4 0 159669523 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 23092 2301 177 90 0 22630 0
[pid=7366/tid=7368] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159669543 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159759555 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7366/tid=8128] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/8128/stat : 8128 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159804563 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.87
Current children cumulated vsize (KiB) 92368

[startup+1483.17 s]
/proc/loadavg: 2.07 2.00 1.96 3/89 8128
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1480.86
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2586 0 0 0 148069 17 0 0 25 0 4 0 159669523 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554298 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 23092 2301 177 90 0 22630 0
[pid=7366/tid=7368] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159669543 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159759555 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7366/tid=8128] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/8128/stat : 8128 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159804563 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.86
Current children cumulated vsize (KiB) 92368

[startup+1543.21 s]
/proc/loadavg: 2.02 2.00 1.96 3/89 8128
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1540.84
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2586 0 0 0 154067 17 0 0 25 0 4 0 159669523 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 23092 2301 177 90 0 22630 0
[pid=7366/tid=7368] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159669543 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159759555 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7366/tid=8128] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/8128/stat : 8128 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159804563 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.84
Current children cumulated vsize (KiB) 92368

[startup+1603.25 s]
/proc/loadavg: 2.01 2.00 1.96 3/89 8128
/proc/meminfo: memFree=1782840/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1600.8
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2586 0 0 0 160063 17 0 0 25 0 4 0 159669523 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 23092 2301 177 90 0 22630 0
[pid=7366/tid=7368] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159669543 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159759555 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7366/tid=8128] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/8128/stat : 8128 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159804563 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.8
Current children cumulated vsize (KiB) 92368

[startup+1663.29 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 8128
/proc/meminfo: memFree=1782840/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1660.79
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2586 0 0 0 166061 18 0 0 25 0 4 0 159669523 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 23092 2301 177 90 0 22630 0
[pid=7366/tid=7368] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159669543 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159759555 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7366/tid=8128] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/8128/stat : 8128 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159804563 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.79
Current children cumulated vsize (KiB) 92368

[startup+1723.33 s]
/proc/loadavg: 2.06 2.02 1.96 3/89 8128
/proc/meminfo: memFree=1782776/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1720.77
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2586 0 0 0 172059 18 0 0 25 0 4 0 159669523 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618370 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 23092 2301 177 90 0 22630 0
[pid=7366/tid=7368] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159669543 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159759555 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7366/tid=8128] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/8128/stat : 8128 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159804563 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.77
Current children cumulated vsize (KiB) 92368

[startup+1783.37 s]
/proc/loadavg: 2.02 2.01 1.96 4/89 8128
/proc/meminfo: memFree=1782776/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1780.73
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2586 0 0 0 178055 18 0 0 25 0 4 0 159669523 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564917 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7366/statm: 23092 2301 177 90 0 22630 0
[pid=7366/tid=7368] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7368/stat : 7368 (bprolog) S 7364 7366 7060 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159669543 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7366/tid=7929] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/7929/stat : 7929 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159759555 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7366/tid=8128] ppid=7364 vsize=92368 CPUtime=0
/proc/7366/task/8128/stat : 8128 (bprolog) S 7364 7366 7060 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159804563 94584832 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.73
Current children cumulated vsize (KiB) 92368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.67 s]
/proc/loadavg: 2.01 2.01 1.96 3/86 8128
/proc/meminfo: memFree=1782712/2055920 swapFree=4192812/4192956
[pid=7366] ppid=7364 vsize=92368 CPUtime=1800.01
/proc/7366/stat : 7366 (bprolog) R 7364 7366 7060 0 -1 4194304 2587 0 0 0 179983 18 0 0 25 0 1 0 159669523 94584832 2302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 0 0 0 17 0 0 0
/proc/7366/statm: 23092 2302 178 90 0 22630 0
Current children cumulated CPU time (s) 1800.01
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): 1802.67
CPU time (s): 1800.02
CPU user time (s): 1799.84
CPU system time (s): 0.182972
CPU usage (%): 99.853
Max. virtual memory (cumulated for all children) (KiB): 92368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2587
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 45234

runsolver used 2.01669 s user time and 5.04223 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan  6 19:45:38 UTC 2007


IDJOB= 195303
IDBENCH= 3261
FILE ID= node3/195303-1168112737

PBS_JOBID= 3477105

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph12-w1.xml
COMMAND LINE= /tmp/evaluation/195303-1168112737/Complete/Ordinary/solver /tmp/evaluation/195303-1168112737/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node3/convwatcher-195303-1168112737 -o ROOT/results/node3/conversion-195303-1168112737 -C 600 -M 900 /tmp/evaluation/195303-1168112737/Complete/Ordinary/conversion /tmp/evaluation/195303-1168112737/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-195303-1168112737 -o ROOT/results/node3/solver-195303-1168112737 -C 1800 -M 900  /tmp/evaluation/195303-1168112737/Complete/Ordinary/solver /tmp/evaluation/195303-1168112737/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7c8029410baee1f1657d07c027e6707b

RANDOM SEED= 989302547

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:       1803040 kB
Buffers:         38380 kB
Cached:          99184 kB
SwapCached:          0 kB
Active:         130604 kB
Inactive:        69160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:          82796 kB
Slab:            38084 kB
Committed_AS:  3913376 kB
PageTables:       2084 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= 66539 MiB



End job on node3 on Sat Jan  6 20:15:42 UTC 2007