Trace number 212608

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.03 1803.17

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-net12.xml
MD5SUMf81acf5e5a3ada4bee2a8eb162e3fb5c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables780
Number of constraints441
Maximum constraint arity101
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension441
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 1.94 2.14 2.48 3/93 20245
/proc/meminfo: memFree=1677536/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=5352 CPUtime=0
/proc/20244/stat : 20244 (sh) R 20242 20244 19683 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 170578618 5480448 182 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4383506 0 0 4100 0 0 0 0 17 1 0 0
/proc/20244/statm: 1338 182 149 169 0 49 0

[startup+0.102022 s]
/proc/loadavg: 1.94 2.14 2.48 3/93 20245
/proc/meminfo: memFree=1677536/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=53824 CPUtime=0.08
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 2410 0 0 0 8 0 0 0 20 0 1 0 170578618 55115776 2126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555771 0 0 4096 2 0 0 0 17 1 0 0
/proc/20244/statm: 13456 2126 158 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.510098 s]
/proc/loadavg: 1.94 2.14 2.48 3/93 20245
/proc/meminfo: memFree=1677536/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=53820 CPUtime=0.49
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 4829 0 0 0 48 1 0 0 24 0 1 0 170578618 55111680 4544 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613162 0 0 4096 2 0 0 0 17 1 0 0
/proc/20244/statm: 13455 4544 176 90 0 12993 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 53820

[startup+1.33125 s]
/proc/loadavg: 1.94 2.14 2.48 3/94 20246
/proc/meminfo: memFree=1649944/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=1.31
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7827 0 0 0 129 2 0 0 25 0 2 0 170578618 75579392 7061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7061 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7061 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) 73808

[startup+2.96855 s]
/proc/loadavg: 1.94 2.14 2.48 3/94 20246
/proc/meminfo: memFree=1649944/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=2.94
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7828 0 0 0 292 2 0 0 25 0 2 0 170578618 75579392 7062 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7062 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7062 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) 73808

[startup+6.25716 s]
/proc/loadavg: 1.94 2.14 2.48 3/94 20246
/proc/meminfo: memFree=1649880/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=6.21
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7830 0 0 0 619 2 0 0 25 0 2 0 170578618 75579392 7064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618718 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7064 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 73808

[startup+12.7243 s]
/proc/loadavg: 1.95 2.13 2.47 3/94 20246
/proc/meminfo: memFree=1649944/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=12.65
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7831 0 0 0 1263 2 0 0 25 0 2 0 170578618 75579392 7065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799926 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7065 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 73808

[startup+25.5587 s]
/proc/loadavg: 1.96 2.13 2.46 3/94 20246
/proc/meminfo: memFree=1650008/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=25.42
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7831 0 0 0 2540 2 0 0 25 0 2 0 170578618 75579392 7065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799154 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7065 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 73808

[startup+51.2244 s]
/proc/loadavg: 1.97 2.12 2.45 3/94 20246
/proc/meminfo: memFree=1650072/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=50.97
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7831 0 0 0 5094 3 0 0 25 0 2 0 170578618 75579392 7065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7065 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 73808

[startup+102.448 s]
/proc/loadavg: 1.99 2.09 2.42 3/94 20246
/proc/meminfo: memFree=1650008/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=101.94
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7842 0 0 0 10191 3 0 0 25 0 2 0 170578618 75579392 7076 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7076 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7076 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 73808

[startup+162.508 s]
/proc/loadavg: 1.99 2.07 2.39 3/94 20246
/proc/meminfo: memFree=1649944/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=161.72
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7845 0 0 0 16168 4 0 0 25 0 2 0 170578618 75579392 7079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7079 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 73808

[startup+222.566 s]
/proc/loadavg: 1.99 2.06 2.36 4/94 20246
/proc/meminfo: memFree=1649944/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=221.49
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7848 0 0 0 22145 4 0 0 25 0 2 0 170578618 75579392 7082 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7082 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7082 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 73808

[startup+282.612 s]
/proc/loadavg: 1.99 2.05 2.34 3/94 20246
/proc/meminfo: memFree=1649880/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=281.24
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7851 0 0 0 28120 4 0 0 25 0 2 0 170578618 75579392 7085 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134615514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20244/statm: 18452 7085 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7085 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.24
Current children cumulated vsize (KiB) 73808

[startup+342.704 s]
/proc/loadavg: 1.99 2.03 2.32 3/95 20318
/proc/meminfo: memFree=1770952/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=341.18
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7852 0 0 0 34108 10 0 0 25 0 2 0 170578618 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552953 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 18452 7086 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.18
Current children cumulated vsize (KiB) 73808

[startup+402.71 s]
/proc/loadavg: 1.99 2.03 2.29 3/95 20318
/proc/meminfo: memFree=1766088/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=401.13
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7852 0 0 0 40102 11 0 0 25 0 2 0 170578618 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 18452 7086 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.13
Current children cumulated vsize (KiB) 73808

[startup+462.733 s]
/proc/loadavg: 1.99 2.02 2.27 3/95 20318
/proc/meminfo: memFree=1762760/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=461.07
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7852 0 0 0 46096 11 0 0 25 0 2 0 170578618 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 18452 7086 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.07
Current children cumulated vsize (KiB) 73808

[startup+522.755 s]
/proc/loadavg: 1.99 2.01 2.25 3/95 20318
/proc/meminfo: memFree=1760264/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=521.03
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7852 0 0 0 52092 11 0 0 25 0 2 0 170578618 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 18452 7086 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.03
Current children cumulated vsize (KiB) 73808

[startup+582.768 s]
/proc/loadavg: 1.99 2.01 2.24 3/95 20318
/proc/meminfo: memFree=1757128/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=73808 CPUtime=581
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 7852 0 0 0 58088 12 0 0 25 0 2 0 170578618 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 18452 7086 182 90 0 17990 0
[pid=20244/tid=20246] ppid=20242 vsize=73808 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170578686 75579392 7086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581
Current children cumulated vsize (KiB) 73808

[startup+642.778 s]

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

/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 8829 0 0 0 118046 14 0 0 25 0 3 0 170578618 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 21014 7098 182 90 0 20552 0
[pid=20244/tid=20246] ppid=20242 vsize=84056 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170578686 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=84056 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170668700 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.6
Current children cumulated vsize (KiB) 84056

[startup+1243.08 s]
/proc/loadavg: 2.03 2.01 2.09 3/96 20321
/proc/meminfo: memFree=1687360/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=84056 CPUtime=1240.55
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 8829 0 0 0 124041 14 0 0 25 0 3 0 170578618 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 21014 7098 182 90 0 20552 0
[pid=20244/tid=20246] ppid=20242 vsize=84056 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170578686 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=84056 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170668700 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.55
Current children cumulated vsize (KiB) 84056

[startup+1303.18 s]
/proc/loadavg: 2.01 2.01 2.09 3/96 20321
/proc/meminfo: memFree=1687232/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=84056 CPUtime=1300.58
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 8829 0 0 0 130044 14 0 0 25 0 3 0 170578618 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134615451 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 21014 7098 182 90 0 20552 0
[pid=20244/tid=20246] ppid=20242 vsize=84056 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170578686 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=84056 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170668700 86073344 7098 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.58
Current children cumulated vsize (KiB) 84056

[startup+1363.22 s]
/proc/loadavg: 2.07 2.02 2.09 3/97 20322
/proc/meminfo: memFree=1686968/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1360.55
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9809 0 0 0 136040 15 0 0 25 0 4 0 170578618 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 23582 7106 182 90 0 23120 0
[pid=20244/tid=20246] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170578686 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170668700 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20244/tid=20322] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20322/stat : 20322 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170713721 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.55
Current children cumulated vsize (KiB) 94328

[startup+1423.28 s]
/proc/loadavg: 2.02 2.01 2.08 3/97 20322
/proc/meminfo: memFree=1686904/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1420.55
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9809 0 0 0 142040 15 0 0 25 0 4 0 170578618 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 23582 7106 182 90 0 23120 0
[pid=20244/tid=20246] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170578686 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170668700 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20244/tid=20322] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20322/stat : 20322 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170713721 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.55
Current children cumulated vsize (KiB) 94328

[startup+1483.35 s]
/proc/loadavg: 2.01 2.01 2.07 3/97 20322
/proc/meminfo: memFree=1686776/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1480.55
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9809 0 0 0 148040 15 0 0 25 0 4 0 170578618 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 23582 7106 182 90 0 23120 0
[pid=20244/tid=20246] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170578686 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170668700 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20244/tid=20322] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20322/stat : 20322 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170713721 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.55
Current children cumulated vsize (KiB) 94328

[startup+1543.41 s]
/proc/loadavg: 2.00 2.00 2.07 3/97 20322
/proc/meminfo: memFree=1686648/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1540.55
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9809 0 0 0 154039 16 0 0 25 0 4 0 170578618 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553040 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 23582 7106 182 90 0 23120 0
[pid=20244/tid=20246] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170578686 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170668700 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20244/tid=20322] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20322/stat : 20322 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170713721 96591872 7106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.55
Current children cumulated vsize (KiB) 94328

[startup+1603.48 s]
/proc/loadavg: 2.00 2.00 2.06 3/97 20322
/proc/meminfo: memFree=1656376/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1600.56
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9897 0 0 0 160040 16 0 0 25 0 4 0 170578618 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 23582 7194 182 90 0 23120 0
[pid=20244/tid=20246] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170578686 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170668700 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20244/tid=20322] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20322/stat : 20322 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170713721 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.56
Current children cumulated vsize (KiB) 94328

[startup+1663.54 s]
/proc/loadavg: 2.00 2.00 2.06 3/97 20322
/proc/meminfo: memFree=1652664/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1660.54
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9897 0 0 0 166038 16 0 0 25 0 4 0 170578618 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 23582 7194 182 90 0 23120 0
[pid=20244/tid=20246] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170578686 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170668700 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20244/tid=20322] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20322/stat : 20322 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170713721 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.54
Current children cumulated vsize (KiB) 94328

[startup+1723.6 s]
/proc/loadavg: 2.23 2.05 2.07 3/97 20322
/proc/meminfo: memFree=1646584/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1720.53
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9897 0 0 0 172037 16 0 0 25 0 4 0 170578618 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 23582 7194 182 90 0 23120 0
[pid=20244/tid=20246] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170578686 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170668700 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20244/tid=20322] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20322/stat : 20322 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170713721 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.53
Current children cumulated vsize (KiB) 94328

[startup+1783.68 s]
/proc/loadavg: 2.08 2.04 2.06 3/97 20322
/proc/meminfo: memFree=1644472/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1780.55
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9897 0 0 0 178038 17 0 0 25 0 4 0 170578618 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20244/statm: 23582 7194 182 90 0 23120 0
[pid=20244/tid=20246] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20246/stat : 20246 (bprolog) S 20242 20244 19683 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170578686 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20244/tid=20319] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20319/stat : 20319 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170668700 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20244/tid=20322] ppid=20242 vsize=94328 CPUtime=0
/proc/20244/task/20322/stat : 20322 (bprolog) S 20242 20244 19683 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170713721 96591872 7194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.55
Current children cumulated vsize (KiB) 94328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.16 s]
/proc/loadavg: 2.06 2.03 2.06 3/94 20322
/proc/meminfo: memFree=1642936/2055920 swapFree=4191880/4192956
[pid=20244] ppid=20242 vsize=94328 CPUtime=1800.02
/proc/20244/stat : 20244 (bprolog) R 20242 20244 19683 0 -1 4194304 9898 0 0 0 179985 17 0 0 25 0 1 0 170578618 96591872 7195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 0 0 0 17 0 0 0
/proc/20244/statm: 23582 7195 183 90 0 23120 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 94328

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.17
CPU time (s): 1800.03
CPU user time (s): 1799.85
CPU system time (s): 0.176973
CPU usage (%): 99.8261
Max. virtual memory (cumulated for all children) (KiB): 94328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9898
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= 15
involuntary context switches= 25952

runsolver used 2.29565 s user time and 5.68513 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan  8 02:03:47 UTC 2007


IDJOB= 212608
IDBENCH= 4784
FILE ID= node2/212608-1168221827

PBS_JOBID= 3480655

Free space on /tmp= 66330 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-net12.xml
COMMAND LINE= /tmp/evaluation/212608-1168221827/Complete/Ordinary/solver /tmp/evaluation/212608-1168221827/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-212608-1168221827 -o ROOT/results/node2/conversion-212608-1168221827 -C 600 -M 900 /tmp/evaluation/212608-1168221827/Complete/Ordinary/conversion /tmp/evaluation/212608-1168221827/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-212608-1168221827 -o ROOT/results/node2/solver-212608-1168221827 -C 1800 -M 900  /tmp/evaluation/212608-1168221827/Complete/Ordinary/solver /tmp/evaluation/212608-1168221827/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f81acf5e5a3ada4bee2a8eb162e3fb5c

RANDOM SEED= 36044688

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.259
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	: 5931.00
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.259
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:       1678016 kB
Buffers:         34880 kB
Cached:          45668 kB
SwapCached:         32 kB
Active:         282652 kB
Inactive:        38608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678016 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:         269212 kB
Slab:            40880 kB
Committed_AS:  4934628 kB
PageTables:       2780 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= 66332 MiB



End job on node2 on Mon Jan  8 02:33:53 UTC 2007