Trace number 243379

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.04 1800.67

General information on the benchmark

Namedimacs/aim-200/
aim-200-1-6-unsat-4_ext.xml
MD5SUMc99c4298484666f9e4f3525a4ac6f318
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.033993
SatisfiableNO
(Un)Satisfiability was proved
Number of variables200
Number of constraints316
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension316
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/243379-1168384584/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-243379-1168384584 -o ROOT/results/node13/solver-243379-1168384584 -C 1800 -M 900 /tmp/evaluation/243379-1168384584/Complete/Ordinary/solver /tmp/evaluation/243379-1168384584/unknown 1800 

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

/proc/loadavg: 0.86 0.94 0.99 4/81 19892
/proc/meminfo: memFree=1739928/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=53472 CPUtime=0
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 186853373 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19891/statm: 13368 202 123 90 0 12906 0

[startup+0.10774 s]
/proc/loadavg: 0.86 0.94 0.99 4/81 19892
/proc/meminfo: memFree=1739928/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=0.1
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 10 0 0 0 18 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 64064

[startup+0.516794 s]
/proc/loadavg: 0.86 0.94 0.99 4/81 19892
/proc/meminfo: memFree=1739928/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=0.5
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 50 0 0 0 22 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 64064

[startup+1.3369 s]
/proc/loadavg: 0.86 0.94 0.99 2/82 19896
/proc/meminfo: memFree=1738640/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=1.32
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 132 0 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 64064

[startup+2.97412 s]
/proc/loadavg: 0.87 0.94 0.99 4/95 19958
/proc/meminfo: memFree=1708200/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=2.95
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 295 0 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 64064

[startup+6.25256 s]
/proc/loadavg: 0.87 0.94 0.99 2/82 20023
/proc/meminfo: memFree=1736912/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=6.21
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 620 1 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711190 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 64064

[startup+12.7164 s]
/proc/loadavg: 0.97 0.96 0.99 3/95 20085
/proc/meminfo: memFree=1729912/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=12.65
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 1264 1 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 64064

[startup+25.5331 s]
/proc/loadavg: 0.98 0.96 0.99 2/79 20100
/proc/meminfo: memFree=1744016/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=25.45
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 2544 1 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711213 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 64064

[startup+51.1535 s]
/proc/loadavg: 0.98 0.96 0.99 2/79 20100
/proc/meminfo: memFree=1744272/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=51.06
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 5104 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747460 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 64064

[startup+102.392 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 20100
/proc/meminfo: memFree=1744336/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=102.28
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 10226 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589495 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 64064

[startup+162.452 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 20100
/proc/meminfo: memFree=1744400/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=162.32
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 16230 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 64064

[startup+222.505 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 20100
/proc/meminfo: memFree=1744336/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=222.36
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 22234 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747466 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 64064

[startup+282.562 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 20102
/proc/meminfo: memFree=1744208/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=282.39
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 28237 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 64064

[startup+342.622 s]
/proc/loadavg: 1.03 0.99 1.00 2/79 20102
/proc/meminfo: memFree=1744208/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=342.43
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 34241 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711215 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.43
Current children cumulated vsize (KiB) 64064

[startup+402.68 s]
/proc/loadavg: 1.01 0.99 1.00 2/79 20102
/proc/meminfo: memFree=1744272/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=402.47
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 40245 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.47
Current children cumulated vsize (KiB) 64064

[startup+462.733 s]
/proc/loadavg: 1.00 0.99 1.00 2/79 20102
/proc/meminfo: memFree=1744336/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=462.51
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 46249 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711317 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.51
Current children cumulated vsize (KiB) 64064

[startup+522.785 s]
/proc/loadavg: 1.00 0.99 1.00 2/79 20102
/proc/meminfo: memFree=1744336/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=522.54
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 52252 2 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589706 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.54
Current children cumulated vsize (KiB) 64064

[startup+582.84 s]
/proc/loadavg: 1.00 0.99 1.00 2/79 20102
/proc/meminfo: memFree=1744272/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=64064 CPUtime=582.59
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 900 0 0 0 58256 3 0 0 25 0 2 0 186853373 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 16016 615 167 90 0 15554 0
[pid=19891/tid=19893] ppid=19889 vsize=64064 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 186853376 65601536 615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.59
Current children cumulated vsize (KiB) 64064

[startup+642.892 s]

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

[pid=19891/tid=19893] ppid=19889 vsize=74308 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 186853376 76091392 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=74308 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186943391 76091392 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.05
Current children cumulated vsize (KiB) 74308

[startup+1243.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 20103
/proc/meminfo: memFree=1744008/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=74308 CPUtime=1243.1
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 903 0 0 0 124306 4 0 0 25 0 3 0 186853373 76091392 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 18577 618 167 90 0 18115 0
[pid=19891/tid=19893] ppid=19889 vsize=74308 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 186853376 76091392 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=74308 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186943391 76091392 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1243.1
Current children cumulated vsize (KiB) 74308

[startup+1303.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 20103
/proc/meminfo: memFree=1744072/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=74308 CPUtime=1303.16
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 903 0 0 0 130312 4 0 0 25 0 3 0 186853373 76091392 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608144 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 18577 618 167 90 0 18115 0
[pid=19891/tid=19893] ppid=19889 vsize=74308 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 186853376 76091392 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=74308 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186943391 76091392 618 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1303.16
Current children cumulated vsize (KiB) 74308

[startup+1363.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 20104
/proc/meminfo: memFree=1744000/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1363.23
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 904 0 0 0 136319 4 0 0 25 0 4 0 186853373 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614892 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 619 167 90 0 20676 0
[pid=19891/tid=19893] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186853376 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186943391 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186988400 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1363.23
Current children cumulated vsize (KiB) 84552

[startup+1423.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 20104
/proc/meminfo: memFree=1744000/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1423.21
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 904 0 0 0 142317 4 0 0 25 0 4 0 186853373 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639360 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 619 167 90 0 20676 0
[pid=19891/tid=19893] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186853376 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186943391 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186988400 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.21
Current children cumulated vsize (KiB) 84552

[startup+1483.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 20104
/proc/meminfo: memFree=1744000/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1483.29
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 904 0 0 0 148325 4 0 0 25 0 4 0 186853373 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607476 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 619 167 90 0 20676 0
[pid=19891/tid=19893] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186853376 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186943391 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186988400 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.29
Current children cumulated vsize (KiB) 84552

[startup+1543.84 s]
/proc/loadavg: 1.08 1.02 1.01 2/81 20104
/proc/meminfo: memFree=1744000/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1543.28
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 904 0 0 0 154324 4 0 0 25 0 4 0 186853373 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747433 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 619 167 90 0 20676 0
[pid=19891/tid=19893] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186853376 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186943391 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186988400 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.28
Current children cumulated vsize (KiB) 84552

[startup+1603.94 s]
/proc/loadavg: 1.03 1.01 1.00 2/81 20104
/proc/meminfo: memFree=1743936/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1603.36
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 904 0 0 0 160332 4 0 0 25 0 4 0 186853373 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 619 167 90 0 20676 0
[pid=19891/tid=19893] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186853376 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186943391 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186988400 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.36
Current children cumulated vsize (KiB) 84552

[startup+1663.94 s]
/proc/loadavg: 1.01 1.00 1.00 2/81 20104
/proc/meminfo: memFree=1743936/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1663.35
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 904 0 0 0 166330 5 0 0 25 0 4 0 186853373 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 619 167 90 0 20676 0
[pid=19891/tid=19893] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186853376 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186943391 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186988400 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.35
Current children cumulated vsize (KiB) 84552

[startup+1724.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 20104
/proc/meminfo: memFree=1743936/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1723.43
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 904 0 0 0 172338 5 0 0 25 0 4 0 186853373 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 619 167 90 0 20676 0
[pid=19891/tid=19893] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186853376 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186943391 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186988400 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.43
Current children cumulated vsize (KiB) 84552

[startup+1784.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 20104
/proc/meminfo: memFree=1743936/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1783.41
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 904 0 0 0 178336 5 0 0 25 0 4 0 186853373 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 619 167 90 0 20676 0
[pid=19891/tid=19893] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/19893/stat : 19893 (bprolog) S 19889 19891 19234 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186853376 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20103] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20103/stat : 20103 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186943391 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186988400 86581248 619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.41
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20104
/proc/meminfo: memFree=1743936/2055920 swapFree=4191880/4192956
[pid=19891] ppid=19889 vsize=84552 CPUtime=1800.03
/proc/19891/stat : 19891 (bprolog) R 19889 19891 19234 0 -1 4194304 906 0 0 0 179998 5 0 0 25 0 2 0 186853373 86581248 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747430 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19891/statm: 21138 621 169 90 0 20676 0
[pid=19891/tid=20104] ppid=19889 vsize=84552 CPUtime=0
/proc/19891/task/20104/stat : 20104 (bprolog) S 19889 19891 19234 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 2 0 186988400 86581248 621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.67
CPU time (s): 1800.04
CPU user time (s): 1799.99
CPU system time (s): 0.055991
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 84552

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

runsolver used 2.05369 s user time and 4.34334 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue Jan  9 23:16:24 UTC 2007


IDJOB= 243379
IDBENCH= 7464
FILE ID= node13/243379-1168384584

PBS_JOBID= 3522586

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/aim-200/aim-200-1-6-unsat-4_ext.xml
COMMAND LINE= /tmp/evaluation/243379-1168384584/Complete/Ordinary/solver /tmp/evaluation/243379-1168384584/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-243379-1168384584 -o ROOT/results/node13/conversion-243379-1168384584 -C 600 -M 900 /tmp/evaluation/243379-1168384584/Complete/Ordinary/conversion /tmp/evaluation/243379-1168384584/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c99c4298484666f9e4f3525a4ac6f318

RANDOM SEED= 66209507

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:       1740344 kB
Buffers:         43800 kB
Cached:         162256 kB
SwapCached:        392 kB
Active:         184372 kB
Inactive:        70864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740344 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2348 kB
Writeback:           0 kB
Mapped:          66644 kB
Slab:            45368 kB
Committed_AS:  5389324 kB
PageTables:       2220 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= 66556 MiB



End job on node13 on Tue Jan  9 23:46:25 UTC 2007