Trace number 3692803

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
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedSAT 8.78866 8.79037

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14ls.opb
MD5SUM8999d4ddd4825a5d620fe0a3c798bc24
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.3408
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3692803-1338017375.opb>
0.00/0.00	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 476 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 348 impls, 0 clqs
0.00/0.03	c (round 2) 8 del vars, 0 del conss, 600 add conss, 0 chg bounds, 600 chg sides, 1200 chg coeffs, 476 upgd conss, 9460 impls, 0 clqs
0.00/0.03	c (round 3) 8 del vars, 16 del conss, 600 add conss, 0 chg bounds, 600 chg sides, 1200 chg coeffs, 476 upgd conss, 9460 impls, 0 clqs
0.00/0.03	c (round 4) 8 del vars, 20 del conss, 600 add conss, 0 chg bounds, 600 chg sides, 1200 chg coeffs, 476 upgd conss, 9460 impls, 0 clqs
0.00/0.04	c    (0.0s) probing: 51/308 (16.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.04	c (round 5) 8 del vars, 26 del conss, 602 add conss, 0 chg bounds, 600 chg sides, 1200 chg coeffs, 476 upgd conss, 9460 impls, 0 clqs
0.00/0.05	c presolving (6 rounds):
0.00/0.05	c  8 deleted vars, 26 deleted constraints, 602 added constraints, 0 tightened bounds, 0 added holes, 600 changed sides, 1200 changed coefficients
0.00/0.05	c  9460 implications, 0 cliques
0.00/0.05	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 1052 constraints
0.00/0.05	c     194 constraints of type <knapsack>
0.00/0.05	c     750 constraints of type <setppc>
0.00/0.05	c       2 constraints of type <and>
0.00/0.05	c     106 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.05
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.1.1.4
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.07	c   0.1s|     1 |     0 |   249 |     - |2603k|   0 | 144 | 308 |1052 | 308 |1054 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |  3950 |     - |2718k|   0 | 147 | 308 |1052 | 308 |1057 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.45	c   0.5s|     1 |     0 |  3983 |     - |2806k|   0 | 147 | 308 |1052 | 308 |1059 |   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.57	c   0.6s|     1 |     0 |  4048 |     - |2906k|   0 | 157 | 308 |1052 | 308 |1060 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |  4097 |     - |3055k|   0 | 159 | 308 |1052 | 308 |1062 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |  4177 |     - |3199k|   0 | 151 | 308 |1052 | 308 |1063 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.96	c   1.0s|     1 |     0 |  4218 |     - |3424k|   0 | 154 | 308 |1052 | 308 |1064 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.49	c   1.5s|     1 |     2 |  4218 |     - |3425k|   0 | 154 | 308 |1052 | 308 |1064 |  10 |   0 |  19 | 0.000000e+00 |      --      |    Inf 
7.29/7.30	c   7.3s|   100 |    21 |  8238 |  40.6 |3511k|  21 |  90 | 308 |1052 | 308 |1062 |  12 |   0 |1421 | 0.000000e+00 |      --      |    Inf 
7.99/8.01	c   8.0s|   200 |    19 | 10214 |  30.1 |3514k|  27 |  76 | 308 |1053 | 308 |1062 |  12 |   1 |1625 | 0.000000e+00 |      --      |    Inf 
8.29/8.36	c   8.4s|   300 |    21 | 11757 |  25.2 |3517k|  27 | 108 | 308 |1055 | 308 |1062 |  12 |   3 |1707 | 0.000000e+00 |      --      |    Inf 
8.49/8.56	c   8.6s|   400 |    21 | 13065 |  22.2 |3517k|  29 |   - | 308 |1055 | 308 |1062 |  12 |   3 |1743 | 0.000000e+00 |      --      |    Inf 
8.70/8.72	c   8.7s|   500 |    23 | 13920 |  19.4 |3521k|  40 |  90 | 308 |1059 | 308 |1062 |  12 |   7 |1774 | 0.000000e+00 |      --      |    Inf 
8.70/8.78	c * 8.8s|   554 |     0 | 14449 |  18.5 |3497k|  40 |   - | 308 |1063 | 308 |1062 |  12 |  11 |1775 | 0.000000e+00 | 0.000000e+00 |   0.00%
8.70/8.78	c 
8.70/8.78	c SCIP Status        : problem is solved [optimal solution found]
8.70/8.78	c Solving Time (sec) : 8.78
8.70/8.78	c Solving Nodes      : 554
8.70/8.78	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
8.70/8.78	c Dual Bound         : +0.00000000000000e+00
8.70/8.78	c Gap                : 0.00 %
8.70/8.78	s SATISFIABLE
8.70/8.78	v x315 -x316 -x313 x314 x311 -x312 x309 -x310 x307 -x308 -x305 x306 -x303 x304 -x301 -x302 -x299 -x300 -x297 -x298 x295 -x296 -x293 
8.70/8.78	v -x294 x291 -x292 x289 -x290 x287 -x288 x285 -x286 x283 -x284 -x281 -x282 x279 -x280 -x277 x278 -x275 x276 -x273 x274 -x271 
8.70/8.78	v x272 -x269 x270 -x267 x268 -x265 x266 -x263 x264 -x261 x262 -x259 -x260 -x257 -x258 -x255 -x256 -x253 x254 x251 -x252 x249 -x250 
8.70/8.78	v x247 -x248 -x245 x246 -x243 x244 -x241 x242 x239 -x240 x237 -x238 -x235 x236 x233 -x234 x231 -x232 x229 -x230 -x227 x228 
8.70/8.78	v -x225 x226 -x223 x224 -x221 x222 x219 -x220 x217 -x218 x215 -x216 -x213 x214 x211 -x212 x209 -x210 -x207 x208 -x205 x206 -x203 
8.70/8.78	v x204 -x201 x202 -x200 -x198 -x196 x194 x192 x190 -x188 -x186 -x184 -x182 x180 -x178 -x176 -x174 x172 x170 -x168 -x166 -x164 
8.70/8.78	v -x162 -x160 x158 -x156 -x154 -x152 x150 -x148 -x146 -x144 -x142 -x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 -x124 -x122 
8.70/8.78	v x120 x118 -x116 x114 -x112 -x110 -x108 -x106 -x104 -x102 x100 x98 -x96 -x94 x92 -x90 -x88 -x86 -x84 -x82 -x80 -x78 -x76 -x74 
8.70/8.78	v -x72 -x70 -x68 -x66 -x64 -x62 -x60 -x58 -x56 -x54 -x52 -x50 -x48 -x46 -x44 -x42 -x40 -x38 -x36 -x34 -x32 -x30 -x28 -x26 -x24 
8.70/8.78	v -x22 -x20 -x18 -x16 -x14 -x12 -x10 -x8 -x6 -x4 -x2 -x199 -x197 -x195 -x193 -x191 -x189 -x187 -x185 -x183 -x181 -x179 -x177 -x175 
8.70/8.78	v -x173 -x171 -x169 -x167 -x165 -x163 -x161 -x159 -x157 -x155 -x153 -x151 -x149 -x147 -x145 -x143 -x141 -x139 -x137 -x135 
8.70/8.78	v -x133 -x131 -x129 -x127 -x125 -x123 x121 -x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 -x93 -x91 
8.70/8.78	v -x89 -x87 -x85 -x83 -x81 -x79 -x77 -x75 -x73 -x71 -x69 x67 x65 x63 -x61 -x59 -x57 -x55 -x53 -x51 -x49 -x47 x45 x43 x41 -x39 
8.70/8.78	v -x37 x35 -x33 -x31 -x29 x27 -x25 x23 x21 -x19 -x17 x15 -x13 -x11 -x9 -x7 x5 -x3 x1 
8.70/8.78	c SCIP Status        : problem is solved [optimal solution found]
8.70/8.78	c Total Time         :       8.78
8.70/8.78	c   solving          :       8.78
8.70/8.78	c   presolving       :       0.05 (included in solving)
8.70/8.78	c   reading          :       0.00 (included in solving)
8.70/8.78	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
8.70/8.78	c Original Problem   :
8.70/8.78	c   Problem name     : HOME/instance-3692803-1338017375.opb
8.70/8.78	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
8.70/8.78	c   Constraints      : 476 initial, 476 maximal
8.70/8.78	c   Objective sense  : minimize
8.70/8.78	c Presolved Problem  :
8.70/8.78	c   Problem name     : t_HOME/instance-3692803-1338017375.opb
8.70/8.78	c   Variables        : 308 (308 binary, 0 integer, 0 implicit integer, 0 continuous)
8.70/8.78	c   Constraints      : 1052 initial, 1063 maximal
8.70/8.78	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
8.70/8.78	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   gateextraction   :       0.00       0.00          0          0          0          0          0          6          2          0          0
8.70/8.78	c   implics          :       0.00       0.00          0          8          0          0          0          0          0          0          0
8.70/8.78	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   knapsack         :       0.01       0.00          0          0          0          0          0          8        600        600       1200
8.70/8.78	c   setppc           :       0.01       0.00          0          0          0          0          0         12          0          0          0
8.70/8.78	c   and              :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
8.70/8.78	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
8.70/8.78	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
8.70/8.78	c   integral         :          0          0          0          0        520          0          6          0         37        521          0          0        576
8.70/8.78	c   knapsack         :        194        194          6       1997          1          0          3        356         99       1954          0          0          0
8.70/8.78	c   setppc           :        750        750          6       1898          1          0          1       1448          7       4711          0          0          0
8.70/8.78	c   and              :          2          2        380       1242          1          0          0          0          0         30          4          0          0
8.70/8.78	c   logicor          :        106+       117          6       1321          1          0          0          5          1        827          0          0          0
8.70/8.78	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
8.70/8.78	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
8.70/8.78	c   integral         :       6.74       0.00       0.00       0.00       6.74       0.00       0.00       0.00
8.70/8.78	c   knapsack         :       0.02       0.00       0.01       0.01       0.00       0.00       0.00       0.00
8.70/8.78	c   setppc           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00
8.70/8.78	c   and              :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.70/8.78	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.70/8.78	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.70/8.78	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
8.70/8.78	c   rootredcost      :          0          0          0          0
8.70/8.78	c   pseudoobj        :          0          0          0          0
8.70/8.78	c   vbounds          :          0          0          0          0
8.70/8.78	c   redcost          :        528          0          0          0
8.70/8.78	c   probing          :          0          0          0          0
8.70/8.78	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
8.70/8.78	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
8.70/8.78	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
8.70/8.78	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
8.70/8.78	c   redcost          :       0.00       0.00       0.00       0.00       0.00
8.70/8.78	c   probing          :       0.01       0.00       0.01       0.00       0.00
8.70/8.78	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
8.70/8.78	c   propagation      :       0.00         13         11         80       69.9          0        0.0          -
8.70/8.78	c   infeasible LP    :       0.01        166          0          0        0.0          0        0.0          0
8.70/8.78	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
8.70/8.78	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
8.70/8.78	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
8.70/8.78	c   applied globally :          -          -          -         11       12.5          -          -          -
8.70/8.78	c   applied locally  :          -          -          -          0        0.0          -          -          -
8.70/8.78	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
8.70/8.78	c   cut pool         :       0.00                     5          -          -         56          -    (maximal pool size: 132)
8.70/8.78	c   closecuts        :       0.00       0.00          0          0          0          0          0
8.70/8.78	c   impliedbounds    :       0.00       0.00          6          0          0          4          0
8.70/8.78	c   intobj           :       0.00       0.00          0          0          0          0          0
8.70/8.78	c   gomory           :       0.24       0.00          6          0          0        100          0
8.70/8.78	c   cgmip            :       0.00       0.00          0          0          0          0          0
8.70/8.78	c   strongcg         :       0.28       0.00          6          0          0       2481          0
8.70/8.78	c   cmir             :       0.02       0.00          6          0          0          0          0
8.70/8.78	c   flowcover        :       0.02       0.00          6          0          0          4          0
8.70/8.78	c   clique           :       0.01       0.00          1          0          0          0          0
8.70/8.78	c   zerohalf         :       0.00       0.00          0          0          0          0          0
8.70/8.78	c   mcf              :       0.00       0.00          1          0          0          0          0
8.70/8.78	c   oddcycle         :       0.00       0.00          0          0          0          0          0
8.70/8.78	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
8.70/8.78	c Pricers            :   ExecTime  SetupTime      Calls       Vars
8.70/8.78	c   problem variables:       0.00          -          0          0
8.70/8.78	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
8.70/8.78	c   relpscost        :       6.74       0.00        519         37        521          0          0        576
8.70/8.78	c   pscost           :       0.00       0.00          0          0          0          0          0          0
8.70/8.78	c   inference        :       0.00       0.00          0          0          0          0          0          0
8.70/8.78	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
8.70/8.78	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
8.70/8.78	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
8.70/8.78	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
8.70/8.78	c   random           :       0.00       0.00          0          0          0          0          0          0
8.70/8.78	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
8.70/8.78	c   LP solutions     :       0.00          -          -          1
8.70/8.78	c   pseudo solutions :       0.00          -          -          0
8.70/8.78	c   oneopt           :       0.00       0.00          0          0
8.70/8.78	c   crossover        :       0.00       0.00          0          0
8.70/8.78	c   guideddiving     :       0.00       0.00          0          0
8.70/8.78	c   veclendiving     :       0.01       0.00          2          0
8.70/8.78	c   rootsoldiving    :       0.01       0.00          1          0
8.70/8.78	c   linesearchdiving :       0.01       0.00          2          0
8.70/8.78	c   feaspump         :       0.28       0.00          1          0
8.70/8.78	c   coefdiving       :       0.01       0.00          3          0
8.70/8.78	c   pscostdiving     :       0.01       0.00          3          0
8.70/8.78	c   fracdiving       :       0.01       0.00          3          0
8.70/8.78	c   objpscostdiving  :       0.01       0.00          2          0
8.70/8.78	c   smallcard        :       0.00       0.00          0          0
8.70/8.78	c   trivial          :       0.00       0.00          2          0
8.70/8.78	c   shiftandpropagate:       0.01       0.00          1          0
8.70/8.78	c   simplerounding   :       0.00       0.00          0          0
8.70/8.78	c   zirounding       :       0.02       0.00        325          0
8.70/8.78	c   rounding         :       0.03       0.00        279          0
8.70/8.78	c   shifting         :       0.02       0.00         60          0
8.70/8.78	c   intshifting      :       0.00       0.00          0          0
8.70/8.78	c   twoopt           :       0.00       0.00          0          0
8.70/8.78	c   indoneopt        :       0.00       0.00          0          0
8.70/8.78	c   indtwoopt        :       0.00       0.00          0          0
8.70/8.78	c   fixandinfer      :       0.00       0.00          0          0
8.70/8.78	c   clique           :       0.00       0.00          0          0
8.70/8.78	c   indrounding      :       0.00       0.00          0          0
8.70/8.78	c   indcoefdiving    :       0.00       0.00          0          0
8.70/8.78	c   nlpdiving        :       0.00       0.00          0          0
8.70/8.78	c   intdiving        :       0.00       0.00          0          0
8.70/8.78	c   actconsdiving    :       0.00       0.00          0          0
8.70/8.78	c   octane           :       0.00       0.00          0          0
8.70/8.78	c   rens             :       0.10       0.00          1          0
8.70/8.78	c   rins             :       0.00       0.00          0          0
8.70/8.78	c   localbranching   :       0.00       0.00          0          0
8.70/8.78	c   mutation         :       0.00       0.00          0          0
8.70/8.78	c   dins             :       0.00       0.00          0          0
8.70/8.78	c   vbounds          :       0.00       0.00          0          0
8.70/8.78	c   undercover       :       0.00       0.00          1          0
8.70/8.78	c   subnlp           :       0.00       0.00          0          0
8.70/8.78	c   trysol           :       0.00       0.00          0          0
8.70/8.78	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
8.70/8.78	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
8.70/8.78	c   dual LP          :       0.75        670      10223      15.35   13600.89       0.00          4
8.70/8.78	c   lex dual LP      :       0.00          0          0       0.00          -
8.70/8.78	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
8.70/8.78	c   diving/probing LP:       0.32         45       4226      93.91   13204.60
8.70/8.78	c   strong branching :       6.70       1775      89415      50.37   13341.47
8.70/8.78	c     (at root node) :          -         19       4886     257.16          -
8.70/8.78	c   conflict analysis:       0.00          0          0       0.00          -
8.70/8.78	c B&B Tree           :
8.70/8.78	c   number of runs   :          1
8.70/8.78	c   nodes            :        554
8.70/8.78	c   nodes (total)    :        554
8.70/8.78	c   nodes left       :          0
8.70/8.78	c   max depth        :         40
8.70/8.78	c   max depth (total):         40
8.70/8.78	c   backtracks       :         53 (9.6%)
8.70/8.78	c   delayed cutoffs  :          0
8.70/8.78	c   repropagations   :         53 (12 domain reductions, 0 cutoffs)
8.70/8.78	c   avg switch length:       2.40
8.70/8.78	c   switching time   :       0.02
8.70/8.78	c Solution           :
8.70/8.78	c   Solutions found  :          1 (1 improvements)
8.70/8.78	c   First Solution   : +0.00000000000000e+00   (in run 1, after 554 nodes, 8.78 seconds, depth 20, found by <relaxation>)
8.70/8.78	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 554 nodes, 8.78 seconds, depth 20, found by <relaxation>)
8.70/8.78	c   Dual Bound       : +0.00000000000000e+00
8.70/8.78	c   Gap              :       0.00 %
8.70/8.78	c   Root Dual Bound  : +0.00000000000000e+00
8.70/8.78	c   Root Iterations  :       4218
8.70/8.79	c Time complete: 8.78.

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3692803-1338017375/watcher-3692803-1338017375 -o /tmp/evaluation-result-3692803-1338017375/solver-3692803-1338017375 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692803-1338017375.opb -t 1800 -m 15500 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.97 1.95 2.01 3/178 31607
/proc/meminfo: memFree=28066480/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=11636 CPUtime=0 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 1546 0 0 0 0 0 0 0 20 0 1 0 267862246 11915264 1500 33554432000 4194304 10169799 140735119484448 140735269644904 8844157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 2909 1509 452 1459 0 1441 0

[startup+0.0816539 s]
/proc/loadavg: 1.97 1.95 2.01 3/178 31607
/proc/meminfo: memFree=28066480/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=24352 CPUtime=0.07 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 5152 0 0 0 5 2 0 0 20 0 1 0 267862246 24936448 4847 33554432000 4194304 10169799 140735119484448 140735119481752 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 6088 4847 786 1459 0 4620 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24352

[startup+0.100287 s]
/proc/loadavg: 1.97 1.95 2.01 3/178 31607
/proc/meminfo: memFree=28066480/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=24728 CPUtime=0.09 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 5229 0 0 0 7 2 0 0 20 0 1 0 267862246 25321472 4924 33554432000 4194304 10169799 140735119484448 140735119481752 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 6182 4924 786 1459 0 4714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24728

[startup+0.300198 s]
/proc/loadavg: 1.97 1.95 2.01 3/178 31607
/proc/meminfo: memFree=28066480/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=24892 CPUtime=0.29 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 5254 0 0 0 27 2 0 0 20 0 1 0 267862246 25489408 4949 33554432000 4194304 10169799 140735119484448 140735119476760 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 6223 4949 786 1459 0 4755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24892

[startup+0.700229 s]
/proc/loadavg: 1.97 1.95 2.01 3/178 31607
/proc/meminfo: memFree=28066480/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=31676 CPUtime=0.69 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 6971 0 0 0 64 5 0 0 20 0 1 0 267862246 32436224 6666 33554432000 4194304 10169799 140735119484448 140735119476760 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 7919 6666 822 1459 0 6451 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31676

[startup+1.5002 s]
/proc/loadavg: 1.97 1.95 2.01 3/179 31608
/proc/meminfo: memFree=28027916/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=34712 CPUtime=1.49 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 11098 0 0 0 141 8 0 0 20 0 1 0 267862246 35545088 7542 33554432000 4194304 10169799 140735119484448 140735119479048 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 8678 7542 859 1459 0 7210 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34712

[startup+3.1002 s]
/proc/loadavg: 1.97 1.95 2.01 3/179 31608
/proc/meminfo: memFree=28039572/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=34896 CPUtime=3.09 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 11156 0 0 0 299 10 0 0 20 0 1 0 267862246 35733504 7600 33554432000 4194304 10169799 140735119484448 140735119479144 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 8724 7600 859 1459 0 7256 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34896

[startup+6.3002 s]
/proc/loadavg: 1.98 1.95 2.01 3/179 31608
/proc/meminfo: memFree=28039564/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=34896 CPUtime=6.29 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 11158 0 0 0 613 16 0 0 20 0 1 0 267862246 35733504 7602 33554432000 4194304 10169799 140735119484448 140735119479048 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 8724 7602 861 1459 0 7256 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34896

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

[startup+7.90022 s]
/proc/loadavg: 1.98 1.95 2.01 3/179 31608
/proc/meminfo: memFree=28039704/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=34896 CPUtime=7.89 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 11160 0 0 0 771 18 0 0 20 0 1 0 267862246 35733504 7604 33554432000 4194304 10169799 140735119484448 140735119479464 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 8724 7604 863 1459 0 7256 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 34896

[startup+8.3002 s]
/proc/loadavg: 1.98 1.95 2.01 3/179 31608
/proc/meminfo: memFree=28039704/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=34896 CPUtime=8.29 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 11160 0 0 0 809 20 0 0 20 0 1 0 267862246 35733504 7604 33554432000 4194304 10169799 140735119484448 140735119480968 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 8724 7604 863 1459 0 7256 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 34896

[startup+8.7002 s]
/proc/loadavg: 1.98 1.95 2.01 3/179 31608
/proc/meminfo: memFree=28039704/32873844 swapFree=7608/7608
[pid=31607] ppid=31605 vsize=34896 CPUtime=8.7 cores=1,3,5,7
/proc/31607/stat : 31607 (scip-2.1.1.4sfi) R 31605 31607 30878 0 -1 4202496 11160 0 0 0 848 22 0 0 20 0 1 0 267862246 35733504 7604 33554432000 4194304 10169799 140735119484448 140735119480968 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31607/statm: 8724 7604 863 1459 0 7256 0
Current children cumulated CPU time (s) 8.7
Current children cumulated vsize (KiB) 34896

Child status: 0
Real time (s): 8.79037
CPU time (s): 8.78866
CPU user time (s): 8.5607
CPU system time (s): 0.227965
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 48448

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

runsolver used 0.014997 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 09:29:35
IDJOB=3692803
IDBENCH=1163
IDSOLVER=2272
FILE ID=node135/3692803-1338017375
RUNJOBID= node135-1338017247-31466
PBS_JOBID= 14624262
Free space on /tmp= 71500 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692803-1338017375/watcher-3692803-1338017375 -o /tmp/evaluation-result-3692803-1338017375/solver-3692803-1338017375 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692803-1338017375.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=1047402709

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5238.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28067124 kB
Buffers:          235340 kB
Cached:          3675164 kB
SwapCached:            0 kB
Active:          1022712 kB
Inactive:        3005728 kB
Active(anon):     120784 kB
Inactive(anon):        0 kB
Active(file):     901928 kB
Inactive(file):  3005728 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13800 kB
Writeback:             0 kB
AnonPages:        127584 kB
Mapped:            17696 kB
Shmem:               212 kB
Slab:             637104 kB
SReclaimable:      78684 kB
SUnreclaim:       558420 kB
KernelStack:        1496 kB
PageTables:         3980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     234264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71488 MiB
End job on node135 at 2012-05-26 09:29:43