Trace number 3387483

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
minisat hack: minisat_psm 2011-04-01? (TO) 5000.01 4999.92

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7602.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    4148    13204 |    1244       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    3748    13284 |      --       0       --      -- |     --   | -272/592
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 754   #clauses: 3748   #literals: 13284
0.00/0.01	c CPU time:   0.006998 s
0.00/0.01	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.0 (svn: 961)

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-3387483-1305603810/watcher-3387483-1305603810 -o /tmp/evaluation-result-3387483-1305603810/solver-3387483-1305603810 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387483-1305603810.cnf 

running on 4 cores: 1,3,5,7

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: 4.92 5.06 5.41 7/391 28510
/proc/meminfo: memFree=14540036/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0

[startup+0.042263 s]
/proc/loadavg: 4.92 5.06 5.41 7/391 28510
/proc/meminfo: memFree=14540036/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100252 s]
/proc/loadavg: 4.92 5.06 5.41 7/391 28510
/proc/meminfo: memFree=14540036/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300214 s]
/proc/loadavg: 4.92 5.06 5.41 7/391 28510
/proc/meminfo: memFree=14540036/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700143 s]
/proc/loadavg: 4.92 5.06 5.41 7/391 28510
/proc/meminfo: memFree=14540036/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 4.92 5.06 5.41 7/393 28513
/proc/meminfo: memFree=14530912/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=22372 CPUtime=1.48 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 2611 0 0 0 148 0 0 0 25 0 1 0 671983785 22908928 1901 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 5593 1901 250 16 0 2235 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31072

[startup+3.10072 s]
/proc/loadavg: 5.01 5.07 5.41 7/393 28513
/proc/meminfo: memFree=14525064/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=22372 CPUtime=3.08 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 2959 0 0 0 308 0 0 0 25 0 1 0 671983785 22908928 2214 33554432000 4194304 4256717 140734953775488 18446744073709551615 4218684 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 5593 2214 250 16 0 2235 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31072

[startup+6.30115 s]
/proc/loadavg: 5.01 5.07 5.41 7/393 28513
/proc/meminfo: memFree=14522088/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=29656 CPUtime=6.27 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 5682 0 0 0 627 0 0 0 25 0 1 0 671983785 30367744 3571 33554432000 4194304 4256717 140734953775488 18446744073709551615 4218371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 7414 3571 251 16 0 4056 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38356

[startup+12.701 s]
/proc/loadavg: 5.16 5.10 5.42 7/393 28513
/proc/meminfo: memFree=14507992/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=35096 CPUtime=12.68 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 10363 0 0 0 1266 2 0 0 25 0 1 0 671983785 35938304 4807 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 8774 4807 251 16 0 5416 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43796

[startup+25.5007 s]
/proc/loadavg: 5.29 5.13 5.42 7/393 28546
/proc/meminfo: memFree=14504484/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=39512 CPUtime=25.48 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 16887 0 0 0 2545 3 0 0 25 0 1 0 671983785 40460288 5596 33554432000 4194304 4256717 140734953775488 18446744073709551615 4235609 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 9878 5596 251 16 0 6520 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48212

[startup+51.1002 s]
/proc/loadavg: 5.53 5.20 5.44 7/393 28546
/proc/meminfo: memFree=14462896/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=43932 CPUtime=51.08 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 18790 0 0 0 5104 4 0 0 25 0 1 0 671983785 44986368 7385 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 10983 7385 251 16 0 7625 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52632

[startup+102.315 s]
/proc/loadavg: 5.81 5.33 5.47 7/393 28548
/proc/meminfo: memFree=14433136/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=70264 CPUtime=102.3 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 34622 0 0 0 10223 7 0 0 25 0 1 0 671983785 71950336 13552 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 17566 13552 251 16 0 14208 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78964

[startup+162.3 s]
/proc/loadavg: 5.97 5.47 5.50 7/393 28549
/proc/meminfo: memFree=14404236/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=81936 CPUtime=162.28 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 43381 0 0 0 16220 8 0 0 25 0 1 0 671983785 83902464 17101 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 20484 17101 251 16 0 17126 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 90636

[startup+222.301 s]
/proc/loadavg: 5.99 5.56 5.53 7/393 28551
/proc/meminfo: memFree=14404196/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=84636 CPUtime=222.28 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 43383 0 0 0 22220 8 0 0 25 0 1 0 671983785 86667264 17103 33554432000 4194304 4256717 140734953775488 18446744073709551615 4209095 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 21159 17103 251 16 0 17801 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 93336

[startup+282.301 s]
/proc/loadavg: 5.99 5.64 5.56 7/393 28553
/proc/meminfo: memFree=14403400/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=84636 CPUtime=282.28 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 43387 0 0 0 28220 8 0 0 25 0 1 0 671983785 86667264 17107 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 21159 17107 251 16 0 17801 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 93336

[startup+342.3 s]
/proc/loadavg: 6.04 5.72 5.59 7/393 28554
/proc/meminfo: memFree=14375096/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=115024 CPUtime=342.29 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 50388 0 0 0 34219 10 0 0 25 0 1 0 671983785 117784576 23514 33554432000 4194304 4256717 140734953775488 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 28756 23514 251 16 0 25398 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 123724

[startup+402.301 s]
/proc/loadavg: 6.01 5.77 5.61 7/393 28556
/proc/meminfo: memFree=14359300/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7

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

/proc/28512/statm: 39722 29053 251 16 0 36364 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 167588

[startup+4422.3 s]
/proc/loadavg: 5.04 5.51 5.78 6/392 28675
/proc/meminfo: memFree=14276976/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=208208 CPUtime=4422.39 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1446712 0 0 0 441912 327 0 0 25 0 1 0 671983785 213204992 36856 33554432000 4194304 4256717 140734953775488 18446744073709551615 4221465 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 52052 36858 251 16 0 48694 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 216908

[startup+4482.3 s]
/proc/loadavg: 5.01 5.42 5.72 6/392 28677
/proc/meminfo: memFree=14294784/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=128068 CPUtime=4482.38 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1466011 0 0 0 447907 331 0 0 25 0 1 0 671983785 131141632 27105 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 32017 27105 251 16 0 28659 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 136768

[startup+4542.3 s]
/proc/loadavg: 5.00 5.34 5.68 6/392 28678
/proc/meminfo: memFree=14293752/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=128068 CPUtime=4542.39 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1481148 0 0 0 453904 335 0 0 25 0 1 0 671983785 131141632 27771 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 32017 27771 251 16 0 28659 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 136768

[startup+4602.3 s]
/proc/loadavg: 5.08 5.29 5.64 6/392 28680
/proc/meminfo: memFree=14294328/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=128068 CPUtime=4602.4 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1496133 0 0 0 459900 340 0 0 25 0 1 0 671983785 131141632 28336 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 32017 28336 251 16 0 28659 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 136768

[startup+4662.3 s]
/proc/loadavg: 5.03 5.24 5.59 6/392 28690
/proc/meminfo: memFree=14295024/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=158888 CPUtime=4662.39 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1511591 0 0 0 465895 344 0 0 25 0 1 0 671983785 162701312 29210 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 39722 29210 251 16 0 36364 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 167588

[startup+4722.31 s]
/proc/loadavg: 5.01 5.19 5.55 6/392 28692
/proc/meminfo: memFree=14286492/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=128068 CPUtime=4722.41 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1539079 0 0 0 471892 349 0 0 25 0 1 0 671983785 131141632 27533 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 32017 27533 251 16 0 28659 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 136768

[startup+4782.3 s]
/proc/loadavg: 5.00 5.15 5.52 6/392 28694
/proc/meminfo: memFree=14285964/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=158888 CPUtime=4782.39 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1555374 0 0 0 477887 352 0 0 25 0 1 0 671983785 162701312 28863 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 39722 28863 251 16 0 36364 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 167588

[startup+4842.3 s]
/proc/loadavg: 5.11 5.16 5.50 6/392 28698
/proc/meminfo: memFree=14284284/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=158888 CPUtime=4842.39 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1571953 0 0 0 483884 355 0 0 25 0 1 0 671983785 162701312 30081 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 39722 30081 251 16 0 36364 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 167588

[startup+4902.3 s]
/proc/loadavg: 5.04 5.13 5.46 6/392 28700
/proc/meminfo: memFree=14288360/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=158888 CPUtime=4902.4 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1588652 0 0 0 489880 360 0 0 25 0 1 0 671983785 162701312 30840 33554432000 4194304 4256717 140734953775488 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 39722 30840 251 16 0 36364 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 167588

[startup+4962.3 s]
/proc/loadavg: 5.01 5.11 5.43 6/392 28701
/proc/meminfo: memFree=14302948/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=128068 CPUtime=4962.4 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1618255 0 0 0 495875 365 0 0 25 0 1 0 671983785 131141632 28220 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 32017 28220 251 16 0 28659 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 136768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 5.01 5.09 5.41 6/392 28702
/proc/meminfo: memFree=14290764/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=128068 CPUtime=5000.01 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1634572 0 0 0 499633 368 0 0 25 0 1 0 671983785 131141632 28025 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213969 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 32017 28025 251 16 0 28659 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 136768

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: 5.01 5.09 5.41 6/392 28702
/proc/meminfo: memFree=14290764/32951124 swapFree=52307780/67111528
[pid=28510] ppid=28508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28510/stat : 28510 (esg_static.sh) S 28508 28510 26963 0 -1 4202496 354 330 0 0 0 0 0 0 25 0 1 0 671983784 8908800 252 33554432000 4194304 4922060 140735597023920 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28510/statm: 2175 252 209 178 0 68 0
[pid=28512] ppid=28510 vsize=128068 CPUtime=5000.01 cores=1,3,5,7
/proc/28512/stat : 28512 (minisat_static) R 28510 28510 26963 0 -1 4202496 1634572 0 0 0 499633 368 0 0 25 0 1 0 671983785 131141632 28025 33554432000 4194304 4256717 140734953775488 18446744073709551615 4213969 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28512/statm: 32017 28025 251 16 0 28659 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 136768

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28510 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=9998
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.010997
# 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.92
CPU time (s): 5000.01
CPU user time (s): 4996.33
CPU system time (s): 3.68
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 216908

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

runsolver used 18.4532 second user time and 45.1371 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-17 05:43:30
IDJOB=3387483
IDBENCH=83430
IDSOLVER=1874
FILE ID=node101/3387483-1305603810
RUNJOBID= node101-1305603810-28457
PBS_JOBID= 13350377
Free space on /tmp= 73776 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387483-1305603810/watcher-3387483-1305603810 -o /tmp/evaluation-result-3387483-1305603810/solver-3387483-1305603810 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387483-1305603810.cnf

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1637035777

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14540316 kB
Buffers:        357504 kB
Cached:        6513560 kB
SwapCached:      14836 kB
Active:       12701748 kB
Inactive:      5405660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14540316 kB
SwapTotal:    67111528 kB
SwapFree:     52307780 kB
Dirty:            2368 kB
Writeback:          92 kB
AnonPages:    11233040 kB
Mapped:          21004 kB
Slab:           162532 kB
PageTables:      75276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80619964 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= 73776 MiB
End job on node101 at 2011-05-17 07:06:52