Trace number 224842

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 1806.29

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-19_ext.xml
MD5SUM54be079497ce2e66ed7b5093a6bdcd40
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 benchmark1.3238
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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/224842-1168270022/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/node16/watcher-224842-1168270022 -o ROOT/results/node16/solver-224842-1168270022 -C 1800 -M 900 /tmp/evaluation/224842-1168270022/Complete/Ordinary/solver /tmp/evaluation/224842-1168270022/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.86 1.94 1.90 5/88 31746
/proc/meminfo: memFree=1649544/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=18540 CPUtime=0
/proc/31745/stat : 31745 (runsolver) R 31743 31745 31376 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 175397459 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31745/statm: 4635 279 244 17 0 2626 0

[startup+0.108435 s]
/proc/loadavg: 1.86 1.94 1.90 5/88 31746
/proc/meminfo: memFree=1649544/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=61640 CPUtime=0.1
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 1916 0 0 0 9 1 0 0 21 0 1 0 175397459 63119360 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550165 0 0 4096 2 0 0 0 17 1 0 0
/proc/31745/statm: 15410 1632 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.516355 s]
/proc/loadavg: 1.86 1.94 1.90 5/88 31746
/proc/meminfo: memFree=1649544/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=61640 CPUtime=0.5
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 3458 0 0 0 49 1 0 0 24 0 1 0 175397459 63119360 3174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565703 0 0 4096 2 0 0 0 17 1 0 0
/proc/31745/statm: 15410 3174 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33721 s]
/proc/loadavg: 1.86 1.94 1.90 4/88 31746
/proc/meminfo: memFree=1607432/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=76192 CPUtime=1.32
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 12724 0 0 0 125 7 0 0 25 0 1 0 175397459 78020608 10550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/31745/statm: 19048 10550 158 90 0 18586 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 76192

[startup+2.97491 s]
/proc/loadavg: 1.86 1.94 1.90 3/88 31746
/proc/meminfo: memFree=1600008/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=2.95
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17589 0 0 0 286 9 0 0 25 0 2 0 175397459 88915968 13179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670072 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 21708 13179 170 90 0 21246 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 86832

[startup+6.2663 s]
/proc/loadavg: 1.87 1.94 1.90 3/89 31747
/proc/meminfo: memFree=1597264/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=6.23
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17589 0 0 0 614 9 0 0 25 0 2 0 175397459 88915968 13179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 21708 13179 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 86832

[startup+12.7341 s]
/proc/loadavg: 1.88 1.94 1.91 3/89 31747
/proc/meminfo: memFree=1597264/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=12.66
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17589 0 0 0 1257 9 0 0 25 0 2 0 175397459 88915968 13179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 21708 13179 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13179 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) 86832

[startup+25.5558 s]
/proc/loadavg: 1.91 1.94 1.91 3/89 31747
/proc/meminfo: memFree=1597392/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=25.43
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17590 0 0 0 2534 9 0 0 25 0 2 0 175397459 88915968 13180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670538 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 21708 13180 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 86832

[startup+51.1981 s]
/proc/loadavg: 1.80 1.91 1.90 3/87 31860
/proc/meminfo: memFree=1601560/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=51.02
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17591 0 0 0 5090 12 0 0 25 0 2 0 175397459 88915968 13181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 21708 13181 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 86832

[startup+102.476 s]
/proc/loadavg: 1.91 1.92 1.90 3/87 31860
/proc/meminfo: memFree=1596120/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=102.26
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17592 0 0 0 10214 12 0 0 25 0 2 0 175397459 88915968 13182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670270 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 21708 13182 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86832

[startup+162.578 s]
/proc/loadavg: 1.96 1.93 1.91 3/87 31860
/proc/meminfo: memFree=1596184/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=162.3
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17592 0 0 0 16218 12 0 0 25 0 2 0 175397459 88915968 13182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670407 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 21708 13182 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 86832

[startup+222.58 s]
/proc/loadavg: 1.98 1.94 1.91 3/87 31860
/proc/meminfo: memFree=1600536/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=222.25
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17592 0 0 0 22213 12 0 0 25 0 2 0 175397459 88915968 13182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 21708 13182 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 86832

[startup+282.595 s]
/proc/loadavg: 1.99 1.95 1.91 3/89 31870
/proc/meminfo: memFree=1597000/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=282.23
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17593 0 0 0 28211 12 0 0 25 0 2 0 175397459 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 21708 13183 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 86832

[startup+342.636 s]
/proc/loadavg: 1.95 1.94 1.91 3/88 31946
/proc/meminfo: memFree=1566864/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=342.22
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17593 0 0 0 34208 14 0 0 25 0 2 0 175397459 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589843 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 21708 13183 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 86832

[startup+402.69 s]
/proc/loadavg: 1.91 1.93 1.90 3/95 32019
/proc/meminfo: memFree=1507160/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=402.21
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17593 0 0 0 40206 15 0 0 25 0 2 0 175397459 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670298 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 21708 13183 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 86832

[startup+462.732 s]
/proc/loadavg: 1.99 1.95 1.91 3/99 32152
/proc/meminfo: memFree=1518840/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=462.07
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17593 0 0 0 46189 18 0 0 25 0 2 0 175397459 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 21708 13183 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 86832

[startup+522.824 s]
/proc/loadavg: 1.99 1.96 1.91 3/99 32152
/proc/meminfo: memFree=1475576/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=521.62
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17593 0 0 0 52144 18 0 0 25 0 2 0 175397459 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 21708 13183 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.62
Current children cumulated vsize (KiB) 86832

[startup+582.832 s]
/proc/loadavg: 1.99 1.97 1.91 3/99 32152
/proc/meminfo: memFree=1475576/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=581.1
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17593 0 0 0 58091 19 0 0 25 0 2 0 175397459 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 21708 13183 170 90 0 21246 0
[pid=31745/tid=31747] ppid=31743 vsize=86832 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175397712 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.1
Current children cumulated vsize (KiB) 86832

[startup+642.893 s]
/proc/loadavg: 2.08 2.00 1.92 3/99 32152
/proc/meminfo: memFree=1475576/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=86832 CPUtime=640.79
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17593 0 0 0 64060 19 0 0 25 0 2 0 175397459 88915968 13183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17594 0 0 0 117865 23 0 0 25 0 3 0 175397459 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134668440 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 24269 13184 170 90 0 23807 0
[pid=31745/tid=31747] ppid=31743 vsize=97076 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175397712 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=97076 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175487701 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.88
Current children cumulated vsize (KiB) 97076

[startup+1243.52 s]
/proc/loadavg: 2.07 2.03 1.94 3/100 32153
/proc/meminfo: memFree=1355248/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=97076 CPUtime=1238.7
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17594 0 0 0 123846 24 0 0 25 0 3 0 175397459 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670360 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 24269 13184 170 90 0 23807 0
[pid=31745/tid=31747] ppid=31743 vsize=97076 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175397712 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=97076 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175487701 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.7
Current children cumulated vsize (KiB) 97076

[startup+1303.59 s]
/proc/loadavg: 2.02 2.02 1.94 4/100 32153
/proc/meminfo: memFree=1355184/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=97076 CPUtime=1298.51
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17594 0 0 0 129827 24 0 0 25 0 3 0 175397459 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 24269 13184 170 90 0 23807 0
[pid=31745/tid=31747] ppid=31743 vsize=97076 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175397712 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=97076 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175487701 99405824 13184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1298.51
Current children cumulated vsize (KiB) 97076

[startup+1363.68 s]
/proc/loadavg: 2.01 2.01 1.94 3/101 32154
/proc/meminfo: memFree=1355176/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1358.33
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17606 0 0 0 135808 25 0 0 25 0 4 0 175397459 109895680 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 26830 13196 170 90 0 26368 0
[pid=31745/tid=31747] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175397712 109895680 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175487701 109895680 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32154] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32154/stat : 32154 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175532696 109895680 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1358.33
Current children cumulated vsize (KiB) 107320

[startup+1423.73 s]
/proc/loadavg: 2.00 2.01 1.94 3/101 32154
/proc/meminfo: memFree=1355112/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1418.38
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17606 0 0 0 141813 25 0 0 25 0 4 0 175397459 109895680 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 26830 13196 170 90 0 26368 0
[pid=31745/tid=31747] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175397712 109895680 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175487701 109895680 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32154] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32154/stat : 32154 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175532696 109895680 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1418.38
Current children cumulated vsize (KiB) 107320

[startup+1483.74 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 32154
/proc/meminfo: memFree=1355112/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1478.4
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17607 0 0 0 147814 26 0 0 25 0 4 0 175397459 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670154 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 26830 13197 170 90 0 26368 0
[pid=31745/tid=31747] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175397712 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175487701 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32154] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32154/stat : 32154 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175532696 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.4
Current children cumulated vsize (KiB) 107320

[startup+1543.84 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 32154
/proc/meminfo: memFree=1355112/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1538.5
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17607 0 0 0 153824 26 0 0 25 0 4 0 175397459 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639101 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 26830 13197 170 90 0 26368 0
[pid=31745/tid=31747] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175397712 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175487701 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32154] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32154/stat : 32154 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175532696 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.5
Current children cumulated vsize (KiB) 107320

[startup+1603.93 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 32154
/proc/meminfo: memFree=1355112/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1598.6
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17607 0 0 0 159833 27 0 0 25 0 4 0 175397459 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31745/statm: 26830 13197 170 90 0 26368 0
[pid=31745/tid=31747] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175397712 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175487701 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32154] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32154/stat : 32154 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175532696 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.6
Current children cumulated vsize (KiB) 107320

[startup+1664.01 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 32154
/proc/meminfo: memFree=1297704/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1658.51
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17607 0 0 0 165824 27 0 0 25 0 4 0 175397459 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 26830 13197 170 90 0 26368 0
[pid=31745/tid=31747] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175397712 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175487701 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32154] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32154/stat : 32154 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175532696 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.51
Current children cumulated vsize (KiB) 107320

[startup+1724.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 32154
/proc/meminfo: memFree=1297704/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1718.31
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17607 0 0 0 171803 28 0 0 25 0 4 0 175397459 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711233 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 26830 13197 170 90 0 26368 0
[pid=31745/tid=31747] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175397712 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175487701 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32154] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32154/stat : 32154 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175532696 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.31
Current children cumulated vsize (KiB) 107320

[startup+1784.2 s]
/proc/loadavg: 2.06 2.01 1.95 3/101 32154
/proc/meminfo: memFree=1297640/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1778.08
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17607 0 0 0 177780 28 0 0 25 0 4 0 175397459 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31745/statm: 26830 13197 170 90 0 26368 0
[pid=31745/tid=31747] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/31747/stat : 31747 (bprolog) S 31743 31745 31376 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175397712 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32153] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32153/stat : 32153 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175487701 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31745/tid=32154] ppid=31743 vsize=107320 CPUtime=0
/proc/31745/task/32154/stat : 32154 (bprolog) S 31743 31745 31376 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175532696 109895680 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.08
Current children cumulated vsize (KiB) 107320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.27 s]
/proc/loadavg: 2.04 2.01 1.95 3/98 32154
/proc/meminfo: memFree=1297640/2055920 swapFree=4191880/4192956
[pid=31745] ppid=31743 vsize=107320 CPUtime=1800.06
/proc/31745/stat : 31745 (bprolog) R 31743 31745 31376 0 -1 4194304 17608 0 0 0 179978 28 0 0 25 0 1 0 175397459 109895680 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 0 0 0 17 0 0 0
/proc/31745/statm: 26830 13198 171 90 0 26368 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 107320

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.29
CPU time (s): 1800.08
CPU user time (s): 1799.79
CPU system time (s): 0.293955
CPU usage (%): 99.656
Max. virtual memory (cumulated for all children) (KiB): 107320

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

runsolver used 1.9527 s user time and 5.8861 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan  8 15:27:03 UTC 2007


IDJOB= 224842
IDBENCH= 5797
FILE ID= node16/224842-1168270022

PBS_JOBID= 3482978

Free space on /tmp= 66519 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-19_ext.xml
COMMAND LINE= /tmp/evaluation/224842-1168270022/Complete/Ordinary/solver /tmp/evaluation/224842-1168270022/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-224842-1168270022 -o ROOT/results/node16/conversion-224842-1168270022 -C 600 -M 900 /tmp/evaluation/224842-1168270022/Complete/Ordinary/conversion /tmp/evaluation/224842-1168270022/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-224842-1168270022 -o ROOT/results/node16/solver-224842-1168270022 -C 1800 -M 900  /tmp/evaluation/224842-1168270022/Complete/Ordinary/solver /tmp/evaluation/224842-1168270022/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  54be079497ce2e66ed7b5093a6bdcd40

RANDOM SEED= 526460478

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.220
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.220
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:       1649960 kB
Buffers:         72888 kB
Cached:         224028 kB
SwapCached:        448 kB
Active:         197540 kB
Inactive:       154872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649960 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:          75384 kB
Slab:            38244 kB
Committed_AS:  4926492 kB
PageTables:       2392 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= 66517 MiB



End job on node16 on Mon Jan  8 15:57:13 UTC 2007