Trace number 3499140

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

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data

0.00/0.03	c Parsing...
1.55/1.68	c ==============================================================================
1.55/1.68	c |           |     ORIGINAL     |              LEARNT              |          |
1.55/1.68	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.55/1.68	c ==============================================================================
1.55/1.68	c |         0 | 4313013 12562187 | 1293903       0        0     nan |  0.000 % |
11.75/11.89	c |         0 | 4281700 13191840 |      --       0       --      -- |     --   | -31256/629794
11.75/11.89	c ==============================================================================
11.75/11.89	c Result  :   #vars: 188087   #clauses: 4281700   #literals: 13191840
11.75/11.89	c CPU time:   11.6302 s
11.75/11.89	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-3499140-1308156680/watcher-3499140-1308156680 -o /tmp/evaluation-result-3499140-1308156680/solver-3499140-1308156680 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499140-1308156680.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.02 2.01 2.00 2/179 18508
/proc/meminfo: memFree=30592564/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0

[startup+0.080647 s]
/proc/loadavg: 2.02 2.01 2.00 2/179 18508
/proc/meminfo: memFree=30592564/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100646 s]
/proc/loadavg: 2.02 2.01 2.00 2/179 18508
/proc/meminfo: memFree=30592564/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300612 s]
/proc/loadavg: 2.02 2.01 2.00 2/179 18508
/proc/meminfo: memFree=30592564/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700537 s]
/proc/loadavg: 2.02 2.01 2.00 2/179 18508
/proc/meminfo: memFree=30592564/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 18510
/proc/meminfo: memFree=30453196/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0
[pid=18509] ppid=18508 vsize=233000 CPUtime=1.45 cores=0,2,4,6
/proc/18509/stat : 18509 (SatELite_releas) R 18508 18508 18010 0 -1 4202496 52063 0 0 0 130 15 0 0 25 0 1 0 927266466 238592000 52018 33554432000 134512640 135144242 4288072608 18446744073709551615 134745534 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18509/statm: 58250 52019 52 155 0 58093 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 241700

[startup+3.10111 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 18510
/proc/meminfo: memFree=30284060/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0
[pid=18509] ppid=18508 vsize=385056 CPUtime=3.05 cores=0,2,4,6
/proc/18509/stat : 18509 (SatELite_releas) R 18508 18508 18010 0 -1 4202496 89679 0 0 0 285 20 0 0 25 0 1 0 927266466 394297344 81003 33554432000 134512640 135144242 4288072608 18446744073709551615 134585373 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18509/statm: 96264 81003 77 155 0 96107 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 393756

[startup+6.30054 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 18510
/proc/meminfo: memFree=30231860/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0
[pid=18509] ppid=18508 vsize=451232 CPUtime=6.25 cores=0,2,4,6
/proc/18509/stat : 18509 (SatELite_releas) R 18508 18508 18010 0 -1 4202496 98792 0 0 0 604 21 0 0 25 0 1 0 927266466 462061568 89540 33554432000 134512640 135144242 4288072608 18446744073709551615 134605493 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18509/statm: 112808 89540 77 155 0 112651 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 459932

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 18510
/proc/meminfo: memFree=30260948/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 927266466 8908800 249 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18508/statm: 2175 249 209 178 0 68 0
[pid=18509] ppid=18508 vsize=385560 CPUtime=12.65 cores=0,2,4,6
/proc/18509/stat : 18509 (SatELite_releas) R 18508 18508 18010 0 -1 4202496 107357 0 0 0 1238 27 0 0 25 0 1 0 927266466 394813440 81156 33554432000 134512640 135144242 4288072608 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18509/statm: 96390 81156 80 155 0 96233 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 394260

[startup+25.5011 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 18512
/proc/meminfo: memFree=30372160/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=130644 CPUtime=11.38 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 30370 0 0 0 1129 9 0 0 25 0 1 0 927267877 133779456 30191 33554432000 4194304 4218580 140733838190816 18446744073709551615 4209537 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 32661 30191 143 6 0 31131 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 139344

[startup+51.1006 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 18512
/proc/meminfo: memFree=30364272/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=135180 CPUtime=36.98 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 31498 0 0 0 3689 9 0 0 25 0 1 0 927267877 138424320 31319 33554432000 4194304 4218580 140733838190816 18446744073709551615 4208207 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 33795 31319 143 6 0 32265 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 143880

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18514
/proc/meminfo: memFree=30359776/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=140500 CPUtime=88.19 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 32860 0 0 0 8809 10 0 0 25 0 1 0 927267877 143872000 32671 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210496 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 35125 32671 133 6 0 33595 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 149200

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18515
/proc/meminfo: memFree=30353164/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=147328 CPUtime=148.18 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 34600 0 0 0 14808 10 0 0 25 0 1 0 927267877 150863872 34395 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210096 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 36832 34395 133 6 0 35302 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 156028

[startup+222.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 18517
/proc/meminfo: memFree=30348544/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=150612 CPUtime=208.19 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 35425 0 0 0 20808 11 0 0 25 0 1 0 927267877 154226688 35206 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 37653 35206 133 6 0 36123 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 159312

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 18518
/proc/meminfo: memFree=30343048/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=154420 CPUtime=268.19 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 36413 0 0 0 26808 11 0 0 25 0 1 0 927267877 158126080 36174 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210496 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 38605 36174 133 6 0 37075 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 163120

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18520
/proc/meminfo: memFree=30336556/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=160416 CPUtime=328.19 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 37985 0 0 0 32807 12 0 0 25 0 1 0 927267877 164265984 37675 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 40104 37675 133 6 0 38574 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 169116

[startup+402.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 18522
/proc/meminfo: memFree=30335656/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6

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

/proc/18511/statm: 64287 61856 133 6 0 62757 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 265848

[startup+4362.3 s]
/proc/loadavg: 1.03 1.08 1.40 2/174 18673
/proc/meminfo: memFree=30300836/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=257052 CPUtime=4348.29 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 70101 0 0 0 434808 21 0 0 25 0 1 0 927267877 263221248 61835 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210207 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64263 61835 133 6 0 62733 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 265752

[startup+4422.3 s]
/proc/loadavg: 1.01 1.06 1.37 2/174 18678
/proc/meminfo: memFree=30301164/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=257084 CPUtime=4408.29 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 70231 0 0 0 440808 21 0 0 25 0 1 0 927267877 263254016 61844 33554432000 4194304 4218580 140733838190816 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64271 61844 133 6 0 62741 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 265784

[startup+4482.3 s]
/proc/loadavg: 1.00 1.05 1.34 2/174 18679
/proc/meminfo: memFree=30301340/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=257020 CPUtime=4468.29 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 70358 0 0 0 446808 21 0 0 25 0 1 0 927267877 263188480 61827 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64255 61827 133 6 0 62725 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 265720

[startup+4542.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/174 18681
/proc/meminfo: memFree=30301172/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=257084 CPUtime=4528.3 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 70494 0 0 0 452809 21 0 0 25 0 1 0 927267877 263254016 61843 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64271 61843 133 6 0 62741 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 265784

[startup+4602.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/174 18683
/proc/meminfo: memFree=30300776/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=257052 CPUtime=4588.3 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 70649 0 0 0 458809 21 0 0 25 0 1 0 927267877 263221248 61838 33554432000 4194304 4218580 140733838190816 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64263 61838 133 6 0 62733 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 265752

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/174 18684
/proc/meminfo: memFree=30300732/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=256956 CPUtime=4648.3 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 70793 0 0 0 464809 21 0 0 25 0 1 0 927267877 263122944 61817 33554432000 4194304 4218580 140733838190816 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64239 61817 133 6 0 62709 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 265656

[startup+4722.31 s]
/proc/loadavg: 1.00 1.02 1.26 2/174 18686
/proc/meminfo: memFree=30300700/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=257084 CPUtime=4708.3 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 70940 0 0 0 470809 21 0 0 25 0 1 0 927267877 263254016 61841 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64271 61841 133 6 0 62741 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 265784

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/174 18687
/proc/meminfo: memFree=30300532/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=256956 CPUtime=4768.3 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 71089 0 0 0 476809 21 0 0 25 0 1 0 927267877 263122944 61817 33554432000 4194304 4218580 140733838190816 18446744073709551615 4208519 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64239 61817 133 6 0 62709 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 265656

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/174 18689
/proc/meminfo: memFree=30300620/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=256988 CPUtime=4828.3 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 71228 0 0 0 482809 21 0 0 25 0 1 0 927267877 263155712 61823 33554432000 4194304 4218580 140733838190816 18446744073709551615 4208136 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64247 61823 133 6 0 62717 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 265688

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/174 18691
/proc/meminfo: memFree=30300584/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=256988 CPUtime=4888.31 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 71368 0 0 0 488809 22 0 0 25 0 1 0 927267877 263155712 61822 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210496 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64247 61822 133 6 0 62717 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 265688

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/174 18692
/proc/meminfo: memFree=30300424/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=256956 CPUtime=4948.31 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 71524 0 0 0 494809 22 0 0 25 0 1 0 927267877 263122944 61813 33554432000 4194304 4218580 140733838190816 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64239 61813 133 6 0 62709 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 265656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.18 2/174 18693
/proc/meminfo: memFree=30300384/32951124 swapFree=67063284/67111528
[pid=18508] ppid=18506 vsize=8700 CPUtime=14.06 cores=0,2,4,6
/proc/18508/stat : 18508 (esg_static.sh) S 18506 18508 18010 0 -1 4202496 353 107358 0 0 0 0 1370 36 18 0 1 0 927266466 8908800 252 33554432000 4194304 4922060 140736583711760 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18508/statm: 2175 252 209 178 0 68 0
[pid=18511] ppid=18508 vsize=257116 CPUtime=4986.01 cores=0,2,4,6
/proc/18511/stat : 18511 (cdcl) R 18508 18508 18010 0 -1 4202496 71614 0 0 0 498579 22 0 0 25 0 1 0 927267877 263286784 61853 33554432000 4194304 4218580 140733838190816 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/18511/statm: 64279 61853 133 6 0 62749 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 265816

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18508 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=706916
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=364944
# CPU time returned by wait4() is 14.0719
# 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.49
CPU system time (s): 0.58
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 460336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7069
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107711
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= 9
involuntary context switches= 12

runsolver used 8.60869 second user time and 17.4044 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-15 18:51:23
IDJOB=3499140
IDBENCH=88165
IDSOLVER=1993
FILE ID=node132/3499140-1308156680
RUNJOBID= node132-1308150602-18028
PBS_JOBID= 13575612
Free space on /tmp= 73632 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499140-1308156680/watcher-3499140-1308156680 -o /tmp/evaluation-result-3499140-1308156680/solver-3499140-1308156680 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499140-1308156680.cnf

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=1660947551

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30592000 kB
Buffers:        497584 kB
Cached:        1418936 kB
SwapCached:       9728 kB
Active:         857928 kB
Inactive:      1131148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30592000 kB
SwapTotal:    67111528 kB
SwapFree:     67063284 kB
Dirty:           93592 kB
Writeback:           0 kB
AnonPages:       70360 kB
Mapped:           9440 kB
Slab:           305292 kB
PageTables:       4404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   232360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73536 MiB
End job on node132 at 2011-06-15 20:14:45