Trace number 3499124

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
rcl 2011-04-01? (TO) 5000.07 5000.01

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25061    58730 |    7518       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |   19058    51527 |      --       0       --      -- |     --   | -6003/-7203
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 5192   #clauses: 19058   #literals: 51527
0.00/0.06	c CPU time:   0.06399 s
0.00/0.06	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3499124-1308155940/watcher-3499124-1308155940 -o /tmp/evaluation-result-3499124-1308155940/solver-3499124-1308155940 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499124-1308155940.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 16997
/proc/meminfo: memFree=30612232/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 328 0 0 0 0 0 0 0 18 0 1 0 927192468 8908800 249 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16997/statm: 2175 249 209 178 0 68 0

[startup+0.110244 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 16997
/proc/meminfo: memFree=30612232/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8700

[startup+0.200248 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 16997
/proc/meminfo: memFree=30612232/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8700

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 16997
/proc/meminfo: memFree=30612232/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8700

[startup+0.701157 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 16997
/proc/meminfo: memFree=30612232/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 17000
/proc/meminfo: memFree=30607900/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=10716 CPUtime=1.42 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 1160 0 0 0 142 0 0 0 23 0 1 0 927192476 10973184 1071 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208235 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 2679 1071 130 6 0 1149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19416

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 17000
/proc/meminfo: memFree=30606660/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=11468 CPUtime=3.02 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 1341 0 0 0 302 0 0 0 25 0 1 0 927192476 11743232 1252 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 2867 1252 130 6 0 1337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20168

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 17000
/proc/meminfo: memFree=30604896/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=12688 CPUtime=6.22 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 1665 0 0 0 622 0 0 0 25 0 1 0 927192476 12992512 1576 33554432000 4194304 4218580 140734945590384 18446744073709551615 4213783 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 3172 1576 131 6 0 1642 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21388

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 1.95 3/180 17000
/proc/meminfo: memFree=30602560/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=14700 CPUtime=12.62 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 2166 0 0 0 1262 0 0 0 25 0 1 0 927192476 15052800 2077 33554432000 4194304 4218580 140734945590384 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 3675 2077 131 6 0 2145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23400

[startup+25.501 s]
/proc/loadavg: 2.06 2.02 1.95 3/180 17000
/proc/meminfo: memFree=30600568/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=16916 CPUtime=25.42 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 2707 0 0 0 2542 0 0 0 25 0 1 0 927192476 17321984 2618 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208442 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 4229 2618 131 6 0 2699 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25616

[startup+51.1007 s]
/proc/loadavg: 2.04 2.01 1.95 3/180 17001
/proc/meminfo: memFree=30596788/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=20716 CPUtime=51.01 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 3681 0 0 0 5101 0 0 0 25 0 1 0 927192476 21213184 3567 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 5179 3567 131 6 0 3649 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29416

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/180 17002
/proc/meminfo: memFree=30591680/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=24112 CPUtime=102.22 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 4590 0 0 0 10222 0 0 0 25 0 1 0 927192476 24690688 4424 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 6028 4424 131 6 0 4498 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 32812

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 17004
/proc/meminfo: memFree=30587412/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=28216 CPUtime=162.22 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 5743 0 0 0 16221 1 0 0 25 0 1 0 927192476 28893184 5432 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208480 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 7054 5432 131 6 0 5524 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36916

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 17006
/proc/meminfo: memFree=30582020/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=33408 CPUtime=222.22 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 7180 0 0 0 22221 1 0 0 25 0 1 0 927192476 34209792 6738 33554432000 4194304 4218580 140734945590384 18446744073709551615 4210507 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 8352 6738 131 6 0 6822 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42108

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 17007
/proc/meminfo: memFree=30579716/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=35656 CPUtime=282.22 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 7989 0 0 0 28221 1 0 0 25 0 1 0 927192476 36511744 7302 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 8914 7302 131 6 0 7384 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 44356

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 17009
/proc/meminfo: memFree=30571612/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=38120 CPUtime=342.22 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 8809 0 0 0 34220 2 0 0 25 0 1 0 927192476 39034880 7941 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 9530 7941 131 6 0 8000 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 46820

[startup+402.301 s]
/proc/loadavg: 2.04 2.01 1.95 3/180 17010
/proc/meminfo: memFree=30564388/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6

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

/proc/17000/statm: 24875 23278 131 6 0 23345 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 108200

[startup+4422.3 s]
/proc/loadavg: 1.00 1.20 1.59 2/173 17154
/proc/meminfo: memFree=30589016/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=100588 CPUtime=4422.29 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 37728 0 0 0 442209 20 0 0 25 0 1 0 927192476 103002112 23526 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 25147 23526 131 6 0 23617 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 109288

[startup+4482.3 s]
/proc/loadavg: 1.00 1.16 1.54 2/173 17156
/proc/meminfo: memFree=30587812/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=102132 CPUtime=4482.29 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 38296 0 0 0 448209 20 0 0 25 0 1 0 927192476 104583168 23938 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208534 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 25533 23938 131 6 0 24003 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 110832

[startup+4542.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/173 17158
/proc/meminfo: memFree=30586740/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=102928 CPUtime=4542.28 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 38769 0 0 0 454208 20 0 0 25 0 1 0 927192476 105398272 24141 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 25732 24141 131 6 0 24202 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 111628

[startup+4602.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/173 17159
/proc/meminfo: memFree=30585936/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=103748 CPUtime=4602.29 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 39095 0 0 0 460208 21 0 0 25 0 1 0 927192476 106237952 24328 33554432000 4194304 4218580 140734945590384 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 25937 24328 131 6 0 24407 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 112448

[startup+4662.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/173 17161
/proc/meminfo: memFree=30585768/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=103732 CPUtime=4662.29 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 39448 0 0 0 466208 21 0 0 25 0 1 0 927192476 106221568 24318 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 25933 24318 131 6 0 24403 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 112432

[startup+4722.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/173 17163
/proc/meminfo: memFree=30585448/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=104224 CPUtime=4722.29 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 40017 0 0 0 472208 21 0 0 25 0 1 0 927192476 106725376 24451 33554432000 4194304 4218580 140734945590384 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 26056 24451 131 6 0 24526 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 112924

[startup+4782.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/173 17164
/proc/meminfo: memFree=30584768/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=104900 CPUtime=4782.29 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 40614 0 0 0 478208 21 0 0 25 0 1 0 927192476 107417600 24605 33554432000 4194304 4218580 140734945590384 18446744073709551615 4209534 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 26225 24605 131 6 0 24695 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 113600

[startup+4842.31 s]
/proc/loadavg: 1.00 1.04 1.36 2/173 17166
/proc/meminfo: memFree=30584576/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=105304 CPUtime=4842.3 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 41118 0 0 0 484208 22 0 0 25 0 1 0 927192476 107831296 24734 33554432000 4194304 4218580 140734945590384 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 26326 24734 131 6 0 24796 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 114004

[startup+4902.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/173 17167
/proc/meminfo: memFree=30583032/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=106664 CPUtime=4902.29 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 41813 0 0 0 490207 22 0 0 25 0 1 0 927192476 109223936 25049 33554432000 4194304 4218580 140734945590384 18446744073709551615 4210100 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 26666 25049 131 6 0 25136 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 115364

[startup+4962.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/173 17178
/proc/meminfo: memFree=30582860/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=107088 CPUtime=4962.29 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 42375 0 0 0 496207 22 0 0 25 0 1 0 927192476 109658112 25149 33554432000 4194304 4218580 140734945590384 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 26772 25149 131 6 0 25242 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 115788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.02 1.29 2/173 17179
/proc/meminfo: memFree=30582832/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=107412 CPUtime=5000 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 42707 0 0 0 499978 22 0 0 25 0 1 0 927192476 109989888 25247 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208192 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 26853 25247 131 6 0 25323 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 116112

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

Solver just ended. Dumping a history of the last processes samples

[startup+5000 s]
/proc/loadavg: 1.00 1.02 1.29 2/173 17179
/proc/meminfo: memFree=30582832/32951124 swapFree=67054528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0.07 cores=0,2,4,6
/proc/16997/stat : 16997 (esg_static.sh) S 16995 16997 16485 0 -1 4202496 353 1207 0 0 0 0 7 0 18 0 1 0 927192468 8908800 252 33554432000 4194304 4922060 140733302789008 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16997/statm: 2175 252 209 178 0 68 0
[pid=17000] ppid=16997 vsize=107412 CPUtime=5000 cores=0,2,4,6
/proc/17000/stat : 17000 (cdcl) R 16997 16997 16485 0 -1 4202496 42707 0 0 0 499978 22 0 0 25 0 1 0 927192476 109989888 25247 33554432000 4194304 4218580 140734945590384 18446744073709551615 4208192 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/17000/statm: 26853 25247 131 6 0 25323 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 116112

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16997 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=73988
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.075987
# while last known CPU time is 5000.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 5000.07
CPU user time (s): 4999.85
CPU system time (s): 0.22
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 116112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.073988
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1560
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= 8
involuntary context switches= 6

runsolver used 8.71467 second user time and 16.3385 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-15 18:39:00
IDJOB=3499124
IDBENCH=87988
IDSOLVER=1993
FILE ID=node130/3499124-1308155940
RUNJOBID= node130-1308149799-16503
PBS_JOBID= 13575580
Free space on /tmp= 73684 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499124-1308155940/watcher-3499124-1308155940 -o /tmp/evaluation-result-3499124-1308155940/solver-3499124-1308155940 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499124-1308155940.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=695916022

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30612652 kB
Buffers:        470088 kB
Cached:        1417912 kB
SwapCached:      10540 kB
Active:         903128 kB
Inactive:      1073780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30612652 kB
SwapTotal:    67111528 kB
SwapFree:     67054528 kB
Dirty:            1160 kB
Writeback:           0 kB
AnonPages:       85680 kB
Mapped:          12404 kB
Slab:           298848 kB
PageTables:       4428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   281532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73688 MiB
End job on node130 at 2011-06-15 20:02:22