Trace number 237818

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.09 1815.85

General information on the benchmark

Namehaystacks/
haystacks_36.xml
MD5SUM39255fa757758e34b54045c43cc3e093
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 benchmark542.367
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1296
Number of constraints22715
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22715
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237818-1168351244/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/node4/watcher-237818-1168351244 -o ROOT/results/node4/solver-237818-1168351244 -C 1800 -M 900 /tmp/evaluation/237818-1168351244/Complete/Ordinary/solver /tmp/evaluation/237818-1168351244/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.29 2.08 2.02 5/93 5277
/proc/meminfo: memFree=1731120/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=5352 CPUtime=0
/proc/5276/stat : 5276 (sh) R 5274 5276 5137 0 -1 4194304 267 0 0 0 0 0 0 0 21 0 1 0 183521093 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 259913215271 0 0 4096 0 0 0 0 17 1 0 0
/proc/5276/statm: 1338 234 196 169 0 49 0

[startup+0.104547 s]
/proc/loadavg: 2.29 2.08 2.02 5/93 5277
/proc/meminfo: memFree=1731120/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=53824 CPUtime=0.08
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 2218 0 0 0 8 0 0 0 21 0 1 0 183521093 55115776 1934 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550515 0 0 4096 2 0 0 0 17 1 0 0
/proc/5276/statm: 13456 1934 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.512582 s]
/proc/loadavg: 2.29 2.08 2.02 5/93 5277
/proc/meminfo: memFree=1731120/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=53824 CPUtime=0.49
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 5900 0 0 0 47 2 0 0 25 0 1 0 183521093 55115776 5616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557095 0 0 4096 2 0 0 0 17 1 0 0
/proc/5276/statm: 13456 5616 157 90 0 12994 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 53824

[startup+1.33466 s]
/proc/loadavg: 2.29 2.08 2.02 3/94 5278
/proc/meminfo: memFree=1701736/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=1.31
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 128 3 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752483 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 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) 80012

[startup+2.97681 s]
/proc/loadavg: 2.29 2.08 2.02 3/94 5278
/proc/meminfo: memFree=1701032/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=2.94
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 291 3 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134619009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 80012

[startup+6.26013 s]
/proc/loadavg: 2.27 2.08 2.02 3/94 5278
/proc/meminfo: memFree=1700968/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=6.18
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 614 4 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 80012

[startup+12.7277 s]
/proc/loadavg: 2.25 2.08 2.02 3/100 5344
/proc/meminfo: memFree=1686768/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=12.55
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 1251 4 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 80012

[startup+25.565 s]
/proc/loadavg: 2.21 2.08 2.02 3/100 5362
/proc/meminfo: memFree=1635184/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=25.26
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 2522 4 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 80012

[startup+51.2004 s]
/proc/loadavg: 2.19 2.08 2.02 3/100 5418
/proc/meminfo: memFree=1529656/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=50.61
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 5057 4 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627288 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 80012

[startup+102.455 s]
/proc/loadavg: 2.08 2.07 2.01 3/94 5476
/proc/meminfo: memFree=1349544/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=101.34
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 10130 4 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664326 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 80012

[startup+162.494 s]
/proc/loadavg: 2.03 2.05 2.01 3/94 5476
/proc/meminfo: memFree=1173168/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=160.88
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 16083 5 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752524 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 80012

[startup+222.562 s]
/proc/loadavg: 2.10 2.07 2.01 3/94 5476
/proc/meminfo: memFree=1173168/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=220.43
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 22038 5 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 80012

[startup+282.612 s]
/proc/loadavg: 2.04 2.06 2.01 3/94 5476
/proc/meminfo: memFree=1173104/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=279.94
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 27989 5 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557052 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (KiB) 80012

[startup+342.676 s]
/proc/loadavg: 2.11 2.07 2.01 3/94 5476
/proc/meminfo: memFree=1173040/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=339.49
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 33943 6 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.49
Current children cumulated vsize (KiB) 80012

[startup+402.73 s]
/proc/loadavg: 2.04 2.06 2.01 3/94 5476
/proc/meminfo: memFree=1173040/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=398.99
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 39893 6 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 80012

[startup+462.78 s]
/proc/loadavg: 2.05 2.06 2.01 3/94 5476
/proc/meminfo: memFree=1173040/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=458.51
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 45844 7 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.51
Current children cumulated vsize (KiB) 80012

[startup+522.825 s]
/proc/loadavg: 2.02 2.05 2.00 3/94 5476
/proc/meminfo: memFree=1173040/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=518.02
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 51794 8 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626017 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.02
Current children cumulated vsize (KiB) 80012

[startup+582.831 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 5476
/proc/meminfo: memFree=1173040/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=80012 CPUtime=577.52
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7908 0 0 0 57744 8 0 0 25 0 2 0 183521093 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752529 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 20003 7621 179 90 0 19541 0
[pid=5276/tid=5278] ppid=5274 vsize=80012 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183521204 81932288 7621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.52
Current children cumulated vsize (KiB) 80012

[startup+642.851 s]

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

/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7910 0 0 0 117265 13 0 0 25 0 3 0 183521093 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752524 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 22564 7623 179 90 0 22102 0
[pid=5276/tid=5278] ppid=5274 vsize=90256 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183521204 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=90256 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183611216 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.78
Current children cumulated vsize (KiB) 90256

[startup+1243.23 s]
/proc/loadavg: 2.09 2.03 2.00 3/95 5479
/proc/meminfo: memFree=1172072/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=90256 CPUtime=1232.33
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7910 0 0 0 123219 14 0 0 25 0 3 0 183521093 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 22564 7623 179 90 0 22102 0
[pid=5276/tid=5278] ppid=5274 vsize=90256 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183521204 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=90256 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183611216 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.33
Current children cumulated vsize (KiB) 90256

[startup+1303.27 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 5479
/proc/meminfo: memFree=1172072/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=90256 CPUtime=1291.87
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 7910 0 0 0 129172 15 0 0 25 0 3 0 183521093 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 22564 7623 179 90 0 22102 0
[pid=5276/tid=5278] ppid=5274 vsize=90256 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183521204 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=90256 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183611216 92422144 7623 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.87
Current children cumulated vsize (KiB) 90256

[startup+1363.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 5480
/proc/meminfo: memFree=1171040/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=100500 CPUtime=1351.41
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 8179 0 0 0 135125 16 0 0 25 0 4 0 183521093 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661438 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 25125 7892 179 90 0 24663 0
[pid=5276/tid=5278] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183521204 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183611216 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5480] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5480/stat : 5480 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183656227 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.41
Current children cumulated vsize (KiB) 100500

[startup+1423.38 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 5480
/proc/meminfo: memFree=1170976/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=100500 CPUtime=1410.96
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 8179 0 0 0 141080 16 0 0 25 0 4 0 183521093 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 25125 7892 179 90 0 24663 0
[pid=5276/tid=5278] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183521204 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183611216 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5480] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5480/stat : 5480 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183656227 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.96
Current children cumulated vsize (KiB) 100500

[startup+1483.44 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 5480
/proc/meminfo: memFree=1170976/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=100500 CPUtime=1470.51
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 8179 0 0 0 147034 17 0 0 25 0 4 0 183521093 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752552 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 25125 7892 179 90 0 24663 0
[pid=5276/tid=5278] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183521204 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183611216 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5480] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5480/stat : 5480 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183656227 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.51
Current children cumulated vsize (KiB) 100500

[startup+1543.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 5480
/proc/meminfo: memFree=1170976/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=100500 CPUtime=1530.07
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 8179 0 0 0 152989 18 0 0 25 0 4 0 183521093 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 25125 7892 179 90 0 24663 0
[pid=5276/tid=5278] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183521204 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183611216 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5480] ppid=5274 vsize=100500 CPUtime=0
/proc/5276/task/5480/stat : 5480 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183656227 102912000 7892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.07
Current children cumulated vsize (KiB) 100500

[startup+1603.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 5480
/proc/meminfo: memFree=1140832/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=123936 CPUtime=1589.61
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 21530 0 0 0 158937 24 0 0 25 0 4 0 183521093 126910464 15382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 30984 15382 179 90 0 30522 0
[pid=5276/tid=5278] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183521204 126910464 15382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183611216 126910464 15382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5480] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5480/stat : 5480 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183656227 126910464 15382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.61
Current children cumulated vsize (KiB) 123936

[startup+1663.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 5480
/proc/meminfo: memFree=1140768/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=123936 CPUtime=1649.16
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 21533 0 0 0 164891 25 0 0 25 0 4 0 183521093 126910464 15385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 30984 15385 179 90 0 30522 0
[pid=5276/tid=5278] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183521204 126910464 15385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183611216 126910464 15385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5480] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5480/stat : 5480 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183656227 126910464 15385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.16
Current children cumulated vsize (KiB) 123936

[startup+1723.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 5480
/proc/meminfo: memFree=1140704/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=123936 CPUtime=1708.69
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 21534 0 0 0 170844 25 0 0 25 0 4 0 183521093 126910464 15386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 30984 15386 179 90 0 30522 0
[pid=5276/tid=5278] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183521204 126910464 15386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183611216 126910464 15386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5480] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5480/stat : 5480 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183656227 126910464 15386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.69
Current children cumulated vsize (KiB) 123936

[startup+1783.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 5480
/proc/meminfo: memFree=1140640/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=123936 CPUtime=1768.21
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 21534 0 0 0 176796 25 0 0 25 0 4 0 183521093 126910464 15386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5276/statm: 30984 15386 179 90 0 30522 0
[pid=5276/tid=5278] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5278/stat : 5278 (bprolog) S 5274 5276 5137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183521204 126910464 15386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5477] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5477/stat : 5477 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183611216 126910464 15386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5276/tid=5480] ppid=5274 vsize=123936 CPUtime=0
/proc/5276/task/5480/stat : 5480 (bprolog) S 5274 5276 5137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183656227 126910464 15386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.21
Current children cumulated vsize (KiB) 123936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.84 s]
/proc/loadavg: 1.79 1.95 1.98 2/81 7456
/proc/meminfo: memFree=1756032/2055920 swapFree=4182144/4192956
[pid=5276] ppid=5274 vsize=123936 CPUtime=1800.07
/proc/5276/stat : 5276 (bprolog) R 5274 5276 5137 0 -1 4194304 21535 0 0 0 179976 31 0 0 25 0 1 0 183521093 126910464 15387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 0 0 0 17 0 0 0
/proc/5276/statm: 30984 15387 180 90 0 30522 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 123936

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.85
CPU time (s): 1800.09
CPU user time (s): 1799.77
CPU system time (s): 0.32295
CPU usage (%): 99.132
Max. virtual memory (cumulated for all children) (KiB): 139564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 69858

runsolver used 1.9367 s user time and 5.20321 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 14:00:45 UTC 2007


IDJOB= 237818
IDBENCH= 6965
FILE ID= node4/237818-1168351244

PBS_JOBID= 3503684

Free space on /tmp= 66527 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_36.xml
COMMAND LINE= /tmp/evaluation/237818-1168351244/Complete/Ordinary/solver /tmp/evaluation/237818-1168351244/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-237818-1168351244 -o ROOT/results/node4/conversion-237818-1168351244 -C 600 -M 900 /tmp/evaluation/237818-1168351244/Complete/Ordinary/conversion /tmp/evaluation/237818-1168351244/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-237818-1168351244 -o ROOT/results/node4/solver-237818-1168351244 -C 1800 -M 900  /tmp/evaluation/237818-1168351244/Complete/Ordinary/solver /tmp/evaluation/237818-1168351244/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  39255fa757758e34b54045c43cc3e093

RANDOM SEED= 112798880

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.223
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.223
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:       1731664 kB
Buffers:         28364 kB
Cached:         113956 kB
SwapCached:       2520 kB
Active:         195100 kB
Inactive:        73736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731664 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:           10684 kB
Writeback:           0 kB
Mapped:         146012 kB
Slab:            39852 kB
Committed_AS:  6324072 kB
PageTables:       2616 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= 66527 MiB



End job on node4 on Tue Jan  9 14:31:12 UTC 2007