Trace number 3499097

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

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.00	c Parsing...
0.00/0.62	c ==============================================================================
0.00/0.62	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.62	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.62	c ==============================================================================
0.00/0.62	c |         0 |  769466  1978428 |  230839       0        0     nan |  0.000 % |
4.40/4.43	c |         0 |  318163  1148121 |      --       0       --      -- |     --   | -447843/-821817
4.40/4.43	c ==============================================================================
4.40/4.43	c Result  :   #vars: 54723   #clauses: 318163   #literals: 1148121
4.40/4.43	c CPU time:   4.32934 s
4.40/4.43	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-3499097-1308155608/watcher-3499097-1308155608 -o /tmp/evaluation-result-3499097-1308155608/solver-3499097-1308155608 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499097-1308155608.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.96 3/178 6271
/proc/meminfo: memFree=29631548/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 927161362 8908800 249 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6271/statm: 2175 249 209 178 0 68 0

[startup+0.0802261 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6271
/proc/meminfo: memFree=29631548/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 927161362 8908800 249 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6271/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101181 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6271
/proc/meminfo: memFree=29631548/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 927161362 8908800 249 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6271/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30118 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6271
/proc/meminfo: memFree=29631548/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 927161362 8908800 249 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6271/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701116 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6271
/proc/meminfo: memFree=29631548/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 927161362 8908800 249 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6271/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 6273
/proc/meminfo: memFree=29520452/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 927161362 8908800 249 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6271/statm: 2175 249 209 178 0 68 0
[pid=6272] ppid=6271 vsize=117188 CPUtime=1.49 cores=0,2,4,6
/proc/6272/stat : 6272 (SatELite_releas) R 6271 6271 5946 0 -1 4202496 30404 0 0 0 142 7 0 0 25 0 1 0 927161362 120000512 28016 33554432000 134512640 135144242 4291638320 18446744073709551615 134726939 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6272/statm: 29297 28016 77 155 0 29140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125888

[startup+3.10067 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 6273
/proc/meminfo: memFree=29501108/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 927161362 8908800 249 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6271/statm: 2175 249 209 178 0 68 0
[pid=6272] ppid=6271 vsize=119232 CPUtime=3.09 cores=0,2,4,6
/proc/6272/stat : 6272 (SatELite_releas) R 6271 6271 5946 0 -1 4202496 31506 0 0 0 300 9 0 0 25 0 1 0 927161362 122093568 28512 33554432000 134512640 135144242 4291638320 18446744073709551615 134588216 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6272/statm: 29808 28512 77 155 0 29651 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127932

[startup+6.30108 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 6274
/proc/meminfo: memFree=29575400/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=37296 CPUtime=1.6 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 7543 0 0 0 159 1 0 0 24 0 1 0 927161831 38191104 7451 33554432000 4194304 4218580 140737382865984 18446744073709551615 4213825 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6274/statm: 9324 7451 131 6 0 7794 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 45996

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 6274
/proc/meminfo: memFree=29569816/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=41948 CPUtime=8 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 8732 0 0 0 799 1 0 0 25 0 1 0 927161831 42954752 8640 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208534 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6274/statm: 10487 8640 131 6 0 8957 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 50648

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 6275
/proc/meminfo: memFree=29564976/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=48444 CPUtime=20.8 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 10342 0 0 0 2078 2 0 0 25 0 1 0 927161831 49606656 10250 33554432000 4194304 4218580 140737382865984 18446744073709551615 4210096 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6274/statm: 12111 10250 131 6 0 10581 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57144

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 6276
/proc/meminfo: memFree=29556308/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=56268 CPUtime=46.4 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 12315 0 0 0 4638 2 0 0 25 0 1 0 927161831 57618432 12220 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208387 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 14067 12220 131 6 0 12537 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64968

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 6277
/proc/meminfo: memFree=29550492/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=61428 CPUtime=97.61 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 13635 0 0 0 9759 2 0 0 25 0 1 0 927161831 62902272 13484 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 15357 13484 131 6 0 13827 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 70128

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 1.97 3/180 6278
/proc/meminfo: memFree=29542980/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=68316 CPUtime=157.61 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 15494 0 0 0 15758 3 0 0 25 0 1 0 927161831 69955584 15206 33554432000 4194304 4218580 140737382865984 18446744073709551615 4213479 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 17079 15206 131 6 0 15549 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 77016

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/180 6280
/proc/meminfo: memFree=29528936/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=82116 CPUtime=217.6 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 19071 0 0 0 21757 3 0 0 25 0 1 0 927161831 84086784 18660 33554432000 4194304 4218580 140737382865984 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 20529 18660 131 6 0 18999 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 90816

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 6282
/proc/meminfo: memFree=29526288/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=84456 CPUtime=277.61 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 19797 0 0 0 27757 4 0 0 25 0 1 0 927161831 86482944 19253 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 21114 19253 131 6 0 19584 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 93156

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 6283
/proc/meminfo: memFree=29507260/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=102128 CPUtime=337.61 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 24393 0 0 0 33756 5 0 0 25 0 1 0 927161831 104579072 23672 33554432000 4194304 4218580 140737382865984 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 25532 23672 131 6 0 24002 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 110828

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 6285
/proc/meminfo: memFree=29500400/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6

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

/proc/6274/statm: 54513 52651 131 6 0 52983 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 226752

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/173 6429
/proc/meminfo: memFree=29465464/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=219140 CPUtime=4417.72 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 72887 0 0 0 441745 27 0 0 25 0 1 0 927161831 224399360 52928 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208664 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 54785 52928 131 6 0 53255 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 227840

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/173 6431
/proc/meminfo: memFree=29464560/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=220100 CPUtime=4477.72 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 73183 0 0 0 447745 27 0 0 25 0 1 0 927161831 225382400 53169 33554432000 4194304 4218580 140737382865984 18446744073709551615 4210096 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 55025 53169 131 6 0 53495 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 228800

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/173 6432
/proc/meminfo: memFree=29407604/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=277412 CPUtime=4537.72 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 87596 0 0 0 453742 30 0 0 25 0 1 0 927161831 284069888 67500 33554432000 4194304 4218580 140737382865984 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 69353 67500 131 6 0 67823 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 286112

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/173 6434
/proc/meminfo: memFree=29403988/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=280400 CPUtime=4597.73 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 88430 0 0 0 459742 31 0 0 25 0 1 0 927161831 287129600 68252 33554432000 4194304 4218580 140737382865984 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 70100 68252 131 6 0 68570 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 289100

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/173 6435
/proc/meminfo: memFree=29403592/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=280972 CPUtime=4657.73 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 88645 0 0 0 465742 31 0 0 25 0 1 0 927161831 287715328 68401 33554432000 4194304 4218580 140737382865984 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 70243 68401 131 6 0 68713 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 289672

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.12 2/173 6437
/proc/meminfo: memFree=29395512/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=288772 CPUtime=4717.73 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 90680 0 0 0 471742 31 0 0 25 0 1 0 927161831 295702528 70354 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 72193 70354 131 6 0 70663 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 297472

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/173 6439
/proc/meminfo: memFree=29380240/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=303952 CPUtime=4777.72 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 94523 0 0 0 477740 32 0 0 25 0 1 0 927161831 311246848 74138 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 75988 74138 131 6 0 74458 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 312652

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/173 6440
/proc/meminfo: memFree=29352300/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=332056 CPUtime=4837.73 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 101588 0 0 0 483739 34 0 0 25 0 1 0 927161831 340025344 81165 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 83014 81165 131 6 0 81484 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 340756

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/173 6442
/proc/meminfo: memFree=29348796/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=335484 CPUtime=4897.73 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 102485 0 0 0 489739 34 0 0 25 0 1 0 927161831 343535616 82023 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 83871 82023 131 6 0 82341 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 344184

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/173 6443
/proc/meminfo: memFree=29348268/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=335896 CPUtime=4957.73 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 102639 0 0 0 495739 34 0 0 25 0 1 0 927161831 343957504 82125 33554432000 4194304 4218580 140737382865984 18446744073709551615 4211496 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 83974 82125 131 6 0 82444 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 344596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.08 2/173 6445
/proc/meminfo: memFree=29324560/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=359484 CPUtime=4995.34 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 108590 0 0 0 499498 36 0 0 25 0 1 0 927161831 368111616 88033 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 89871 88033 131 6 0 88341 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 368184

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.08 2/173 6445
/proc/meminfo: memFree=29324560/32951124 swapFree=67053036/67111528
[pid=6271] ppid=6269 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/6271/stat : 6271 (esg_static.sh) S 6269 6271 5946 0 -1 4202496 354 37682 0 0 0 0 455 12 18 0 1 0 927161362 8908800 252 33554432000 4194304 4922060 140733697807136 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6271/statm: 2175 252 209 178 0 68 0
[pid=6274] ppid=6271 vsize=359484 CPUtime=4995.34 cores=0,2,4,6
/proc/6274/stat : 6274 (cdcl) R 6271 6271 5946 0 -1 4202496 108590 0 0 0 499498 36 0 0 25 0 1 0 927161831 368111616 88033 33554432000 4194304 4218580 140737382865984 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/6274/statm: 89871 88033 131 6 0 88341 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 368184

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000.01
CPU user time (s): 4999.53
CPU system time (s): 0.48
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 368216

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

runsolver used 7.44387 second user time and 15.4856 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-15 18:33:29
IDJOB=3499097
IDBENCH=84248
IDSOLVER=1993
FILE ID=node104/3499097-1308155608
RUNJOBID= node104-1308150601-5964
PBS_JOBID= 13575607
Free space on /tmp= 73836 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499097-1308155608/watcher-3499097-1308155608 -o /tmp/evaluation-result-3499097-1308155608/solver-3499097-1308155608 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499097-1308155608.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1707300615

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29631976 kB
Buffers:        451184 kB
Cached:        2416340 kB
SwapCached:      12248 kB
Active:         883960 kB
Inactive:      2073800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29631976 kB
SwapTotal:    67111528 kB
SwapFree:     67053036 kB
Dirty:           16344 kB
Writeback:           0 kB
AnonPages:       87068 kB
Mapped:           9312 kB
Slab:           298632 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   280212 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= 73812 MiB
End job on node104 at 2011-06-15 19:56:51