Trace number 252592

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.05 1800.6

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-4-5.xml
MD5SUM6ccf3d453c1dca720aab2c3bd1d5cd6d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1740
Number of constraints6040
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6040
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/252592-1168408252/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/node60/watcher-252592-1168408252 -o ROOT/results/node60/solver-252592-1168408252 -C 1800 -M 900 /tmp/evaluation/252592-1168408252/Complete/Ordinary/solver /tmp/evaluation/252592-1168408252/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: 0.92 0.98 1.05 3/65 24434
/proc/meminfo: memFree=1584928/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=53472 CPUtime=0
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 473 0 0 0 0 0 0 0 18 0 1 0 189223396 54755328 192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/24433/statm: 13368 192 123 90 0 12906 0

[startup+0.106575 s]
/proc/loadavg: 0.92 0.98 1.05 3/65 24434
/proc/meminfo: memFree=1584928/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=53824 CPUtime=0.1
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 2421 0 0 0 9 1 0 0 18 0 1 0 189223396 55115776 2137 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607476 0 0 4096 2 0 0 0 17 1 0 0
/proc/24433/statm: 13456 2137 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.514615 s]
/proc/loadavg: 0.92 0.98 1.05 3/65 24434
/proc/meminfo: memFree=1584928/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=0.5
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 49 1 0 0 21 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809071 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72348

[startup+1.3347 s]
/proc/loadavg: 0.93 0.98 1.05 2/66 24435
/proc/meminfo: memFree=1573272/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=1.32
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 131 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 72348

[startup+2.97086 s]
/proc/loadavg: 0.93 0.98 1.05 2/66 24435
/proc/meminfo: memFree=1573272/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=2.96
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 295 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 72348

[startup+6.25418 s]
/proc/loadavg: 0.93 0.98 1.05 2/66 24435
/proc/meminfo: memFree=1573280/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=6.24
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 623 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 72348

[startup+12.7118 s]
/proc/loadavg: 0.94 0.98 1.05 2/66 24435
/proc/meminfo: memFree=1573344/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=12.69
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 1268 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72348

[startup+25.5131 s]
/proc/loadavg: 0.95 0.98 1.05 2/66 24435
/proc/meminfo: memFree=1573408/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=25.49
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 2548 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72348

[startup+51.1266 s]
/proc/loadavg: 0.96 0.98 1.05 2/66 24435
/proc/meminfo: memFree=1573472/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=51.1
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 5109 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 72348

[startup+102.351 s]
/proc/loadavg: 0.98 0.98 1.04 2/66 24435
/proc/meminfo: memFree=1573472/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=102.31
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 10230 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 72348

[startup+162.393 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 24435
/proc/meminfo: memFree=1573472/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=162.33
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 16232 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 72348

[startup+222.431 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 24435
/proc/meminfo: memFree=1573472/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=222.36
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 22235 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 72348

[startup+282.467 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 24435
/proc/meminfo: memFree=1573408/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=282.38
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 28237 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552618 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 72348

[startup+342.5 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 24435
/proc/meminfo: memFree=1573408/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=342.4
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 34239 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 72348

[startup+402.536 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 24435
/proc/meminfo: memFree=1573408/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=402.42
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 40241 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 72348

[startup+462.569 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 24435
/proc/meminfo: memFree=1573344/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=462.44
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 46243 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 72348

[startup+522.605 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24435
/proc/meminfo: memFree=1573408/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=522.46
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 52245 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.46
Current children cumulated vsize (KiB) 72348

[startup+582.64 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24435
/proc/meminfo: memFree=1573408/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=72348 CPUtime=582.48
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3341 0 0 0 58247 1 0 0 25 0 2 0 189223396 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 18087 3056 179 90 0 17625 0
[pid=24433/tid=24435] ppid=24431 vsize=72348 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 189223430 74084352 3056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 72348

[startup+642.701 s]

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

Current children cumulated CPU time (s) 1182.77
Current children cumulated vsize (KiB) 82592

[startup+1243.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24634
/proc/meminfo: memFree=1573144/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=82592 CPUtime=1242.82
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3350 0 0 0 124278 4 0 0 25 0 3 0 189223396 84574208 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 20648 3065 179 90 0 20186 0
[pid=24433/tid=24435] ppid=24431 vsize=82592 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189223430 84574208 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=82592 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189313443 84574208 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.82
Current children cumulated vsize (KiB) 82592

[startup+1303.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 24634
/proc/meminfo: memFree=1573208/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=82592 CPUtime=1302.87
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3350 0 0 0 130283 4 0 0 25 0 3 0 189223396 84574208 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 20648 3065 179 90 0 20186 0
[pid=24433/tid=24435] ppid=24431 vsize=82592 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189223430 84574208 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=82592 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189313443 84574208 3065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.87
Current children cumulated vsize (KiB) 82592

[startup+1363.37 s]
/proc/loadavg: 1.06 1.02 1.00 2/68 24635
/proc/meminfo: memFree=1573136/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1362.92
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3351 0 0 0 136288 4 0 0 25 0 4 0 189223396 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809176 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3066 179 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189358449 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.92
Current children cumulated vsize (KiB) 92836

[startup+1423.46 s]
/proc/loadavg: 1.02 1.02 1.00 2/68 24635
/proc/meminfo: memFree=1573200/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1422.99
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3351 0 0 0 142295 4 0 0 25 0 4 0 189223396 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3066 179 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189358449 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.99
Current children cumulated vsize (KiB) 92836

[startup+1483.55 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 24635
/proc/meminfo: memFree=1573136/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1483.06
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3351 0 0 0 148302 4 0 0 25 0 4 0 189223396 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3066 179 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189358449 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.06
Current children cumulated vsize (KiB) 92836

[startup+1543.63 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 24635
/proc/meminfo: memFree=1573200/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1543.14
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3351 0 0 0 154310 4 0 0 25 0 4 0 189223396 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552802 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3066 179 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189358449 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.14
Current children cumulated vsize (KiB) 92836

[startup+1603.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 24635
/proc/meminfo: memFree=1573200/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1603.21
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3351 0 0 0 160317 4 0 0 25 0 4 0 189223396 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3066 179 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189358449 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.21
Current children cumulated vsize (KiB) 92836

[startup+1663.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 24635
/proc/meminfo: memFree=1573136/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1663.28
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3351 0 0 0 166324 4 0 0 25 0 4 0 189223396 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614928 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3066 179 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189358449 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.28
Current children cumulated vsize (KiB) 92836

[startup+1723.89 s]
/proc/loadavg: 1.04 1.01 1.00 2/68 24637
/proc/meminfo: memFree=1573008/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1723.35
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3351 0 0 0 172331 4 0 0 25 0 4 0 189223396 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3066 179 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189358449 95064064 3066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.35
Current children cumulated vsize (KiB) 92836

[startup+1783.97 s]
/proc/loadavg: 1.01 1.01 1.00 2/68 24637
/proc/meminfo: memFree=1573008/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1783.42
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3352 0 0 0 178338 4 0 0 25 0 4 0 189223396 95064064 3067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3067 180 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) S 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189358449 95064064 3067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.42
Current children cumulated vsize (KiB) 92836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.58 s]
/proc/loadavg: 1.01 1.01 1.00 2/68 24637
/proc/meminfo: memFree=1573008/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=92836 CPUtime=1800.03
/proc/24433/stat : 24433 (bprolog) R 24431 24433 23270 0 -1 4194304 3352 0 0 0 179999 4 0 0 25 0 4 0 189223396 95064064 3067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24433/statm: 23209 3067 180 90 0 22747 0
[pid=24433/tid=24435] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24435/stat : 24435 (bprolog) R 24431 24433 23270 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189223430 95064064 3067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24634] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24634/stat : 24634 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189313443 95064064 3067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24433/tid=24635] ppid=24431 vsize=92836 CPUtime=0
/proc/24433/task/24635/stat : 24635 (bprolog) S 24431 24433 23270 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189358449 95064064 3067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 92836

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.6
CPU time (s): 1800.05
CPU user time (s): 1800
CPU system time (s): 0.046992
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 92836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.046992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3353
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= 12
involuntary context switches= 3124

runsolver used 1.47578 s user time and 3.52046 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Jan 10 05:50:52 UTC 2007


IDJOB= 252592
IDBENCH= 12956
FILE ID= node60/252592-1168408252

PBS_JOBID= 3523407

Free space on /tmp= 66563 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-252592-1168408252 -o ROOT/results/node60/solver-252592-1168408252 -C 1800 -M 900  /tmp/evaluation/252592-1168408252/Complete/Ordinary/solver /tmp/evaluation/252592-1168408252/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6ccf3d453c1dca720aab2c3bd1d5cd6d

RANDOM SEED= 455684536

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.236
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.236
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:       1585408 kB
Buffers:         59408 kB
Cached:         340432 kB
SwapCached:          0 kB
Active:         154816 kB
Inactive:       260940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          26076 kB
Slab:            40768 kB
Committed_AS:  4586288 kB
PageTables:       1464 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 node60 on Wed Jan 10 06:21:01 UTC 2007