Trace number 252579

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.03 1802.69

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-3-8.xml
MD5SUMf48056a29e890b3334c681202da6c1bf
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 benchmark8.65568
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2808
Number of constraints13716
Maximum constraint arity24
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13716
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/252579-1168407987/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/node24/watcher-252579-1168407987 -o ROOT/results/node24/solver-252579-1168407987 -C 1800 -M 900 /tmp/evaluation/252579-1168407987/Complete/Ordinary/solver /tmp/evaluation/252579-1168407987/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.23 1.05 1.02 4/94 4521
/proc/meminfo: memFree=1444960/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=53472 CPUtime=0
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 493 0 0 0 0 0 0 0 18 0 1 0 189194673 54755328 212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550268 0 0 4096 2 0 0 0 17 1 0 0
/proc/4520/statm: 13368 212 123 90 0 12906 0

[startup+0.108492 s]
/proc/loadavg: 1.23 1.05 1.02 4/94 4521
/proc/meminfo: memFree=1444960/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=53824 CPUtime=0.1
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 2391 0 0 0 9 1 0 0 18 0 1 0 189194673 55115776 2107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607492 0 0 4096 2 0 0 0 17 1 0 0
/proc/4520/statm: 13456 2108 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.520517 s]
/proc/loadavg: 1.23 1.05 1.02 4/94 4521
/proc/meminfo: memFree=1444960/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=66064 CPUtime=0.51
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 6143 0 0 0 49 2 0 0 22 0 1 0 189194673 67649536 5857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604316 0 0 4096 2 0 0 0 17 1 0 0
/proc/4520/statm: 16516 5857 157 90 0 16054 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 66064

[startup+1.34809 s]
/proc/loadavg: 1.23 1.05 1.02 3/95 4522
/proc/meminfo: memFree=1414744/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=1.34
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 130 4 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 77220

[startup+2.99527 s]
/proc/loadavg: 1.23 1.05 1.02 3/95 4522
/proc/meminfo: memFree=1414744/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=2.99
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 295 4 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 77220

[startup+6.27462 s]
/proc/loadavg: 1.29 1.06 1.02 4/95 4522
/proc/meminfo: memFree=1413848/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=6.27
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 623 4 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552497 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 77220

[startup+12.7383 s]
/proc/loadavg: 1.35 1.08 1.03 3/95 4522
/proc/meminfo: memFree=1411736/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=12.73
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 1269 4 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 77220

[startup+25.5497 s]
/proc/loadavg: 1.49 1.12 1.04 3/95 4522
/proc/meminfo: memFree=1411736/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=25.53
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 2549 4 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 77220

[startup+51.2175 s]
/proc/loadavg: 1.66 1.19 1.06 3/96 4523
/proc/meminfo: memFree=1405008/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=51.19
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 5115 4 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 77220

[startup+102.454 s]
/proc/loadavg: 1.85 1.31 1.11 3/96 4523
/proc/meminfo: memFree=1405008/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=102.26
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 10222 4 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 77220

[startup+162.504 s]
/proc/loadavg: 1.94 1.44 1.16 3/96 4523
/proc/meminfo: memFree=1372816/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=162.04
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 16199 5 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 77220

[startup+222.563 s]
/proc/loadavg: 2.03 1.55 1.22 3/96 4523
/proc/meminfo: memFree=1333392/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=221.81
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 22176 5 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.81
Current children cumulated vsize (KiB) 77220

[startup+282.617 s]
/proc/loadavg: 2.08 1.65 1.27 3/96 4523
/proc/meminfo: memFree=1333392/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=281.59
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 28153 6 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.59
Current children cumulated vsize (KiB) 77220

[startup+342.671 s]
/proc/loadavg: 2.03 1.71 1.31 3/96 4523
/proc/meminfo: memFree=1333392/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=341.36
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 34130 6 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614947 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.36
Current children cumulated vsize (KiB) 77220

[startup+402.723 s]
/proc/loadavg: 2.01 1.76 1.35 3/96 4523
/proc/meminfo: memFree=1333392/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=401.13
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 40107 6 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.13
Current children cumulated vsize (KiB) 77220

[startup+462.778 s]
/proc/loadavg: 2.00 1.80 1.39 3/96 4523
/proc/meminfo: memFree=1292304/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=460.9
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 46084 6 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.9
Current children cumulated vsize (KiB) 77220

[startup+522.828 s]
/proc/loadavg: 2.00 1.83 1.43 3/96 4523
/proc/meminfo: memFree=1292304/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=520.71
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 52064 7 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.71
Current children cumulated vsize (KiB) 77220

[startup+582.912 s]
/proc/loadavg: 2.00 1.86 1.46 3/96 4523
/proc/meminfo: memFree=1292240/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=77220 CPUtime=580.77
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 8914 0 0 0 58070 7 0 0 25 0 2 0 189194673 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 19305 7456 178 90 0 18843 0
[pid=4520/tid=4522] ppid=4518 vsize=77220 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189194752 79073280 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.77
Current children cumulated vsize (KiB) 77220

[startup+642.984 s]

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

/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9682 0 0 0 118090 12 0 0 25 0 3 0 189194673 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565975 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 21872 7505 178 90 0 21410 0
[pid=4520/tid=4522] ppid=4518 vsize=87488 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189194752 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=87488 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189284766 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.02
Current children cumulated vsize (KiB) 87488

[startup+1243.59 s]
/proc/loadavg: 2.00 1.97 1.72 3/97 4722
/proc/meminfo: memFree=1170056/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=87488 CPUtime=1241.06
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9682 0 0 0 124094 12 0 0 25 0 3 0 189194673 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 21872 7505 178 90 0 21410 0
[pid=4520/tid=4522] ppid=4518 vsize=87488 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189194752 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=87488 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189284766 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.06
Current children cumulated vsize (KiB) 87488

[startup+1303.66 s]
/proc/loadavg: 2.00 1.97 1.73 3/97 4722
/proc/meminfo: memFree=1170056/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=87488 CPUtime=1301.12
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9682 0 0 0 130099 13 0 0 25 0 3 0 189194673 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 21872 7505 178 90 0 21410 0
[pid=4520/tid=4522] ppid=4518 vsize=87488 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189194752 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=87488 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189284766 89587712 7505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.12
Current children cumulated vsize (KiB) 87488

[startup+1363.72 s]
/proc/loadavg: 2.00 1.97 1.74 3/98 4723
/proc/meminfo: memFree=1170048/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1361.17
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9683 0 0 0 136104 13 0 0 25 0 4 0 189194673 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809307 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 24433 7506 178 90 0 23971 0
[pid=4520/tid=4522] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189194752 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189284766 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4723] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4723/stat : 4723 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189329775 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1361.17
Current children cumulated vsize (KiB) 97732

[startup+1423.79 s]
/proc/loadavg: 2.00 1.97 1.76 3/98 4723
/proc/meminfo: memFree=1131264/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1421.21
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9683 0 0 0 142108 13 0 0 25 0 4 0 189194673 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 24433 7506 178 90 0 23971 0
[pid=4520/tid=4522] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189194752 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189284766 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4723] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4723/stat : 4723 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189329775 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1421.21
Current children cumulated vsize (KiB) 97732

[startup+1483.85 s]
/proc/loadavg: 2.27 2.04 1.79 3/98 4723
/proc/meminfo: memFree=1131200/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1481.26
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9683 0 0 0 148112 14 0 0 25 0 4 0 189194673 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 24433 7506 178 90 0 23971 0
[pid=4520/tid=4522] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189194752 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189284766 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4723] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4723/stat : 4723 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189329775 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.26
Current children cumulated vsize (KiB) 97732

[startup+1543.92 s]
/proc/loadavg: 2.10 2.03 1.80 3/98 4723
/proc/meminfo: memFree=1092352/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1541.31
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9683 0 0 0 154117 14 0 0 25 0 4 0 189194673 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 24433 7506 178 90 0 23971 0
[pid=4520/tid=4522] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189194752 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189284766 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4723] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4723/stat : 4723 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189329775 100077568 7506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.31
Current children cumulated vsize (KiB) 97732

[startup+1603.99 s]
/proc/loadavg: 2.03 2.02 1.81 3/98 4723
/proc/meminfo: memFree=1092352/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1601.37
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9684 0 0 0 160122 15 0 0 25 0 4 0 189194673 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 24433 7507 179 90 0 23971 0
[pid=4520/tid=4522] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189194752 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189284766 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4723] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4723/stat : 4723 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189329775 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.37
Current children cumulated vsize (KiB) 97732

[startup+1664.04 s]
/proc/loadavg: 2.01 2.01 1.82 3/98 4723
/proc/meminfo: memFree=1092352/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1661.4
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9684 0 0 0 166125 15 0 0 25 0 4 0 189194673 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 24433 7507 179 90 0 23971 0
[pid=4520/tid=4522] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189194752 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189284766 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4723] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4723/stat : 4723 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189329775 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.4
Current children cumulated vsize (KiB) 97732

[startup+1724.09 s]
/proc/loadavg: 2.04 2.02 1.83 3/98 4723
/proc/meminfo: memFree=1052032/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1721.45
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9684 0 0 0 172129 16 0 0 25 0 4 0 189194673 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809041 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 24433 7507 179 90 0 23971 0
[pid=4520/tid=4522] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189194752 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189284766 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4723] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4723/stat : 4723 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189329775 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 97732

[startup+1784.15 s]
/proc/loadavg: 2.01 2.02 1.84 3/98 4723
/proc/meminfo: memFree=1052032/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1781.48
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9684 0 0 0 178132 16 0 0 25 0 4 0 189194673 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4520/statm: 24433 7507 179 90 0 23971 0
[pid=4520/tid=4522] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4522/stat : 4522 (bprolog) S 4518 4520 4347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189194752 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4648] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4648/stat : 4648 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189284766 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4520/tid=4723] ppid=4518 vsize=97732 CPUtime=0
/proc/4520/task/4723/stat : 4723 (bprolog) S 4518 4520 4347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189329775 100077568 7507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (KiB) 97732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.68 s]
/proc/loadavg: 2.01 2.02 1.84 3/95 4723
/proc/meminfo: memFree=1052032/2055920 swapFree=4192800/4192956
[pid=4520] ppid=4518 vsize=97732 CPUtime=1800.01
/proc/4520/stat : 4520 (bprolog) R 4518 4520 4347 0 -1 4194304 9685 0 0 0 179985 16 0 0 25 0 1 0 189194673 100077568 7508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 0 0 0 17 1 0 0
/proc/4520/statm: 24433 7508 180 90 0 23971 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 97732

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.69
CPU time (s): 1800.03
CPU user time (s): 1799.85
CPU system time (s): 0.174973
CPU usage (%): 99.8522
Max. virtual memory (cumulated for all children) (KiB): 97732

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

runsolver used 1.9997 s user time and 5.46017 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Wed Jan 10 05:46:27 UTC 2007


IDJOB= 252579
IDBENCH= 12955
FILE ID= node24/252579-1168407987

PBS_JOBID= 3523371

Free space on /tmp= 66474 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-252579-1168407987 -o ROOT/results/node24/solver-252579-1168407987 -C 1800 -M 900  /tmp/evaluation/252579-1168407987/Complete/Ordinary/solver /tmp/evaluation/252579-1168407987/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f48056a29e890b3334c681202da6c1bf

RANDOM SEED= 508555126

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.234
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.234
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:       1445440 kB
Buffers:         62032 kB
Cached:         359976 kB
SwapCached:          0 kB
Active:         293756 kB
Inactive:       258420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445440 kB
SwapTotal:     4192956 kB
SwapFree:      4192800 kB
Dirty:            9840 kB
Writeback:           0 kB
Mapped:         155728 kB
Slab:            42652 kB
Committed_AS:  4919016 kB
PageTables:       2604 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= 66472 MiB



End job on node24 on Wed Jan 10 06:16:38 UTC 2007