Trace number 195271

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 1812.83

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph2-f25.xml
MD5SUM04f911baad0f31dfda30a7d72ec0149f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.712891
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables400
Number of constraints2245
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/195271-1168112613/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-195271-1168112613 -o ROOT/results/node19/solver-195271-1168112613 -C 1800 -M 900 /tmp/evaluation/195271-1168112613/Complete/Ordinary/solver /tmp/evaluation/195271-1168112613/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.00 2.00 3/88 1672
/proc/meminfo: memFree=1648960/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=0 CPUtime=0
/proc/1671/stat : 1671 (runsolver) R 1669 1671 860 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 159656050 0 0 18446744073709551615 0 0 0 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1671/statm: 0 0 0 0 0 0 0

[startup+0.102691 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1672
/proc/meminfo: memFree=1648960/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=61772 CPUtime=0.08
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 1417 0 0 0 8 0 0 0 20 0 1 0 159656050 63254528 1132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611926 0 0 4096 2 0 0 0 17 1 0 0
/proc/1671/statm: 15443 1132 173 90 0 14981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61772

[startup+0.510766 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1672
/proc/meminfo: memFree=1648960/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=0.49
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5580 0 0 0 47 2 0 0 24 0 2 0 159656050 81743872 3341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3341 177 90 0 19495 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 79828

[startup+1.33192 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1673
/proc/meminfo: memFree=1636024/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=1.31
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5618 0 0 0 129 2 0 0 25 0 2 0 159656050 81743872 3379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3379 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 79828

[startup+2.96922 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1673
/proc/meminfo: memFree=1635960/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=2.93
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5620 0 0 0 291 2 0 0 25 0 2 0 159656050 81743872 3381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3381 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 79828

[startup+6.25684 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1673
/proc/meminfo: memFree=1635960/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=6.19
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5620 0 0 0 617 2 0 0 25 0 2 0 159656050 81743872 3381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620234 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3381 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 79828

[startup+12.7241 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1673
/proc/meminfo: memFree=1636088/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=12.59
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5633 0 0 0 1257 2 0 0 25 0 2 0 159656050 81743872 3394 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3394 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3394 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 79828

[startup+25.5555 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1673
/proc/meminfo: memFree=1636088/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=25.31
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5633 0 0 0 2529 2 0 0 25 0 2 0 159656050 81743872 3394 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663985 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3394 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3394 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 79828

[startup+51.2133 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1673
/proc/meminfo: memFree=1635960/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=50.72
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5674 0 0 0 5070 2 0 0 25 0 2 0 159656050 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3435 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 79828

[startup+102.421 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1673
/proc/meminfo: memFree=1634360/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=101.47
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5674 0 0 0 10144 3 0 0 25 0 2 0 159656050 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3435 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 79828

[startup+162.458 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1673
/proc/meminfo: memFree=1629944/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=160.95
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5674 0 0 0 16092 3 0 0 25 0 2 0 159656050 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 19957 3435 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 79828

[startup+222.476 s]
/proc/loadavg: 1.67 1.92 1.97 4/96 1776
/proc/meminfo: memFree=1639120/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=220.68
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5674 0 0 0 22064 4 0 0 25 0 2 0 159656050 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 19957 3435 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.68
Current children cumulated vsize (KiB) 79828

[startup+282.554 s]
/proc/loadavg: 2.01 1.96 1.98 3/96 1776
/proc/meminfo: memFree=569296/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=280.6
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5674 0 0 0 28041 19 0 0 25 0 2 0 159656050 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620166 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 19957 3435 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.6
Current children cumulated vsize (KiB) 79828

[startup+342.655 s]
/proc/loadavg: 2.55 2.12 2.03 3/96 1776
/proc/meminfo: memFree=15760/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=340.44
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5674 0 0 0 34005 39 0 0 25 0 2 0 159656050 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 19957 3435 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.44
Current children cumulated vsize (KiB) 79828

[startup+402.756 s]
/proc/loadavg: 3.10 2.35 2.12 3/96 1776
/proc/meminfo: memFree=15248/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=400.09
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5679 0 0 0 39951 58 0 0 25 0 2 0 159656050 81743872 3440 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 19957 3440 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3440 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.09
Current children cumulated vsize (KiB) 79828

[startup+462.851 s]
/proc/loadavg: 3.92 2.69 2.24 3/96 1776
/proc/meminfo: memFree=15696/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=459.74
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5681 0 0 0 45897 77 0 0 25 0 2 0 159656050 81743872 3442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554244 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 19957 3442 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.74
Current children cumulated vsize (KiB) 79828

[startup+522.935 s]
/proc/loadavg: 3.58 2.84 2.32 3/96 1776
/proc/meminfo: memFree=14928/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=519.42
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5681 0 0 0 51845 97 0 0 25 0 2 0 159656050 81743872 3442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 19957 3442 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.42
Current children cumulated vsize (KiB) 79828

[startup+583.034 s]
/proc/loadavg: 2.91 2.78 2.33 3/96 1776
/proc/meminfo: memFree=15504/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=79828 CPUtime=579.07
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5681 0 0 0 57791 116 0 0 25 0 2 0 159656050 81743872 3442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 19957 3442 177 90 0 19495 0
[pid=1671/tid=1673] ppid=1669 vsize=79828 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159656067 81743872 3442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.07
Current children cumulated vsize (KiB) 79828

[startup+643.116 s]

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

/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5687 0 0 0 117196 321 0 0 25 0 3 0 159656050 92233728 3448 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 22518 3448 177 90 0 22056 0
[pid=1671/tid=1673] ppid=1669 vsize=90072 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159656067 92233728 3448 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=90072 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159746082 92233728 3448 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.17
Current children cumulated vsize (KiB) 90072

[startup+1243.64 s]
/proc/loadavg: 2.96 2.93 2.64 3/97 1985
/proc/meminfo: memFree=15304/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=90072 CPUtime=1234.77
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5687 0 0 0 123139 338 0 0 25 0 3 0 159656050 92233728 3448 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 22518 3448 177 90 0 22056 0
[pid=1671/tid=1673] ppid=1669 vsize=90072 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159656067 92233728 3448 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=90072 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159746082 92233728 3448 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1234.77
Current children cumulated vsize (KiB) 90072

[startup+1303.66 s]
/proc/loadavg: 3.78 3.14 2.73 3/97 1985
/proc/meminfo: memFree=15880/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=90072 CPUtime=1294.36
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5688 0 0 0 129079 357 0 0 25 0 3 0 159656050 92233728 3449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1671/statm: 22518 3449 177 90 0 22056 0
[pid=1671/tid=1673] ppid=1669 vsize=90072 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159656067 92233728 3449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=90072 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159746082 92233728 3449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1294.36
Current children cumulated vsize (KiB) 90072

[startup+1363.76 s]
/proc/loadavg: 3.64 3.25 2.79 3/98 1986
/proc/meminfo: memFree=15872/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1353.99
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5723 0 0 0 135024 375 0 0 25 0 4 0 159656050 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 25079 3484 177 90 0 24617 0
[pid=1671/tid=1673] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159656067 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159746082 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1671/tid=1986] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1986/stat : 1986 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159791094 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.99
Current children cumulated vsize (KiB) 100316

[startup+1423.76 s]
/proc/loadavg: 2.99 3.13 2.78 3/98 1986
/proc/meminfo: memFree=15552/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1413.58
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5723 0 0 0 140962 396 0 0 25 0 4 0 159656050 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 25079 3484 177 90 0 24617 0
[pid=1671/tid=1673] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159656067 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159746082 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1671/tid=1986] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1986/stat : 1986 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159791094 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1413.58
Current children cumulated vsize (KiB) 100316

[startup+1483.77 s]
/proc/loadavg: 2.67 3.01 2.76 3/98 1986
/proc/meminfo: memFree=15104/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1473.2
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5723 0 0 0 146901 419 0 0 25 0 4 0 159656050 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 25079 3484 177 90 0 24617 0
[pid=1671/tid=1673] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159656067 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159746082 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1671/tid=1986] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1986/stat : 1986 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159791094 102723584 3484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.2
Current children cumulated vsize (KiB) 100316

[startup+1543.86 s]
/proc/loadavg: 2.77 2.96 2.75 3/98 1986
/proc/meminfo: memFree=15808/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1532.91
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5779 0 0 0 152852 439 0 0 25 0 4 0 159656050 102723584 3540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 25079 3540 177 90 0 24617 0
[pid=1671/tid=1673] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159656067 102723584 3540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159746082 102723584 3540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1671/tid=1986] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1986/stat : 1986 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159791094 102723584 3540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.91
Current children cumulated vsize (KiB) 100316

[startup+1603.94 s]
/proc/loadavg: 3.04 3.00 2.78 3/98 1986
/proc/meminfo: memFree=16000/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1592.59
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5780 0 0 0 158799 460 0 0 25 0 4 0 159656050 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 25079 3541 177 90 0 24617 0
[pid=1671/tid=1673] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159656067 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159746082 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1671/tid=1986] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1986/stat : 1986 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159791094 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.59
Current children cumulated vsize (KiB) 100316

[startup+1664.02 s]
/proc/loadavg: 3.93 3.23 2.87 3/98 1986
/proc/meminfo: memFree=15744/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1652.26
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5780 0 0 0 164747 479 0 0 25 0 4 0 159656050 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 25079 3541 177 90 0 24617 0
[pid=1671/tid=1673] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159656067 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159746082 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1671/tid=1986] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1986/stat : 1986 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159791094 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.26
Current children cumulated vsize (KiB) 100316

[startup+1724.1 s]
/proc/loadavg: 3.62 3.30 2.91 3/98 1986
/proc/meminfo: memFree=15168/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1711.94
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5780 0 0 0 170697 497 0 0 25 0 4 0 159656050 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 25079 3541 177 90 0 24617 0
[pid=1671/tid=1673] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159656067 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159746082 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1671/tid=1986] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1986/stat : 1986 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159791094 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.94
Current children cumulated vsize (KiB) 100316

[startup+1784.18 s]
/proc/loadavg: 2.92 3.15 2.89 3/98 1986
/proc/meminfo: memFree=16000/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1771.62
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5780 0 0 0 176643 519 0 0 25 0 4 0 159656050 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1671/statm: 25079 3541 177 90 0 24617 0
[pid=1671/tid=1673] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1673/stat : 1673 (bprolog) S 1669 1671 860 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159656067 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1671/tid=1777] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1777/stat : 1777 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159746082 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1671/tid=1986] ppid=1669 vsize=100316 CPUtime=0
/proc/1671/task/1986/stat : 1986 (bprolog) S 1669 1671 860 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159791094 102723584 3541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.62
Current children cumulated vsize (KiB) 100316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.82 s]
/proc/loadavg: 2.84 3.11 2.88 3/95 1986
/proc/meminfo: memFree=15360/2055920 swapFree=4171244/4192956
[pid=1671] ppid=1669 vsize=100316 CPUtime=1800.06
/proc/1671/stat : 1671 (bprolog) R 1669 1671 860 0 -1 4194304 5780 0 1 0 179475 531 0 0 25 0 1 0 159656050 102723584 3542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661416 0 0 4096 2 0 0 0 17 1 0 0
/proc/1671/statm: 25079 3542 178 90 0 24617 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 100316

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.83
CPU time (s): 1800.08
CPU user time (s): 1794.76
CPU system time (s): 5.31719
CPU usage (%): 99.2965
Max. virtual memory (cumulated for all children) (KiB): 100316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 5.31719
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5780
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 58951

runsolver used 2.16567 s user time and 5.8931 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 19:43:33 UTC 2007


IDJOB= 195271
IDBENCH= 3259
FILE ID= node19/195271-1168112613

PBS_JOBID= 3477084

Free space on /tmp= 66300 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph2-f25.xml
COMMAND LINE= /tmp/evaluation/195271-1168112613/Complete/Ordinary/solver /tmp/evaluation/195271-1168112613/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-195271-1168112613 -o ROOT/results/node19/conversion-195271-1168112613 -C 600 -M 900 /tmp/evaluation/195271-1168112613/Complete/Ordinary/conversion /tmp/evaluation/195271-1168112613/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  04f911baad0f31dfda30a7d72ec0149f

RANDOM SEED= 550252665

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:       1649440 kB
Buffers:         38712 kB
Cached:         194640 kB
SwapCached:      10020 kB
Active:         176228 kB
Inactive:       145004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649440 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          96204 kB
Slab:            69712 kB
Committed_AS:  3862168 kB
PageTables:       2484 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= 39188 MiB



End job on node19 on Sat Jan  6 20:13:49 UTC 2007