Trace number 198751

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.1 1800.96

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f3.xml
MD5SUMef05de44bc17daaf25b5294ac4693534
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 benchmark53.3299
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/198751-1168130774/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/node59/watcher-198751-1168130774 -o ROOT/results/node59/solver-198751-1168130774 -C 1800 -M 900 /tmp/evaluation/198751-1168130774/Complete/Ordinary/solver /tmp/evaluation/198751-1168130774/unknown 1800 

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

/proc/loadavg: 2.00 2.00 1.93 4/85 7208
/proc/meminfo: memFree=1221072/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=18540 CPUtime=0
/proc/7207/stat : 7207 (runsolver) R 7205 7207 6189 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 161475550 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7207/statm: 4635 279 244 17 0 2626 0

[startup+0.107761 s]
/proc/loadavg: 2.00 2.00 1.93 4/85 7208
/proc/meminfo: memFree=1221072/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=53824 CPUtime=0.09
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 1619 0 0 0 9 0 0 0 21 0 1 0 161475550 55115776 1335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589287 0 0 4096 2 0 0 0 17 1 0 0
/proc/7207/statm: 13456 1335 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515809 s]
/proc/loadavg: 2.00 2.00 1.93 4/85 7208
/proc/meminfo: memFree=1221072/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=79940 CPUtime=0.5
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 6640 0 0 0 47 3 0 0 25 0 2 0 161475550 81858560 4401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7207/statm: 19985 4401 177 90 0 19523 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 79940

[startup+1.33689 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 7209
/proc/meminfo: memFree=1177416/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=1.31
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 25289 0 0 0 118 13 0 0 25 0 2 0 161475550 129859584 11330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7207/statm: 31704 11330 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 11330 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) 126816

[startup+2.98607 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 7209
/proc/meminfo: memFree=1157704/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=2.95
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30048 0 0 0 280 15 0 0 25 0 2 0 161475550 129859584 16089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554668 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7207/statm: 31704 16089 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 126816

[startup+6.26644 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 7209
/proc/meminfo: memFree=1157000/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=6.2
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30671 0 0 0 604 16 0 0 25 0 2 0 161475550 129859584 16712 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664590 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7207/statm: 31704 16712 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16712 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 126816

[startup+12.7341 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 7209
/proc/meminfo: memFree=1154128/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=12.61
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30768 0 0 0 1245 16 0 0 25 0 2 0 161475550 129859584 16809 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663923 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7207/statm: 31704 16809 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16809 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 126816

[startup+25.5506 s]
/proc/loadavg: 1.85 1.97 1.91 2/66 7226
/proc/meminfo: memFree=1463352/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=25.39
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30769 0 0 0 2523 16 0 0 25 0 2 0 161475550 129859584 16810 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589233 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16810 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16810 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 126816

[startup+51.1754 s]
/proc/loadavg: 1.56 1.89 1.89 2/66 7226
/proc/meminfo: memFree=1463424/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=51
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30797 0 0 0 5084 16 0 0 25 0 2 0 161475550 129859584 16838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554271 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16838 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 126816

[startup+102.421 s]
/proc/loadavg: 1.24 1.75 1.84 2/66 7226
/proc/meminfo: memFree=1463424/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=102.23
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30804 0 0 0 10207 16 0 0 25 0 2 0 161475550 129859584 16845 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16845 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16845 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 126816

[startup+162.484 s]
/proc/loadavg: 1.09 1.61 1.79 2/66 7226
/proc/meminfo: memFree=1463488/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=162.29
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30804 0 0 0 16212 17 0 0 25 0 2 0 161475550 129859584 16845 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16845 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16845 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 126816

[startup+222.576 s]
/proc/loadavg: 1.03 1.50 1.73 2/66 7226
/proc/meminfo: memFree=1463424/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=222.37
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30804 0 0 0 22220 17 0 0 25 0 2 0 161475550 129859584 16845 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16845 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16845 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 126816

[startup+282.637 s]
/proc/loadavg: 1.01 1.40 1.68 2/66 7226
/proc/meminfo: memFree=1463424/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=282.41
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30805 0 0 0 28224 17 0 0 25 0 2 0 161475550 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580517 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16846 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 126816

[startup+342.694 s]
/proc/loadavg: 1.00 1.33 1.64 2/66 7226
/proc/meminfo: memFree=1463360/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=342.44
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30805 0 0 0 34227 17 0 0 25 0 2 0 161475550 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16846 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.44
Current children cumulated vsize (KiB) 126816

[startup+402.757 s]
/proc/loadavg: 1.00 1.26 1.60 2/66 7226
/proc/meminfo: memFree=1463424/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=402.49
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30805 0 0 0 40232 17 0 0 25 0 2 0 161475550 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16846 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 126816

[startup+462.817 s]
/proc/loadavg: 1.00 1.21 1.56 2/66 7226
/proc/meminfo: memFree=1463424/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=462.53
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30805 0 0 0 46236 17 0 0 25 0 2 0 161475550 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16846 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.53
Current children cumulated vsize (KiB) 126816

[startup+522.875 s]
/proc/loadavg: 1.00 1.17 1.52 2/66 7226
/proc/meminfo: memFree=1463360/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=522.59
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30805 0 0 0 52241 18 0 0 25 0 2 0 161475550 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16846 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.59
Current children cumulated vsize (KiB) 126816

[startup+582.936 s]
/proc/loadavg: 1.00 1.14 1.48 2/66 7226
/proc/meminfo: memFree=1463360/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=126816 CPUtime=582.63
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30805 0 0 0 58245 18 0 0 25 0 2 0 161475550 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622527 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 31704 16846 177 90 0 31242 0
[pid=7207/tid=7209] ppid=7205 vsize=126816 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161475582 129859584 16846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.63
Current children cumulated vsize (KiB) 126816

[startup+642.997 s]

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

/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30815 0 0 0 118278 31 0 0 25 0 3 0 161475550 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 34265 16856 177 90 0 33803 0
[pid=7207/tid=7209] ppid=7205 vsize=137060 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161475582 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=137060 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161565604 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.09
Current children cumulated vsize (KiB) 137060

[startup+1243.67 s]
/proc/loadavg: 1.00 1.00 1.22 2/67 7425
/proc/meminfo: memFree=1462840/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=137060 CPUtime=1243.14
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30815 0 0 0 124283 31 0 0 25 0 3 0 161475550 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663939 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 34265 16856 177 90 0 33803 0
[pid=7207/tid=7209] ppid=7205 vsize=137060 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161475582 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=137060 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161565604 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1243.14
Current children cumulated vsize (KiB) 137060

[startup+1303.76 s]
/proc/loadavg: 1.06 1.01 1.20 2/67 7425
/proc/meminfo: memFree=1462840/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=137060 CPUtime=1303.19
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30815 0 0 0 130288 31 0 0 25 0 3 0 161475550 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 34265 16856 177 90 0 33803 0
[pid=7207/tid=7209] ppid=7205 vsize=137060 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161475582 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=137060 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161565604 140349440 16856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1303.19
Current children cumulated vsize (KiB) 137060

[startup+1363.85 s]
/proc/loadavg: 1.02 1.01 1.18 2/68 7426
/proc/meminfo: memFree=1462896/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1363.24
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30816 0 0 0 136293 31 0 0 25 0 4 0 161475550 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 36826 16857 177 90 0 36364 0
[pid=7207/tid=7209] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161475582 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161565604 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7426] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7426/stat : 7426 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161610614 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1363.24
Current children cumulated vsize (KiB) 147304

[startup+1423.86 s]
/proc/loadavg: 1.01 1.00 1.17 2/68 7426
/proc/meminfo: memFree=1462896/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1423.22
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30816 0 0 0 142290 32 0 0 25 0 4 0 161475550 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 36826 16857 177 90 0 36364 0
[pid=7207/tid=7209] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161475582 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161565604 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7426] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7426/stat : 7426 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161610614 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1423.22
Current children cumulated vsize (KiB) 147304

[startup+1483.87 s]
/proc/loadavg: 1.00 1.00 1.16 2/68 7426
/proc/meminfo: memFree=1462832/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1483.19
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30816 0 0 0 148287 32 0 0 25 0 4 0 161475550 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554409 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 36826 16857 177 90 0 36364 0
[pid=7207/tid=7209] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161475582 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161565604 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7426] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7426/stat : 7426 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161610614 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.19
Current children cumulated vsize (KiB) 147304

[startup+1543.88 s]
/proc/loadavg: 1.00 1.00 1.15 2/68 7426
/proc/meminfo: memFree=1462832/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1543.16
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30816 0 0 0 154284 32 0 0 25 0 4 0 161475550 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 36826 16857 177 90 0 36364 0
[pid=7207/tid=7209] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161475582 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161565604 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7426] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7426/stat : 7426 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161610614 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.16
Current children cumulated vsize (KiB) 147304

[startup+1603.9 s]
/proc/loadavg: 1.00 1.00 1.14 2/68 7426
/proc/meminfo: memFree=1462768/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1603.15
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30816 0 0 0 160283 32 0 0 25 0 4 0 161475550 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 36826 16857 177 90 0 36364 0
[pid=7207/tid=7209] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161475582 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161565604 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7426] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7426/stat : 7426 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161610614 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.15
Current children cumulated vsize (KiB) 147304

[startup+1663.9 s]
/proc/loadavg: 1.00 1.00 1.12 2/68 7426
/proc/meminfo: memFree=1462832/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1663.12
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30816 0 0 0 166280 32 0 0 25 0 4 0 161475550 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 36826 16857 177 90 0 36364 0
[pid=7207/tid=7209] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161475582 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161565604 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7426] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7426/stat : 7426 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161610614 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.12
Current children cumulated vsize (KiB) 147304

[startup+1723.91 s]
/proc/loadavg: 1.07 1.02 1.12 2/68 7426
/proc/meminfo: memFree=1462768/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1723.09
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30816 0 0 0 172277 32 0 0 25 0 4 0 161475550 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 36826 16857 177 90 0 36364 0
[pid=7207/tid=7209] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161475582 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161565604 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7426] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7426/stat : 7426 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161610614 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.09
Current children cumulated vsize (KiB) 147304

[startup+1783.92 s]
/proc/loadavg: 1.02 1.01 1.11 2/68 7426
/proc/meminfo: memFree=1462768/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1783.06
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30816 0 0 0 178274 32 0 0 25 0 4 0 161475550 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568417 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7207/statm: 36826 16857 177 90 0 36364 0
[pid=7207/tid=7209] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7209/stat : 7209 (bprolog) S 7205 7207 6189 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161475582 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7309] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7309/stat : 7309 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161565604 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7207/tid=7426] ppid=7205 vsize=147304 CPUtime=0
/proc/7207/task/7426/stat : 7426 (bprolog) S 7205 7207 6189 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161610614 150839296 16857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.06
Current children cumulated vsize (KiB) 147304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.95 s]
/proc/loadavg: 1.02 1.01 1.10 2/65 7426
/proc/meminfo: memFree=1462704/2055920 swapFree=4192812/4192956
[pid=7207] ppid=7205 vsize=147304 CPUtime=1800.07
/proc/7207/stat : 7207 (bprolog) R 7205 7207 6189 0 -1 4194304 30817 0 0 0 179975 32 0 0 25 0 1 0 161475550 150839296 16858 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 0 0 0 17 0 0 0
/proc/7207/statm: 36826 16858 178 90 0 36364 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 147304

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.96
CPU time (s): 1800.1
CPU user time (s): 1799.76
CPU system time (s): 0.338948
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 158068

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

runsolver used 1.77373 s user time and 4.63729 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Jan  7 00:46:14 UTC 2007


IDJOB= 198751
IDBENCH= 3574
FILE ID= node59/198751-1168130774

PBS_JOBID= 3477931

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f3.xml
COMMAND LINE= /tmp/evaluation/198751-1168130774/Complete/Ordinary/solver /tmp/evaluation/198751-1168130774/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node59/convwatcher-198751-1168130774 -o ROOT/results/node59/conversion-198751-1168130774 -C 600 -M 900 /tmp/evaluation/198751-1168130774/Complete/Ordinary/conversion /tmp/evaluation/198751-1168130774/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-198751-1168130774 -o ROOT/results/node59/solver-198751-1168130774 -C 1800 -M 900  /tmp/evaluation/198751-1168130774/Complete/Ordinary/solver /tmp/evaluation/198751-1168130774/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  ef05de44bc17daaf25b5294ac4693534

RANDOM SEED= 259933054

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.239
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.239
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:       1221552 kB
Buffers:          8768 kB
Cached:         452068 kB
SwapCached:          0 kB
Active:         488956 kB
Inactive:       292708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1221552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:         341464 kB
Slab:            37464 kB
Committed_AS:  3878620 kB
PageTables:       2500 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= 66549 MiB



End job on node59 on Sun Jan  7 01:16:17 UTC 2007