Trace number 3693150

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT200 44.5732 44.5892

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-aim-200-6_0-yes1-1.opb
MD5SUM4516c2b2a07b4de9da3fc3a8a0c3a78c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark200
Best CPU time to get the best result obtained on this benchmark0.006998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 200
Optimality of the best value was proved YES
Number of variables400
Total number of constraints1400
Number of constraints which are clauses1392
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 400
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
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-3693150-1338031358.opb>
0.00/0.00	c original problem has 400 variables (400 bin, 0 int, 0 impl, 0 cont) and 1400 constraints
0.00/0.00	c problem read in 0.01
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, 8 chg coeffs, 0 upgd conss, 464 impls, 0 clqs
0.00/0.04	c (round 2) 0 del vars, 11 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 8 chg coeffs, 1389 upgd conss, 464 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 51/400 (12.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.04/0.05	c presolving (3 rounds):
0.04/0.05	c  0 deleted vars, 11 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 8 changed coefficients
0.04/0.05	c  464 implications, 0 cliques
0.04/0.05	c presolved problem has 400 variables (400 bin, 0 int, 0 impl, 0 cont) and 1389 constraints
0.04/0.05	c     208 constraints of type <setppc>
0.04/0.05	c    1181 constraints of type <logicor>
0.04/0.05	c transformed objective value is always integral (scale: 1)
0.04/0.05	c Presolving Time: 0.04
0.04/0.05	c - non default parameters ----------------------------------------------------------------------
0.04/0.05	c # SCIP version 2.1.1.4
0.04/0.05	c 
0.04/0.05	c # maximal time in seconds to run
0.04/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.05	c limits/time = 1797
0.04/0.05	c 
0.04/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.05	c limits/memory = 13950
0.04/0.05	c 
0.04/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.04/0.05	c # [type: int, range: [1,2], default: 1]
0.04/0.05	c timing/clocktype = 2
0.04/0.05	c 
0.04/0.05	c # belongs reading time to solving time?
0.04/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05	c timing/reading = TRUE
0.04/0.05	c 
0.04/0.05	c -----------------------------------------------------------------------------------------------
0.04/0.05	c start solving
0.04/0.05	c 
0.19/0.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.28	c   0.3s|     1 |     0 |  2438 |     - |2762k|   0 | 400 | 400 |1404 | 400 |1389 |   0 |  15 |   0 | 1.360000e+02 |      --      |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |  8153 |     - |7466k|   0 | 400 | 400 |1404 | 400 |1393 |   4 |  15 |   0 | 1.370000e+02 |      --      |    Inf 
1.68/1.71	c   1.7s|     1 |     0 |  8833 |     - |  12M|   0 | 400 | 400 |1404 | 400 |1394 |   5 |  15 |   0 | 1.372667e+02 |      --      |    Inf 
1.99/2.03	c   2.0s|     1 |     0 |  9986 |     - |  16M|   0 | 400 | 400 |1404 | 400 |1395 |   6 |  15 |   0 | 1.374500e+02 |      --      |    Inf 
2.28/2.36	c   2.4s|     1 |     0 | 11136 |     - |  21M|   0 | 400 | 400 |1404 | 400 |1396 |   7 |  15 |   0 | 1.375556e+02 |      --      |    Inf 
2.69/2.71	c   2.7s|     1 |     0 | 12606 |     - |  26M|   0 | 400 | 400 |1404 | 400 |1397 |   8 |  15 |   0 | 1.376173e+02 |      --      |    Inf 
2.99/3.03	c   3.0s|     1 |     0 | 13703 |     - |  30M|   0 | 400 | 400 |1404 | 400 |1398 |   9 |  15 |   0 | 1.376784e+02 |      --      |    Inf 
3.30/3.32	c   3.3s|     1 |     0 | 14531 |     - |  35M|   0 | 400 | 400 |1404 | 400 |1399 |  10 |  15 |   0 | 1.377094e+02 |      --      |    Inf 
3.59/3.67	c   3.7s|     1 |     0 | 15855 |     - |  39M|   0 | 400 | 400 |1404 | 400 |1400 |  11 |  15 |   0 | 1.377368e+02 |      --      |    Inf 
4.09/4.18	c   4.2s|     1 |     0 | 18384 |     - |  44M|   0 | 400 | 400 |1404 | 400 |1401 |  12 |  15 |   0 | 1.377546e+02 |      --      |    Inf 
4.49/4.54	c   4.5s|     1 |     0 | 19924 |     - |  48M|   0 | 400 | 400 |1404 | 400 |1402 |  13 |  15 |   0 | 1.377760e+02 |      --      |    Inf 
4.79/4.81	c   4.8s|     1 |     0 | 21246 |     - |  52M|   0 | 400 | 400 |1404 | 400 |1403 |  14 |  15 |   0 | 1.377911e+02 |      --      |    Inf 
5.09/5.14	c   5.1s|     1 |     0 | 23047 |     - |  55M|   0 | 400 | 400 |1404 | 400 |1404 |  15 |  15 |   0 | 1.378085e+02 |      --      |    Inf 
5.58/5.62	c   5.6s|     1 |     0 | 25789 |     - |  60M|   0 | 400 | 400 |1404 | 400 |1404 |  16 |  15 |   0 | 1.378244e+02 |      --      |    Inf 
5.98/6.03	c   6.0s|     1 |     0 | 28024 |     - |  64M|   0 | 400 | 400 |1404 | 400 |1405 |  17 |  15 |   0 | 1.378383e+02 |      --      |    Inf 
6.69/6.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.69/6.76	c   6.8s|     1 |     0 | 32639 |     - |  68M|   0 | 400 | 400 |1404 | 400 |1406 |  18 |  15 |   0 | 1.378501e+02 |      --      |    Inf 
7.09/7.17	c   7.2s|     1 |     0 | 34793 |     - |  72M|   0 | 400 | 400 |1404 | 400 |1407 |  19 |  15 |   0 | 1.378616e+02 |      --      |    Inf 
7.59/7.70	c   7.7s|     1 |     0 | 37882 |     - |  75M|   0 | 400 | 400 |1404 | 400 |1408 |  20 |  15 |   0 | 1.378690e+02 |      --      |    Inf 
7.99/8.00	c   8.0s|     1 |     0 | 39253 |     - |  79M|   0 | 400 | 400 |1404 | 400 |1409 |  21 |  15 |   0 | 1.378777e+02 |      --      |    Inf 
8.29/8.38	c   8.4s|     1 |     0 | 41042 |     - |  83M|   0 | 400 | 400 |1404 | 400 |1410 |  22 |  15 |   0 | 1.378843e+02 |      --      |    Inf 
13.69/13.72	c  13.7s|     1 |     2 | 41042 |     - |  83M|   0 | 400 | 400 |1404 | 400 |1410 |  22 |  15 |  30 | 1.378843e+02 |      --      |    Inf 
35.47/35.54	o 200
35.47/35.54	c *35.5s|    11 |     5 | 74957 |3391.5 |  83M|   6 |   - | 400 |1400 | 400 |1410 |  22 |  17 | 172 | 1.483333e+02 | 2.000000e+02 |  34.83%
44.47/44.57	c 
44.47/44.57	c SCIP Status        : problem is solved [optimal solution found]
44.47/44.57	c Solving Time (sec) : 44.57
44.47/44.57	c Solving Nodes      : 33
44.47/44.57	c Primal Bound       : +2.00000000000000e+02 (1 solutions)
44.47/44.57	c Dual Bound         : +2.00000000000000e+02
44.47/44.57	c Gap                : 0.00 %
44.47/44.57	s OPTIMUM FOUND
44.47/44.57	v -x400 x399 x398 -x397 x396 -x395 -x394 x393 x392 -x391 -x390 x389 x388 -x387 x386 -x385 x384 -x383 x382 -x381 -x380 x379 x378 -x377 
44.47/44.57	v -x376 x375 x374 -x373 -x372 x371 x370 -x369 x368 -x367 x366 -x365 -x364 x363 -x362 x361 x360 -x359 x358 -x357 x356 -x355 
44.47/44.57	v -x354 x353 -x352 x351 -x350 x349 x348 -x347 -x346 x345 -x344 x343 x342 -x341 x340 -x339 x338 -x337 x336 -x335 -x334 x333 -x332 
44.47/44.57	v x331 -x330 x329 x328 -x327 -x326 x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 x312 -x311 x310 -x309 
44.47/44.57	v x308 -x307 -x306 x305 -x304 x303 -x302 x301 x300 -x299 -x298 x297 -x296 x295 x294 -x293 x292 -x291 -x290 x289 -x288 x287 
44.47/44.57	v x286 -x285 -x284 x283 x282 -x281 -x280 x279 x278 -x277 x276 -x275 x274 -x273 x272 -x271 x270 -x269 x268 -x267 x266 -x265 x264 
44.47/44.57	v -x263 -x262 x261 x260 -x259 -x258 x257 x256 -x255 x254 -x253 x252 -x251 x250 -x249 x248 -x247 x246 -x245 -x244 x243 -x242 x241 
44.47/44.57	v x240 -x239 x238 -x237 x236 -x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 x226 -x225 x224 -x223 x222 -x221 x220 -x219 x218 
44.47/44.57	v -x217 x216 -x215 x214 -x213 x212 -x211 x210 -x209 -x208 x207 -x206 x205 x204 -x203 x202 -x201 x200 -x199 x198 -x197 x196 
44.47/44.57	v -x195 x194 -x193 -x192 x191 -x190 x189 -x188 x187 x186 -x185 -x184 x183 -x182 x181 -x180 x179 x178 -x177 -x176 x175 x174 -x173 
44.47/44.57	v x172 -x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 x154 -x153 x152 -x151 -x150 
44.47/44.57	v x149 -x148 x147 x146 -x145 -x144 x143 x142 -x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 x132 -x131 x130 -x129 x128 -x127 
44.47/44.57	v -x126 x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 x112 -x111 x110 -x109 -x108 x107 -x106 x105 
44.47/44.57	v -x104 x103 -x102 x101 -x100 x99 -x98 x97 x96 -x95 -x94 x93 x92 -x91 x90 -x89 -x88 x87 -x86 x85 -x84 x83 x82 -x81 -x80 x79 x78 
44.47/44.57	v -x77 x76 -x75 x74 -x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 x64 -x63 -x62 x61 -x60 x59 x58 -x57 x56 -x55 x54 -x53 x52 -x51 x50 
44.47/44.57	v -x49 x48 -x47 x46 -x45 -x44 x43 -x42 x41 x40 -x39 x38 -x37 x36 -x35 x34 -x33 x32 -x31 x30 -x29 -x28 x27 -x26 x25 x24 -x23 
44.47/44.57	v -x22 x21 x20 -x19 -x18 x17 x16 -x15 -x14 x13 x12 -x11 -x10 x9 x8 -x7 x6 -x5 x4 -x3 x2 -x1 
44.47/44.57	c SCIP Status        : problem is solved [optimal solution found]
44.47/44.57	c Total Time         :      44.57
44.47/44.57	c   solving          :      44.57
44.47/44.57	c   presolving       :       0.04 (included in solving)
44.47/44.57	c   reading          :       0.01 (included in solving)
44.47/44.57	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
44.47/44.57	c Original Problem   :
44.47/44.57	c   Problem name     : HOME/instance-3693150-1338031358.opb
44.47/44.57	c   Variables        : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
44.47/44.57	c   Constraints      : 1400 initial, 1400 maximal
44.47/44.57	c   Objective sense  : minimize
44.47/44.57	c Presolved Problem  :
44.47/44.57	c   Problem name     : t_HOME/instance-3693150-1338031358.opb
44.47/44.57	c   Variables        : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
44.47/44.57	c   Constraints      : 1389 initial, 1415 maximal
44.47/44.57	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
44.47/44.57	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   linear           :       0.02       0.00          0          0          0          0          0         11          0          0          8
44.47/44.57	c   logicor          :       0.01       0.00          0          0          0          0          0          0          0          0          0
44.47/44.57	c   root node        :          -          -        398          -          -        398          -          -          -          -          -
44.47/44.57	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
44.47/44.57	c   integral         :          0          0          0          0         30          0          6          0          1          4          0          0         50
44.47/44.57	c   setppc           :        208        208         19        483          0          0          3        275         13        686          0          0          0
44.47/44.57	c   logicor          :       1181+      1213         19        384          1          0          0        230         17        692          3          0          0
44.47/44.57	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
44.47/44.57	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
44.47/44.57	c   integral         :      26.26       0.00       0.00       0.00      26.26       0.00       0.00       0.00
44.47/44.57	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.47/44.57	c   logicor          :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.47/44.57	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.47/44.57	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
44.47/44.57	c   rootredcost      :          1          0          0          0
44.47/44.57	c   pseudoobj        :        415          0          1          0
44.47/44.57	c   vbounds          :          0          0          0          0
44.47/44.57	c   redcost          :         49          0          0          0
44.47/44.57	c   probing          :          0          0          0          0
44.47/44.57	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
44.47/44.57	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
44.47/44.57	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
44.47/44.57	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
44.47/44.57	c   redcost          :       0.00       0.00       0.00       0.00       0.00
44.47/44.57	c   probing          :       0.00       0.00       0.00       0.00       0.00
44.47/44.57	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
44.47/44.57	c   propagation      :       0.00         30         30         38        4.1          1        3.0          -
44.47/44.57	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
44.47/44.57	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
44.47/44.57	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
44.47/44.57	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
44.47/44.57	c   applied globally :          -          -          -         33        3.3          -          -          -
44.47/44.57	c   applied locally  :          -          -          -          0        0.0          -          -          -
44.47/44.57	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
44.47/44.57	c   cut pool         :       0.13                    18          -          -       1176          -    (maximal pool size: 9251)
44.47/44.57	c   closecuts        :       0.00       0.00          0          0          0          0          0
44.47/44.57	c   impliedbounds    :       0.00       0.00         19          0          0          0          0
44.47/44.57	c   intobj           :       0.00       0.00          0          0          0          0          0
44.47/44.57	c   gomory           :       0.80       0.00         10          0          0          0          0
44.47/44.57	c   cgmip            :       0.00       0.00          0          0          0          0          0
44.47/44.57	c   strongcg         :       1.49       0.00         19          0          0       9500          0
44.47/44.57	c   cmir             :       0.04       0.00         10          0          0          0          0
44.47/44.57	c   flowcover        :       0.06       0.00         10          0          0          0          0
44.47/44.57	c   clique           :       0.00       0.00          1          0          0          0          0
44.47/44.57	c   zerohalf         :       0.00       0.00          0          0          0          0          0
44.47/44.57	c   mcf              :       0.00       0.00          1          0          0          0          0
44.47/44.57	c   oddcycle         :       0.00       0.00          0          0          0          0          0
44.47/44.57	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
44.47/44.57	c Pricers            :   ExecTime  SetupTime      Calls       Vars
44.47/44.57	c   problem variables:       0.00          -          0          0
44.47/44.57	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
44.47/44.57	c   relpscost        :      26.26       0.00         29          1          4          0          0         50
44.47/44.57	c   pscost           :       0.00       0.00          0          0          0          0          0          0
44.47/44.57	c   inference        :       0.00       0.00          0          0          0          0          0          0
44.47/44.57	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
44.47/44.57	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
44.47/44.57	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
44.47/44.57	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
44.47/44.57	c   random           :       0.00       0.00          0          0          0          0          0          0
44.47/44.57	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
44.47/44.57	c   LP solutions     :       0.00          -          -          1
44.47/44.57	c   pseudo solutions :       0.00          -          -          0
44.47/44.57	c   crossover        :       0.00       0.00          0          0
44.47/44.57	c   fracdiving       :       0.00       0.00          0          0
44.47/44.57	c   veclendiving     :       0.00       0.00          0          0
44.47/44.57	c   objpscostdiving  :       0.00       0.00          0          0
44.47/44.57	c   rootsoldiving    :       0.00       0.00          0          0
44.47/44.57	c   linesearchdiving :       0.00       0.00          0          0
44.47/44.57	c   guideddiving     :       0.00       0.00          0          0
44.47/44.57	c   oneopt           :       0.00       0.00          1          0
44.47/44.57	c   smallcard        :       0.00       0.00          0          0
44.47/44.57	c   trivial          :       0.00       0.00          2          0
44.47/44.57	c   shiftandpropagate:       0.00       0.00          1          0
44.47/44.57	c   simplerounding   :       0.00       0.00          0          0
44.47/44.57	c   zirounding       :       0.00       0.00         26          0
44.47/44.57	c   rounding         :       0.02       0.00         48          0
44.47/44.57	c   shifting         :       0.02       0.00         20          0
44.47/44.57	c   intshifting      :       0.00       0.00          0          0
44.47/44.57	c   twoopt           :       0.00       0.00          0          0
44.47/44.57	c   indtwoopt        :       0.00       0.00          0          0
44.47/44.57	c   indoneopt        :       0.00       0.00          0          0
44.47/44.57	c   fixandinfer      :       0.00       0.00          0          0
44.47/44.57	c   feaspump         :       0.90       0.00          1          0
44.47/44.57	c   clique           :       0.00       0.00          0          0
44.47/44.57	c   coefdiving       :       0.88       0.00          1          0
44.47/44.57	c   indcoefdiving    :       0.00       0.00          0          0
44.47/44.57	c   indrounding      :       0.00       0.00          0          0
44.47/44.57	c   pscostdiving     :       0.78       0.00          1          0
44.47/44.57	c   nlpdiving        :       0.00       0.00          0          0
44.47/44.57	c   intdiving        :       0.00       0.00          0          0
44.47/44.57	c   actconsdiving    :       0.00       0.00          0          0
44.47/44.57	c   octane           :       0.00       0.00          0          0
44.47/44.57	c   rens             :       0.01       0.00          0          0
44.47/44.57	c   rins             :       0.00       0.00          0          0
44.47/44.57	c   localbranching   :       0.00       0.00          0          0
44.47/44.57	c   mutation         :       0.00       0.00          0          0
44.47/44.57	c   dins             :       0.00       0.00          0          0
44.47/44.57	c   vbounds          :       0.00       0.00          0          0
44.47/44.57	c   undercover       :       0.00       0.00          0          0
44.47/44.57	c   subnlp           :       0.00       0.00          0          0
44.47/44.57	c   trysol           :       0.00       0.00          0          0
44.47/44.57	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
44.47/44.57	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
44.47/44.57	c   dual LP          :      13.08         50     105366    2150.33    8057.09       0.00          1
44.47/44.57	c   lex dual LP      :       0.00          0          0       0.00          -
44.47/44.57	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
44.47/44.57	c   diving/probing LP:       2.55         61      20481     335.75    8044.36
44.47/44.57	c   strong branching :      26.25        202     197670     978.56    7529.87
44.47/44.57	c     (at root node) :          -         30      30000    1000.00          -
44.47/44.57	c   conflict analysis:       0.00          0          0       0.00          -
44.47/44.57	c B&B Tree           :
44.47/44.57	c   number of runs   :          1
44.47/44.57	c   nodes            :         33
44.47/44.57	c   nodes (total)    :         33
44.47/44.57	c   nodes left       :          0
44.47/44.57	c   max depth        :         10
44.47/44.57	c   max depth (total):         10
44.47/44.57	c   backtracks       :          9 (27.3%)
44.47/44.57	c   delayed cutoffs  :         18
44.47/44.57	c   repropagations   :         14 (537 domain reductions, 6 cutoffs)
44.47/44.57	c   avg switch length:       2.61
44.47/44.57	c   switching time   :       0.00
44.47/44.57	c Solution           :
44.47/44.57	c   Solutions found  :          1 (1 improvements)
44.47/44.57	c   First Solution   : +2.00000000000000e+02   (in run 1, after 11 nodes, 35.54 seconds, depth 4, found by <relaxation>)
44.47/44.57	c   Primal Bound     : +2.00000000000000e+02   (in run 1, after 11 nodes, 35.54 seconds, depth 4, found by <relaxation>)
44.47/44.57	c   Dual Bound       : +2.00000000000000e+02
44.47/44.57	c   Gap              :       0.00 %
44.47/44.57	c   Root Dual Bound  : +1.37884251905671e+02
44.47/44.57	c   Root Iterations  :      41042
44.47/44.58	c Time complete: 44.56.

Verifier Data

OK	200

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

running on 4 cores: 0,2,4,6

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.88 1.99 1.89 3/176 7172
/proc/meminfo: memFree=28944752/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=10284 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 1308 0 0 0 0 0 0 0 20 0 1 0 269260157 10530816 1263 33554432000 4194304 10169799 140733481913424 140735224976888 8797266 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7172/statm: 2571 1267 412 1459 0 1103 0

[startup+0.0537369 s]
/proc/loadavg: 1.88 1.99 1.89 3/176 7172
/proc/meminfo: memFree=28944752/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=22680 CPUtime=0.04 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 4497 0 0 0 3 1 0 0 20 0 1 0 269260157 23224320 4195 33554432000 4194304 10169799 140733481913424 140735224976888 5282423 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7172/statm: 5670 4212 595 1459 0 4202 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22680

[startup+0.100238 s]
/proc/loadavg: 1.88 1.99 1.89 3/176 7172
/proc/meminfo: memFree=28944752/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=26516 CPUtime=0.09 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 5645 0 0 0 7 2 0 0 20 0 1 0 269260157 27152384 5330 33554432000 4194304 10169799 140733481913424 140735224976888 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7172/statm: 6629 5330 747 1459 0 5161 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26516

[startup+0.30018 s]
/proc/loadavg: 1.88 1.99 1.89 3/176 7172
/proc/meminfo: memFree=28944752/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=26584 CPUtime=0.29 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 5741 0 0 0 27 2 0 0 20 0 1 0 269260157 27222016 5403 33554432000 4194304 10169799 140733481913424 140733481907832 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7172/statm: 6646 5403 763 1459 0 5178 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26584

[startup+0.700179 s]
/proc/loadavg: 1.88 1.99 1.89 3/176 7172
/proc/meminfo: memFree=28944752/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=27136 CPUtime=0.69 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 5896 0 0 0 67 2 0 0 20 0 1 0 269260157 27787264 5558 33554432000 4194304 10169799 140733481913424 140733481907832 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7172/statm: 6784 5558 763 1459 0 5316 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27136

[startup+1.50021 s]
/proc/loadavg: 1.88 1.99 1.89 3/177 7173
/proc/meminfo: memFree=28925168/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=32120 CPUtime=1.49 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 7480 0 0 0 146 3 0 0 20 0 1 0 269260157 32890880 6783 33554432000 4194304 10169799 140733481913424 140733481905736 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7172/statm: 8030 6783 790 1459 0 6562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32120

[startup+3.10026 s]
/proc/loadavg: 1.97 2.01 1.89 3/177 7173
/proc/meminfo: memFree=28909792/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=57556 CPUtime=3.09 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 13818 0 0 0 288 21 0 0 20 0 1 0 269260157 58937344 13103 33554432000 4194304 10169799 140733481913424 140733481909496 5035820 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 14389 13103 794 1459 0 12921 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57556

[startup+6.30026 s]
/proc/loadavg: 1.97 2.01 1.89 3/177 7173
/proc/meminfo: memFree=28862672/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=98016 CPUtime=6.29 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 23957 0 0 0 601 28 0 0 20 0 1 0 269260157 100368384 23232 33554432000 4194304 10169799 140733481913424 140733481909464 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 24504 23232 794 1459 0 23036 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98016

[startup+12.7002 s]
/proc/loadavg: 1.97 2.01 1.89 3/177 7173
/proc/meminfo: memFree=28836332/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=114452 CPUtime=12.69 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 28723 0 0 0 1237 32 0 0 20 0 1 0 269260157 117198848 27475 33554432000 4194304 10169799 140733481913424 140733481908120 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 28613 27475 825 1459 0 27145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114452

[startup+25.5002 s]
/proc/loadavg: 1.97 2.00 1.89 3/177 7173
/proc/meminfo: memFree=28836448/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=114452 CPUtime=25.48 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 28735 0 0 0 2504 44 0 0 20 0 1 0 269260157 117198848 27485 33554432000 4194304 10169799 140733481913424 140733481908024 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 28613 27485 830 1459 0 27145 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 114452

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

[startup+38.3002 s]
/proc/loadavg: 1.98 2.00 1.89 3/177 7173
/proc/meminfo: memFree=28836416/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=114588 CPUtime=38.27 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 28748 0 0 0 3773 54 0 0 20 0 1 0 269260157 117338112 27494 33554432000 4194304 10169799 140733481913424 140733481908216 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 28647 27494 830 1459 0 27179 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 114588

[startup+41.5002 s]
/proc/loadavg: 1.98 2.00 1.89 3/177 7173
/proc/meminfo: memFree=28836664/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=114588 CPUtime=41.48 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 28748 0 0 0 4090 58 0 0 20 0 1 0 269260157 117338112 27494 33554432000 4194304 10169799 140733481913424 140733481907448 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 28647 27494 830 1459 0 27179 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (KiB) 114588

[startup+43.1002 s]
/proc/loadavg: 1.98 2.00 1.90 3/177 7173
/proc/meminfo: memFree=28836664/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=114588 CPUtime=43.07 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 28748 0 0 0 4248 59 0 0 20 0 1 0 269260157 117338112 27494 33554432000 4194304 10169799 140733481913424 140733481907832 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 28647 27494 830 1459 0 27179 0
Current children cumulated CPU time (s) 43.07
Current children cumulated vsize (KiB) 114588

[startup+43.9002 s]
/proc/loadavg: 1.98 2.00 1.90 3/177 7173
/proc/meminfo: memFree=28836664/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=114588 CPUtime=43.88 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 28748 0 0 0 4328 60 0 0 20 0 1 0 269260157 117338112 27494 33554432000 4194304 10169799 140733481913424 140733481908408 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 28647 27494 830 1459 0 27179 0
Current children cumulated CPU time (s) 43.88
Current children cumulated vsize (KiB) 114588

[startup+44.3002 s]
/proc/loadavg: 1.98 2.00 1.90 3/177 7173
/proc/meminfo: memFree=28836664/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=114588 CPUtime=44.27 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 28748 0 0 0 4367 60 0 0 20 0 1 0 269260157 117338112 27494 33554432000 4194304 10169799 140733481913424 140733481908024 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 28647 27494 830 1459 0 27179 0
Current children cumulated CPU time (s) 44.27
Current children cumulated vsize (KiB) 114588

[startup+44.5002 s]
/proc/loadavg: 1.98 2.00 1.90 3/177 7173
/proc/meminfo: memFree=28836664/32873844 swapFree=7612/7612
[pid=7172] ppid=7170 vsize=114588 CPUtime=44.47 cores=0,2,4,6
/proc/7172/stat : 7172 (scip-2.1.1.4sfi) R 7170 7172 5919 0 -1 4202496 28748 0 0 0 4387 60 0 0 20 0 1 0 269260157 117338112 27494 33554432000 4194304 10169799 140733481913424 140733481908024 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 28647 27494 830 1459 0 27179 0
Current children cumulated CPU time (s) 44.47
Current children cumulated vsize (KiB) 114588

Child status: 0
Real time (s): 44.5892
CPU time (s): 44.5732
CPU user time (s): 43.9543
CPU system time (s): 0.618905
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 114588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.9543
system time used= 0.618905
maximum resident set size= 111984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28757
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= 10
involuntary context switches= 65

runsolver used 0.06099 second user time and 0.202969 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-26 13:22:38
IDJOB=3693150
IDBENCH=2141
IDSOLVER=2272
FILE ID=node143/3693150-1338031358
RUNJOBID= node143-1338029547-6916
PBS_JOBID= 14624332
Free space on /tmp= 71456 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/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-aim-200-6_0-yes1-1.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-3693150-1338031358/watcher-3693150-1338031358 -o /tmp/evaluation-result-3693150-1338031358/solver-3693150-1338031358 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693150-1338031358.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4516c2b2a07b4de9da3fc3a8a0c3a78c
RANDOM SEED=773109702

node143.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.787
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.57
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.787
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	: 5331.91
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.787
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	: 5331.91
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.787
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	: 5331.91
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.787
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	: 5331.90
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.787
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	: 5298.57
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.787
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	: 5331.91
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.787
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28945016 kB
Buffers:          261568 kB
Cached:          2829836 kB
SwapCached:            0 kB
Active:           764984 kB
Inactive:        2379856 kB
Active(anon):      56012 kB
Inactive(anon):        0 kB
Active(file):     708972 kB
Inactive(file):  2379856 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27752 kB
Writeback:             0 kB
AnonPages:         62872 kB
Mapped:            17808 kB
Shmem:               200 kB
Slab:             642332 kB
SReclaimable:      84208 kB
SUnreclaim:       558124 kB
KernelStack:        1472 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     172188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71444 MiB
End job on node143 at 2012-05-26 13:23:23