Trace number 3387383

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.03 5000.12

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark891.683
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
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.23	c ==============================================================================
0.00/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.23	c ==============================================================================
0.00/0.23	c |         0 |  546912  1276128 |  164073       0        0     nan |  0.000 % |
2.69/2.75	c |         0 |  210225   740637 |      --       0       --      -- |     --   | -336685/-535486
2.69/2.75	c ==============================================================================
2.69/2.75	c Result  :   #vars: 32046   #clauses: 210225   #literals: 740637
2.69/2.75	c CPU time:   2.66359 s
2.69/2.75	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-3387383-1305601210/watcher-3387383-1305601210 -o /tmp/evaluation-result-3387383-1305601210/solver-3387383-1305601210 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387383-1305601210.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.62 3.21 3.13 4/458 19954
/proc/meminfo: memFree=13564780/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 652536990 8908800 249 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19954/statm: 2175 249 209 178 0 68 0

[startup+0.091816 s]
/proc/loadavg: 3.62 3.21 3.13 4/458 19954
/proc/meminfo: memFree=13564780/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 652536990 8908800 249 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19954/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100821 s]
/proc/loadavg: 3.62 3.21 3.13 4/458 19954
/proc/meminfo: memFree=13564780/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 652536990 8908800 249 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19954/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300778 s]
/proc/loadavg: 3.62 3.21 3.13 4/458 19954
/proc/meminfo: memFree=13564780/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 652536990 8908800 249 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19954/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700704 s]
/proc/loadavg: 3.62 3.21 3.13 4/458 19954
/proc/meminfo: memFree=13564780/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 652536990 8908800 249 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19954/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 3.62 3.21 3.13 5/460 19956
/proc/meminfo: memFree=13476112/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 652536990 8908800 249 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19954/statm: 2175 249 209 178 0 68 0
[pid=19955] ppid=19954 vsize=93992 CPUtime=1.49 cores=0,2,4,6
/proc/19955/stat : 19955 (SatELite_releas) R 19954 19954 17732 0 -1 4202496 22056 0 0 0 142 7 0 0 25 0 1 0 652536990 96247808 20492 33554432000 134512640 135144242 4291039600 18446744073709551615 134726939 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/19955/statm: 23498 20493 77 155 0 23341 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102692

[startup+3.10026 s]
/proc/loadavg: 3.65 3.22 3.14 5/460 19956
/proc/meminfo: memFree=13462480/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 8700

[startup+6.30067 s]
/proc/loadavg: 3.65 3.22 3.14 5/460 19957
/proc/meminfo: memFree=13514808/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=39456 CPUtime=3.36 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 6334 0 0 0 336 0 0 0 25 0 1 0 652537280 40402944 5479 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 9864 5479 252 16 0 6506 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 48156

[startup+12.7005 s]
/proc/loadavg: 3.71 3.25 3.14 5/460 19958
/proc/meminfo: memFree=13509128/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=40808 CPUtime=9.77 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 10806 0 0 0 976 1 0 0 25 0 1 0 652537280 41787392 6359 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 10202 6359 252 16 0 6844 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 49508

[startup+25.5011 s]
/proc/loadavg: 3.75 3.27 3.15 5/460 19958
/proc/meminfo: memFree=13473712/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=79064 CPUtime=22.56 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 24285 0 0 0 2254 2 0 0 25 0 1 0 652537280 80961536 14558 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213980 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 19766 14558 252 16 0 16408 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 87764

[startup+51.1004 s]
/proc/loadavg: 3.83 3.33 3.18 5/460 20058
/proc/meminfo: memFree=13469812/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=90736 CPUtime=48.16 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 29796 0 0 0 4813 3 0 0 25 0 1 0 652537280 92913664 19376 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 22684 19376 252 16 0 19326 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 99436

[startup+102.317 s]
/proc/loadavg: 3.99 3.46 3.22 5/460 20089
/proc/meminfo: memFree=13412164/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=121376 CPUtime=99.38 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 67447 0 0 0 9929 9 0 0 25 0 1 0 652537280 124289024 26915 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213997 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 30344 26915 252 16 0 26986 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 130076

[startup+162.301 s]
/proc/loadavg: 3.99 3.55 3.27 5/460 20091
/proc/meminfo: memFree=13362904/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=121380 CPUtime=159.36 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 91311 0 0 0 15924 12 0 0 25 0 1 0 652537280 124293120 26133 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 30345 26133 252 16 0 26987 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 130080

[startup+222.301 s]
/proc/loadavg: 3.99 3.63 3.31 5/460 20092
/proc/meminfo: memFree=13335580/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=121380 CPUtime=219.36 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 92246 0 0 0 21924 12 0 0 25 0 1 0 652537280 124293120 27037 33554432000 4194304 4256717 140734478777056 18446744073709551615 4210884 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 30345 27037 252 16 0 26987 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 130080

[startup+282.301 s]
/proc/loadavg: 4.06 3.71 3.36 5/460 20094
/proc/meminfo: memFree=13311636/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=152044 CPUtime=279.36 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 175219 0 0 0 27913 23 0 0 25 0 1 0 652537280 155693056 30718 33554432000 4194304 4256717 140734478777056 18446744073709551615 4209055 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 38011 30719 252 16 0 34653 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 160744

[startup+342.301 s]
/proc/loadavg: 4.02 3.76 3.40 5/460 20095
/proc/meminfo: memFree=13263116/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=152044 CPUtime=339.36 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 247801 0 0 0 33903 33 0 0 25 0 1 0 652537280 155693056 32523 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213952 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 38011 32523 252 16 0 34653 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 160744

[startup+402.301 s]
/proc/loadavg: 4.01 3.80 3.43 5/460 20097
/proc/meminfo: memFree=13222540/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=152044 CPUtime=399.35 cores=0,2,4,6

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

/proc/19957/statm: 58238 50490 252 16 0 54880 0
Current children cumulated CPU time (s) 4362.23
Current children cumulated vsize (KiB) 241652

[startup+4422.3 s]
/proc/loadavg: 4.11 4.04 4.01 5/460 20216
/proc/meminfo: memFree=12180064/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=232952 CPUtime=4419.33 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3457238 0 0 0 441390 543 0 0 25 0 1 0 652537280 238542848 50516 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 58238 50516 252 16 0 54880 0
Current children cumulated CPU time (s) 4422.23
Current children cumulated vsize (KiB) 241652

[startup+4482.3 s]
/proc/loadavg: 4.09 4.05 4.01 5/460 20218
/proc/meminfo: memFree=12135412/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=232952 CPUtime=4479.33 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3489367 0 0 0 447385 548 0 0 25 0 1 0 652537280 238542848 48132 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 58238 48132 252 16 0 54880 0
Current children cumulated CPU time (s) 4482.23
Current children cumulated vsize (KiB) 241652

[startup+4542.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/460 20219
/proc/meminfo: memFree=12142708/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=232952 CPUtime=4539.32 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3523599 0 0 0 453378 554 0 0 25 0 1 0 652537280 238542848 48332 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 58238 48332 252 16 0 54880 0
Current children cumulated CPU time (s) 4542.22
Current children cumulated vsize (KiB) 241652

[startup+4602.3 s]
/proc/loadavg: 4.12 4.06 4.01 5/460 20221
/proc/meminfo: memFree=12144800/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=232952 CPUtime=4599.34 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3554083 0 0 0 459374 560 0 0 25 0 1 0 652537280 238542848 49105 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 58238 49105 252 16 0 54880 0
Current children cumulated CPU time (s) 4602.24
Current children cumulated vsize (KiB) 241652

[startup+4662.3 s]
/proc/loadavg: 4.10 4.06 4.01 5/460 20223
/proc/meminfo: memFree=12126060/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=232952 CPUtime=4659.32 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3581413 0 0 0 465368 564 0 0 25 0 1 0 652537280 238542848 44967 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 58238 44967 252 16 0 54880 0
Current children cumulated CPU time (s) 4662.22
Current children cumulated vsize (KiB) 241652

[startup+4722.32 s]
/proc/loadavg: 4.03 4.05 4.00 5/460 20224
/proc/meminfo: memFree=12097152/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=232952 CPUtime=4719.34 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3586216 0 0 0 471368 566 0 0 25 0 1 0 652537280 238542848 49577 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 58238 49577 252 16 0 54880 0
Current children cumulated CPU time (s) 4722.24
Current children cumulated vsize (KiB) 241652

[startup+4782.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/460 20226
/proc/meminfo: memFree=12124776/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=182864 CPUtime=4779.32 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3635897 0 0 0 477359 573 0 0 25 0 1 0 652537280 187252736 41256 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 45716 41256 252 16 0 42358 0
Current children cumulated CPU time (s) 4782.22
Current children cumulated vsize (KiB) 191564

[startup+4842.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/460 20227
/proc/meminfo: memFree=12090032/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=232952 CPUtime=4839.32 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3667323 0 0 0 483353 579 0 0 25 0 1 0 652537280 238542848 47712 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 58238 47712 252 16 0 54880 0
Current children cumulated CPU time (s) 4842.22
Current children cumulated vsize (KiB) 241652

[startup+4902.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/460 20229
/proc/meminfo: memFree=12102148/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=182864 CPUtime=4899.32 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3712403 0 0 0 489345 587 0 0 25 0 1 0 652537280 187252736 41828 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 45716 41828 252 16 0 42358 0
Current children cumulated CPU time (s) 4902.22
Current children cumulated vsize (KiB) 191564

[startup+4962.3 s]
/proc/loadavg: 4.16 4.05 4.01 5/460 20231
/proc/meminfo: memFree=12084148/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=182864 CPUtime=4959.33 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3772895 0 0 0 495337 596 0 0 25 0 1 0 652537280 187252736 37169 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 45716 37169 252 16 0 42358 0
Current children cumulated CPU time (s) 4962.23
Current children cumulated vsize (KiB) 191564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 4.09 4.04 4.01 5/460 20232
/proc/meminfo: memFree=12088708/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=182864 CPUtime=4997.13 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3797329 0 0 0 499113 600 0 0 25 0 1 0 652537280 187252736 40925 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 45716 40925 252 16 0 42358 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 191564

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: 4.09 4.04 4.01 5/460 20232
/proc/meminfo: memFree=12088708/32951124 swapFree=63485432/67111528
[pid=19954] ppid=19952 vsize=8700 CPUtime=2.9 cores=0,2,4,6
/proc/19954/stat : 19954 (esg_static.sh) S 19952 19954 17732 0 -1 4202496 351 25638 0 0 0 0 280 10 18 0 1 0 652536990 8908800 251 33554432000 4194304 4922060 140733908093632 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19954/statm: 2175 251 209 178 0 68 0
[pid=19957] ppid=19954 vsize=182864 CPUtime=4997.13 cores=0,2,4,6
/proc/19957/stat : 19957 (minisat_static) R 19954 19954 17732 0 -1 4202496 3797329 0 0 0 499113 600 0 0 25 0 1 0 652537280 187252736 40925 33554432000 4194304 4256717 140734478777056 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19957/statm: 45716 40925 252 16 0 42358 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 191564

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.12
CPU time (s): 5000.03
CPU user time (s): 4993.93
CPU system time (s): 6.1
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 371880

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

runsolver used 23.5134 second user time and 50.1884 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-17 05:00:11
IDJOB=3387383
IDBENCH=82481
IDSOLVER=1874
FILE ID=node147/3387383-1305601210
RUNJOBID= node147-1305601144-19691
PBS_JOBID= 13350331
Free space on /tmp= 73196 MiB

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

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1243791293

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:     32951124 kB
MemFree:      13564812 kB
Buffers:        336136 kB
Cached:        5431804 kB
SwapCached:      13124 kB
Active:       12706016 kB
Inactive:      6390492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13564812 kB
SwapTotal:    67111528 kB
SwapFree:     63485432 kB
Dirty:           11072 kB
Writeback:           0 kB
AnonPages:    13323624 kB
Mapped:          27952 kB
Slab:           155016 kB
PageTables:      66524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125939104 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= 73156 MiB
End job on node147 at 2011-05-17 06:23:33