Trace number 3387265

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.07 5000.13

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

Solver Data

0.00/0.00	c Parsing...
0.00/0.37	c ==============================================================================
0.00/0.37	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.37	c ==============================================================================
0.00/0.37	c |         0 | 1040158  2379025 |  312047       0        0     nan |  0.000 % |
1.39/1.44	c |         0 |  741497  1727155 |      --       0       --      -- |     --   | -35/-52
1.39/1.44	c ==============================================================================
1.39/1.44	c Result  :   #vars: 53836   #clauses: 741497   #literals: 1727155
1.39/1.44	c CPU time:   1.37879 s
1.39/1.44	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-3387265-1305599027/watcher-3387265-1305599027 -o /tmp/evaluation-result-3387265-1305599027/solver-3387265-1305599027 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387265-1305599027.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: 0.85 0.98 1.04 2/569 15511
/proc/meminfo: memFree=11667088/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 671501558 8908800 250 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15511/statm: 2175 250 209 178 0 68 0

[startup+0.0907531 s]
/proc/loadavg: 0.85 0.98 1.04 2/569 15511
/proc/meminfo: memFree=11667088/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 671501558 8908800 250 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15511/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100747 s]
/proc/loadavg: 0.85 0.98 1.04 2/569 15511
/proc/meminfo: memFree=11667088/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 671501558 8908800 250 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15511/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300716 s]
/proc/loadavg: 0.85 0.98 1.04 2/569 15511
/proc/meminfo: memFree=11667088/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 671501558 8908800 250 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15511/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70064 s]
/proc/loadavg: 0.85 0.98 1.04 2/569 15511
/proc/meminfo: memFree=11667088/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 671501558 8908800 250 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15511/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5005 s]
/proc/loadavg: 0.85 0.98 1.04 3/571 15513
/proc/meminfo: memFree=11553352/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 671501558 8908800 250 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15511/statm: 2175 250 209 178 0 68 0
[pid=15512] ppid=15511 vsize=87948 CPUtime=1.49 cores=1,3,5,7
/proc/15512/stat : 15512 (SatELite_releas) R 15511 15511 13258 0 -1 4202496 23428 0 0 0 143 6 0 0 25 0 1 0 671501558 90058752 19087 33554432000 134512640 135144242 4290092528 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/15512/statm: 21987 19087 77 155 0 21830 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96648

[startup+3.10022 s]
/proc/loadavg: 0.94 1.00 1.05 3/571 15514
/proc/meminfo: memFree=11532940/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=70852 CPUtime=1.33 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 13964 0 0 0 132 1 0 0 23 0 1 0 671501734 72552448 11640 33554432000 4194304 4256717 140733849470736 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 17713 11640 252 16 0 14355 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 79552

[startup+6.30065 s]
/proc/loadavg: 0.94 1.00 1.05 3/575 15522
/proc/meminfo: memFree=11090352/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=71416 CPUtime=4.53 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 22997 0 0 0 450 3 0 0 25 0 1 0 671501734 73129984 12812 33554432000 4194304 4256717 140733849470736 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 17854 12812 253 16 0 14496 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 80116

[startup+12.7006 s]
/proc/loadavg: 1.18 1.05 1.06 3/575 15522
/proc/meminfo: memFree=11030600/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=120532 CPUtime=10.93 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 45984 0 0 0 1087 6 0 0 25 0 1 0 671501734 123424768 25542 33554432000 4194304 4256717 140733849470736 18446744073709551615 4218952 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 30133 25542 253 16 0 26775 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 129232

[startup+25.5003 s]
/proc/loadavg: 1.30 1.08 1.07 3/575 15522
/proc/meminfo: memFree=10977784/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=139500 CPUtime=23.73 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 53212 0 0 0 2366 7 0 0 25 0 1 0 671501734 142848000 31482 33554432000 4194304 4256717 140733849470736 18446744073709551615 4212717 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 34875 31482 253 16 0 31517 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 148200

[startup+51.1007 s]
/proc/loadavg: 1.65 1.18 1.11 3/575 15523
/proc/meminfo: memFree=10989956/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=139976 CPUtime=49.33 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 83443 0 0 0 4922 11 0 0 25 0 1 0 671501734 143335424 24127 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 34994 24127 253 16 0 31636 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 148676

[startup+102.322 s]
/proc/loadavg: 2.01 1.36 1.17 3/575 15524
/proc/meminfo: memFree=10984508/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=139976 CPUtime=100.54 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 223015 0 0 0 10025 29 0 0 25 0 1 0 671501734 143335424 26855 33554432000 4194304 4256717 140733849470736 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 34994 26855 253 16 0 31636 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 148676

[startup+162.301 s]
/proc/loadavg: 2.09 1.51 1.23 3/575 15526
/proc/meminfo: memFree=10906140/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=139976 CPUtime=160.52 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 338173 0 0 0 16008 44 0 0 25 0 1 0 671501734 143335424 27891 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 34994 27891 253 16 0 31636 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 148676

[startup+222.301 s]
/proc/loadavg: 2.03 1.59 1.28 3/575 15528
/proc/meminfo: memFree=10965264/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=139976 CPUtime=220.51 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 443780 0 0 0 21994 57 0 0 25 0 1 0 671501734 143335424 25836 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 34994 25836 253 16 0 31636 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 148676

[startup+282.3 s]
/proc/loadavg: 2.01 1.66 1.32 3/575 15529
/proc/meminfo: memFree=10881284/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=190064 CPUtime=280.52 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 542521 0 0 0 27981 71 0 0 25 0 1 0 671501734 194625536 34067 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 47516 34067 253 16 0 44158 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 198764

[startup+342.301 s]
/proc/loadavg: 2.00 1.72 1.36 3/575 15531
/proc/meminfo: memFree=10903320/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=139976 CPUtime=340.52 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 652015 0 0 0 33968 84 0 0 25 0 1 0 671501734 143335424 31601 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15514/statm: 34994 31601 253 16 0 31636 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 148676

[startup+402.301 s]
/proc/loadavg: 2.00 1.77 1.40 3/575 15532
/proc/meminfo: memFree=10867076/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7

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

/proc/15514/statm: 71316 58500 253 16 0 67958 0
Current children cumulated CPU time (s) 4362.25
Current children cumulated vsize (KiB) 293964

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/575 15652
/proc/meminfo: memFree=10584476/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=285668 CPUtime=4420.51 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5053091 0 0 0 441349 702 0 0 25 0 1 0 671501734 292524032 57027 33554432000 4194304 4256717 140733849470736 18446744073709551615 4218644 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71417 57027 253 16 0 68059 0
Current children cumulated CPU time (s) 4422.25
Current children cumulated vsize (KiB) 294368

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/575 15653
/proc/meminfo: memFree=10573260/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=285920 CPUtime=4480.51 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5108521 0 0 0 447340 711 0 0 25 0 1 0 671501734 292782080 58453 33554432000 4194304 4256717 140733849470736 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71480 58453 253 16 0 68122 0
Current children cumulated CPU time (s) 4482.25
Current children cumulated vsize (KiB) 294620

[startup+4542.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/575 15655
/proc/meminfo: memFree=10572096/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=286368 CPUtime=4540.51 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5167136 0 0 0 453332 719 0 0 25 0 1 0 671501734 293240832 60346 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71592 60346 253 16 0 68234 0
Current children cumulated CPU time (s) 4542.25
Current children cumulated vsize (KiB) 295068

[startup+4602.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/575 15656
/proc/meminfo: memFree=10576536/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=286368 CPUtime=4600.53 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5228170 0 0 0 459326 727 0 0 25 0 1 0 671501734 293240832 60178 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71592 60178 253 16 0 68234 0
Current children cumulated CPU time (s) 4602.27
Current children cumulated vsize (KiB) 295068

[startup+4662.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/575 15658
/proc/meminfo: memFree=10606872/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=286368 CPUtime=4660.51 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5281147 0 0 0 465318 733 0 0 25 0 1 0 671501734 293240832 52747 33554432000 4194304 4256717 140733849470736 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71592 52747 253 16 0 68234 0
Current children cumulated CPU time (s) 4662.25
Current children cumulated vsize (KiB) 295068

[startup+4722.32 s]
/proc/loadavg: 2.03 2.06 2.01 3/575 15660
/proc/meminfo: memFree=10433604/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=286628 CPUtime=4720.53 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5293214 0 0 0 471318 735 0 0 25 0 1 0 671501734 293507072 64779 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71657 64779 253 16 0 68299 0
Current children cumulated CPU time (s) 4722.27
Current children cumulated vsize (KiB) 295328

[startup+4782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/575 15661
/proc/meminfo: memFree=10444096/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=287200 CPUtime=4780.51 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5351543 0 0 0 477306 745 0 0 25 0 1 0 671501734 294092800 65565 33554432000 4194304 4256717 140733849470736 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71800 65565 253 16 0 68442 0
Current children cumulated CPU time (s) 4782.25
Current children cumulated vsize (KiB) 295900

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/575 15663
/proc/meminfo: memFree=10541780/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=287200 CPUtime=4840.52 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5405404 0 0 0 483300 752 0 0 25 0 1 0 671501734 294092800 60770 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71800 60770 253 16 0 68442 0
Current children cumulated CPU time (s) 4842.26
Current children cumulated vsize (KiB) 295900

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/575 15664
/proc/meminfo: memFree=10431860/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=287524 CPUtime=4900.52 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5463251 0 0 0 489290 762 0 0 25 0 1 0 671501734 294424576 59373 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71881 59373 253 16 0 68523 0
Current children cumulated CPU time (s) 4902.26
Current children cumulated vsize (KiB) 296224

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/575 15666
/proc/meminfo: memFree=10458100/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=287524 CPUtime=4960.52 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5519521 0 0 0 495282 770 0 0 25 0 1 0 671501734 294424576 57596 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71881 57596 253 16 0 68523 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 296224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/575 15667
/proc/meminfo: memFree=10527140/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=287840 CPUtime=4998.33 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5563716 0 0 0 499058 775 0 0 25 0 1 0 671501734 294748160 48637 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71960 48637 253 16 0 68602 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 296540

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

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

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/575 15667
/proc/meminfo: memFree=10527140/32950928 swapFree=60199076/67111528
[pid=15511] ppid=15509 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/15511/stat : 15511 (esg_static.sh) S 15509 15511 13258 0 -1 4202496 353 23429 0 0 0 0 166 8 18 0 1 0 671501558 8908800 252 33554432000 4194304 4922060 140734066197472 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15511/statm: 2175 252 209 178 0 68 0
[pid=15514] ppid=15511 vsize=287840 CPUtime=4998.33 cores=1,3,5,7
/proc/15514/stat : 15514 (minisat_static) R 15511 15511 13258 0 -1 4202496 5563716 0 0 0 499058 775 0 0 25 0 1 0 671501734 294748160 48637 33554432000 4194304 4256717 140733849470736 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15514/statm: 71960 48637 253 16 0 68602 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 296540

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.13
CPU time (s): 5000.07
CPU user time (s): 4992.24
CPU system time (s): 7.83
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 640100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.67175
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 6

runsolver used 26.8429 second user time and 67.6197 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-17 04:23:48
IDJOB=3387265
IDBENCH=82378
IDSOLVER=1874
FILE ID=node122/3387265-1305599027
RUNJOBID= node122-1305599027-15498
PBS_JOBID= 13350356
Free space on /tmp= 73496 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387265-1305599027/watcher-3387265-1305599027 -o /tmp/evaluation-result-3387265-1305599027/solver-3387265-1305599027 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387265-1305599027.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=411058785

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.75
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11667112 kB
Buffers:        344240 kB
Cached:        4307476 kB
SwapCached:      50104 kB
Active:       16545624 kB
Inactive:      4436504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11667112 kB
SwapTotal:    67111528 kB
SwapFree:     60199076 kB
Dirty:           52168 kB
Writeback:           0 kB
AnonPages:    16291360 kB
Mapped:          34980 kB
Slab:           137412 kB
PageTables:      92700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180717196 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= 73376 MiB
End job on node122 at 2011-05-17 05:47:10