Trace number 3308835

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:LySAT i/2009-03-20UNSAT 884.583 884.562

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
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.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  296403   691607 |   88920       0        0     nan |  0.000 % |
1.09/1.12	c |         0 |  167814   529867 |      --       0       --      -- |     --   | -128587/-161735
1.09/1.12	c ==============================================================================
1.09/1.12	c Result  :   #vars: 32667   #clauses: 167814   #literals: 529867
1.09/1.12	c CPU time:   1.07784 s
1.09/1.12	c ==============================================================================
1.19/1.24	c lySAT 0.1
1.19/1.24	c minisat core +  additionnal features
1.19/1.24	c ============================[ Problem Statistics ]=============================
1.19/1.24	c |                                                                             |
1.19/1.24	c |  Number of variables:  32667                                                |
1.19/1.24	c |  Number of clauses:    167814                                               |
1.23/1.31	c |  Parsing time:         0.06         s                                       |
884.50/884.55	c restarts              : 3872
884.50/884.55	c conflicts             : 2159471        (2445 /sec)
884.50/884.55	c decisions             : 5225874        (3.02 % random) (5917 /sec)
884.50/884.55	c euip                  : 76983       
884.50/884.55	c propagations          : 2095237455     (2372253 /sec)
884.50/884.55	c conflict literals     : 93075786       (47.27 % deleted)
884.50/884.55	c Memory used           : 123.22 MB
884.50/884.55	c CPU time              : 883.227 s
884.50/884.55	c 
884.50/884.55	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: 935)

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-3308835-1303984533/watcher-3308835-1303984533 -o /tmp/evaluation-result-3308835-1303984533/solver-3308835-1303984533 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308835-1303984533.cnf i 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.94 3.95 3.01 5/192 24290
/proc/meminfo: memFree=13106844/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=0 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510054091 8908800 249 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 249 209 178 0 68 0

[startup+0.0618971 s]
/proc/loadavg: 3.94 3.95 3.01 5/192 24290
/proc/meminfo: memFree=13106844/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=0 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510054091 8908800 249 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100913 s]
/proc/loadavg: 3.94 3.95 3.01 5/192 24290
/proc/meminfo: memFree=13106844/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=0 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510054091 8908800 249 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300878 s]
/proc/loadavg: 3.94 3.95 3.01 5/192 24290
/proc/meminfo: memFree=13106844/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=0 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510054091 8908800 249 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700811 s]
/proc/loadavg: 3.94 3.95 3.01 5/192 24290
/proc/meminfo: memFree=13106844/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=0 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510054091 8908800 249 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 3.94 3.95 3.01 5/194 24292
/proc/meminfo: memFree=13053880/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 8700

[startup+3.10038 s]
/proc/loadavg: 3.94 3.95 3.01 5/194 24293
/proc/meminfo: memFree=13079672/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=16184 CPUtime=1.84 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 3772 0 0 0 184 0 0 0 25 0 1 0 510054216 16572416 3726 33554432000 134512640 135226915 4290845488 18446744073709551615 134536696 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 4046 3726 82 175 0 3869 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24884

[startup+6.30079 s]
/proc/loadavg: 3.94 3.95 3.01 5/194 24293
/proc/meminfo: memFree=13076916/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=17304 CPUtime=5.04 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 4057 0 0 0 504 0 0 0 25 0 1 0 510054216 17719296 4011 33554432000 134512640 135226915 4290845488 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 4326 4011 82 175 0 4149 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26004

[startup+12.7006 s]
/proc/loadavg: 3.95 3.95 3.02 5/194 24293
/proc/meminfo: memFree=13067996/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=18920 CPUtime=11.44 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 4473 0 0 0 1144 0 0 0 25 0 1 0 510054216 19374080 4427 33554432000 134512640 135226915 4290845488 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 4730 4427 82 175 0 4553 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27620

[startup+25.5003 s]
/proc/loadavg: 3.96 3.95 3.03 5/194 24294
/proc/meminfo: memFree=13051916/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=22928 CPUtime=24.24 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 5453 0 0 0 2423 1 0 0 25 0 1 0 510054216 23478272 5407 33554432000 134512640 135226915 4290845488 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 5732 5407 82 175 0 5555 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 31628

[startup+51.1006 s]
/proc/loadavg: 3.97 3.96 3.06 5/194 24294
/proc/meminfo: memFree=12987296/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=28676 CPUtime=49.84 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 6908 0 0 0 4983 1 0 0 25 0 1 0 510054216 29364224 6862 33554432000 134512640 135226915 4290845488 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 7169 6862 82 175 0 6992 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37376

[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.10 5/194 24296
/proc/meminfo: memFree=12864396/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=40268 CPUtime=101.05 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 9800 0 0 0 10103 2 0 0 25 0 1 0 510054216 41234432 9754 33554432000 134512640 135226915 4290845488 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 10067 9754 82 175 0 9890 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 48968

[startup+162.301 s]
/proc/loadavg: 4.03 3.98 3.16 5/194 24297
/proc/meminfo: memFree=12766908/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=52472 CPUtime=161.05 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 12824 0 0 0 16102 3 0 0 25 0 1 0 510054216 53731328 12778 33554432000 134512640 135226915 4290845488 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 13118 12778 82 175 0 12941 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 61172

[startup+222.301 s]
/proc/loadavg: 4.01 3.98 3.21 5/194 24299
/proc/meminfo: memFree=12718276/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=65220 CPUtime=221.05 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 16019 0 0 0 22101 4 0 0 25 0 1 0 510054216 66785280 15973 33554432000 134512640 135226915 4290845488 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 16305 15973 82 175 0 16128 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 73920

[startup+282.301 s]
/proc/loadavg: 4.06 4.00 3.26 5/194 24300
/proc/meminfo: memFree=12673972/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=76608 CPUtime=281.05 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 18812 0 0 0 28100 5 0 0 25 0 1 0 510054216 78446592 18766 33554432000 134512640 135226915 4290845488 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 19152 18766 82 175 0 18975 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 85308

[startup+342.301 s]
/proc/loadavg: 4.02 4.00 3.31 5/194 24311
/proc/meminfo: memFree=12594792/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=77132 CPUtime=341.05 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 18939 0 0 0 34100 5 0 0 25 0 1 0 510054216 78983168 18893 33554432000 134512640 135226915 4290845488 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 19283 18893 82 175 0 19106 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 85832

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.35 5/194 24313
/proc/meminfo: memFree=12442500/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=93776 CPUtime=401.06 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 23090 0 0 0 40099 7 0 0 25 0 1 0 510054216 96026624 23044 33554432000 134512640 135226915 4290845488 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 23444 23044 82 175 0 23267 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 102476

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.38 5/194 24314
/proc/meminfo: memFree=12429576/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=93920 CPUtime=461.06 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 23154 0 0 0 46099 7 0 0 25 0 1 0 510054216 96174080 23108 33554432000 134512640 135226915 4290845488 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 23480 23108 82 175 0 23303 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 102620

[startup+522.301 s]
/proc/loadavg: 4.05 4.01 3.42 5/194 24319
/proc/meminfo: memFree=12403228/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=102412 CPUtime=521.05 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 25107 0 0 0 52098 7 0 0 25 0 1 0 510054216 104869888 25061 33554432000 134512640 135226915 4290845488 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 25603 25061 82 175 0 25426 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 111112

[startup+582.301 s]
/proc/loadavg: 4.06 4.02 3.46 5/194 24320
/proc/meminfo: memFree=12391344/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=105332 CPUtime=581.05 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 25825 0 0 0 58098 7 0 0 25 0 1 0 510054216 107859968 25779 33554432000 134512640 135226915 4290845488 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 26333 25779 82 175 0 26156 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 114032

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.49 5/194 24322
/proc/meminfo: memFree=12384624/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=106272 CPUtime=641.07 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 26050 0 0 0 64099 8 0 0 25 0 1 0 510054216 108822528 26004 33554432000 134512640 135226915 4290845488 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 26568 26004 82 175 0 26391 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 114972

[startup+702.301 s]
/proc/loadavg: 4.06 4.03 3.53 5/194 24353
/proc/meminfo: memFree=12485084/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=110024 CPUtime=701.06 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 26946 0 0 0 70098 8 0 0 25 0 1 0 510054216 112664576 26900 33554432000 134512640 135226915 4290845488 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 27506 26900 82 175 0 27329 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 118724

[startup+762.307 s]
/proc/loadavg: 4.06 4.03 3.56 5/194 24355
/proc/meminfo: memFree=12353100/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=125652 CPUtime=761.07 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 30793 0 0 0 76098 9 0 0 25 0 1 0 510054216 128667648 30747 33554432000 134512640 135226915 4290845488 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 31413 30747 82 175 0 31236 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 134352

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.58 5/194 24357
/proc/meminfo: memFree=12335776/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=125652 CPUtime=821.06 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 30793 0 0 0 82097 9 0 0 25 0 1 0 510054216 128667648 30747 33554432000 134512640 135226915 4290845488 18446744073709551615 134536875 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 31413 30747 82 175 0 31236 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 134352

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.61 5/194 24388
/proc/meminfo: memFree=12532868/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=126172 CPUtime=881.07 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 30922 0 0 0 88097 10 0 0 25 0 1 0 510054216 129200128 30876 33554432000 134512640 135226915 4290845488 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 31543 30876 82 175 0 31366 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 134872

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

[startup+883.101 s]
/proc/loadavg: 4.00 4.02 3.61 5/194 24388
/proc/meminfo: memFree=12532868/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=126172 CPUtime=881.87 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 30922 0 0 0 88177 10 0 0 25 0 1 0 510054216 129200128 30876 33554432000 134512640 135226915 4290845488 18446744073709551615 134527282 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 31543 30876 82 175 0 31366 0
Current children cumulated CPU time (s) 883.1
Current children cumulated vsize (KiB) 134872

[startup+883.901 s]
/proc/loadavg: 4.00 4.02 3.61 5/194 24388
/proc/meminfo: memFree=12532744/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=126172 CPUtime=882.67 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 30922 0 0 0 88257 10 0 0 25 0 1 0 510054216 129200128 30876 33554432000 134512640 135226915 4290845488 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 31543 30876 82 175 0 31366 0
Current children cumulated CPU time (s) 883.9
Current children cumulated vsize (KiB) 134872

[startup+884.301 s]
/proc/loadavg: 4.00 4.02 3.61 5/194 24388
/proc/meminfo: memFree=12532744/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=126172 CPUtime=883.08 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 30922 0 0 0 88298 10 0 0 25 0 1 0 510054216 129200128 30876 33554432000 134512640 135226915 4290845488 18446744073709551615 134536955 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 31543 30876 82 175 0 31366 0
Current children cumulated CPU time (s) 884.31
Current children cumulated vsize (KiB) 134872

[startup+884.501 s]
/proc/loadavg: 4.00 4.02 3.61 5/194 24388
/proc/meminfo: memFree=12532744/32951124 swapFree=67111528/67111528
[pid=24290] ppid=24288 vsize=8700 CPUtime=1.23 cores=4,6
/proc/24290/stat : 24290 (lysat.sh) S 24288 24290 24039 0 -1 4202496 356 13348 0 0 0 0 118 5 18 0 1 0 510054091 8908800 251 33554432000 4194304 4922060 140736947838432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24290/statm: 2175 251 209 178 0 68 0
[pid=24293] ppid=24290 vsize=126172 CPUtime=883.27 cores=4,6
/proc/24293/stat : 24293 (LySATi) R 24290 24290 24039 0 -1 4202496 30922 0 0 0 88317 10 0 0 25 0 1 0 510054216 129200128 30876 33554432000 134512640 135226915 4290845488 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24293/statm: 31543 30876 82 175 0 31366 0
Current children cumulated CPU time (s) 884.5
Current children cumulated vsize (KiB) 134872

Child status: 20
Real time (s): 884.562
CPU time (s): 884.583
CPU user time (s): 884.416
CPU system time (s): 0.167974
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 134872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 884.416
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44842
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= 11
involuntary context switches= 1196

runsolver used 1.54676 second user time and 3.2835 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-28 11:55:33
IDJOB=3308835
IDBENCH=82482
IDSOLVER=1692
FILE ID=node109/3308835-1303984533
RUNJOBID= node109-1303983221-24058
PBS_JOBID= 13168717
Free space on /tmp= 72328 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308835-1303984533/watcher-3308835-1303984533 -o /tmp/evaluation-result-3308835-1303984533/solver-3308835-1303984533 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308835-1303984533.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=105563331

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13107124 kB
Buffers:       2131480 kB
Cached:       16744448 kB
SwapCached:          0 kB
Active:       10167024 kB
Inactive:      9098760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13107124 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           44256 kB
Writeback:           0 kB
AnonPages:      389096 kB
Mapped:          16092 kB
Slab:           514732 kB
PageTables:       6292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   573220 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= 72128 MiB
End job on node109 at 2011-04-28 12:10:18