Trace number 218889

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.08 1815.22

General information on the benchmark

NamechessboardColoration/
cc-12-12-3.xml
MD5SUM2536cda080b196088383bbd934df75c8
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 variables144
Number of constraints4356
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4356
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/218889-1168253604/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/node19/watcher-218889-1168253604 -o ROOT/results/node19/solver-218889-1168253604 -C 1800 -M 900 /tmp/evaluation/218889-1168253604/Complete/Ordinary/solver /tmp/evaluation/218889-1168253604/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.85 1.99 1.99 5/87 15887
/proc/meminfo: memFree=1693320/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=53472 CPUtime=0
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 478 0 0 0 0 0 0 0 18 0 1 0 173755967 54755328 197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/15886/statm: 13368 198 123 90 0 12906 0

[startup+0.107316 s]
/proc/loadavg: 1.85 1.99 1.99 5/87 15887
/proc/meminfo: memFree=1693320/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=53824 CPUtime=0.1
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 2681 0 0 0 9 1 0 0 18 0 1 0 173755967 55115776 2397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608446 0 0 4096 2 0 0 0 17 1 0 0
/proc/15886/statm: 13456 2398 158 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.515395 s]
/proc/loadavg: 1.85 1.99 1.99 5/87 15887
/proc/meminfo: memFree=1693320/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=0.5
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4790 0 0 0 48 2 0 0 22 0 2 0 173755967 78405632 4503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4503 167 90 0 18680 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 76568

[startup+1.33655 s]
/proc/loadavg: 1.86 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1676032/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=1.32
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4792 0 0 0 130 2 0 0 25 0 2 0 173755967 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4505 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 76568

[startup+2.97585 s]
/proc/loadavg: 1.86 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1675968/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=2.95
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4792 0 0 0 293 2 0 0 25 0 2 0 173755967 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552725 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4505 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 76568

[startup+6.26147 s]
/proc/loadavg: 1.87 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1675904/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=6.22
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4792 0 0 0 620 2 0 0 25 0 2 0 173755967 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4505 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 76568

[startup+12.7267 s]
/proc/loadavg: 1.88 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1675712/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=12.65
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4792 0 0 0 1263 2 0 0 25 0 2 0 173755967 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4505 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 76568

[startup+25.5601 s]
/proc/loadavg: 1.90 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1674944/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=25.42
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4792 0 0 0 2540 2 0 0 25 0 2 0 173755967 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4505 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 76568

[startup+51.2189 s]
/proc/loadavg: 1.94 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1673408/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=50.97
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4792 0 0 0 5094 3 0 0 25 0 2 0 173755967 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4505 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 76568

[startup+102.433 s]
/proc/loadavg: 1.97 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1671168/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=101.93
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4792 0 0 0 10190 3 0 0 25 0 2 0 173755967 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4505 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 76568

[startup+162.529 s]
/proc/loadavg: 1.61 1.88 1.95 2/82 16500
/proc/meminfo: memFree=1829048/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=161.79
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4794 0 0 0 16171 8 0 0 25 0 2 0 173755967 78405632 4507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4507 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 76568

[startup+222.617 s]
/proc/loadavg: 1.26 1.73 1.89 2/82 17182
/proc/meminfo: memFree=1823600/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=221.62
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4795 0 0 0 22151 11 0 0 25 0 2 0 173755967 78405632 4508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 19142 4508 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4508 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.62
Current children cumulated vsize (KiB) 76568

[startup+282.643 s]
/proc/loadavg: 1.66 1.75 1.89 3/88 17237
/proc/meminfo: memFree=1711104/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=281.19
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4797 0 0 0 28106 13 0 0 25 0 2 0 173755967 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 19142 4510 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 76568

[startup+342.672 s]
/proc/loadavg: 1.87 1.79 1.89 3/88 17237
/proc/meminfo: memFree=1702336/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=340.7
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4797 0 0 0 34057 13 0 0 25 0 2 0 173755967 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 19142 4510 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.7
Current children cumulated vsize (KiB) 76568

[startup+402.701 s]
/proc/loadavg: 1.95 1.83 1.90 3/88 17237
/proc/meminfo: memFree=1694464/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=400.2
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4797 0 0 0 40007 13 0 0 25 0 2 0 173755967 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 19142 4510 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.2
Current children cumulated vsize (KiB) 76568

[startup+462.739 s]
/proc/loadavg: 2.05 1.89 1.91 3/94 17311
/proc/meminfo: memFree=1685752/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=459.69
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4797 0 0 0 45951 18 0 0 25 0 2 0 173755967 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 19142 4510 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.69
Current children cumulated vsize (KiB) 76568

[startup+522.803 s]
/proc/loadavg: 2.16 1.94 1.92 3/94 17403
/proc/meminfo: memFree=1678984/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=519.11
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4797 0 0 0 51885 26 0 0 25 0 2 0 173755967 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 19142 4510 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.11
Current children cumulated vsize (KiB) 76568

[startup+582.837 s]
/proc/loadavg: 2.20 1.98 1.93 3/88 17435
/proc/meminfo: memFree=1673728/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=76568 CPUtime=578.58
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4797 0 0 0 57830 28 0 0 25 0 2 0 173755967 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 19142 4510 167 90 0 18680 0
[pid=15886/tid=15888] ppid=15884 vsize=76568 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 173756017 78405632 4510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.58
Current children cumulated vsize (KiB) 76568

[startup+642.856 s]

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

/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4800 0 0 0 117340 32 0 0 25 0 3 0 173755967 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 21703 4513 167 90 0 21241 0
[pid=15886/tid=15888] ppid=15884 vsize=86812 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173756017 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=86812 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173846031 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.72
Current children cumulated vsize (KiB) 86812

[startup+1243.27 s]
/proc/loadavg: 2.00 2.00 1.95 3/89 17436
/proc/meminfo: memFree=1623160/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=86812 CPUtime=1233.26
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4800 0 0 0 123294 32 0 0 25 0 3 0 173755967 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 21703 4513 167 90 0 21241 0
[pid=15886/tid=15888] ppid=15884 vsize=86812 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173756017 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=86812 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173846031 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.26
Current children cumulated vsize (KiB) 86812

[startup+1303.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/89 17436
/proc/meminfo: memFree=1619768/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=86812 CPUtime=1292.76
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4800 0 0 0 129244 32 0 0 25 0 3 0 173755967 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 21703 4513 167 90 0 21241 0
[pid=15886/tid=15888] ppid=15884 vsize=86812 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173756017 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=86812 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173846031 88895488 4513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.76
Current children cumulated vsize (KiB) 86812

[startup+1363.36 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 17437
/proc/meminfo: memFree=1616432/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1352.31
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4803 0 0 0 135198 33 0 0 25 0 4 0 173755967 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589512 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 24264 4516 167 90 0 23802 0
[pid=15886/tid=15888] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173756017 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173846031 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15886/tid=17437] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17437/stat : 17437 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173891041 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1352.31
Current children cumulated vsize (KiB) 97056

[startup+1423.43 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 17437
/proc/meminfo: memFree=1612976/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1411.86
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4803 0 0 0 141153 33 0 0 25 0 4 0 173755967 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 24264 4516 167 90 0 23802 0
[pid=15886/tid=15888] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173756017 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173846031 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15886/tid=17437] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17437/stat : 17437 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173891041 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.86
Current children cumulated vsize (KiB) 97056

[startup+1483.52 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 17437
/proc/meminfo: memFree=1609008/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1471.39
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4803 0 0 0 147106 33 0 0 25 0 4 0 173755967 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 24264 4516 167 90 0 23802 0
[pid=15886/tid=15888] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173756017 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173846031 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15886/tid=17437] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17437/stat : 17437 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173891041 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.39
Current children cumulated vsize (KiB) 97056

[startup+1543.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 17437
/proc/meminfo: memFree=1605360/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1530.93
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4803 0 0 0 153060 33 0 0 25 0 4 0 173755967 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 24264 4516 167 90 0 23802 0
[pid=15886/tid=15888] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173756017 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173846031 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15886/tid=17437] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17437/stat : 17437 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173891041 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.93
Current children cumulated vsize (KiB) 97056

[startup+1603.68 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 17439
/proc/meminfo: memFree=1601584/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1590.48
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4803 0 0 0 159014 34 0 0 25 0 4 0 173755967 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 24264 4516 167 90 0 23802 0
[pid=15886/tid=15888] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173756017 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173846031 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15886/tid=17437] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17437/stat : 17437 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173891041 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.48
Current children cumulated vsize (KiB) 97056

[startup+1663.75 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 17439
/proc/meminfo: memFree=1598128/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1649.97
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4803 0 0 0 164963 34 0 0 25 0 4 0 173755967 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567615 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 24264 4516 167 90 0 23802 0
[pid=15886/tid=15888] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173756017 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173846031 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15886/tid=17437] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17437/stat : 17437 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173891041 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.97
Current children cumulated vsize (KiB) 97056

[startup+1723.83 s]
/proc/loadavg: 2.07 2.02 1.96 3/90 17439
/proc/meminfo: memFree=1594736/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1709.5
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4803 0 0 0 170916 34 0 0 25 0 4 0 173755967 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 24264 4516 167 90 0 23802 0
[pid=15886/tid=15888] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173756017 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173846031 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15886/tid=17437] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17437/stat : 17437 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173891041 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.5
Current children cumulated vsize (KiB) 97056

[startup+1783.91 s]
/proc/loadavg: 2.02 2.01 1.96 3/90 17439
/proc/meminfo: memFree=1591600/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1769.05
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4803 0 0 0 176871 34 0 0 25 0 4 0 173755967 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552611 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 24264 4516 167 90 0 23802 0
[pid=15886/tid=15888] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/15888/stat : 15888 (bprolog) S 15884 15886 14655 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173756017 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15886/tid=17436] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17436/stat : 17436 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173846031 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15886/tid=17437] ppid=15884 vsize=97056 CPUtime=0
/proc/15886/task/17437/stat : 17437 (bprolog) S 15884 15886 14655 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173891041 99385344 4516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.05
Current children cumulated vsize (KiB) 97056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.21 s]
/proc/loadavg: 2.01 2.01 1.96 3/87 17439
/proc/meminfo: memFree=1589104/2055920 swapFree=4171244/4192956
[pid=15886] ppid=15884 vsize=97056 CPUtime=1800.06
/proc/15886/stat : 15886 (bprolog) R 15884 15886 14655 0 -1 4194304 4804 0 0 0 179972 34 0 0 25 0 1 0 173755967 99385344 4517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552570 0 0 4096 2 0 0 0 17 0 0 0
/proc/15886/statm: 24264 4517 168 90 0 23802 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 97056

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.22
CPU time (s): 1800.08
CPU user time (s): 1799.73
CPU system time (s): 0.352946
CPU usage (%): 99.1662
Max. virtual memory (cumulated for all children) (KiB): 97056

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

runsolver used 1.93871 s user time and 5.09023 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan  8 10:53:26 UTC 2007


IDJOB= 218889
IDBENCH= 5264
FILE ID= node19/218889-1168253604

PBS_JOBID= 3481643

Free space on /tmp= 66311 MiB

BENCH NAME= HOME/pub/bench/CPAI06/chessboardColoration/cc-12-12-3.xml
COMMAND LINE= /tmp/evaluation/218889-1168253604/Complete/Ordinary/solver /tmp/evaluation/218889-1168253604/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-218889-1168253604 -o ROOT/results/node19/conversion-218889-1168253604 -C 600 -M 900 /tmp/evaluation/218889-1168253604/Complete/Ordinary/conversion /tmp/evaluation/218889-1168253604/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-218889-1168253604 -o ROOT/results/node19/solver-218889-1168253604 -C 1800 -M 900  /tmp/evaluation/218889-1168253604/Complete/Ordinary/solver /tmp/evaluation/218889-1168253604/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2536cda080b196088383bbd934df75c8

RANDOM SEED= 665168252

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.260
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.260
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:       1693928 kB
Buffers:         34064 kB
Cached:          93188 kB
SwapCached:       9904 kB
Active:         248088 kB
Inactive:        57384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693928 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            2640 kB
Writeback:           0 kB
Mapped:         188684 kB
Slab:            40916 kB
Committed_AS:  4576392 kB
PageTables:       2660 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= 66309 MiB



End job on node19 on Mon Jan  8 11:23:54 UTC 2007