Trace number 195514

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.06 1803.27

General information on the benchmark

Namerlfap/rlfapGraphs/
graph4.xml
MD5SUM13ba5fc23607aef5e34106e0ee22f4bd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.872866
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints2244
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2244
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/195514-1168113077/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/node18/watcher-195514-1168113077 -o ROOT/results/node18/solver-195514-1168113077 -C 1800 -M 900 /tmp/evaluation/195514-1168113077/Complete/Ordinary/solver /tmp/evaluation/195514-1168113077/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.00 2.00 1.99 5/87 4004
/proc/meminfo: memFree=1785448/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=53472 CPUtime=0
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 159702526 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/4003/statm: 13368 203 123 90 0 12906 0

[startup+0.102695 s]
/proc/loadavg: 2.00 2.00 1.99 5/87 4004
/proc/meminfo: memFree=1785448/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=61772 CPUtime=0.09
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 1419 0 0 0 9 0 0 0 18 0 1 0 159702526 63254528 1134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620220 0 0 4096 2 0 0 0 17 1 0 0
/proc/4003/statm: 15443 1134 173 90 0 14981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61772

[startup+0.510733 s]
/proc/loadavg: 2.00 2.00 1.99 5/87 4004
/proc/meminfo: memFree=1785448/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=79828 CPUtime=0.5
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 5639 0 0 0 48 2 0 0 22 0 2 0 159702526 81743872 3400 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663889 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 19957 3400 177 90 0 19495 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 79828

[startup+1.33181 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1766496/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=79828 CPUtime=1.32
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 7166 0 0 0 130 2 0 0 25 0 2 0 159702526 81743872 4927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554599 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 19957 4927 177 90 0 19495 0
[pid=4003/tid=4005] ppid=4001 vsize=79828 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 81743872 4927 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) 79828

[startup+2.97797 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1766496/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=79828 CPUtime=2.96
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 7167 0 0 0 294 2 0 0 25 0 2 0 159702526 81743872 4928 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 19957 4928 177 90 0 19495 0
[pid=4003/tid=4005] ppid=4001 vsize=79828 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 81743872 4928 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) 79828

[startup+6.25429 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1766496/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=79828 CPUtime=6.24
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 7167 0 0 0 622 2 0 0 25 0 2 0 159702526 81743872 4928 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 19957 4928 177 90 0 19495 0
[pid=4003/tid=4005] ppid=4001 vsize=79828 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 81743872 4928 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 79828

[startup+12.7179 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1765488/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=79828 CPUtime=12.71
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 7427 0 0 0 1268 3 0 0 25 0 2 0 159702526 81743872 5188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 19957 5188 177 90 0 19495 0
[pid=4003/tid=4005] ppid=4001 vsize=79828 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 81743872 5188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 79828

[startup+25.5271 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1765552/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=79828 CPUtime=25.51
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 7428 0 0 0 2548 3 0 0 25 0 2 0 159702526 81743872 5189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 19957 5189 177 90 0 19495 0
[pid=4003/tid=4005] ppid=4001 vsize=79828 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 81743872 5189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 79828

[startup+51.1606 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1765680/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=79828 CPUtime=51.14
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 7428 0 0 0 5111 3 0 0 25 0 2 0 159702526 81743872 5189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134775016 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 19957 5189 177 90 0 19495 0
[pid=4003/tid=4005] ppid=4001 vsize=79828 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 81743872 5189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 79828

[startup+102.422 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1764720/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=102.38
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11583 0 0 0 10233 5 0 0 25 0 2 0 159702526 97742848 5437 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5437 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5437 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 95452

[startup+162.506 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1764528/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=162.45
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11619 0 0 0 16240 5 0 0 25 0 2 0 159702526 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5473 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.45
Current children cumulated vsize (KiB) 95452

[startup+222.586 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1764528/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=222.51
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11619 0 0 0 22245 6 0 0 25 0 2 0 159702526 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5473 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.51
Current children cumulated vsize (KiB) 95452

[startup+282.666 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1764528/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=282.58
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11619 0 0 0 28251 7 0 0 25 0 2 0 159702526 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5473 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.58
Current children cumulated vsize (KiB) 95452

[startup+342.746 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1764472/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=342.64
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11619 0 0 0 34257 7 0 0 25 0 2 0 159702526 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5473 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.64
Current children cumulated vsize (KiB) 95452

[startup+402.833 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1764472/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=402.71
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11619 0 0 0 40263 8 0 0 25 0 2 0 159702526 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5473 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.71
Current children cumulated vsize (KiB) 95452

[startup+462.911 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1764408/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=462.77
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11619 0 0 0 46269 8 0 0 25 0 2 0 159702526 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5473 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.77
Current children cumulated vsize (KiB) 95452

[startup+522.992 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 4005
/proc/meminfo: memFree=1764472/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=522.84
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11619 0 0 0 52275 9 0 0 25 0 2 0 159702526 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5473 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.84
Current children cumulated vsize (KiB) 95452

[startup+583.072 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 4006
/proc/meminfo: memFree=1764272/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=95452 CPUtime=582.9
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11619 0 0 0 58281 9 0 0 25 0 2 0 159702526 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 23863 5473 177 90 0 23401 0
[pid=4003/tid=4005] ppid=4001 vsize=95452 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 159702556 97742848 5473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.9
Current children cumulated vsize (KiB) 95452

[startup+643.082 s]

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

/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11635 0 0 0 118290 14 0 0 25 0 3 0 159702526 108232704 5489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4003/statm: 26424 5489 177 90 0 25962 0
[pid=4003/tid=4005] ppid=4001 vsize=105696 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159702556 108232704 5489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=105696 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159792575 108232704 5489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.04
Current children cumulated vsize (KiB) 105696

[startup+1243.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4438
/proc/meminfo: memFree=1753592/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=105696 CPUtime=1242.97
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11635 0 0 0 124280 17 0 0 25 0 3 0 159702526 108232704 5489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 26424 5489 177 90 0 25962 0
[pid=4003/tid=4005] ppid=4001 vsize=105696 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159702556 108232704 5489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=105696 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159792575 108232704 5489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.97
Current children cumulated vsize (KiB) 105696

[startup+1303.66 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4438
/proc/meminfo: memFree=1753784/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=105696 CPUtime=1302.72
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11636 0 0 0 130255 17 0 0 25 0 3 0 159702526 108232704 5490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620154 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 26424 5490 177 90 0 25962 0
[pid=4003/tid=4005] ppid=4001 vsize=105696 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159702556 108232704 5490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=105696 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159792575 108232704 5490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.72
Current children cumulated vsize (KiB) 105696

[startup+1363.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4439
/proc/meminfo: memFree=1753776/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1362.51
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11637 0 0 0 136233 18 0 0 25 0 4 0 159702526 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 28985 5491 177 90 0 28523 0
[pid=4003/tid=4005] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159702556 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159792575 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4439] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4439/stat : 4439 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159837586 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.51
Current children cumulated vsize (KiB) 115940

[startup+1423.76 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 4439
/proc/meminfo: memFree=1753776/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1422.29
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11637 0 0 0 142211 18 0 0 25 0 4 0 159702526 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671483 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 28985 5491 177 90 0 28523 0
[pid=4003/tid=4005] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159702556 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159792575 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4439] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4439/stat : 4439 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159837586 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 115940

[startup+1483.83 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 4439
/proc/meminfo: memFree=1753776/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1482.06
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11637 0 0 0 148188 18 0 0 25 0 4 0 159702526 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 28985 5491 177 90 0 28523 0
[pid=4003/tid=4005] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159702556 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159792575 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4439] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4439/stat : 4439 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159837586 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 115940

[startup+1543.89 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 4439
/proc/meminfo: memFree=1753776/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1541.86
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11637 0 0 0 154167 19 0 0 25 0 4 0 159702526 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552040 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 28985 5491 177 90 0 28523 0
[pid=4003/tid=4005] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159702556 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159792575 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4439] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4439/stat : 4439 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159837586 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 115940

[startup+1603.94 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 4439
/proc/meminfo: memFree=1753776/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1601.65
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11637 0 0 0 160146 19 0 0 25 0 4 0 159702526 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 28985 5491 177 90 0 28523 0
[pid=4003/tid=4005] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159702556 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159792575 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4439] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4439/stat : 4439 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159837586 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 115940

[startup+1663.98 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 4441
/proc/meminfo: memFree=1753456/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1661.4
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11637 0 0 0 166121 19 0 0 25 0 4 0 159702526 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 28985 5491 177 90 0 28523 0
[pid=4003/tid=4005] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159702556 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159792575 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4439] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4439/stat : 4439 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159837586 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.4
Current children cumulated vsize (KiB) 115940

[startup+1724.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4441
/proc/meminfo: memFree=1753456/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1721.17
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11637 0 0 0 172098 19 0 0 25 0 4 0 159702526 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 28985 5491 177 90 0 28523 0
[pid=4003/tid=4005] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159702556 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159792575 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4439] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4439/stat : 4439 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159837586 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.17
Current children cumulated vsize (KiB) 115940

[startup+1784.07 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4441
/proc/meminfo: memFree=1753456/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1780.95
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11637 0 0 0 178076 19 0 0 25 0 4 0 159702526 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4003/statm: 28985 5491 177 90 0 28523 0
[pid=4003/tid=4005] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4005/stat : 4005 (bprolog) S 4001 4003 3923 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159702556 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4205] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4205/stat : 4205 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159792575 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4003/tid=4439] ppid=4001 vsize=115940 CPUtime=0
/proc/4003/task/4439/stat : 4439 (bprolog) S 4001 4003 3923 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159837586 118722560 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.95
Current children cumulated vsize (KiB) 115940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 4441
/proc/meminfo: memFree=1753520/2055920 swapFree=4192812/4192956
[pid=4003] ppid=4001 vsize=115940 CPUtime=1800.04
/proc/4003/stat : 4003 (bprolog) R 4001 4003 3923 0 -1 4194304 11638 0 0 0 179985 19 0 0 25 0 1 0 159702526 118722560 5492 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554153 0 0 4096 2 0 0 0 17 0 0 0
/proc/4003/statm: 28985 5492 178 90 0 28523 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 115940

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.27
CPU time (s): 1800.06
CPU user time (s): 1799.86
CPU system time (s): 0.202969
CPU usage (%): 99.8221
Max. virtual memory (cumulated for all children) (KiB): 115940

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

runsolver used 1.65875 s user time and 4.81327 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 19:51:17 UTC 2007


IDJOB= 195514
IDBENCH= 3284
FILE ID= node18/195514-1168113077

PBS_JOBID= 3477116

Free space on /tmp= 66286 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphs/graph4.xml
COMMAND LINE= /tmp/evaluation/195514-1168113077/Complete/Ordinary/solver /tmp/evaluation/195514-1168113077/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node18/convwatcher-195514-1168113077 -o ROOT/results/node18/conversion-195514-1168113077 -C 600 -M 900 /tmp/evaluation/195514-1168113077/Complete/Ordinary/conversion /tmp/evaluation/195514-1168113077/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-195514-1168113077 -o ROOT/results/node18/solver-195514-1168113077 -C 1800 -M 900  /tmp/evaluation/195514-1168113077/Complete/Ordinary/solver /tmp/evaluation/195514-1168113077/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  13ba5fc23607aef5e34106e0ee22f4bd

RANDOM SEED= 113834854

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.231
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.231
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:       1785936 kB
Buffers:         27096 kB
Cached:         127992 kB
SwapCached:         20 kB
Active:         143740 kB
Inactive:        77628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          86552 kB
Slab:            33576 kB
Committed_AS:  4346952 kB
PageTables:       2060 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= 66282 MiB



End job on node18 on Sat Jan  6 20:21:22 UTC 2007