Trace number 216563

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.03 1809.55

General information on the benchmark

Namerlfap/rlfapScensMod/
scen3-f11.xml
MD5SUM47d964f6bb88215eaa595d2ffc780e97
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.51377
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables400
Number of constraints2760
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2760
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/216563-1168243404/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/node6/watcher-216563-1168243404 -o ROOT/results/node6/solver-216563-1168243404 -C 1800 -M 900 /tmp/evaluation/216563-1168243404/Complete/Ordinary/solver /tmp/evaluation/216563-1168243404/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: 2.01 2.02 2.00 5/86 6466
/proc/meminfo: memFree=1741800/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=53472 CPUtime=0
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 487 0 0 0 0 0 0 0 20 0 1 0 172735974 54755328 206 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 2655198 0 0 4096 2 0 0 0 17 1 0 0
/proc/6465/statm: 13368 206 123 90 0 12906 0

[startup+0.105126 s]
/proc/loadavg: 2.01 2.02 2.00 5/86 6466
/proc/meminfo: memFree=1741800/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=53824 CPUtime=0.08
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 1390 0 0 0 7 1 0 0 20 0 1 0 172735974 55115776 1106 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134556105 0 0 4096 2 0 0 0 17 1 0 0
/proc/6465/statm: 13456 1106 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.515176 s]
/proc/loadavg: 2.01 2.02 2.00 5/86 6466
/proc/meminfo: memFree=1741800/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=72044 CPUtime=0.5
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 3758 0 0 0 48 2 0 0 23 0 2 0 172735974 73773056 3473 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134554271 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 18011 3473 177 90 0 17549 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72044

[startup+1.33627 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 6467
/proc/meminfo: memFree=1728544/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=72044 CPUtime=1.31
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 3758 0 0 0 129 2 0 0 25 0 2 0 172735974 73773056 3473 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134620102 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 18011 3473 177 90 0 17549 0
[pid=6465/tid=6467] ppid=6463 vsize=72044 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 73773056 3473 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72044

[startup+2.97346 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 6467
/proc/meminfo: memFree=1728480/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=72044 CPUtime=2.93
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 3758 0 0 0 291 2 0 0 25 0 2 0 172735974 73773056 3473 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134574003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 18011 3473 177 90 0 17549 0
[pid=6465/tid=6467] ppid=6463 vsize=72044 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 73773056 3473 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 72044

[startup+6.25285 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 6467
/proc/meminfo: memFree=1728224/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=6.19
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 5746 0 0 0 616 3 0 0 25 0 2 0 172735974 81772544 3507 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 3507 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 3507 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 79856

[startup+12.7256 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 6467
/proc/meminfo: memFree=1725984/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=12.6
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6321 0 0 0 1257 3 0 0 25 0 2 0 172735974 81772544 4082 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4082 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4082 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 79856

[startup+25.5571 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 6467
/proc/meminfo: memFree=1726112/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=25.32
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6323 0 0 0 2529 3 0 0 25 0 2 0 172735974 81772544 4084 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4084 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4084 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 79856

[startup+51.2151 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 6467
/proc/meminfo: memFree=1726176/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=50.76
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6323 0 0 0 5073 3 0 0 25 0 2 0 172735974 81772544 4084 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134589233 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4084 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4084 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 79856

[startup+102.427 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 6467
/proc/meminfo: memFree=1725664/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=101.55
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6458 0 0 0 10151 4 0 0 25 0 2 0 172735974 81772544 4219 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134620096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4219 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4219 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 79856

[startup+162.44 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 6467
/proc/meminfo: memFree=1725664/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=161.07
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6461 0 0 0 16103 4 0 0 25 0 2 0 172735974 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4222 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 79856

[startup+222.456 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 6467
/proc/meminfo: memFree=1725600/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=220.58
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6461 0 0 0 22054 4 0 0 25 0 2 0 172735974 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134580492 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4222 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 79856

[startup+282.462 s]
/proc/loadavg: 2.07 2.02 2.00 3/87 6467
/proc/meminfo: memFree=1725600/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=280.1
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6461 0 0 0 28005 5 0 0 25 0 2 0 172735974 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134617918 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4222 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 79856

[startup+342.503 s]
/proc/loadavg: 2.02 2.01 2.00 4/87 6467
/proc/meminfo: memFree=1725536/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=339.64
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6461 0 0 0 33959 5 0 0 25 0 2 0 172735974 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4222 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.64
Current children cumulated vsize (KiB) 79856

[startup+402.517 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 6467
/proc/meminfo: memFree=1725536/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=399.16
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6461 0 0 0 39910 6 0 0 25 0 2 0 172735974 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134750877 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4222 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.16
Current children cumulated vsize (KiB) 79856

[startup+462.528 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 6467
/proc/meminfo: memFree=1725536/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=458.67
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6461 0 0 0 45861 6 0 0 25 0 2 0 172735974 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4222 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.67
Current children cumulated vsize (KiB) 79856

[startup+522.542 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 6467
/proc/meminfo: memFree=1725536/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=518.18
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6461 0 0 0 51812 6 0 0 25 0 2 0 172735974 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134620123 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4222 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.18
Current children cumulated vsize (KiB) 79856

[startup+582.555 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 6467
/proc/meminfo: memFree=1725472/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=79856 CPUtime=577.7
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6461 0 0 0 57763 7 0 0 25 0 2 0 172735974 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 19964 4222 177 90 0 19502 0
[pid=6465/tid=6467] ppid=6463 vsize=79856 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 172735995 81772544 4222 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.7
Current children cumulated vsize (KiB) 79856

[startup+642.563 s]

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

/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6463 0 0 0 117644 27 0 0 25 0 3 0 172735974 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 22525 4224 177 90 0 22063 0
[pid=6465/tid=6467] ppid=6463 vsize=90100 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172735995 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=90100 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172826015 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.71
Current children cumulated vsize (KiB) 90100

[startup+1243.13 s]
/proc/loadavg: 1.91 1.52 1.65 3/88 9161
/proc/meminfo: memFree=1723728/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=90100 CPUtime=1236.48
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6463 0 0 0 123621 27 0 0 25 0 3 0 172735974 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 22525 4224 177 90 0 22063 0
[pid=6465/tid=6467] ppid=6463 vsize=90100 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172735995 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=90100 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172826015 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.48
Current children cumulated vsize (KiB) 90100

[startup+1303.18 s]
/proc/loadavg: 1.97 1.61 1.67 3/88 9161
/proc/meminfo: memFree=1723728/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=90100 CPUtime=1296.26
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6463 0 0 0 129599 27 0 0 25 0 3 0 172735974 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134552086 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 22525 4224 177 90 0 22063 0
[pid=6465/tid=6467] ppid=6463 vsize=90100 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172735995 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=90100 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172826015 92262400 4224 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.26
Current children cumulated vsize (KiB) 90100

[startup+1363.23 s]
/proc/loadavg: 1.99 1.68 1.69 3/89 9162
/proc/meminfo: memFree=1723656/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=100344 CPUtime=1356.03
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6464 0 0 0 135576 27 0 0 25 0 4 0 172735974 102752256 4225 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 25086 4225 177 90 0 24624 0
[pid=6465/tid=6467] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172735995 102752256 4225 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172826015 102752256 4225 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6465/tid=9162] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/9162/stat : 9162 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172871023 102752256 4225 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.03
Current children cumulated vsize (KiB) 100344

[startup+1423.32 s]
/proc/loadavg: 1.95 1.72 1.70 3/90 9235
/proc/meminfo: memFree=1694920/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=100344 CPUtime=1415.8
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6464 0 0 0 141552 28 0 0 25 0 4 0 172735974 102752256 4225 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134554071 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 25086 4225 177 90 0 24624 0
[pid=6465/tid=6467] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172735995 102752256 4225 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172826015 102752256 4225 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6465/tid=9162] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/9162/stat : 9162 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172871023 102752256 4225 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.8
Current children cumulated vsize (KiB) 100344

[startup+1483.4 s]
/proc/loadavg: 2.04 1.78 1.72 3/90 9235
/proc/meminfo: memFree=1683144/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=100344 CPUtime=1475.57
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6465 0 0 0 147529 28 0 0 25 0 4 0 172735974 102752256 4226 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 25086 4226 177 90 0 24624 0
[pid=6465/tid=6467] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172735995 102752256 4226 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172826015 102752256 4226 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6465/tid=9162] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/9162/stat : 9162 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172871023 102752256 4226 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.57
Current children cumulated vsize (KiB) 100344

[startup+1543.49 s]
/proc/loadavg: 2.05 1.83 1.74 3/90 9235
/proc/meminfo: memFree=1681800/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=100344 CPUtime=1535.32
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6465 0 0 0 153504 28 0 0 25 0 4 0 172735974 102752256 4226 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134554363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 25086 4226 177 90 0 24624 0
[pid=6465/tid=6467] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172735995 102752256 4226 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172826015 102752256 4226 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6465/tid=9162] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/9162/stat : 9162 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172871023 102752256 4226 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.32
Current children cumulated vsize (KiB) 100344

[startup+1603.58 s]
/proc/loadavg: 2.02 1.86 1.75 3/90 9235
/proc/meminfo: memFree=1676168/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=100344 CPUtime=1595.09
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 6817 0 0 0 159480 29 0 0 25 0 4 0 172735974 102752256 4578 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134614679 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 25086 4578 177 90 0 24624 0
[pid=6465/tid=6467] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172735995 102752256 4578 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172826015 102752256 4578 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6465/tid=9162] ppid=6463 vsize=100344 CPUtime=0
/proc/6465/task/9162/stat : 9162 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172871023 102752256 4578 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.09
Current children cumulated vsize (KiB) 100344

[startup+1663.66 s]
/proc/loadavg: 2.00 1.88 1.77 3/90 9235
/proc/meminfo: memFree=1669320/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=115968 CPUtime=1654.85
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 12099 0 0 0 165454 31 0 0 25 0 4 0 172735974 118751232 5953 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134554110 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 28992 5953 177 90 0 28530 0
[pid=6465/tid=6467] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172735995 118751232 5953 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172826015 118751232 5953 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6465/tid=9162] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/9162/stat : 9162 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172871023 118751232 5953 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.85
Current children cumulated vsize (KiB) 115968

[startup+1723.72 s]
/proc/loadavg: 2.05 1.92 1.78 3/90 9235
/proc/meminfo: memFree=1667592/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=115968 CPUtime=1714.62
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 12100 0 0 0 171430 32 0 0 25 0 4 0 172735974 118751232 5954 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 28992 5954 177 90 0 28530 0
[pid=6465/tid=6467] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172735995 118751232 5954 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172826015 118751232 5954 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6465/tid=9162] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/9162/stat : 9162 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172871023 118751232 5954 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.62
Current children cumulated vsize (KiB) 115968

[startup+1783.78 s]
/proc/loadavg: 2.02 1.93 1.79 3/90 9235
/proc/meminfo: memFree=1666760/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=115968 CPUtime=1774.38
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 12100 0 0 0 177406 32 0 0 25 0 4 0 172735974 118751232 5954 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134665053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 28992 5954 177 90 0 28530 0
[pid=6465/tid=6467] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/6467/stat : 6467 (bprolog) S 6463 6465 5654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172735995 118751232 5954 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6465/tid=8559] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/8559/stat : 8559 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172826015 118751232 5954 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6465/tid=9162] ppid=6463 vsize=115968 CPUtime=0
/proc/6465/task/9162/stat : 9162 (bprolog) S 6463 6465 5654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172871023 118751232 5954 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.38
Current children cumulated vsize (KiB) 115968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.54 s]
/proc/loadavg: 2.01 1.93 1.80 3/87 9235
/proc/meminfo: memFree=1666696/2055924 swapFree=4165672/4192956
[pid=6465] ppid=6463 vsize=115968 CPUtime=1800.02
/proc/6465/stat : 6465 (bprolog) R 6463 6465 5654 0 -1 4194304 12101 0 0 0 179970 32 0 0 25 0 1 0 172735974 118751232 5955 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134553079 0 0 4096 2 0 0 0 17 0 0 0
/proc/6465/statm: 28992 5955 178 90 0 28530 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 115968

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.55
CPU time (s): 1800.03
CPU user time (s): 1799.7
CPU system time (s): 0.32695
CPU usage (%): 99.474
Max. virtual memory (cumulated for all children) (KiB): 115968

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

runsolver used 1.84972 s user time and 4.98924 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan  8 08:03:24 UTC 2007


IDJOB= 216563
IDBENCH= 5088
FILE ID= node6/216563-1168243404

PBS_JOBID= 3481554

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScensMod/scen3-f11.xml
COMMAND LINE= /tmp/evaluation/216563-1168243404/Complete/Ordinary/solver /tmp/evaluation/216563-1168243404/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node6/convwatcher-216563-1168243404 -o ROOT/results/node6/conversion-216563-1168243404 -C 600 -M 900 /tmp/evaluation/216563-1168243404/Complete/Ordinary/conversion /tmp/evaluation/216563-1168243404/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-216563-1168243404 -o ROOT/results/node6/solver-216563-1168243404 -C 1800 -M 900  /tmp/evaluation/216563-1168243404/Complete/Ordinary/solver /tmp/evaluation/216563-1168243404/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  47d964f6bb88215eaa595d2ffc780e97

RANDOM SEED= 221119880

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.240
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.240
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:      2055924 kB
MemFree:       1742280 kB
Buffers:         49376 kB
Cached:         162656 kB
SwapCached:       2916 kB
Active:         146832 kB
Inactive:       107512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1742280 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:          55012 kB
Slab:            44132 kB
Committed_AS:  5142892 kB
PageTables:       2332 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= 66548 MiB



End job on node6 on Mon Jan  8 08:33:35 UTC 2007