Trace number 207666

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.95

General information on the benchmark

Namefapp/test01-04/test01/
test01-0150-6.xml
MD5SUMe34066b3c2239e6f93bab53f7980f6c4
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.829872
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables150
Number of constraints1460
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1460
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207666-1168182691/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/node2/watcher-207666-1168182691 -o ROOT/results/node2/solver-207666-1168182691 -C 1800 -M 900 /tmp/evaluation/207666-1168182691/Complete/Ordinary/solver /tmp/evaluation/207666-1168182691/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.93 2.05 2.07 5/94 9838
/proc/meminfo: memFree=1086040/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=53472 CPUtime=0
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 166664874 54755328 200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/9837/statm: 13368 201 123 90 0 12906 0

[startup+0.103891 s]
/proc/loadavg: 1.93 2.05 2.07 5/94 9838
/proc/meminfo: memFree=1086040/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=61788 CPUtime=0.09
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 1401 0 0 0 9 0 0 0 18 0 1 0 166664874 63270912 1116 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 0 0 0 17 1 0 0
/proc/9837/statm: 15447 1116 160 90 0 14985 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61788

[startup+0.511971 s]
/proc/loadavg: 1.93 2.05 2.07 5/94 9838
/proc/meminfo: memFree=1086040/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=61788 CPUtime=0.5
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 1756 0 0 0 50 0 0 0 22 0 1 0 166664874 63270912 1471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/9837/statm: 15447 1471 176 90 0 14985 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61788

[startup+1.33312 s]
/proc/loadavg: 1.93 2.05 2.07 3/95 9839
/proc/meminfo: memFree=1077584/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=1.32
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2410 0 0 0 131 1 0 0 25 0 2 0 166664874 73760768 2125 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2125 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2125 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) 72032

[startup+2.98698 s]
/proc/loadavg: 1.93 2.05 2.07 3/95 9839
/proc/meminfo: memFree=1077456/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=2.98
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2411 0 0 0 297 1 0 0 25 0 2 0 166664874 73760768 2126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2126 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 72032

[startup+6.27355 s]
/proc/loadavg: 1.94 2.05 2.07 3/95 9839
/proc/meminfo: memFree=1074776/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=6.26
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2414 0 0 0 625 1 0 0 25 0 2 0 166664874 73760768 2129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2129 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 72032

[startup+12.7674 s]
/proc/loadavg: 1.94 2.05 2.07 3/95 9839
/proc/meminfo: memFree=1072728/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=12.75
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2414 0 0 0 1274 1 0 0 25 0 2 0 166664874 73760768 2129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2129 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 72032

[startup+25.6311 s]
/proc/loadavg: 1.95 2.05 2.07 3/95 9839
/proc/meminfo: memFree=1070296/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=25.61
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2417 0 0 0 2560 1 0 0 25 0 2 0 166664874 73760768 2132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2132 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 72032

[startup+51.2313 s]
/proc/loadavg: 1.97 2.04 2.07 3/95 9839
/proc/meminfo: memFree=1060184/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=51.2
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2417 0 0 0 5119 1 0 0 25 0 2 0 166664874 73760768 2132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2132 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 72032

[startup+102.473 s]
/proc/loadavg: 1.98 2.03 2.06 3/95 9839
/proc/meminfo: memFree=1035096/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=102.42
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2417 0 0 0 10241 1 0 0 25 0 2 0 166664874 73760768 2132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625001 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2132 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.42
Current children cumulated vsize (KiB) 72032

[startup+162.478 s]
/proc/loadavg: 1.99 2.03 2.06 3/95 9839
/proc/meminfo: memFree=1002776/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=162.41
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2418 0 0 0 16240 1 0 0 25 0 2 0 166664874 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2133 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 72032

[startup+222.555 s]
/proc/loadavg: 1.99 2.02 2.05 3/95 9839
/proc/meminfo: memFree=987800/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=222.47
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2418 0 0 0 22245 2 0 0 25 0 2 0 166664874 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2133 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.47
Current children cumulated vsize (KiB) 72032

[startup+282.607 s]
/proc/loadavg: 1.99 2.01 2.04 3/95 9839
/proc/meminfo: memFree=948120/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=282.5
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2418 0 0 0 28248 2 0 0 25 0 2 0 166664874 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2133 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 72032

[startup+342.671 s]
/proc/loadavg: 1.99 2.01 2.04 3/95 9839
/proc/meminfo: memFree=936216/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=342.55
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2418 0 0 0 34252 3 0 0 25 0 2 0 166664874 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2133 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 72032

[startup+402.745 s]
/proc/loadavg: 1.99 2.00 2.03 3/95 9839
/proc/meminfo: memFree=916568/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=402.6
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2418 0 0 0 40257 3 0 0 25 0 2 0 166664874 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552429 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2133 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 72032

[startup+462.762 s]
/proc/loadavg: 1.99 2.00 2.03 3/95 9841
/proc/meminfo: memFree=896408/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=462.59
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2418 0 0 0 46256 3 0 0 25 0 2 0 166664874 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2133 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.59
Current children cumulated vsize (KiB) 72032

[startup+522.794 s]
/proc/loadavg: 1.99 2.00 2.02 3/95 9841
/proc/meminfo: memFree=878424/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=522.61
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2418 0 0 0 52257 4 0 0 25 0 2 0 166664874 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2133 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.61
Current children cumulated vsize (KiB) 72032

[startup+582.834 s]
/proc/loadavg: 2.04 2.01 2.02 3/95 9841
/proc/meminfo: memFree=860440/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=72032 CPUtime=582.62
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2418 0 0 0 58258 4 0 0 25 0 2 0 166664874 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 18008 2133 180 90 0 17546 0
[pid=9837/tid=9839] ppid=9835 vsize=72032 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 166664932 73760768 2133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.62
Current children cumulated vsize (KiB) 72032

[startup+642.864 s]

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

/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2456 0 0 0 118278 8 0 0 25 0 3 0 166664874 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 20569 2171 180 90 0 20107 0
[pid=9837/tid=9839] ppid=9835 vsize=82276 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166664932 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=82276 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166754946 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.86
Current children cumulated vsize (KiB) 82276

[startup+1243.36 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 9842
/proc/meminfo: memFree=717200/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=82276 CPUtime=1242.92
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2456 0 0 0 124284 8 0 0 25 0 3 0 166664874 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 20569 2171 180 90 0 20107 0
[pid=9837/tid=9839] ppid=9835 vsize=82276 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166664932 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=82276 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166754946 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.92
Current children cumulated vsize (KiB) 82276

[startup+1303.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10068
/proc/meminfo: memFree=1441168/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=82276 CPUtime=1302.89
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2456 0 0 0 130279 10 0 0 25 0 3 0 166664874 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9837/statm: 20569 2171 180 90 0 20107 0
[pid=9837/tid=9839] ppid=9835 vsize=82276 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166664932 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=82276 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166754946 84250624 2171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.89
Current children cumulated vsize (KiB) 82276

[startup+1363.43 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 10069
/proc/meminfo: memFree=1441352/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1362.64
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2464 0 0 0 136253 11 0 0 25 0 4 0 166664874 94740480 2179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620166 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9837/statm: 23130 2179 180 90 0 22668 0
[pid=9837/tid=9839] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166664932 94740480 2179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166754946 94740480 2179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=10069] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/10069/stat : 10069 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166799955 94740480 2179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.64
Current children cumulated vsize (KiB) 92520

[startup+1423.46 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 10069
/proc/meminfo: memFree=1441352/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1422.4
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2464 0 0 0 142229 11 0 0 25 0 4 0 166664874 94740480 2179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9837/statm: 23130 2179 180 90 0 22668 0
[pid=9837/tid=9839] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166664932 94740480 2179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166754946 94740480 2179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=10069] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/10069/stat : 10069 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166799955 94740480 2179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.4
Current children cumulated vsize (KiB) 92520

[startup+1483.49 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 10069
/proc/meminfo: memFree=1441352/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1482.14
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2467 0 0 0 148203 11 0 0 25 0 4 0 166664874 94740480 2182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554281 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9837/statm: 23130 2182 180 90 0 22668 0
[pid=9837/tid=9839] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166664932 94740480 2182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166754946 94740480 2182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=10069] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/10069/stat : 10069 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166799955 94740480 2182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.14
Current children cumulated vsize (KiB) 92520

[startup+1543.52 s]
/proc/loadavg: 2.02 2.01 2.00 2/84 10080
/proc/meminfo: memFree=1446632/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1541.9
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2467 0 0 0 154179 11 0 0 25 0 4 0 166664874 94740480 2182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9837/statm: 23130 2182 180 90 0 22668 0
[pid=9837/tid=9839] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166664932 94740480 2182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166754946 94740480 2182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=10069] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/10069/stat : 10069 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166799955 94740480 2182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 92520

[startup+1603.56 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 10132
/proc/meminfo: memFree=1428792/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1601.65
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2563 0 0 0 160153 12 0 0 25 0 4 0 166664874 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626663 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9837/statm: 23130 2278 180 90 0 22668 0
[pid=9837/tid=9839] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166664932 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166754946 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=10069] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/10069/stat : 10069 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166799955 94740480 2278 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) 92520

[startup+1663.58 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 10132
/proc/meminfo: memFree=1428728/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1661.39
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2563 0 0 0 166127 12 0 0 25 0 4 0 166664874 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9837/statm: 23130 2278 180 90 0 22668 0
[pid=9837/tid=9839] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166664932 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166754946 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=10069] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/10069/stat : 10069 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166799955 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.39
Current children cumulated vsize (KiB) 92520

[startup+1723.61 s]
/proc/loadavg: 2.02 2.00 2.00 3/90 10132
/proc/meminfo: memFree=1428664/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1721.15
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2563 0 0 0 172103 12 0 0 25 0 4 0 166664874 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9837/statm: 23130 2278 180 90 0 22668 0
[pid=9837/tid=9839] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166664932 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166754946 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=10069] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/10069/stat : 10069 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166799955 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.15
Current children cumulated vsize (KiB) 92520

[startup+1783.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10201
/proc/meminfo: memFree=1434472/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1780.92
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2563 0 0 0 178078 14 0 0 25 0 4 0 166664874 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9837/statm: 23130 2278 180 90 0 22668 0
[pid=9837/tid=9839] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9839/stat : 9839 (bprolog) S 9835 9837 9757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166664932 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=9842] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/9842/stat : 9842 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166754946 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9837/tid=10069] ppid=9835 vsize=92520 CPUtime=0
/proc/9837/task/10069/stat : 10069 (bprolog) S 9835 9837 9757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166799955 94740480 2278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.92
Current children cumulated vsize (KiB) 92520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10201
/proc/meminfo: memFree=1431784/2055920 swapFree=4191880/4192956
[pid=9837] ppid=9835 vsize=92520 CPUtime=1800.1
/proc/9837/stat : 9837 (bprolog) R 9835 9837 9757 0 -1 4194304 2564 0 0 0 179996 14 0 0 25 0 1 0 166664874 94740480 2279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 0 0 0 17 0 0 0
/proc/9837/statm: 23130 2279 181 90 0 22668 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 92520

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.95
CPU time (s): 1800.11
CPU user time (s): 1799.96
CPU system time (s): 0.145977
CPU usage (%): 99.8426
Max. virtual memory (cumulated for all children) (KiB): 92520

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

runsolver used 1.91971 s user time and 5.14222 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 15:11:31 UTC 2007


IDJOB= 207666
IDBENCH= 4305
FILE ID= node2/207666-1168182691

PBS_JOBID= 3478927

Free space on /tmp= 66328 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test01/test01-0150-6.xml
COMMAND LINE= /tmp/evaluation/207666-1168182691/Complete/Ordinary/solver /tmp/evaluation/207666-1168182691/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-207666-1168182691 -o ROOT/results/node2/conversion-207666-1168182691 -C 600 -M 900 /tmp/evaluation/207666-1168182691/Complete/Ordinary/conversion /tmp/evaluation/207666-1168182691/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-207666-1168182691 -o ROOT/results/node2/solver-207666-1168182691 -C 1800 -M 900  /tmp/evaluation/207666-1168182691/Complete/Ordinary/solver /tmp/evaluation/207666-1168182691/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  e34066b3c2239e6f93bab53f7980f6c4

RANDOM SEED= 293300146

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.259
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	: 5931.00
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.259
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:       1086584 kB
Buffers:         49236 kB
Cached:         429920 kB
SwapCached:        448 kB
Active:         521032 kB
Inactive:       381372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1086584 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:         450364 kB
Slab:            50716 kB
Committed_AS:  4757712 kB
PageTables:       3204 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= 66331 MiB



End job on node2 on Sun Jan  7 15:41:35 UTC 2007