Trace number 3387357

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 5000.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.529
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  129618   302442 |   38885       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |   68921   217805 |      --       0       --      -- |     --   | -60695/-84632
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 13945   #clauses: 68921   #literals: 217805
0.00/0.37	c CPU time:   0.353946 s
0.00/0.37	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-3387357-1305600883/watcher-3387357-1305600883 -o /tmp/evaluation-result-3387357-1305600883/solver-3387357-1305600883 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387357-1305600883.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: 3.36 3.21 2.81 3/500 8146
/proc/meminfo: memFree=17126316/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 671687886 8908800 249 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8146/statm: 2175 249 209 178 0 68 0

[startup+0.0816479 s]
/proc/loadavg: 3.36 3.21 2.81 3/500 8146
/proc/meminfo: memFree=17126316/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 671687886 8908800 249 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8146/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100642 s]
/proc/loadavg: 3.36 3.21 2.81 3/500 8146
/proc/meminfo: memFree=17126316/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 671687886 8908800 249 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8146/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300609 s]
/proc/loadavg: 3.36 3.21 2.81 3/500 8146
/proc/meminfo: memFree=17126316/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 671687886 8908800 249 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8146/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700511 s]
/proc/loadavg: 3.36 3.21 2.81 3/500 8146
/proc/meminfo: memFree=17126316/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 8700

[startup+1.50041 s]
/proc/loadavg: 3.36 3.21 2.81 4/502 8149
/proc/meminfo: memFree=17112064/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=23960 CPUtime=1.07 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 2968 0 0 0 107 0 0 0 25 0 1 0 671687927 24535040 2610 33554432000 4194304 4256717 140735151850800 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 5990 2610 253 16 0 2632 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 32660

[startup+3.10114 s]
/proc/loadavg: 3.36 3.21 2.81 4/502 8149
/proc/meminfo: memFree=17109212/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=31660 CPUtime=2.68 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 7227 0 0 0 267 1 0 0 25 0 1 0 671687927 32419840 4226 33554432000 4194304 4256717 140735151850800 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 7915 4226 253 16 0 4557 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40360

[startup+6.3006 s]
/proc/loadavg: 3.57 3.25 2.83 4/502 8149
/proc/meminfo: memFree=17093016/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=45808 CPUtime=5.88 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 11695 0 0 0 586 2 0 0 25 0 1 0 671687927 46907392 8021 33554432000 4194304 4256717 140735151850800 18446744073709551615 4209038 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 11452 8021 253 16 0 8094 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54508

[startup+12.7005 s]
/proc/loadavg: 3.52 3.25 2.83 4/502 8150
/proc/meminfo: memFree=17083912/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=47576 CPUtime=12.27 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 19942 0 0 0 1224 3 0 0 25 0 1 0 671687927 48717824 7587 33554432000 4194304 4256717 140735151850800 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 11894 7587 253 16 0 8536 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 56276

[startup+25.5004 s]
/proc/loadavg: 3.41 3.24 2.83 4/502 8150
/proc/meminfo: memFree=17137868/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=54760 CPUtime=25.07 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 36503 0 0 0 2501 6 0 0 25 0 1 0 671687927 56074240 5897 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213589 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 13690 5897 253 16 0 10332 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 63460

[startup+51.1011 s]
/proc/loadavg: 3.40 3.25 2.85 4/502 8151
/proc/meminfo: memFree=17062252/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=122752 CPUtime=50.67 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 65396 0 0 0 5058 9 0 0 25 0 1 0 671687927 125698048 18406 33554432000 4194304 4256717 140735151850800 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 30688 18406 253 16 0 27330 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 131452

[startup+102.319 s]
/proc/loadavg: 3.25 3.22 2.86 4/502 8152
/proc/meminfo: memFree=17082452/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=104088 CPUtime=101.89 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 76724 0 0 0 10178 11 0 0 25 0 1 0 671687927 106586112 21664 33554432000 4194304 4256717 140735151850800 18446744073709551615 4209900 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 26022 21664 253 16 0 22664 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 112788

[startup+162.3 s]
/proc/loadavg: 3.16 3.21 2.87 4/502 8154
/proc/meminfo: memFree=17040284/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=123072 CPUtime=161.87 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 190721 0 0 0 16161 26 0 0 25 0 1 0 671687927 126025728 23989 33554432000 4194304 4256717 140735151850800 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 30768 23989 253 16 0 27410 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 131772

[startup+222.301 s]
/proc/loadavg: 3.09 3.18 2.88 4/502 8155
/proc/meminfo: memFree=17081312/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=123072 CPUtime=221.87 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 291242 0 0 0 22147 40 0 0 25 0 1 0 671687927 126025728 22420 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213943 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 30768 22420 253 16 0 27410 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 131772

[startup+282.301 s]
/proc/loadavg: 3.03 3.15 2.89 4/502 8157
/proc/meminfo: memFree=17037780/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=123072 CPUtime=281.88 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 366275 0 0 0 28133 55 0 0 25 0 1 0 671687927 126025728 26497 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 30768 26497 253 16 0 27410 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 131772

[startup+342.301 s]
/proc/loadavg: 3.01 3.12 2.90 4/502 8158
/proc/meminfo: memFree=16907188/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=123072 CPUtime=341.88 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 456043 0 0 0 34116 72 0 0 25 0 1 0 671687927 126025728 23259 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 30768 23259 253 16 0 27410 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 131772

[startup+402.301 s]
/proc/loadavg: 3.00 3.09 2.90 4/502 8169
/proc/meminfo: memFree=17044736/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7

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

/proc/8149/statm: 50995 35525 253 16 0 47637 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 212680

[startup+4362.3 s]
/proc/loadavg: 3.32 3.17 3.06 4/502 8320
/proc/meminfo: memFree=17506656/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=153892 CPUtime=4361.93 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5194993 0 0 0 435193 1000 0 0 25 0 1 0 671687927 157585408 32705 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 38473 32705 253 16 0 35115 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 162592

[startup+4422.3 s]
/proc/loadavg: 3.24 3.17 3.06 4/502 8321
/proc/meminfo: memFree=17425428/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=203980 CPUtime=4421.93 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5246787 0 0 0 441182 1011 0 0 25 0 1 0 671687927 208875520 35340 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 50995 35340 253 16 0 47637 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 212680

[startup+4482.3 s]
/proc/loadavg: 3.14 3.15 3.06 4/502 8323
/proc/meminfo: memFree=17431748/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=153892 CPUtime=4481.93 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5315797 0 0 0 447170 1023 0 0 25 0 1 0 671687927 157585408 33110 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 38473 33110 253 16 0 35115 0
Current children cumulated CPU time (s) 4482.33
Current children cumulated vsize (KiB) 162592

[startup+4542.3 s]
/proc/loadavg: 3.05 3.12 3.06 4/502 8324
/proc/meminfo: memFree=17411516/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=203980 CPUtime=4541.94 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5366643 0 0 0 453161 1033 0 0 25 0 1 0 671687927 208875520 36789 33554432000 4194304 4256717 140735151850800 18446744073709551615 4209140 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 50995 36789 253 16 0 47637 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 212680

[startup+4602.3 s]
/proc/loadavg: 3.02 3.10 3.05 4/502 8326
/proc/meminfo: memFree=17413984/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=203980 CPUtime=4601.95 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5437089 0 0 0 459149 1046 0 0 25 0 1 0 671687927 208875520 35827 33554432000 4194304 4256717 140735151850800 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 50995 35827 253 16 0 47637 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 212680

[startup+4662.3 s]
/proc/loadavg: 3.00 3.08 3.05 4/502 8328
/proc/meminfo: memFree=17414084/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=203980 CPUtime=4661.93 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5486428 0 0 0 465138 1055 0 0 25 0 1 0 671687927 208875520 36741 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 50995 36741 253 16 0 47637 0
Current children cumulated CPU time (s) 4662.33
Current children cumulated vsize (KiB) 212680

[startup+4722.32 s]
/proc/loadavg: 3.00 3.06 3.04 4/502 8329
/proc/meminfo: memFree=17409864/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=203980 CPUtime=4721.95 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5557571 0 0 0 471128 1067 0 0 25 0 1 0 671687927 208875520 36460 33554432000 4194304 4256717 140735151850800 18446744073709551615 4218891 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 50995 36460 253 16 0 47637 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 212680

[startup+4782.3 s]
/proc/loadavg: 3.00 3.05 3.03 4/502 8331
/proc/meminfo: memFree=17421512/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=153892 CPUtime=4781.94 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5628429 0 0 0 477113 1081 0 0 25 0 1 0 671687927 157585408 34978 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 38473 34978 253 16 0 35115 0
Current children cumulated CPU time (s) 4782.34
Current children cumulated vsize (KiB) 162592

[startup+4842.3 s]
/proc/loadavg: 3.00 3.03 3.03 4/502 8332
/proc/meminfo: memFree=17394092/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=203980 CPUtime=4841.94 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5680516 0 0 0 483103 1091 0 0 25 0 1 0 671687927 208875520 38483 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 50995 38483 253 16 0 47637 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 212680

[startup+4902.3 s]
/proc/loadavg: 3.09 3.06 3.03 4/502 8334
/proc/meminfo: memFree=17391732/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=203980 CPUtime=4901.94 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5759828 0 0 0 489088 1106 0 0 25 0 1 0 671687927 208875520 40943 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 50995 40943 253 16 0 47637 0
Current children cumulated CPU time (s) 4902.34
Current children cumulated vsize (KiB) 212680

[startup+4962.3 s]
/proc/loadavg: 3.07 3.06 3.03 4/502 8336
/proc/meminfo: memFree=17401024/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=203980 CPUtime=4961.95 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5830923 0 0 0 495075 1120 0 0 25 0 1 0 671687927 208875520 36203 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 50995 36203 253 16 0 47637 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 212680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 3.04 3.05 3.03 4/502 8337
/proc/meminfo: memFree=17394576/32951132 swapFree=64496000/67111528
[pid=8146] ppid=8144 vsize=8700 CPUtime=0.4 cores=1,3,5,7
/proc/8146/stat : 8146 (esg_static.sh) S 8144 8146 6320 0 -1 4202496 351 6155 0 0 0 0 39 1 21 0 1 0 671687886 8908800 251 33554432000 4194304 4922060 140737262263184 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8146/statm: 2175 251 209 178 0 68 0
[pid=8149] ppid=8146 vsize=153892 CPUtime=4999.66 cores=1,3,5,7
/proc/8149/stat : 8149 (minisat_static) R 8146 8146 6320 0 -1 4202496 5874334 0 0 0 498838 1128 0 0 25 0 1 0 671687927 157585408 33922 33554432000 4194304 4256717 140735151850800 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/8149/statm: 38473 33922 253 16 0 35115 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 162592

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 8146 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=393940
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=17997
# CPU time returned by wait4() is 0.411937
# 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): 5000.03
CPU time (s): 5000.06
CPU user time (s): 4988.77
CPU system time (s): 11.29
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 292820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.39394
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 5

runsolver used 23.1865 second user time and 58.943 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-17 04:54:43
IDJOB=3387357
IDBENCH=82466
IDSOLVER=1874
FILE ID=node129/3387357-1305600883
RUNJOBID= node129-1305600160-7957
PBS_JOBID= 13350349
Free space on /tmp= 73400 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387357-1305600883/watcher-3387357-1305600883 -o /tmp/evaluation-result-3387357-1305600883/solver-3387357-1305600883 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387357-1305600883.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1059043241

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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:     32951132 kB
MemFree:      17126340 kB
Buffers:        300536 kB
Cached:        6957524 kB
SwapCached:      52664 kB
Active:        6668952 kB
Inactive:      8885520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17126340 kB
SwapTotal:    67111528 kB
SwapFree:     64496000 kB
Dirty:            3200 kB
Writeback:          88 kB
AnonPages:     8252392 kB
Mapped:          30004 kB
Slab:           141428 kB
PageTables:      60544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 148447476 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73444 MiB
End job on node129 at 2011-05-17 06:18:05