Trace number 252631

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.07 1801.05

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-3-6.xml
MD5SUMbca57873de13f65fd92169603ee95089
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.23
SatisfiableYES
(Un)Satisfiability was proved
Number of variables1566
Number of constraints5805
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5805
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/252631-1168408935/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/node23/watcher-252631-1168408935 -o ROOT/results/node23/solver-252631-1168408935 -C 1800 -M 900 /tmp/evaluation/252631-1168408935/Complete/Ordinary/solver /tmp/evaluation/252631-1168408935/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.03 2.03 1.97 5/100 21991
/proc/meminfo: memFree=1136848/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=5352 CPUtime=0
/proc/21990/stat : 21990 (sh) R 21988 21990 21294 0 -1 4194304 266 0 0 0 0 0 0 0 21 0 1 0 189288190 5480448 233 18446744073709551615 4194304 4889804 548682069360 18446744073709551615 4376576 0 0 4100 65536 0 0 0 17 1 0 0
/proc/21990/statm: 1338 233 196 169 0 49 0

[startup+0.103314 s]
/proc/loadavg: 2.03 2.03 1.97 5/100 21991
/proc/meminfo: memFree=1136848/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=53824 CPUtime=0.09
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 2252 0 0 0 9 0 0 0 21 0 1 0 189288190 55115776 1968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134692863 0 0 4096 2 0 0 0 17 1 0 0
/proc/21990/statm: 13456 1968 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511396 s]
/proc/loadavg: 2.03 2.03 1.97 5/100 21991
/proc/meminfo: memFree=1136848/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=0.49
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 49 0 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 72328

[startup+1.33355 s]
/proc/loadavg: 2.03 2.03 1.97 3/101 21992
/proc/meminfo: memFree=1125448/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=1.3
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 130 0 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 72328

[startup+2.98238 s]
/proc/loadavg: 2.02 2.03 1.97 3/101 21994
/proc/meminfo: memFree=1125448/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=2.93
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 293 0 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 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) 72328

[startup+6.27103 s]
/proc/loadavg: 2.02 2.03 1.97 3/101 21996
/proc/meminfo: memFree=1125448/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=6.18
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 618 0 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 72328

[startup+12.7678 s]
/proc/loadavg: 2.02 2.02 1.97 3/101 22000
/proc/meminfo: memFree=1125448/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=12.62
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 1261 1 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614884 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 72328

[startup+25.6022 s]
/proc/loadavg: 2.16 2.06 1.98 3/95 22022
/proc/meminfo: memFree=1126584/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=25.31
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 2530 1 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614677 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 72328

[startup+51.2612 s]
/proc/loadavg: 2.11 2.05 1.98 3/94 22080
/proc/meminfo: memFree=1426832/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=50.9
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 5088 2 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626208 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 72328

[startup+102.526 s]
/proc/loadavg: 1.51 1.90 1.93 2/79 22094
/proc/meminfo: memFree=1502880/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=102.13
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 10211 2 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 72328

[startup+162.602 s]
/proc/loadavg: 1.19 1.73 1.87 2/79 22094
/proc/meminfo: memFree=1502944/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=162.19
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 16217 2 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 72328

[startup+222.675 s]
/proc/loadavg: 1.07 1.60 1.81 2/79 22094
/proc/meminfo: memFree=1503072/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=222.24
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 22221 3 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 72328

[startup+282.748 s]
/proc/loadavg: 1.08 1.50 1.76 2/79 22094
/proc/meminfo: memFree=1503072/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=282.3
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 28227 3 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 72328

[startup+342.817 s]
/proc/loadavg: 1.03 1.41 1.71 2/79 22094
/proc/meminfo: memFree=1503136/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=342.34
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 34231 3 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614882 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 72328

[startup+402.89 s]
/proc/loadavg: 1.01 1.33 1.66 2/79 22094
/proc/meminfo: memFree=1503136/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=402.39
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 40236 3 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 72328

[startup+462.96 s]
/proc/loadavg: 1.00 1.27 1.62 2/79 22094
/proc/meminfo: memFree=1503136/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=462.44
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 46241 3 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 72328

[startup+523.03 s]
/proc/loadavg: 1.00 1.22 1.58 2/79 22094
/proc/meminfo: memFree=1503136/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=522.49
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 52246 3 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.49
Current children cumulated vsize (KiB) 72328

[startup+583.105 s]
/proc/loadavg: 1.00 1.17 1.54 2/79 22094
/proc/meminfo: memFree=1503136/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=72328 CPUtime=582.56
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3260 0 0 0 58252 4 0 0 25 0 2 0 189288190 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 18082 2975 179 90 0 17620 0
[pid=21990/tid=21992] ppid=21988 vsize=72328 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 189288223 74063872 2975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.56
Current children cumulated vsize (KiB) 72328

[startup+643.184 s]

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

/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3269 0 0 0 118315 4 0 0 25 0 3 0 189288190 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 20643 2984 179 90 0 20181 0
[pid=21990/tid=21992] ppid=21988 vsize=82572 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189288223 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=82572 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189378240 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.19
Current children cumulated vsize (KiB) 82572

[startup+1244.06 s]
/proc/loadavg: 1.00 1.01 1.25 2/80 22097
/proc/meminfo: memFree=1503064/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=82572 CPUtime=1243.28
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3269 0 0 0 124323 5 0 0 25 0 3 0 189288190 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 20643 2984 179 90 0 20181 0
[pid=21990/tid=21992] ppid=21988 vsize=82572 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189288223 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=82572 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189378240 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1243.28
Current children cumulated vsize (KiB) 82572

[startup+1304.06 s]
/proc/loadavg: 1.00 1.01 1.23 2/80 22097
/proc/meminfo: memFree=1503000/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=82572 CPUtime=1303.25
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3269 0 0 0 130320 5 0 0 25 0 3 0 189288190 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568424 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 20643 2984 179 90 0 20181 0
[pid=21990/tid=21992] ppid=21988 vsize=82572 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189288223 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=82572 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189378240 84553728 2984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1303.25
Current children cumulated vsize (KiB) 82572

[startup+1364.16 s]
/proc/loadavg: 1.00 1.00 1.21 2/81 22098
/proc/meminfo: memFree=1503056/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1363.34
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3270 0 0 0 136329 5 0 0 25 0 4 0 189288190 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 23204 2985 179 90 0 22742 0
[pid=21990/tid=21992] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189288223 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189378240 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22098] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22098/stat : 22098 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189423247 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1363.34
Current children cumulated vsize (KiB) 92816

[startup+1424.18 s]
/proc/loadavg: 1.00 1.00 1.19 2/81 22098
/proc/meminfo: memFree=1502992/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1423.33
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3270 0 0 0 142328 5 0 0 25 0 4 0 189288190 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809168 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 23204 2985 179 90 0 22742 0
[pid=21990/tid=21992] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189288223 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189378240 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22098] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22098/stat : 22098 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189423247 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1423.33
Current children cumulated vsize (KiB) 92816

[startup+1484.2 s]
/proc/loadavg: 1.00 1.00 1.18 2/81 22098
/proc/meminfo: memFree=1502992/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1483.33
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3270 0 0 0 148328 5 0 0 25 0 4 0 189288190 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799704 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 23204 2985 179 90 0 22742 0
[pid=21990/tid=21992] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189288223 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189378240 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22098] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22098/stat : 22098 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189423247 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.33
Current children cumulated vsize (KiB) 92816

[startup+1544.22 s]
/proc/loadavg: 1.00 1.00 1.17 2/81 22098
/proc/meminfo: memFree=1502992/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1543.34
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3270 0 0 0 154328 6 0 0 25 0 4 0 189288190 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 23204 2985 179 90 0 22742 0
[pid=21990/tid=21992] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189288223 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189378240 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22098] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22098/stat : 22098 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189423247 95043584 2985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.34
Current children cumulated vsize (KiB) 92816

[startup+1604.25 s]
/proc/loadavg: 1.00 1.00 1.15 2/81 22098
/proc/meminfo: memFree=1502992/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1603.34
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3271 0 0 0 160328 6 0 0 25 0 4 0 189288190 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 23204 2986 180 90 0 22742 0
[pid=21990/tid=21992] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189288223 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189378240 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22098] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22098/stat : 22098 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189423247 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.34
Current children cumulated vsize (KiB) 92816

[startup+1664.28 s]
/proc/loadavg: 1.00 1.00 1.14 2/81 22098
/proc/meminfo: memFree=1502992/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1663.34
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3271 0 0 0 166328 6 0 0 25 0 4 0 189288190 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134811200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 23204 2986 180 90 0 22742 0
[pid=21990/tid=21992] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189288223 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189378240 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22098] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22098/stat : 22098 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189423247 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.34
Current children cumulated vsize (KiB) 92816

[startup+1724.29 s]
/proc/loadavg: 1.00 1.00 1.13 2/81 22098
/proc/meminfo: memFree=1502992/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1723.33
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3271 0 0 0 172327 6 0 0 25 0 4 0 189288190 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 23204 2986 180 90 0 22742 0
[pid=21990/tid=21992] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189288223 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189378240 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22098] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22098/stat : 22098 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189423247 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.33
Current children cumulated vsize (KiB) 92816

[startup+1784.31 s]
/proc/loadavg: 1.08 1.02 1.12 2/81 22098
/proc/meminfo: memFree=1502992/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1783.33
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3271 0 0 0 178327 6 0 0 25 0 4 0 189288190 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 23204 2986 180 90 0 22742 0
[pid=21990/tid=21992] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/21992/stat : 21992 (bprolog) S 21988 21990 21294 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189288223 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22095] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22095/stat : 22095 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189378240 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21990/tid=22098] ppid=21988 vsize=92816 CPUtime=0
/proc/21990/task/22098/stat : 22098 (bprolog) S 21988 21990 21294 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189423247 95043584 2986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.33
Current children cumulated vsize (KiB) 92816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.04 s]
/proc/loadavg: 1.06 1.02 1.12 2/78 22098
/proc/meminfo: memFree=1502992/2055920 swapFree=4191880/4192956
[pid=21990] ppid=21988 vsize=92816 CPUtime=1800.06
/proc/21990/stat : 21990 (bprolog) R 21988 21990 21294 0 -1 4194304 3272 0 0 0 180000 6 0 0 25 0 1 0 189288190 95043584 2987 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 0 0 0 17 0 0 0
/proc/21990/statm: 23204 2987 181 90 0 22742 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 92816

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.05
CPU time (s): 1800.07
CPU user time (s): 1800.01
CPU system time (s): 0.066989
CPU usage (%): 99.9461
Max. virtual memory (cumulated for all children) (KiB): 92816

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

runsolver used 1.75073 s user time and 4.70628 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Wed Jan 10 06:02:15 UTC 2007


IDJOB= 252631
IDBENCH= 12959
FILE ID= node23/252631-1168408935

PBS_JOBID= 3523350

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-6-3-6.xml
COMMAND LINE= /tmp/evaluation/252631-1168408935/Complete/Ordinary/solver /tmp/evaluation/252631-1168408935/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node23/convwatcher-252631-1168408935 -o ROOT/results/node23/conversion-252631-1168408935 -C 600 -M 900 /tmp/evaluation/252631-1168408935/Complete/Ordinary/conversion /tmp/evaluation/252631-1168408935/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-252631-1168408935 -o ROOT/results/node23/solver-252631-1168408935 -C 1800 -M 900  /tmp/evaluation/252631-1168408935/Complete/Ordinary/solver /tmp/evaluation/252631-1168408935/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bca57873de13f65fd92169603ee95089

RANDOM SEED= 640547383

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.265
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.265
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:       1137328 kB
Buffers:         45444 kB
Cached:         402140 kB
SwapCached:        332 kB
Active:         569172 kB
Inactive:       294956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1137328 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:         443336 kB
Slab:            38108 kB
Committed_AS:  4721200 kB
PageTables:       3304 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= 66562 MiB



End job on node23 on Wed Jan 10 06:32:19 UTC 2007