Trace number 3498850

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1912.22
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

Solver Data

0.00/0.00	c Parsing...
0.00/0.41	c ==============================================================================
0.00/0.41	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.41	c ==============================================================================
0.00/0.41	c |         0 | 1051601  2451966 |  315480       0        0     nan |  0.000 % |
3.08/3.10	c |         0 |  393294  1026178 |      --       0       --      -- |     --   | -420354/-887288
3.08/3.11	c ==============================================================================
3.08/3.11	c Result  :   #vars: 62370   #clauses: 393294   #literals: 1026178
3.08/3.11	c CPU time:   3.01454 s
3.08/3.11	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-3498850-1308149966/watcher-3498850-1308149966 -o /tmp/evaluation-result-3498850-1308149966/solver-3498850-1308149966 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498850-1308149966.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: 0.92 1.04 1.39 2/178 4559
/proc/meminfo: memFree=30316572/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 907412818 8908800 250 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4559/statm: 2175 250 209 178 0 68 0

[startup+0.0505321 s]
/proc/loadavg: 0.92 1.04 1.39 2/178 4559
/proc/meminfo: memFree=30316572/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 907412818 8908800 250 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4559/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100526 s]
/proc/loadavg: 0.92 1.04 1.39 2/178 4559
/proc/meminfo: memFree=30316572/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 907412818 8908800 250 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4559/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3005 s]
/proc/loadavg: 0.92 1.04 1.39 2/178 4559
/proc/meminfo: memFree=30316572/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 907412818 8908800 250 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4559/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700454 s]
/proc/loadavg: 0.92 1.04 1.39 2/178 4559
/proc/meminfo: memFree=30316572/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 907412818 8908800 250 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4559/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 0.92 1.04 1.39 3/180 4561
/proc/meminfo: memFree=30180180/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 907412818 8908800 250 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4559/statm: 2175 250 209 178 0 68 0
[pid=4560] ppid=4559 vsize=128904 CPUtime=1.49 cores=0,2,4,6
/proc/4560/stat : 4560 (SatELite_releas) R 4559 4559 4512 0 -1 4202496 30898 0 0 0 143 6 0 0 25 0 1 0 907412818 131997696 28166 33554432000 134512640 135144242 4289996800 18446744073709551615 134585381 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/4560/statm: 32226 28166 77 155 0 32069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137604

[startup+3.10101 s]
/proc/loadavg: 0.92 1.04 1.39 3/180 4562
/proc/meminfo: memFree=30236112/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 907412818 8908800 250 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4559/statm: 2175 250 209 178 0 68 0
[pid=4560] ppid=4559 vsize=131492 CPUtime=3.08 cores=0,2,4,6
/proc/4560/stat : 4560 (SatELite_releas) R 4559 4559 4512 0 -1 4202496 43534 0 0 0 300 8 0 0 25 0 1 0 907412818 134647808 28726 33554432000 134512640 135144242 4289996800 18446744073709551615 134585381 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4560/statm: 32873 28726 77 155 0 32716 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 140192

[startup+6.30044 s]
/proc/loadavg: 1.01 1.05 1.40 3/180 4563
/proc/meminfo: memFree=30297128/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=34704 CPUtime=2.94 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 6850 0 0 0 292 2 0 0 25 0 1 0 907413154 35536896 6760 33554432000 4194304 4218580 140734195357040 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 8676 6760 131 6 0 7146 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43404

[startup+12.7004 s]
/proc/loadavg: 1.09 1.07 1.40 3/180 4563
/proc/meminfo: memFree=30289612/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=36816 CPUtime=9.34 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 7398 0 0 0 932 2 0 0 25 0 1 0 907413154 37699584 7308 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208414 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 9204 7308 131 6 0 7674 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45516

[startup+25.5011 s]
/proc/loadavg: 1.29 1.11 1.41 3/180 4564
/proc/meminfo: memFree=30283764/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=39328 CPUtime=22.13 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 8018 0 0 0 2211 2 0 0 25 0 1 0 907413154 40271872 7928 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 9832 7928 131 6 0 8302 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48028

[startup+51.1006 s]
/proc/loadavg: 1.53 1.18 1.42 3/180 4564
/proc/meminfo: memFree=30277648/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=40388 CPUtime=47.73 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 8298 0 0 0 4771 2 0 0 25 0 1 0 907413154 41357312 8208 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 10097 8208 131 6 0 8567 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49088

[startup+102.307 s]
/proc/loadavg: 1.85 1.32 1.46 3/180 4575
/proc/meminfo: memFree=30261560/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=45652 CPUtime=98.95 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 9607 0 0 0 9892 3 0 0 25 0 1 0 907413154 46747648 9517 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 11413 9517 131 6 0 9883 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 54352

[startup+162.301 s]
/proc/loadavg: 1.94 1.44 1.49 3/180 4576
/proc/meminfo: memFree=30254612/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=48232 CPUtime=158.95 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 10268 0 0 0 15892 3 0 0 25 0 1 0 907413154 49389568 10157 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 12058 10157 131 6 0 10528 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 56932

[startup+222.301 s]
/proc/loadavg: 2.06 1.56 1.52 3/180 4578
/proc/meminfo: memFree=30238596/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=52384 CPUtime=218.94 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 11318 0 0 0 21891 3 0 0 25 0 1 0 907413154 53641216 11188 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 13096 11188 131 6 0 11566 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 61084

[startup+282.301 s]
/proc/loadavg: 2.02 1.63 1.55 3/180 4579
/proc/meminfo: memFree=30232880/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=57968 CPUtime=278.94 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 12781 0 0 0 27891 3 0 0 25 0 1 0 907413154 59359232 12602 33554432000 4194304 4218580 140734195357040 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 14492 12602 131 6 0 12962 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 66668

[startup+342.3 s]
/proc/loadavg: 2.00 1.70 1.57 3/180 4581
/proc/meminfo: memFree=30229496/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=58108 CPUtime=338.94 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 12863 0 0 0 33891 3 0 0 25 0 1 0 907413154 59502592 12616 33554432000 4194304 4218580 140734195357040 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4563/statm: 14527 12616 131 6 0 12997 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 66808

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.60 3/180 4583
/proc/meminfo: memFree=30220288/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6

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

/proc/4563/statm: 31318 29437 131 6 0 29788 0
Current children cumulated CPU time (s) 4362.23
Current children cumulated vsize (KiB) 133972

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4711
/proc/meminfo: memFree=30035812/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125080 CPUtime=4418.89 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 37256 0 0 0 441872 17 0 0 25 0 1 0 907413154 128081920 29393 33554432000 4194304 4218580 140734195357040 18446744073709551615 4213479 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31270 29393 131 6 0 29740 0
Current children cumulated CPU time (s) 4422.23
Current children cumulated vsize (KiB) 133780

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4712
/proc/meminfo: memFree=30035056/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125144 CPUtime=4478.89 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 37371 0 0 0 447872 17 0 0 25 0 1 0 907413154 128147456 29401 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31286 29401 131 6 0 29756 0
Current children cumulated CPU time (s) 4482.23
Current children cumulated vsize (KiB) 133844

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4714
/proc/meminfo: memFree=30032060/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125176 CPUtime=4538.89 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 37493 0 0 0 453872 17 0 0 25 0 1 0 907413154 128180224 29413 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208255 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31294 29413 131 6 0 29764 0
Current children cumulated CPU time (s) 4542.23
Current children cumulated vsize (KiB) 133876

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4716
/proc/meminfo: memFree=30031284/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125240 CPUtime=4598.9 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 37614 0 0 0 459873 17 0 0 25 0 1 0 907413154 128245760 29426 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31310 29426 131 6 0 29780 0
Current children cumulated CPU time (s) 4602.24
Current children cumulated vsize (KiB) 133940

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4717
/proc/meminfo: memFree=30031016/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125240 CPUtime=4658.9 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 37747 0 0 0 465872 18 0 0 25 0 1 0 907413154 128245760 29432 33554432000 4194304 4218580 140734195357040 18446744073709551615 4210400 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31310 29432 131 6 0 29780 0
Current children cumulated CPU time (s) 4662.24
Current children cumulated vsize (KiB) 133940

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4719
/proc/meminfo: memFree=30031248/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125144 CPUtime=4718.9 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 37907 0 0 0 471872 18 0 0 25 0 1 0 907413154 128147456 29406 33554432000 4194304 4218580 140734195357040 18446744073709551615 4213919 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31286 29406 131 6 0 29756 0
Current children cumulated CPU time (s) 4722.24
Current children cumulated vsize (KiB) 133844

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4720
/proc/meminfo: memFree=30031236/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125272 CPUtime=4778.9 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 38044 0 0 0 477872 18 0 0 25 0 1 0 907413154 128278528 29438 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31318 29438 131 6 0 29788 0
Current children cumulated CPU time (s) 4782.24
Current children cumulated vsize (KiB) 133972

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4722
/proc/meminfo: memFree=30031208/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125336 CPUtime=4838.89 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 38173 0 0 0 483871 18 0 0 25 0 1 0 907413154 128344064 29451 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31334 29451 131 6 0 29804 0
Current children cumulated CPU time (s) 4842.23
Current children cumulated vsize (KiB) 134036

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4724
/proc/meminfo: memFree=30031168/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125112 CPUtime=4898.89 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 38297 0 0 0 489871 18 0 0 25 0 1 0 907413154 128114688 29400 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31278 29400 131 6 0 29748 0
Current children cumulated CPU time (s) 4902.23
Current children cumulated vsize (KiB) 133812

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 4725
/proc/meminfo: memFree=30031032/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125304 CPUtime=4958.89 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 38455 0 0 0 495870 19 0 0 25 0 1 0 907413154 128311296 29448 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31326 29448 131 6 0 29796 0
Current children cumulated CPU time (s) 4962.23
Current children cumulated vsize (KiB) 134004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 4727
/proc/meminfo: memFree=30236752/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125272 CPUtime=4996.69 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 38551 0 0 0 499650 19 0 0 25 0 1 0 907413154 128278528 29437 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208480 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31318 29437 131 6 0 29788 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 133972

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

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

[startup+5000.1 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 4727
/proc/meminfo: memFree=30236752/32951124 swapFree=67055536/67111528
[pid=4559] ppid=4557 vsize=8700 CPUtime=3.34 cores=0,2,4,6
/proc/4559/stat : 4559 (esg_static.sh) S 4557 4559 4512 0 -1 4202496 354 45150 0 0 0 0 323 11 18 0 1 0 907412818 8908800 253 33554432000 4194304 4922060 140736666988384 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4559/statm: 2175 253 209 178 0 68 0
[pid=4563] ppid=4559 vsize=125272 CPUtime=4996.69 cores=0,2,4,6
/proc/4563/stat : 4563 (cdcl) R 4559 4559 4512 0 -1 4202496 38551 0 0 0 499650 19 0 0 25 0 1 0 907413154 128278528 29437 33554432000 4194304 4218580 140734195357040 18446744073709551615 4208480 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4563/statm: 31318 29437 131 6 0 29788 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 133972

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.11
CPU time (s): 5000.03
CPU user time (s): 4999.73
CPU system time (s): 0.3
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 151080

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

runsolver used 9.2266 second user time and 17.6653 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-15 16:59:27
IDJOB=3498850
IDBENCH=20384
IDSOLVER=1993
FILE ID=node144/3498850-1308149966
RUNJOBID= node144-1308149966-4530
PBS_JOBID= 13575582
Free space on /tmp= 73948 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498850-1308149966/watcher-3498850-1308149966 -o /tmp/evaluation-result-3498850-1308149966/solver-3498850-1308149966 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498850-1308149966.cnf

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=1033775474

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30317000 kB
Buffers:        409852 kB
Cached:        1803372 kB
SwapCached:       9596 kB
Active:         634420 kB
Inactive:      1663856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30317000 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:           33324 kB
Writeback:           0 kB
AnonPages:       83036 kB
Mapped:          12988 kB
Slab:           271816 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282820 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= 73932 MiB
End job on node144 at 2011-06-15 18:22:49