Trace number 3387247

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.06 4999.92

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1095.17
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

Solver Data

0.00/0.01	c Parsing...
0.00/0.66	c ==============================================================================
0.00/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.66	c ==============================================================================
0.00/0.66	c |         0 | 1746718  3992465 |  524015       0        0     nan |  0.000 % |
2.69/2.76	c |         0 | 1250297  2911475 |      --       0       --      -- |     --   | -35/-52
2.69/2.76	c ==============================================================================
2.69/2.76	c Result  :   #vars: 89756   #clauses: 1250297   #literals: 2911475
2.69/2.76	c CPU time:   2.67859 s
2.69/2.76	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-3387247-1305598326/watcher-3387247-1305598326 -o /tmp/evaluation-result-3387247-1305598326/solver-3387247-1305598326 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387247-1305598326.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.07 2.61 2.39 3/445 9741
/proc/meminfo: memFree=21938548/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750063410 8908800 249 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9741/statm: 2175 249 209 178 0 68 0

[startup+0.0537579 s]
/proc/loadavg: 3.07 2.61 2.39 3/445 9741
/proc/meminfo: memFree=21938548/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750063410 8908800 249 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9741/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100748 s]
/proc/loadavg: 3.07 2.61 2.39 3/445 9741
/proc/meminfo: memFree=21938548/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750063410 8908800 249 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9741/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300716 s]
/proc/loadavg: 3.07 2.61 2.39 3/445 9741
/proc/meminfo: memFree=21938548/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750063410 8908800 249 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9741/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700636 s]
/proc/loadavg: 3.07 2.61 2.39 3/445 9741
/proc/meminfo: memFree=21938548/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750063410 8908800 249 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9741/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 3.07 2.61 2.39 5/447 9743
/proc/meminfo: memFree=21812060/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750063410 8908800 249 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9741/statm: 2175 249 209 178 0 68 0
[pid=9742] ppid=9741 vsize=151832 CPUtime=1.49 cores=0,2,4,6
/proc/9742/stat : 9742 (SatELite_releas) R 9741 9741 7922 0 -1 4202496 35066 0 0 0 142 7 0 0 25 0 1 0 750063411 155475968 31305 33554432000 134512640 135144242 4294627648 18446744073709551615 134585564 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9742/statm: 37958 31305 77 155 0 37801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160532

[startup+3.10119 s]
/proc/loadavg: 3.06 2.61 2.39 5/447 9743
/proc/meminfo: memFree=21811192/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750063410 8908800 249 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9741/statm: 2175 249 209 178 0 68 0
[pid=9742] ppid=9741 vsize=151584 CPUtime=3.09 cores=0,2,4,6
/proc/9742/stat : 9742 (SatELite_releas) R 9741 9741 7922 0 -1 4202496 38625 0 0 0 300 9 0 0 25 0 1 0 750063411 155222016 31291 33554432000 134512640 135144242 4294627648 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9742/statm: 37896 31291 77 155 0 37739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160284

[startup+6.30058 s]
/proc/loadavg: 3.06 2.61 2.39 5/447 9744
/proc/meminfo: memFree=21840084/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=107904 CPUtime=2.95 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 22803 0 0 0 293 2 0 0 25 0 1 0 750063744 110493696 18933 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 26976 18933 251 16 0 23618 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 116604

[startup+12.7004 s]
/proc/loadavg: 3.05 2.63 2.40 6/447 9744
/proc/meminfo: memFree=21834096/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=108400 CPUtime=9.36 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 37297 0 0 0 932 4 0 0 25 0 1 0 750063744 111001600 20202 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 27100 20202 252 16 0 23742 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 117100

[startup+25.501 s]
/proc/loadavg: 3.04 2.64 2.40 5/447 9745
/proc/meminfo: memFree=21863752/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=110356 CPUtime=22.15 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 80438 0 0 0 2206 9 0 0 25 0 1 0 750063744 113004544 20345 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 27589 20345 252 16 0 24231 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 119056

[startup+51.1012 s]
/proc/loadavg: 3.03 2.67 2.42 6/447 9745
/proc/meminfo: memFree=21833840/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=111596 CPUtime=47.76 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 149635 0 0 0 4757 19 0 0 25 0 1 0 750063744 114274304 22861 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 27899 22861 252 16 0 24541 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 120296

[startup+102.317 s]
/proc/loadavg: 3.08 2.75 2.46 4/447 9809
/proc/meminfo: memFree=21829100/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=144620 CPUtime=98.97 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 255906 0 0 0 9861 36 0 0 25 0 1 0 750063744 148090880 25819 33554432000 4194304 4256717 140734815918800 18446744073709551615 4213346 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 36155 25819 252 16 0 32797 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 153320

[startup+162.301 s]
/proc/loadavg: 3.03 2.79 2.49 4/447 9810
/proc/meminfo: memFree=21777964/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=196752 CPUtime=158.96 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 356714 0 0 0 15849 47 0 0 25 0 1 0 750063744 201474048 36941 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 49188 36941 252 16 0 45830 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 205452

[startup+222.301 s]
/proc/loadavg: 3.01 2.83 2.52 4/447 9812
/proc/meminfo: memFree=21776752/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=148944 CPUtime=218.96 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 521400 0 0 0 21829 67 0 0 25 0 1 0 750063744 152518656 29038 33554432000 4194304 4256717 140734815918800 18446744073709551615 4220186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 37236 29038 252 16 0 33878 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 157644

[startup+282.301 s]
/proc/loadavg: 3.00 2.85 2.54 4/447 9813
/proc/meminfo: memFree=21719796/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=200124 CPUtime=278.96 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 657807 0 0 0 27810 86 0 0 25 0 1 0 750063744 204926976 40350 33554432000 4194304 4256717 140734815918800 18446744073709551615 4213490 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 50031 40350 252 16 0 46673 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 208824

[startup+342.3 s]
/proc/loadavg: 3.00 2.88 2.57 4/447 9815
/proc/meminfo: memFree=21730288/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=151696 CPUtime=338.96 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 812076 0 0 0 33792 104 0 0 25 0 1 0 750063744 155336704 32154 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 37924 32154 252 16 0 34566 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 160396

[startup+402.301 s]
/proc/loadavg: 3.07 2.92 2.60 4/447 9817
/proc/meminfo: memFree=21761728/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6

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

/proc/9744/statm: 111446 85636 252 16 0 108088 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 454484

[startup+4422.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/447 9936
/proc/meminfo: memFree=21316848/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=661236 CPUtime=4419.11 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7198001 0 0 0 440979 932 0 0 25 0 1 0 750063744 677105664 117004 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209102 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 165309 117004 252 16 0 161951 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 669936

[startup+4482.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/447 9937
/proc/meminfo: memFree=21319016/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=446312 CPUtime=4479.11 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7295201 0 0 0 446966 945 0 0 25 0 1 0 750063744 457023488 106502 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 111578 106502 252 16 0 108220 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 455012

[startup+4542.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/447 9939
/proc/meminfo: memFree=21305440/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=446312 CPUtime=4539.12 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7386120 0 0 0 452954 958 0 0 25 0 1 0 750063744 457023488 99338 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 111578 99338 252 16 0 108220 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 455012

[startup+4602.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/447 9941
/proc/meminfo: memFree=21242256/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=446744 CPUtime=4599.13 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7473717 0 0 0 458942 971 0 0 25 0 1 0 750063744 457465856 101394 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 111686 101394 252 16 0 108328 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 455444

[startup+4662.3 s]
/proc/loadavg: 3.07 3.03 3.01 4/447 9942
/proc/meminfo: memFree=21253360/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=446744 CPUtime=4659.12 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7576368 0 0 0 464928 984 0 0 25 0 1 0 750063744 457465856 104071 33554432000 4194304 4256717 140734815918800 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 111686 104071 252 16 0 108328 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 455444

[startup+4722.32 s]
/proc/loadavg: 3.06 3.03 3.01 4/447 9944
/proc/meminfo: memFree=21264204/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=661668 CPUtime=4719.14 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7604838 0 0 0 470924 990 0 0 25 0 1 0 750063744 677548032 132526 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 165417 132526 252 16 0 162059 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 670368

[startup+4782.3 s]
/proc/loadavg: 3.08 3.04 3.00 4/447 9945
/proc/meminfo: memFree=21307168/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=662440 CPUtime=4779.13 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7708589 0 0 0 476907 1006 0 0 25 0 1 0 750063744 678338560 116968 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 165610 116968 252 16 0 162252 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 671140

[startup+4842.3 s]
/proc/loadavg: 3.03 3.03 3.00 4/447 9947
/proc/meminfo: memFree=21172552/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=662440 CPUtime=4839.12 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7729839 0 0 0 482905 1007 0 0 25 0 1 0 750063744 678338560 138198 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 165610 138198 252 16 0 162252 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 671140

[startup+4902.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/447 9949
/proc/meminfo: memFree=21288048/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=662812 CPUtime=4899.13 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7833552 0 0 0 488892 1021 0 0 25 0 1 0 750063744 678719488 119974 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 165703 119974 252 16 0 162345 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 671512

[startup+4962.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/447 9950
/proc/meminfo: memFree=21390796/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=447888 CPUtime=4959.13 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 7928114 0 0 0 494881 1032 0 0 25 0 1 0 750063744 458637312 104078 33554432000 4194304 4256717 140734815918800 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 111972 104078 252 16 0 108614 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 456588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.00 3.01 3.00 4/447 9951
/proc/meminfo: memFree=21420744/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=448112 CPUtime=4996.74 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 8000636 0 0 0 498632 1042 0 0 25 0 1 0 750063744 458866688 83828 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 112028 83828 252 16 0 108670 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 456812

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: 3.00 3.01 3.00 4/447 9951
/proc/meminfo: memFree=21420744/32950928 swapFree=60044328/67111528
[pid=9741] ppid=9739 vsize=8700 CPUtime=3.32 cores=0,2,4,6
/proc/9741/stat : 9741 (esg_static.sh) S 9739 9741 7922 0 -1 4202496 352 38626 0 0 0 0 321 11 18 0 1 0 750063410 8908800 251 33554432000 4194304 4922060 140735379037024 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9741/statm: 2175 251 209 178 0 68 0
[pid=9744] ppid=9741 vsize=448112 CPUtime=4996.74 cores=0,2,4,6
/proc/9744/stat : 9744 (minisat_static) R 9741 9741 7922 0 -1 4202496 8000636 0 0 0 498632 1042 0 0 25 0 1 0 750063744 458866688 83828 33554432000 4194304 4256717 140734815918800 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9744/statm: 112028 83828 252 16 0 108670 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 456812

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9741 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=216511
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=118981
# CPU time returned by wait4() is 3.33549
# while last known CPU time is 5000.06
#
# 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.06
CPU user time (s): 4989.53
CPU system time (s): 10.53
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1015388

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

runsolver used 23.2375 second user time and 49.1555 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-17 04:12:07
IDJOB=3387247
IDBENCH=82366
IDSOLVER=1874
FILE ID=node114/3387247-1305598326
RUNJOBID= node114-1305598060-9622
PBS_JOBID= 13350364
Free space on /tmp= 73212 MiB

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

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=470042727

node114.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.848
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.848
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.15
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.848
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.74
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.848
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.73
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.848
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.848
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.848
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21938580 kB
Buffers:         94032 kB
Cached:         672256 kB
SwapCached:      48584 kB
Active:        2469480 kB
Inactive:      8328628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21938580 kB
SwapTotal:    67111528 kB
SwapFree:     60044328 kB
Dirty:           37836 kB
Writeback:           0 kB
AnonPages:     9989600 kB
Mapped:          28472 kB
Slab:            83488 kB
PageTables:      62828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108587224 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= 73172 MiB
End job on node114 at 2011-05-17 05:35:29