Trace number 212985

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.01 1813.64

General information on the benchmark

NamepseudoSeries/aim/
aim-200-6-0-3.xml
MD5SUM657c39030635ac4a66fe3a4eb9de0f08
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.286955
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints1400
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1400
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/212985-1168225137/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-212985-1168225137 -o ROOT/results/node2/solver-212985-1168225137 -C 1800 -M 900 /tmp/evaluation/212985-1168225137/Complete/Ordinary/solver /tmp/evaluation/212985-1168225137/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.09 1.62 1.85 5/94 21059
/proc/meminfo: memFree=1780304/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=18540 CPUtime=0
/proc/21058/stat : 21058 (runsolver) R 21056 21058 20978 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 170910117 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21058/statm: 4635 279 244 17 0 2626 0

[startup+0.103873 s]
/proc/loadavg: 1.09 1.62 1.85 5/94 21059
/proc/meminfo: memFree=1780304/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=0.08
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1328 0 0 0 8 0 0 0 18 0 2 0 170910117 73605120 1043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817449 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1043 168 90 0 17508 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 71880

[startup+0.51194 s]
/proc/loadavg: 1.09 1.62 1.85 5/94 21059
/proc/meminfo: memFree=1780304/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=0.49
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 49 0 0 0 23 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817455 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 71880

[startup+1.33309 s]
/proc/loadavg: 1.16 1.62 1.85 3/95 21060
/proc/meminfo: memFree=1776712/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=1.31
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 131 0 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817449 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 71880

[startup+2.97439 s]
/proc/loadavg: 1.16 1.62 1.85 4/95 21060
/proc/meminfo: memFree=1776712/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=2.95
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 295 0 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 71880

[startup+6.25299 s]
/proc/loadavg: 1.16 1.62 1.85 3/95 21060
/proc/meminfo: memFree=1776712/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=6.21
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 621 0 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817449 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 71880

[startup+12.7202 s]
/proc/loadavg: 1.29 1.64 1.85 5/95 21060
/proc/meminfo: memFree=1776712/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=12.65
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 1265 0 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 71880

[startup+25.5335 s]
/proc/loadavg: 1.40 1.65 1.85 3/95 21060
/proc/meminfo: memFree=1776712/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=25.39
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 2539 0 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618051 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 71880

[startup+51.1713 s]
/proc/loadavg: 1.60 1.68 1.85 3/95 21060
/proc/meminfo: memFree=1776712/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=50.92
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 5092 0 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 71880

[startup+102.442 s]
/proc/loadavg: 1.84 1.73 1.86 3/95 21060
/proc/meminfo: memFree=1776712/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=101.96
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 10195 1 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 71880

[startup+162.448 s]
/proc/loadavg: 1.94 1.77 1.87 3/101 21202
/proc/meminfo: memFree=1775432/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=161.58
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 16153 5 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 71880

[startup+222.477 s]
/proc/loadavg: 2.31 1.92 1.91 3/95 21668
/proc/meminfo: memFree=1746888/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=218.69
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 21857 12 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.69
Current children cumulated vsize (KiB) 71880

[startup+282.566 s]
/proc/loadavg: 2.15 1.94 1.91 3/95 21668
/proc/meminfo: memFree=1746888/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=278.5
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 27838 12 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 278.5
Current children cumulated vsize (KiB) 71880

[startup+342.639 s]
/proc/loadavg: 1.53 1.81 1.87 2/82 21742
/proc/meminfo: memFree=1790968/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=338.43
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 33831 12 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 338.43
Current children cumulated vsize (KiB) 71880

[startup+402.699 s]
/proc/loadavg: 1.27 1.68 1.82 2/82 21787
/proc/meminfo: memFree=1792000/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=398.45
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 39832 13 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (KiB) 71880

[startup+462.774 s]
/proc/loadavg: 1.58 1.68 1.81 3/87 22002
/proc/meminfo: memFree=1787096/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=458.48
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 45834 14 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.48
Current children cumulated vsize (KiB) 71880

[startup+522.846 s]
/proc/loadavg: 1.85 1.73 1.82 3/87 22002
/proc/meminfo: memFree=1787096/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=518.54
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 51839 15 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.54
Current children cumulated vsize (KiB) 71880

[startup+582.922 s]
/proc/loadavg: 1.94 1.78 1.82 3/87 22002
/proc/meminfo: memFree=1787096/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=71880 CPUtime=578.59
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1330 0 0 0 57844 15 0 0 25 0 2 0 170910117 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21058/statm: 17970 1045 170 90 0 17508 0
[pid=21058/tid=21060] ppid=21056 vsize=71880 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170910126 73605120 1045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.59
Current children cumulated vsize (KiB) 71880

[startup+643.002 s]

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

/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1332 0 0 0 117508 23 0 0 25 0 3 0 170910117 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 20531 1047 170 90 0 20069 0
[pid=21058/tid=21060] ppid=21056 vsize=82124 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170910126 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=82124 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171000150 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.31
Current children cumulated vsize (KiB) 82124

[startup+1243.57 s]
/proc/loadavg: 1.97 1.64 1.64 3/96 22377
/proc/meminfo: memFree=1713424/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=82124 CPUtime=1234.82
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1332 0 0 0 123459 23 0 0 25 0 3 0 170910117 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 20531 1047 170 90 0 20069 0
[pid=21058/tid=21060] ppid=21056 vsize=82124 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170910126 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=82124 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171000150 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1234.82
Current children cumulated vsize (KiB) 82124

[startup+1303.65 s]
/proc/loadavg: 1.99 1.71 1.66 3/96 22377
/proc/meminfo: memFree=1713424/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=82124 CPUtime=1294.4
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1332 0 0 0 129416 24 0 0 25 0 3 0 170910117 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 20531 1047 170 90 0 20069 0
[pid=21058/tid=21060] ppid=21056 vsize=82124 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170910126 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=82124 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171000150 84094976 1047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1294.4
Current children cumulated vsize (KiB) 82124

[startup+1363.74 s]
/proc/loadavg: 1.99 1.76 1.68 3/97 22378
/proc/meminfo: memFree=1713416/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1353.97
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1333 0 0 0 135373 24 0 0 25 0 4 0 170910117 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618635 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 23092 1048 170 90 0 22630 0
[pid=21058/tid=21060] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170910126 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171000150 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22378] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22378/stat : 22378 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171045157 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1353.97
Current children cumulated vsize (KiB) 92368

[startup+1423.78 s]
/proc/loadavg: 1.99 1.80 1.69 3/97 22378
/proc/meminfo: memFree=1713416/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1413.49
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1333 0 0 0 141325 24 0 0 25 0 4 0 170910117 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 23092 1048 170 90 0 22630 0
[pid=21058/tid=21060] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170910126 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171000150 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22378] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22378/stat : 22378 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171045157 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1413.49
Current children cumulated vsize (KiB) 92368

[startup+1483.82 s]
/proc/loadavg: 1.99 1.83 1.71 3/97 22378
/proc/meminfo: memFree=1713416/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1473.01
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1333 0 0 0 147277 24 0 0 25 0 4 0 170910117 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552802 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 23092 1048 170 90 0 22630 0
[pid=21058/tid=21060] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170910126 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171000150 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22378] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22378/stat : 22378 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171045157 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.01
Current children cumulated vsize (KiB) 92368

[startup+1543.87 s]
/proc/loadavg: 2.06 1.88 1.73 3/97 22378
/proc/meminfo: memFree=1713352/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1532.56
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1333 0 0 0 153232 24 0 0 25 0 4 0 170910117 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134821444 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 23092 1048 170 90 0 22630 0
[pid=21058/tid=21060] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170910126 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171000150 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22378] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22378/stat : 22378 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 171045157 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.56
Current children cumulated vsize (KiB) 92368

[startup+1603.93 s]
/proc/loadavg: 2.02 1.90 1.75 3/97 22378
/proc/meminfo: memFree=1713224/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1592.1
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1333 0 0 0 159185 25 0 0 25 0 4 0 170910117 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 23092 1048 170 90 0 22630 0
[pid=21058/tid=21060] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170910126 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171000150 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22378] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22378/stat : 22378 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171045157 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.1
Current children cumulated vsize (KiB) 92368

[startup+1664.01 s]
/proc/loadavg: 2.01 1.91 1.76 3/97 22378
/proc/meminfo: memFree=1713160/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1651.65
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1333 0 0 0 165140 25 0 0 25 0 4 0 170910117 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 23092 1048 170 90 0 22630 0
[pid=21058/tid=21060] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170910126 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171000150 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22378] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22378/stat : 22378 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171045157 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.65
Current children cumulated vsize (KiB) 92368

[startup+1724.05 s]
/proc/loadavg: 2.00 1.92 1.77 4/97 22378
/proc/meminfo: memFree=1713160/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1711.18
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1333 0 0 0 171093 25 0 0 25 0 4 0 170910117 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552654 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 23092 1048 170 90 0 22630 0
[pid=21058/tid=21060] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170910126 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171000150 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22378] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22378/stat : 22378 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171045157 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.18
Current children cumulated vsize (KiB) 92368

[startup+1784.12 s]
/proc/loadavg: 2.00 1.94 1.78 3/97 22378
/proc/meminfo: memFree=1713032/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1770.74
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1333 0 0 0 177049 25 0 0 25 0 4 0 170910117 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21058/statm: 23092 1048 170 90 0 22630 0
[pid=21058/tid=21060] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/21060/stat : 21060 (bprolog) S 21056 21058 20978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170910126 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22206] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22206/stat : 22206 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171000150 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21058/tid=22378] ppid=21056 vsize=92368 CPUtime=0
/proc/21058/task/22378/stat : 22378 (bprolog) S 21056 21058 20978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 171045157 94584832 1048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.74
Current children cumulated vsize (KiB) 92368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.63 s]
/proc/loadavg: 2.00 1.94 1.79 3/94 22378
/proc/meminfo: memFree=1713032/2055920 swapFree=4191880/4192956
[pid=21058] ppid=21056 vsize=92368 CPUtime=1800
/proc/21058/stat : 21058 (bprolog) R 21056 21058 20978 0 -1 4194304 1334 0 0 0 179975 25 0 0 25 0 1 0 170910117 94584832 1049 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 0 0 0 17 0 0 0
/proc/21058/statm: 23092 1049 171 90 0 22630 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 92368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.64
CPU time (s): 1800.01
CPU user time (s): 1799.75
CPU system time (s): 0.25696
CPU usage (%): 99.2486
Max. virtual memory (cumulated for all children) (KiB): 92368

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

runsolver used 1.92271 s user time and 4.83626 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan  8 02:59:02 UTC 2007


IDJOB= 212985
IDBENCH= 4813
FILE ID= node2/212985-1168225137

PBS_JOBID= 3481007

Free space on /tmp= 66333 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/aim/aim-200-6-0-3.xml
COMMAND LINE= /tmp/evaluation/212985-1168225137/Complete/Ordinary/solver /tmp/evaluation/212985-1168225137/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-212985-1168225137 -o ROOT/results/node2/conversion-212985-1168225137 -C 600 -M 900 /tmp/evaluation/212985-1168225137/Complete/Ordinary/conversion /tmp/evaluation/212985-1168225137/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  657c39030635ac4a66fe3a4eb9de0f08

RANDOM SEED= 350369061

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:       1780784 kB
Buffers:         39948 kB
Cached:          74796 kB
SwapCached:        448 kB
Active:         160028 kB
Inactive:        58760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780784 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         130076 kB
Slab:            40736 kB
Committed_AS:  4216684 kB
PageTables:       2548 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= 66336 MiB



End job on node2 on Mon Jan  8 03:29:19 UTC 2007