Trace number 3361991

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 642.475 164.605

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
0.00/0.51	c ==============================================================================
0.00/0.51	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.51	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.51	c ==============================================================================
0.00/0.51	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
3.30/3.36	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
3.30/3.36	c ==============================================================================
3.30/3.36	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
3.30/3.36	c CPU time:   3.2735 s
3.30/3.36	c ==============================================================================
642.11/164.58	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
642.11/164.58	c ============================[ Problem Statistics ]=============================
642.11/164.58	c |                                                                             |
642.11/164.58	c threadId              : 2
642.11/164.58	c restarts              : 15
642.11/164.58	c conflicts             : 81895          (128 /sec)
642.11/164.58	c decisions             : 336782         (1.26 % random) (528 /sec)
642.11/164.58	c propagations          : 442616449      (693550 /sec)
642.11/164.58	c conflict literals     : 14978357       (42.07 % deleted)
642.11/164.58	c Memory used           : 331.18 MB
642.11/164.58	c CPU time              : 638.19 s
642.11/164.58	
642.11/164.58	c --->m=4, e=8, aimd=1, HOME/13029_many.cnf	time: 159.547	conflicts: 81895        
642.11/164.59	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3361991-1305297694/watcher-3361991-1305297694 -o /tmp/evaluation-result-3361991-1305297694/solver-3361991-1305297694 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361991-1305297694.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.78 7.88 6.01 5/354 13029
/proc/meminfo: memFree=8285140/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641366179 8908800 250 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13029/statm: 2175 250 209 178 0 68 0

[startup+0.0786469 s]
/proc/loadavg: 7.78 7.88 6.01 5/354 13029
/proc/meminfo: memFree=8285140/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641366179 8908800 250 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13029/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100647 s]
/proc/loadavg: 7.78 7.88 6.01 5/354 13029
/proc/meminfo: memFree=8285140/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641366179 8908800 250 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13029/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300605 s]
/proc/loadavg: 7.78 7.88 6.01 5/354 13029
/proc/meminfo: memFree=8285140/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641366179 8908800 250 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13029/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700522 s]
/proc/loadavg: 7.78 7.88 6.01 5/354 13029
/proc/meminfo: memFree=8285140/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641366179 8908800 250 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13029/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 7.78 7.88 6.01 6/356 13031
/proc/meminfo: memFree=8178512/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641366179 8908800 250 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13029/statm: 2175 250 209 178 0 68 0
[pid=13030] ppid=13029 vsize=116344 CPUtime=1.49 cores=1,3,5,7
/proc/13030/stat : 13030 (SatElite) R 13029 13029 12655 0 -1 4202496 29431 0 0 0 142 7 0 0 25 0 1 0 641366180 119136256 26586 33554432000 134512640 135034092 4289454144 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13030/statm: 29086 26586 68 128 0 28956 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125044

[startup+3.10105 s]
/proc/loadavg: 7.78 7.88 6.01 6/356 13031
/proc/meminfo: memFree=8172932/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641366179 8908800 250 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13029/statm: 2175 250 209 178 0 68 0
[pid=13030] ppid=13029 vsize=116516 CPUtime=3.09 cores=1,3,5,7
/proc/13030/stat : 13030 (SatElite) R 13029 13029 12655 0 -1 4202496 34494 0 0 0 301 8 0 0 25 0 1 0 641366180 119312384 26802 33554432000 134512640 135034092 4289454144 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13030/statm: 29129 26802 68 128 0 28999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125216

[startup+6.30033 s]
/proc/loadavg: 7.56 7.83 6.00 9/359 13035
/proc/meminfo: memFree=8082376/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=220456 CPUtime=7.41 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 45543 0 0 0 715 26 0 0 20 0 4 0 641366557 225746944 45458 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 55114 45458 84 194 0 54918 0
[pid=13032/tid=13033] ppid=13029 vsize=220456 CPUtime=1.61 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 938 0 0 0 157 4 0 0 20 0 4 0 641366643 225746944 45458 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=220456 CPUtime=1.63 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 974 0 0 0 158 5 0 0 20 0 4 0 641366643 225746944 45458 33554432000 134512640 135305190 4293081248 18446744073709551615 134530615 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=220456 CPUtime=1.62 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 944 0 0 0 158 4 0 0 20 0 4 0 641366643 225746944 45458 33554432000 134512640 135305190 4293081248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 229156

[startup+12.7011 s]
/proc/loadavg: 7.59 7.83 6.01 9/359 13035
/proc/meminfo: memFree=8068628/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=233600 CPUtime=32.91 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 49017 0 0 0 3262 29 0 0 25 0 4 0 641366557 239206400 48932 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 58400 48932 84 194 0 58204 0
[pid=13032/tid=13033] ppid=13029 vsize=233600 CPUtime=7.94 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 1781 0 0 0 788 6 0 0 25 0 4 0 641366643 239206400 48932 33554432000 134512640 135305190 4293081248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=233600 CPUtime=8.03 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 2000 0 0 0 797 6 0 0 25 0 4 0 641366643 239206400 48932 33554432000 134512640 135305190 4293081248 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=233600 CPUtime=8.03 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 1690 0 0 0 798 5 0 0 25 0 4 0 641366643 239206400 48932 33554432000 134512640 135305190 4293081248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.67
Current children cumulated vsize (KiB) 242300

[startup+25.5005 s]
/proc/loadavg: 7.68 7.84 6.04 9/359 13035
/proc/meminfo: memFree=8042088/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=259928 CPUtime=83.97 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 55580 0 0 0 8362 35 0 0 25 0 4 0 641366557 266166272 55495 33554432000 134512640 135305190 4293081248 18446744073709551615 134551628 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 64982 55495 84 194 0 64786 0
[pid=13032/tid=13033] ppid=13029 vsize=259928 CPUtime=20.58 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 3141 0 0 0 2051 7 0 0 25 0 4 0 641366643 266166272 55495 33554432000 134512640 135305190 4293081248 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=259928 CPUtime=20.83 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 3893 0 0 0 2076 7 0 0 25 0 4 0 641366643 266166272 55495 33554432000 134512640 135305190 4293081248 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=259928 CPUtime=20.82 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 3512 0 0 0 2076 6 0 0 25 0 4 0 641366643 266166272 55495 33554432000 134512640 135305190 4293081248 18446744073709551615 134570418 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 87.73
Current children cumulated vsize (KiB) 268628

[startup+51.1004 s]
/proc/loadavg: 7.93 7.88 6.11 9/359 13036
/proc/meminfo: memFree=8009628/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=288844 CPUtime=186.07 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 62710 0 0 0 18568 39 0 0 25 0 4 0 641366557 295776256 62625 33554432000 134512640 135305190 4293081248 18446744073709551615 134528178 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 72211 62625 84 194 0 72015 0
[pid=13032/tid=13033] ppid=13029 vsize=288844 CPUtime=45.89 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 4484 0 0 0 4581 8 0 0 25 0 4 0 641366643 295776256 62625 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=288844 CPUtime=46.44 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 6039 0 0 0 4635 9 0 0 25 0 4 0 641366643 295776256 62625 33554432000 134512640 135305190 4293081248 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=288844 CPUtime=46.42 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 6053 0 0 0 4635 7 0 0 25 0 4 0 641366643 295776256 62625 33554432000 134512640 135305190 4293081248 18446744073709551615 134528794 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 189.83
Current children cumulated vsize (KiB) 297544

[startup+102.313 s]
/proc/loadavg: 8.12 7.93 6.21 9/359 13037
/proc/meminfo: memFree=7966504/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=319740 CPUtime=390.33 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 70198 0 0 0 38989 44 0 0 25 0 4 0 641366557 327413760 70113 33554432000 134512640 135305190 4293081248 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 79935 70113 84 194 0 79739 0
[pid=13032/tid=13033] ppid=13029 vsize=319740 CPUtime=96.51 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 5280 0 0 0 9642 9 0 0 25 0 4 0 641366643 327413760 70113 33554432000 134512640 135305190 4293081248 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=319740 CPUtime=97.64 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 9374 0 0 0 9754 10 0 0 25 0 4 0 641366643 327413760 70113 33554432000 134512640 135305190 4293081248 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=319740 CPUtime=97.64 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 8399 0 0 0 9755 9 0 0 25 0 4 0 641366643 327413760 70113 33554432000 134512640 135305190 4293081248 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 394.09
Current children cumulated vsize (KiB) 328440

[startup+162.301 s]
/proc/loadavg: 8.26 7.99 6.34 9/359 13039
/proc/meminfo: memFree=7944776/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=339124 CPUtime=629.57 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 75014 0 0 0 62909 48 0 0 25 0 4 0 641366557 347262976 74929 33554432000 134512640 135305190 4293081248 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 84781 74929 84 194 0 84585 0
[pid=13032/tid=13033] ppid=13029 vsize=339124 CPUtime=155.81 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 5965 0 0 0 15572 9 0 0 25 0 4 0 641366643 347262976 74929 33554432000 134512640 135305190 4293081248 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=339124 CPUtime=157.63 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10305 0 0 0 15751 12 0 0 25 0 4 0 641366643 347262976 74929 33554432000 134512640 135305190 4293081248 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=339124 CPUtime=157.62 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10638 0 0 0 15751 11 0 0 25 0 4 0 641366643 347262976 74929 33554432000 134512640 135305190 4293081248 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 633.33
Current children cumulated vsize (KiB) 347824

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

[startup+163.101 s]
/proc/loadavg: 8.24 7.99 6.35 9/359 13039
/proc/meminfo: memFree=7944648/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=339124 CPUtime=632.76 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 75014 0 0 0 63227 49 0 0 25 0 4 0 641366557 347262976 74929 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 84781 74929 84 194 0 84585 0
[pid=13032/tid=13033] ppid=13029 vsize=339124 CPUtime=156.59 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 5965 0 0 0 15650 9 0 0 25 0 4 0 641366643 347262976 74929 33554432000 134512640 135305190 4293081248 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=339124 CPUtime=158.42 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10305 0 0 0 15830 12 0 0 25 0 4 0 641366643 347262976 74929 33554432000 134512640 135305190 4293081248 18446744073709551615 134528630 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=339124 CPUtime=158.42 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10638 0 0 0 15831 11 0 0 25 0 4 0 641366643 347262976 74929 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 636.52
Current children cumulated vsize (KiB) 347824

[startup+163.914 s]
/proc/loadavg: 8.24 7.99 6.35 9/359 13039
/proc/meminfo: memFree=7944648/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=339124 CPUtime=636 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 75015 0 0 0 63551 49 0 0 25 0 4 0 641366557 347262976 74930 33554432000 134512640 135305190 4293081248 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 84781 74930 84 194 0 84585 0
[pid=13032/tid=13033] ppid=13029 vsize=339124 CPUtime=157.4 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 5965 0 0 0 15731 9 0 0 25 0 4 0 641366643 347262976 74930 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=339124 CPUtime=159.24 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10305 0 0 0 15912 12 0 0 25 0 4 0 641366643 347262976 74930 33554432000 134512640 135305190 4293081248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=339124 CPUtime=159.23 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10638 0 0 0 15912 11 0 0 25 0 4 0 641366643 347262976 74930 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 639.76
Current children cumulated vsize (KiB) 347824

[startup+164.301 s]
/proc/loadavg: 8.24 7.99 6.35 9/359 13039
/proc/meminfo: memFree=7944648/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=339124 CPUtime=637.55 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 75015 0 0 0 63706 49 0 0 25 0 4 0 641366557 347262976 74930 33554432000 134512640 135305190 4293081248 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 84781 74930 84 194 0 84585 0
[pid=13032/tid=13033] ppid=13029 vsize=339124 CPUtime=157.78 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 5965 0 0 0 15769 9 0 0 25 0 4 0 641366643 347262976 74930 33554432000 134512640 135305190 4293081248 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=339124 CPUtime=159.62 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10305 0 0 0 15950 12 0 0 25 0 4 0 641366643 347262976 74930 33554432000 134512640 135305190 4293081248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=339124 CPUtime=159.62 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10638 0 0 0 15951 11 0 0 25 0 4 0 641366643 347262976 74930 33554432000 134512640 135305190 4293081248 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 641.31
Current children cumulated vsize (KiB) 347824

[startup+164.501 s]
/proc/loadavg: 8.24 7.99 6.35 9/359 13039
/proc/meminfo: memFree=7944648/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8700 CPUtime=3.76 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 357 36518 0 0 0 0 365 11 18 0 1 0 641366179 8908800 253 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13029/statm: 2175 253 209 178 0 68 0
[pid=13032] ppid=13029 vsize=339124 CPUtime=638.35 cores=1,3,5,7
/proc/13032/stat : 13032 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202496 75016 0 0 0 63786 49 0 0 25 0 4 0 641366557 347262976 74931 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13032/statm: 84781 74931 84 194 0 84585 0
[pid=13032/tid=13033] ppid=13029 vsize=339124 CPUtime=157.98 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 5965 0 0 0 15789 9 0 0 25 0 4 0 641366643 347262976 74931 33554432000 134512640 135305190 4293081248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13032/tid=13034] ppid=13029 vsize=339124 CPUtime=159.82 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10306 0 0 0 15970 12 0 0 25 0 4 0 641366643 347262976 74931 33554432000 134512640 135305190 4293081248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=339124 CPUtime=159.82 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (manysat1.1_stat) R 13029 13029 12655 0 -1 4202560 10638 0 0 0 15971 11 0 0 25 0 4 0 641366643 347262976 74931 33554432000 134512640 135305190 4293081248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 347824

[startup+164.601 s]
/proc/loadavg: 8.24 7.99 6.35 9/359 13039
/proc/meminfo: memFree=7944648/32950928 swapFree=45937192/67111528
[pid=13029] ppid=13027 vsize=8704 CPUtime=642.45 cores=1,3,5,7
/proc/13029/stat : 13029 (manysat.sh) S 13027 13029 12655 0 -1 4202496 386 111549 0 0 0 0 64184 61 17 0 1 0 641366179 8912896 258 33554432000 4194304 4922060 140734639519648 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13029/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 642.45
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 164.605
CPU time (s): 642.475
CPU user time (s): 641.85
CPU system time (s): 0.624905
CPU usage (%): 390.313
Max. virtual memory (cumulated for all children) (KiB): 347824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 641.85
system time used= 0.624905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112117
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= 21269
involuntary context switches= 4402

runsolver used 0.515921 second user time and 1.38179 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 16:41:35
IDJOB=3361991
IDBENCH=71039
IDSOLVER=1838
FILE ID=node149/3361991-1305297694
RUNJOBID= node149-1305296390-12674
PBS_JOBID= 13321404
Free space on /tmp= 42200 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361991-1305297694/watcher-3361991-1305297694 -o /tmp/evaluation-result-3361991-1305297694/solver-3361991-1305297694 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361991-1305297694.cnf aimd 1

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=129682234

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.806
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.806
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.806
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.806
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:       8285412 kB
Buffers:        264320 kB
Cached:       19271568 kB
SwapCached:      19984 kB
Active:        9217060 kB
Inactive:     14769704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8285412 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           20128 kB
Writeback:           0 kB
AnonPages:     4443696 kB
Mapped:          14508 kB
Slab:           541720 kB
PageTables:      71912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80356844 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= 42200 MiB
End job on node149 at 2011-05-13 16:44:20