Trace number 226690

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.02 1803

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-41_ext.xml
MD5SUM9c6f6d954f70f727d4ac2c7a6020a2f3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.97855
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/226690-1168276293/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/node13/watcher-226690-1168276293 -o ROOT/results/node13/solver-226690-1168276293 -C 1800 -M 900 /tmp/evaluation/226690-1168276293/Complete/Ordinary/solver /tmp/evaluation/226690-1168276293/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.87 1.91 1.91 5/88 18567
/proc/meminfo: memFree=1638856/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=18540 CPUtime=0
/proc/18566/stat : 18566 (runsolver) R 18564 18566 18415 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 176024422 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18566/statm: 4635 279 244 17 0 2626 0

[startup+0.107563 s]
/proc/loadavg: 1.87 1.91 1.91 5/88 18567
/proc/meminfo: memFree=1638856/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=61640 CPUtime=0.09
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 1917 0 0 0 8 1 0 0 21 0 1 0 176024422 63119360 1633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 12278829 0 0 4096 2 0 0 0 17 1 0 0
/proc/18566/statm: 15410 1633 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515617 s]
/proc/loadavg: 1.87 1.91 1.91 5/88 18567
/proc/meminfo: memFree=1638856/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=61636 CPUtime=0.49
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 5664 0 0 0 47 2 0 0 24 0 1 0 176024422 63115264 5379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601171 0 0 4096 2 0 0 0 17 1 0 0
/proc/18566/statm: 15409 5379 158 90 0 14947 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61636

[startup+1.33674 s]
/proc/loadavg: 1.87 1.91 1.91 3/88 18567
/proc/meminfo: memFree=1595272/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=1.32
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 126 6 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 98400

[startup+2.97395 s]
/proc/loadavg: 1.87 1.91 1.91 3/89 18568
/proc/meminfo: memFree=1594688/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=2.95
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 289 6 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 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) 98400

[startup+6.25339 s]
/proc/loadavg: 1.88 1.91 1.91 3/89 18568
/proc/meminfo: memFree=1594688/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=6.21
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 615 6 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 98400

[startup+12.7273 s]
/proc/loadavg: 1.89 1.91 1.91 3/89 18568
/proc/meminfo: memFree=1594696/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=12.66
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 1260 6 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 98400

[startup+25.569 s]
/proc/loadavg: 1.92 1.91 1.91 3/89 18568
/proc/meminfo: memFree=1594696/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=25.44
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 2538 6 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 98400

[startup+51.2374 s]
/proc/loadavg: 1.94 1.92 1.91 3/87 18633
/proc/meminfo: memFree=1584088/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=50.99
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 5092 7 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670243 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 98400

[startup+102.458 s]
/proc/loadavg: 1.97 1.93 1.91 3/88 18634
/proc/meminfo: memFree=1552720/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=102.15
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 10207 8 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 98400

[startup+162.507 s]
/proc/loadavg: 1.99 1.94 1.91 3/88 18634
/proc/meminfo: memFree=1552784/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=162.15
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 16207 8 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670222 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 98400

[startup+222.566 s]
/proc/loadavg: 1.99 1.95 1.91 3/88 18634
/proc/meminfo: memFree=1552720/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=222.14
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 22206 8 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 98400

[startup+282.667 s]
/proc/loadavg: 2.00 1.95 1.91 3/99 18726
/proc/meminfo: memFree=1519680/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=281.77
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 28167 10 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.77
Current children cumulated vsize (KiB) 98400

[startup+342.759 s]
/proc/loadavg: 2.05 1.97 1.91 3/87 18806
/proc/meminfo: memFree=1595928/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=341.33
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 34122 11 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.33
Current children cumulated vsize (KiB) 98400

[startup+402.779 s]
/proc/loadavg: 2.02 1.97 1.91 3/89 18816
/proc/meminfo: memFree=1593288/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=401.27
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 40115 12 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.27
Current children cumulated vsize (KiB) 98400

[startup+462.85 s]
/proc/loadavg: 2.00 1.97 1.91 3/95 18889
/proc/meminfo: memFree=1585432/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=461.29
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 46116 13 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670308 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.29
Current children cumulated vsize (KiB) 98400

[startup+522.858 s]
/proc/loadavg: 2.00 1.97 1.91 3/95 18891
/proc/meminfo: memFree=1585496/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=521.23
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 52110 13 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.23
Current children cumulated vsize (KiB) 98400

[startup+582.863 s]
/proc/loadavg: 2.00 1.97 1.91 3/95 18891
/proc/meminfo: memFree=1585496/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=98400 CPUtime=581.17
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12781 0 0 0 58103 14 0 0 25 0 2 0 176024422 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 24600 11167 170 90 0 24138 0
[pid=18566/tid=18568] ppid=18564 vsize=98400 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 176024539 100761600 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.17
Current children cumulated vsize (KiB) 98400

[startup+642.876 s]
/proc/loadavg: 2.00 1.97 1.91 3/95 18891
/proc/meminfo: memFree=1585496/2055920 swapFree=4192812/4192956

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

/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12782 0 0 0 118079 19 0 0 25 0 3 0 176024422 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 27161 11168 170 90 0 26699 0
[pid=18566/tid=18568] ppid=18564 vsize=108644 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 176024539 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=108644 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176114557 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.98
Current children cumulated vsize (KiB) 108644

[startup+1243.31 s]
/proc/loadavg: 1.93 1.94 1.91 3/100 19131
/proc/meminfo: memFree=1553008/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=108644 CPUtime=1240.93
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12782 0 0 0 124074 19 0 0 25 0 3 0 176024422 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 27161 11168 170 90 0 26699 0
[pid=18566/tid=18568] ppid=18564 vsize=108644 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 176024539 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=108644 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176114557 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.93
Current children cumulated vsize (KiB) 108644

[startup+1303.39 s]
/proc/loadavg: 1.97 1.95 1.91 3/100 19131
/proc/meminfo: memFree=1545264/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=108644 CPUtime=1300.93
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12782 0 0 0 130074 19 0 0 25 0 3 0 176024422 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 27161 11168 170 90 0 26699 0
[pid=18566/tid=18568] ppid=18564 vsize=108644 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 176024539 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=108644 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176114557 111251456 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.93
Current children cumulated vsize (KiB) 108644

[startup+1363.47 s]
/proc/loadavg: 1.99 1.96 1.91 3/101 19132
/proc/meminfo: memFree=1539560/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1360.95
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12787 0 0 0 136076 19 0 0 25 0 4 0 176024422 121741312 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 29722 11173 170 90 0 29260 0
[pid=18566/tid=18568] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176024539 121741312 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176114557 121741312 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18566/tid=19132] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/19132/stat : 19132 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176159566 121741312 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.95
Current children cumulated vsize (KiB) 118888

[startup+1423.56 s]
/proc/loadavg: 2.11 1.99 1.92 3/101 19132
/proc/meminfo: memFree=1534248/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1420.98
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12788 0 0 0 142079 19 0 0 25 0 4 0 176024422 121741312 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 29722 11174 170 90 0 29260 0
[pid=18566/tid=18568] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176024539 121741312 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176114557 121741312 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18566/tid=19132] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/19132/stat : 19132 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176159566 121741312 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.98
Current children cumulated vsize (KiB) 118888

[startup+1483.63 s]
/proc/loadavg: 2.04 1.99 1.92 3/101 19132
/proc/meminfo: memFree=1529256/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1480.97
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12788 0 0 0 148078 19 0 0 25 0 4 0 176024422 121741312 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 29722 11174 170 90 0 29260 0
[pid=18566/tid=18568] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176024539 121741312 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176114557 121741312 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18566/tid=19132] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/19132/stat : 19132 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176159566 121741312 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.97
Current children cumulated vsize (KiB) 118888

[startup+1543.69 s]
/proc/loadavg: 2.01 1.99 1.92 3/101 19132
/proc/meminfo: memFree=1525480/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1540.99
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12789 0 0 0 154079 20 0 0 25 0 4 0 176024422 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 29722 11175 170 90 0 29260 0
[pid=18566/tid=18568] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176024539 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176114557 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18566/tid=19132] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/19132/stat : 19132 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176159566 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.99
Current children cumulated vsize (KiB) 118888

[startup+1603.76 s]
/proc/loadavg: 2.00 1.99 1.92 3/101 19132
/proc/meminfo: memFree=1521768/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1601.01
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12789 0 0 0 160081 20 0 0 25 0 4 0 176024422 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670293 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 29722 11175 170 90 0 29260 0
[pid=18566/tid=18568] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176024539 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176114557 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18566/tid=19132] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/19132/stat : 19132 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176159566 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.01
Current children cumulated vsize (KiB) 118888

[startup+1663.83 s]
/proc/loadavg: 2.04 2.01 1.93 3/101 19132
/proc/meminfo: memFree=1478248/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1661
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12789 0 0 0 166080 20 0 0 25 0 4 0 176024422 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 29722 11175 170 90 0 29260 0
[pid=18566/tid=18568] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176024539 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176114557 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18566/tid=19132] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/19132/stat : 19132 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176159566 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661
Current children cumulated vsize (KiB) 118888

[startup+1723.89 s]
/proc/loadavg: 2.01 2.00 1.93 3/101 19132
/proc/meminfo: memFree=1478248/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1720.98
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12789 0 0 0 172078 20 0 0 25 0 4 0 176024422 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 29722 11175 170 90 0 29260 0
[pid=18566/tid=18568] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176024539 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176114557 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18566/tid=19132] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/19132/stat : 19132 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176159566 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.98
Current children cumulated vsize (KiB) 118888

[startup+1783.97 s]
/proc/loadavg: 2.00 2.00 1.93 3/101 19132
/proc/meminfo: memFree=1478248/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1781.01
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12789 0 0 0 178081 20 0 0 25 0 4 0 176024422 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18566/statm: 29722 11175 170 90 0 29260 0
[pid=18566/tid=18568] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18568/stat : 18568 (bprolog) S 18564 18566 18415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 176024539 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18566/tid=18979] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/18979/stat : 18979 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176114557 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18566/tid=19132] ppid=18564 vsize=118888 CPUtime=0
/proc/18566/task/19132/stat : 19132 (bprolog) S 18564 18566 18415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176159566 121741312 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.01
Current children cumulated vsize (KiB) 118888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.99 s]
/proc/loadavg: 2.00 2.00 1.93 3/98 19132
/proc/meminfo: memFree=1478184/2055920 swapFree=4192812/4192956
[pid=18566] ppid=18564 vsize=118888 CPUtime=1800
/proc/18566/stat : 18566 (bprolog) R 18564 18566 18415 0 -1 4194304 12790 0 0 0 179979 21 0 0 25 0 1 0 176024422 121741312 11176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 0 0 0 17 0 0 0
/proc/18566/statm: 29722 11176 171 90 0 29260 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 118888

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803
CPU time (s): 1800.02
CPU user time (s): 1799.8
CPU system time (s): 0.217966
CPU usage (%): 99.8344
Max. virtual memory (cumulated for all children) (KiB): 118888

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

runsolver used 2.70359 s user time and 5.84811 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Jan  8 17:11:33 UTC 2007


IDJOB= 226690
IDBENCH= 6003
FILE ID= node13/226690-1168276293

PBS_JOBID= 3483087

Free space on /tmp= 66326 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-41_ext.xml
COMMAND LINE= /tmp/evaluation/226690-1168276293/Complete/Ordinary/solver /tmp/evaluation/226690-1168276293/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-226690-1168276293 -o ROOT/results/node13/conversion-226690-1168276293 -C 600 -M 900 /tmp/evaluation/226690-1168276293/Complete/Ordinary/conversion /tmp/evaluation/226690-1168276293/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-226690-1168276293 -o ROOT/results/node13/solver-226690-1168276293 -C 1800 -M 900  /tmp/evaluation/226690-1168276293/Complete/Ordinary/solver /tmp/evaluation/226690-1168276293/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9c6f6d954f70f727d4ac2c7a6020a2f3

RANDOM SEED= 345290842

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.247
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.247
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:       1639336 kB
Buffers:         60344 kB
Cached:         243276 kB
SwapCached:          0 kB
Active:         170444 kB
Inactive:       186220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:          73684 kB
Slab:            44560 kB
Committed_AS:  4773744 kB
PageTables:       2416 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= 66325 MiB



End job on node13 on Mon Jan  8 17:41:38 UTC 2007