Trace number 198813

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.11 1802.24

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f11.xml
MD5SUMf49161bf23241c43ec566917a52aebc8
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.03184
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/198813-1168130957/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/node40/watcher-198813-1168130957 -o ROOT/results/node40/solver-198813-1168130957 -C 1800 -M 900 /tmp/evaluation/198813-1168130957/Complete/Ordinary/solver /tmp/evaluation/198813-1168130957/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.08 1.02 0.93 4/84 10447
/proc/meminfo: memFree=1562880/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=53472 CPUtime=0
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 491 0 0 0 0 0 0 0 18 0 1 0 161495491 54755328 210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/10446/statm: 13368 210 123 90 0 12906 0

[startup+0.107896 s]
/proc/loadavg: 1.08 1.02 0.93 4/84 10447
/proc/meminfo: memFree=1562880/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=53824 CPUtime=0.1
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 1643 0 0 0 10 0 0 0 18 0 1 0 161495491 55115776 1359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603132 0 0 4096 2 0 0 0 17 1 0 0
/proc/10446/statm: 13456 1359 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.515949 s]
/proc/loadavg: 1.08 1.02 0.93 4/84 10447
/proc/meminfo: memFree=1562880/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=0.5
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6238 0 0 0 48 2 0 0 22 0 2 0 161495491 81858560 3999 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 3999 177 90 0 19523 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 79940

[startup+1.33705 s]
/proc/loadavg: 1.08 1.02 0.93 3/85 10448
/proc/meminfo: memFree=1542584/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=1.32
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6330 0 0 0 130 2 0 0 25 0 2 0 161495491 81858560 4091 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 4091 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4091 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) 79940

[startup+2.97826 s]
/proc/loadavg: 1.08 1.02 0.93 3/86 10449
/proc/meminfo: memFree=1540336/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=2.96
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6330 0 0 0 294 2 0 0 25 0 2 0 161495491 81858560 4091 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 4091 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4091 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 79940

[startup+6.25669 s]
/proc/loadavg: 1.08 1.02 0.93 2/69 10461
/proc/meminfo: memFree=1678584/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=6.22
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6381 0 0 0 620 2 0 0 25 0 2 0 161495491 81858560 4142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 4142 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 79940

[startup+12.7205 s]
/proc/loadavg: 1.23 1.05 0.94 3/82 10522
/proc/meminfo: memFree=1633800/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=12.67
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6382 0 0 0 1264 3 0 0 25 0 2 0 161495491 81858560 4143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10446/statm: 19985 4143 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 79940

[startup+25.5532 s]
/proc/loadavg: 1.40 1.09 0.96 3/82 10522
/proc/meminfo: memFree=1597008/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=25.42
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6382 0 0 0 2539 3 0 0 25 0 2 0 161495491 81858560 4143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580611 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10446/statm: 19985 4143 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 79940

[startup+51.2025 s]
/proc/loadavg: 1.61 1.17 0.98 3/85 10575
/proc/meminfo: memFree=1541104/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=50.96
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6505 0 0 0 5092 4 0 0 25 0 2 0 161495491 81858560 4266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664552 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10446/statm: 19985 4266 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 79940

[startup+102.492 s]
/proc/loadavg: 1.82 1.29 1.03 3/74 10688
/proc/meminfo: memFree=1644352/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=101.96
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 10191 5 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 79940

[startup+162.507 s]
/proc/loadavg: 1.93 1.42 1.09 3/74 10688
/proc/meminfo: memFree=1644416/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=161.69
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 16164 5 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 79940

[startup+222.523 s]
/proc/loadavg: 1.97 1.52 1.15 3/74 10688
/proc/meminfo: memFree=1644416/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=221.44
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 22138 6 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580580 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 79940

[startup+282.534 s]
/proc/loadavg: 1.99 1.61 1.20 3/74 10688
/proc/meminfo: memFree=1644352/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=281.19
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 28113 6 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 79940

[startup+342.542 s]
/proc/loadavg: 1.91 1.66 1.24 2/69 10698
/proc/meminfo: memFree=1676592/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=340.92
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 34086 6 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 79940

[startup+402.585 s]
/proc/loadavg: 1.33 1.54 1.22 2/66 10702
/proc/meminfo: memFree=1682200/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=400.94
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 40088 6 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.94
Current children cumulated vsize (KiB) 79940

[startup+462.628 s]
/proc/loadavg: 1.12 1.44 1.20 2/66 10702
/proc/meminfo: memFree=1682200/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=460.97
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 46091 6 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.97
Current children cumulated vsize (KiB) 79940

[startup+522.667 s]
/proc/loadavg: 1.04 1.35 1.19 2/66 10702
/proc/meminfo: memFree=1682200/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=520.99
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 52093 6 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579722 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.99
Current children cumulated vsize (KiB) 79940

[startup+582.705 s]
/proc/loadavg: 1.01 1.29 1.17 2/66 10702
/proc/meminfo: memFree=1682200/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=79940 CPUtime=581.01
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6506 0 0 0 58095 6 0 0 25 0 2 0 161495491 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 19985 4267 177 90 0 19523 0
[pid=10446/tid=10448] ppid=10444 vsize=79940 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 161495521 81858560 4267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.01
Current children cumulated vsize (KiB) 79940

[startup+642.747 s]

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

/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6521 0 0 0 118124 7 0 0 25 0 3 0 161495491 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 22546 4282 177 90 0 22084 0
[pid=10446/tid=10448] ppid=10444 vsize=90184 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161495521 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=90184 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161585537 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.31
Current children cumulated vsize (KiB) 90184

[startup+1243.33 s]
/proc/loadavg: 1.00 1.02 1.07 2/67 10901
/proc/meminfo: memFree=1681816/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=90184 CPUtime=1241.35
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6521 0 0 0 124128 7 0 0 25 0 3 0 161495491 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 22546 4282 177 90 0 22084 0
[pid=10446/tid=10448] ppid=10444 vsize=90184 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161495521 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=90184 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161585537 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.35
Current children cumulated vsize (KiB) 90184

[startup+1303.39 s]
/proc/loadavg: 1.00 1.01 1.06 2/67 10901
/proc/meminfo: memFree=1681816/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=90184 CPUtime=1301.4
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 6521 0 0 0 130132 8 0 0 25 0 3 0 161495491 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 22546 4282 177 90 0 22084 0
[pid=10446/tid=10448] ppid=10444 vsize=90184 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161495521 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=90184 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161585537 92348416 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.4
Current children cumulated vsize (KiB) 90184

[startup+1363.46 s]
/proc/loadavg: 1.00 1.01 1.06 2/68 10902
/proc/meminfo: memFree=1673040/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1361.45
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12602 0 0 0 136135 10 0 0 25 0 4 0 161495491 118837248 6456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 29013 6456 177 90 0 28551 0
[pid=10446/tid=10448] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161495521 118837248 6456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161585537 118837248 6456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10446/tid=10902] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10902/stat : 10902 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161630545 118837248 6456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.45
Current children cumulated vsize (KiB) 116052

[startup+1423.55 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 10902
/proc/meminfo: memFree=1672976/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1421.51
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12622 0 0 0 142141 10 0 0 25 0 4 0 161495491 118837248 6476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574060 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 29013 6476 177 90 0 28551 0
[pid=10446/tid=10448] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161495521 118837248 6476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161585537 118837248 6476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10446/tid=10902] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10902/stat : 10902 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161630545 118837248 6476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.51
Current children cumulated vsize (KiB) 116052

[startup+1483.63 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 10902
/proc/meminfo: memFree=1672912/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1481.58
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12628 0 0 0 148148 10 0 0 25 0 4 0 161495491 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665053 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 29013 6482 177 90 0 28551 0
[pid=10446/tid=10448] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161495521 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161585537 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10446/tid=10902] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10902/stat : 10902 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161630545 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 116052

[startup+1543.72 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 10902
/proc/meminfo: memFree=1672912/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1541.66
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12628 0 0 0 154156 10 0 0 25 0 4 0 161495491 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 29013 6482 177 90 0 28551 0
[pid=10446/tid=10448] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161495521 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161585537 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10446/tid=10902] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10902/stat : 10902 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161630545 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 116052

[startup+1603.81 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 10902
/proc/meminfo: memFree=1672848/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1601.72
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12628 0 0 0 160162 10 0 0 25 0 4 0 161495491 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 29013 6482 177 90 0 28551 0
[pid=10446/tid=10448] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161495521 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161585537 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10446/tid=10902] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10902/stat : 10902 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161630545 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 116052

[startup+1663.9 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 10902
/proc/meminfo: memFree=1672848/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1661.79
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12628 0 0 0 166169 10 0 0 25 0 4 0 161495491 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663897 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 29013 6482 177 90 0 28551 0
[pid=10446/tid=10448] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161495521 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161585537 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10446/tid=10902] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10902/stat : 10902 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161630545 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 116052

[startup+1723.99 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 10902
/proc/meminfo: memFree=1672912/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1721.88
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12628 0 0 0 172177 11 0 0 25 0 4 0 161495491 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 29013 6482 177 90 0 28551 0
[pid=10446/tid=10448] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161495521 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161585537 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10446/tid=10902] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10902/stat : 10902 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161630545 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 116052

[startup+1784.08 s]
/proc/loadavg: 1.00 1.00 1.01 2/68 10904
/proc/meminfo: memFree=1672656/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1781.95
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12628 0 0 0 178184 11 0 0 25 0 4 0 161495491 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10446/statm: 29013 6482 177 90 0 28551 0
[pid=10446/tid=10448] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10448/stat : 10448 (bprolog) S 10444 10446 10095 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161495521 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10446/tid=10901] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10901/stat : 10901 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161585537 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10446/tid=10902] ppid=10444 vsize=116052 CPUtime=0
/proc/10446/task/10902/stat : 10902 (bprolog) S 10444 10446 10095 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161630545 118837248 6482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 116052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.23 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 10904
/proc/meminfo: memFree=1672656/2055920 swapFree=4192812/4192956
[pid=10446] ppid=10444 vsize=116052 CPUtime=1800.1
/proc/10446/stat : 10446 (bprolog) R 10444 10446 10095 0 -1 4194304 12629 0 0 0 179999 11 0 0 25 0 1 0 161495491 118837248 6483 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579732 0 0 4096 2 0 0 0 17 1 0 0
/proc/10446/statm: 29013 6483 178 90 0 28551 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 116052

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.24
CPU time (s): 1800.11
CPU user time (s): 1799.99
CPU system time (s): 0.115982
CPU usage (%): 99.8819
Max. virtual memory (cumulated for all children) (KiB): 131680

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

runsolver used 1.50677 s user time and 3.9544 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 00:49:18 UTC 2007


IDJOB= 198813
IDBENCH= 3577
FILE ID= node40/198813-1168130957

PBS_JOBID= 3477973

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f11.xml
COMMAND LINE= /tmp/evaluation/198813-1168130957/Complete/Ordinary/solver /tmp/evaluation/198813-1168130957/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node40/convwatcher-198813-1168130957 -o ROOT/results/node40/conversion-198813-1168130957 -C 600 -M 900 /tmp/evaluation/198813-1168130957/Complete/Ordinary/conversion /tmp/evaluation/198813-1168130957/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-198813-1168130957 -o ROOT/results/node40/solver-198813-1168130957 -C 1800 -M 900  /tmp/evaluation/198813-1168130957/Complete/Ordinary/solver /tmp/evaluation/198813-1168130957/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f49161bf23241c43ec566917a52aebc8

RANDOM SEED= 720275073

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.239
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.239
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:       1563424 kB
Buffers:         41972 kB
Cached:         243016 kB
SwapCached:          0 kB
Active:         220420 kB
Inactive:       212804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5208 kB
Writeback:           0 kB
Mapped:         168948 kB
Slab:            44292 kB
Committed_AS:  3937304 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= 66545 MiB



End job on node40 on Sun Jan  7 01:19:24 UTC 2007