Trace number 3387269

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.11 5000.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c Parsing...
0.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  276407   628948 |   82922       0        0     nan |  0.000 % |
0.00/0.70	c |         0 |  195720   503355 |      --       0       --      -- |     --   | -29744/-20677
0.00/0.70	c ==============================================================================
0.00/0.70	c Result  :   #vars: 30284   #clauses: 195720   #literals: 503355
0.00/0.70	c CPU time:   0.683896 s
0.00/0.70	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-3387269-1305599320/watcher-3387269-1305599320 -o /tmp/evaluation-result-3387269-1305599320/solver-3387269-1305599320 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387269-1305599320.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: 2.99 3.01 3.00 4/417 27458
/proc/meminfo: memFree=19800268/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 127541478 8908800 250 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27458/statm: 2175 250 209 178 0 68 0

[startup+0.0293391 s]
/proc/loadavg: 2.99 3.01 3.00 4/417 27458
/proc/meminfo: memFree=19800268/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 127541478 8908800 250 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27458/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100322 s]
/proc/loadavg: 2.99 3.01 3.00 4/417 27458
/proc/meminfo: memFree=19800268/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 127541478 8908800 250 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27458/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300294 s]
/proc/loadavg: 2.99 3.01 3.00 4/417 27458
/proc/meminfo: memFree=19800268/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 127541478 8908800 250 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27458/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700224 s]
/proc/loadavg: 2.99 3.01 3.00 4/417 27458
/proc/meminfo: memFree=19800268/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 127541478 8908800 250 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27458/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50108 s]
/proc/loadavg: 2.99 3.01 3.00 4/419 27461
/proc/meminfo: memFree=19887040/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=30728 CPUtime=0.69 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 4813 0 0 0 69 0 0 0 17 0 1 0 127541558 31465472 4061 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209157 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 7682 4061 253 16 0 4324 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39428

[startup+3.10079 s]
/proc/loadavg: 2.99 3.01 3.00 4/419 27461
/proc/meminfo: memFree=19881584/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=35464 CPUtime=2.28 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 7745 0 0 0 228 0 0 0 19 0 1 0 127541558 36315136 4605 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209339 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 8866 4605 254 16 0 5508 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44164

[startup+6.30023 s]
/proc/loadavg: 2.99 3.01 3.00 4/419 27461
/proc/meminfo: memFree=19869256/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=42740 CPUtime=5.49 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 12432 0 0 0 548 1 0 0 25 0 1 0 127541558 43765760 6580 33554432000 4194304 4256717 140736640462320 18446744073709551615 4208992 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 10685 6580 254 16 0 7327 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51440

[startup+12.7011 s]
/proc/loadavg: 2.99 3.01 3.00 4/419 27461
/proc/meminfo: memFree=19853064/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=49812 CPUtime=11.89 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 15122 0 0 0 1188 1 0 0 25 0 1 0 127541558 51007488 8699 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 12453 8699 254 16 0 9095 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58512

[startup+25.5008 s]
/proc/loadavg: 2.99 3.01 3.00 4/419 27461
/proc/meminfo: memFree=19824632/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=61416 CPUtime=24.69 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 18990 0 0 0 2467 2 0 0 25 0 1 0 127541558 62889984 11984 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 15354 11984 254 16 0 11996 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70116

[startup+51.1003 s]
/proc/loadavg: 2.99 3.00 3.00 4/419 27462
/proc/meminfo: memFree=19794140/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=68600 CPUtime=50.29 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 39656 0 0 0 5025 4 0 0 25 0 1 0 127541558 70246400 13441 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 17150 13441 254 16 0 13792 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 77300

[startup+102.315 s]
/proc/loadavg: 3.04 3.02 3.00 4/419 27463
/proc/meminfo: memFree=19749476/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=110912 CPUtime=101.5 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 51426 0 0 0 10145 5 0 0 25 0 1 0 127541558 113573888 24385 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 27728 24385 254 16 0 24370 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 119612

[startup+162.301 s]
/proc/loadavg: 3.01 3.01 3.00 4/419 27465
/proc/meminfo: memFree=19795440/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=61596 CPUtime=161.49 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 106590 0 0 0 16137 12 0 0 25 0 1 0 127541558 63074304 12056 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 15399 12056 254 16 0 12041 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 70296

[startup+222.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 27467
/proc/meminfo: memFree=19730172/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=141736 CPUtime=221.5 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 165010 0 0 0 22130 20 0 0 25 0 1 0 127541558 145137664 26426 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 35434 26426 254 16 0 32076 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 150436

[startup+282.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 27469
/proc/meminfo: memFree=19762120/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=110916 CPUtime=281.5 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 254841 0 0 0 28119 31 0 0 25 0 1 0 127541558 113577984 20621 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 27729 20621 254 16 0 24371 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 119616

[startup+342.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 27470
/proc/meminfo: memFree=19771856/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=110916 CPUtime=341.5 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 340799 0 0 0 34108 42 0 0 25 0 1 0 127541558 113577984 23193 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209210 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 27729 23193 254 16 0 24371 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 119616

[startup+402.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 27471
/proc/meminfo: memFree=19759048/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7

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

/proc/27461/statm: 68303 57453 254 16 0 64945 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 281912

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/412 27607
/proc/meminfo: memFree=20186720/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=191824 CPUtime=4361.59 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5072867 0 0 0 435519 640 0 0 25 0 1 0 127541558 196427776 43460 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209851 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 47956 43460 254 16 0 44598 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 200524

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/412 27609
/proc/meminfo: memFree=20244464/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=273212 CPUtime=4421.59 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5134432 0 0 0 441511 648 0 0 25 0 1 0 127541558 279769088 55954 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 68303 55954 254 16 0 64945 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 281912

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/412 27611
/proc/meminfo: memFree=20195092/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=405472 CPUtime=4481.6 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5146843 0 0 0 447509 651 0 0 25 0 1 0 127541558 415203328 68338 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 101368 68338 254 16 0 98010 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 414172

[startup+4542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/412 27612
/proc/meminfo: memFree=20236848/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=273212 CPUtime=4541.6 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5263906 0 0 0 453493 667 0 0 25 0 1 0 127541558 279769088 58056 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 68303 58056 254 16 0 64945 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 281912

[startup+4602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/412 27613
/proc/meminfo: memFree=20226624/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=273212 CPUtime=4601.61 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5326138 0 0 0 459485 676 0 0 25 0 1 0 127541558 279769088 60250 33554432000 4194304 4256717 140736640462320 18446744073709551615 4213969 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 68303 60250 254 16 0 64945 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 281912

[startup+4662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/412 27615
/proc/meminfo: memFree=20193724/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=405472 CPUtime=4661.6 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5392359 0 0 0 465475 685 0 0 25 0 1 0 127541558 415203328 68742 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 101368 68742 254 16 0 98010 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 414172

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/412 27617
/proc/meminfo: memFree=20189096/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=405472 CPUtime=4721.62 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5455473 0 0 0 471469 693 0 0 25 0 1 0 127541558 415203328 69467 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 101368 69467 254 16 0 98010 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 414172

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/412 27619
/proc/meminfo: memFree=20274132/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=273212 CPUtime=4781.6 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5555823 0 0 0 477455 705 0 0 25 0 1 0 127541558 279769088 48636 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 68303 48636 254 16 0 64945 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 281912

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/412 27620
/proc/meminfo: memFree=20189024/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=405472 CPUtime=4841.6 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5576911 0 0 0 483452 708 0 0 25 0 1 0 127541558 415203328 69667 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 101368 69667 254 16 0 98010 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 414172

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/412 27621
/proc/meminfo: memFree=20156248/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=405472 CPUtime=4901.61 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5649540 0 0 0 489444 717 0 0 25 0 1 0 127541558 415203328 77923 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 101368 77923 254 16 0 98010 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 414172

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/412 27623
/proc/meminfo: memFree=20160052/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=405472 CPUtime=4961.61 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5723663 0 0 0 495433 728 0 0 25 0 1 0 127541558 415203328 76899 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 101368 76899 254 16 0 98010 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 414172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/412 27624
/proc/meminfo: memFree=20210636/32950928 swapFree=62959404/67111528
[pid=27458] ppid=27456 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27458/stat : 27458 (esg_static.sh) S 27456 27458 26286 0 -1 4202496 353 11969 0 0 0 0 77 2 15 0 1 0 127541478 8908800 252 33554432000 4194304 4922060 140733878919872 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27458/statm: 2175 252 209 178 0 68 0
[pid=27461] ppid=27458 vsize=273212 CPUtime=4999.32 cores=1,3,5,7
/proc/27461/stat : 27461 (minisat_static) R 27458 27458 26286 0 -1 4202496 5781905 0 0 0 499198 734 0 0 25 0 1 0 127541558 279769088 64201 33554432000 4194304 4256717 140736640462320 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27461/statm: 68303 64201 254 16 0 64945 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 281912

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.02
CPU time (s): 5000.11
CPU user time (s): 4992.75
CPU system time (s): 7.36
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 625788

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

runsolver used 19.0321 second user time and 47.8467 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-17 04:28:41
IDJOB=3387269
IDBENCH=82381
IDSOLVER=1874
FILE ID=node112/3387269-1305599320
RUNJOBID= node112-1305586738-26305
PBS_JOBID= 13350366
Free space on /tmp= 73452 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387269-1305599320/watcher-3387269-1305599320 -o /tmp/evaluation-result-3387269-1305599320/solver-3387269-1305599320 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387269-1305599320.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1444771290

node112.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.847
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.69
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.847
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	: 5180.45
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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.82
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.847
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.61
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.847
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.847
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.74
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.847
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:     32950928 kB
MemFree:      19803152 kB
Buffers:         86500 kB
Cached:         660548 kB
SwapCached:      73604 kB
Active:        1399464 kB
Inactive:     11537084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19803152 kB
SwapTotal:    67111528 kB
SwapFree:     62959404 kB
Dirty:            9336 kB
Writeback:           0 kB
AnonPages:    12124068 kB
Mapped:          23672 kB
Slab:            83724 kB
PageTables:      60380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99906444 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= 73604 MiB
End job on node112 at 2011-05-17 05:52:03