Trace number 3489842

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 E_2 2011-06-10 (fixed)SAT 1797.08 1797.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-iis-bupa-cov.opb
MD5SUM7fb5c1a630b78d8604b800edf1958e29
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark1797.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables341
Total number of constraints4803
Number of constraints which are clauses4803
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint8
Number of terms in the objective function 341
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 341
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 341
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3489842-1307796109.opb>
0.00/0.04	c original problem has 341 variables (341 bin, 0 int, 0 impl, 0 cont) and 4803 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	o 341
0.00/0.05	c feasible solution found by trivial heuristic, objective value  3.410000e+02
0.00/0.05	c presolving:
0.00/0.08	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4803 upgd conss, 0 impls, 0 clqs
0.00/0.08	c    (0.1s) probing: 101/341 (29.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.08	c presolving (2 rounds):
0.00/0.08	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  0 implications, 0 cliques
0.00/0.08	c presolved problem has 341 variables (341 bin, 0 int, 0 impl, 0 cont) and 4803 constraints
0.00/0.08	c    4803 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.04
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.0.1.5
0.00/0.08	c 
0.00/0.08	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c conflict/interconss = 0
0.00/0.08	c 
0.00/0.08	c # should binary conflicts be preferred?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c conflict/preferbinary = TRUE
0.00/0.08	c 
0.00/0.08	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c constraints/agelimit = 1
0.00/0.08	c 
0.00/0.08	c # should enforcement of pseudo solution be disabled?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/disableenfops = TRUE
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1797
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/indicator/addCouplingCons = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.09	c 
1.29/1.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.36	c t 1.4s|     1 |     0 |  4723 |     - |8596k|   0 | 153 | 341 |4803 | 341 |4803 |   0 |   0 |   0 | 2.649722e+01 | 3.410000e+02 |1186.93%
1.29/1.36	o 153
1.29/1.36	c r 1.4s|     1 |     0 |  4723 |     - |8606k|   0 | 153 | 341 |4803 | 341 |4803 |   0 |   0 |   0 | 2.649722e+01 | 1.530000e+02 | 477.42%
1.29/1.36	o 152
1.29/1.36	c R 1.4s|     1 |     0 |  4723 |     - |8615k|   0 | 153 | 341 |4803 | 341 |4803 |   0 |   0 |   0 | 2.649722e+01 | 1.520000e+02 | 473.65%
1.29/1.36	o 151
1.29/1.36	c s 1.4s|     1 |     0 |  4723 |     - |8624k|   0 | 153 | 341 |4803 | 341 |4803 |   0 |   0 |   0 | 2.649722e+01 | 1.510000e+02 | 469.87%
1.99/2.07	c   2.1s|     1 |     0 |  4910 |     - |  11M|   0 | 151 | 341 |4803 | 341 |4804 |   1 |   0 |   0 | 2.655254e+01 | 1.510000e+02 | 468.68%
1.99/2.07	o 58
1.99/2.07	c b 2.1s|     1 |     0 |  4910 |     - |  11M|   0 | 151 | 341 |4803 | 341 |4804 |   1 |   0 |   0 | 2.655254e+01 | 5.800000e+01 | 118.43%
2.79/2.80	c   2.8s|     1 |     0 |  5055 |     - |  14M|   0 | 147 | 341 |4803 | 341 |4805 |   2 |   0 |   0 | 2.658667e+01 | 5.800000e+01 | 118.15%
3.49/3.56	c   3.6s|     1 |     0 |  5213 |     - |  17M|   0 | 155 | 341 |4803 | 341 |4806 |   3 |   0 |   0 | 2.659721e+01 | 5.800000e+01 | 118.07%
4.40/4.41	c   4.4s|     1 |     0 |  5375 |     - |  20M|   0 | 146 | 341 |4803 | 341 |4807 |   4 |   0 |   0 | 2.660182e+01 | 5.800000e+01 | 118.03%
5.59/5.65	c   5.6s|     1 |     0 |  5474 |     - |  23M|   0 | 145 | 341 |4803 | 341 |4808 |   5 |   0 |   0 | 2.660601e+01 | 5.800000e+01 | 118.00%
6.89/6.91	c   6.9s|     1 |     0 |  5649 |     - |  24M|   0 | 150 | 341 |4803 | 341 |4809 |   6 |   0 |   0 | 2.661015e+01 | 5.800000e+01 | 117.96%
8.09/8.17	c   8.2s|     1 |     0 |  5758 |     - |  24M|   0 | 150 | 341 |4803 | 341 |4810 |   7 |   0 |   0 | 2.661258e+01 | 5.800000e+01 | 117.94%
9.39/9.47	c   9.5s|     1 |     0 |  5943 |     - |  24M|   0 | 148 | 341 |4803 | 341 |4811 |   8 |   0 |   0 | 2.661580e+01 | 5.800000e+01 | 117.92%
67.69/67.71	o 37
67.69/67.71	c E67.7s|     1 |     0 |  5943 |     - |  24M|   0 | 148 | 341 |4803 | 341 |4811 |   8 |   0 |   0 | 2.661580e+01 | 3.700000e+01 |  39.02%
67.69/67.72	c  67.7s|     1 |     0 |  5943 |     - |  24M|   0 | 148 | 341 |4803 | 341 |4811 |   8 |   0 |   0 | 2.661580e+01 | 3.700000e+01 |  39.02%
79.49/79.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.49/79.57	c  79.6s|     1 |     2 |  5943 |     - |  24M|   0 | 148 | 341 |4803 | 341 |4811 |   8 |   0 |  33 | 2.661580e+01 | 3.700000e+01 |  39.02%
348.19/348.22	o 36
348.19/348.22	c * 348s|  2379 |   531 |676794 | 282.1 |  25M|  28 |   - | 341 |4803 | 341 |4811 |   8 |   0 | 816 | 2.968274e+01 | 3.600000e+01 |  21.28%
924.71/924.76	c   925s| 10000 |  2846 |  2403k| 239.7 |  33M|  28 |   - | 341 |4803 | 341 |4811 |   8 |   0 |2186 | 3.099935e+01 | 3.600000e+01 |  16.13%
1608.23/1608.23	c  1608s| 20000 |  5768 |  4529k| 226.2 |  42M|  28 |   - | 341 |4803 | 341 |4811 |   8 |   0 |3421 | 3.155439e+01 | 3.600000e+01 |  14.09%
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 22813
1797.03/1797.00	c Primal Bound       : +3.60000000000000e+01 (599 solutions)
1797.03/1797.00	c Dual Bound         : +3.16605129397623e+01
1797.03/1797.00	c Gap                : 13.71 %
1797.03/1797.01	s SATISFIABLE
1797.03/1797.01	v -x341 -x340 -x339 -x338 x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 
1797.03/1797.01	v -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 
1797.03/1797.01	v -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 
1797.03/1797.01	v -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 
1797.03/1797.01	v -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 
1797.03/1797.01	v -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 
1797.03/1797.01	v -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 
1797.03/1797.01	v -x194 -x193 -x192 -x191 -x190 x189 x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 
1797.03/1797.01	v -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 
1797.03/1797.01	v -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 x134 -x133 x132 -x131 
1797.03/1797.01	v x130 -x129 -x128 -x127 x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 
1797.03/1797.01	v -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 
1797.03/1797.01	v -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 x66 -x65 x64 x63 -x62 x61 
1797.03/1797.01	v x60 -x59 x58 x57 -x56 x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 x46 x45 -x44 x43 -x42 x41 -x40 -x39 x38 x37 -x36 -x35 -x34 x33 
1797.03/1797.01	v -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 x10 -x9 -x8 x7 
1797.03/1797.01	v -x6 -x5 -x4 -x3 -x2 -x1 
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Total Time         :    1797.00
1797.03/1797.01	c   solving          :    1797.00
1797.03/1797.01	c   presolving       :       0.04 (included in solving)
1797.03/1797.01	c   reading          :       0.04 (included in solving)
1797.03/1797.01	c Original Problem   :
1797.03/1797.01	c   Problem name     : HOME/instance-3489842-1307796109.opb
1797.03/1797.01	c   Variables        : 341 (341 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 4803 initial, 4803 maximal
1797.03/1797.01	c Presolved Problem  :
1797.03/1797.01	c   Problem name     : t_HOME/instance-3489842-1307796109.opb
1797.03/1797.01	c   Variables        : 341 (341 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 4803 initial, 4803 maximal
1797.03/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   integral         :          0          0          0      15288          0        603          0         39        800          0          0      29456
1797.03/1797.01	c   logicor          :       4803          9      49071          1          0        598          0          0        563          0          0          0
1797.03/1797.01	c   countsols        :          0          0          0          1          0        601          0          0          0          0          0          0
1797.03/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.01	c   integral         :     212.28       0.00       0.00     212.28       0.00       0.00       0.00
1797.03/1797.01	c   logicor          :       1.62       0.00       1.57       0.00       0.00       0.04       0.00
1797.03/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.01	c   vbounds          :          0          0          0          0
1797.03/1797.01	c   rootredcost      :          1          0          0          0
1797.03/1797.01	c   pseudoobj        :      80042          0          0          0
1797.03/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.01	c   vbounds          :       0.02       0.02       0.00
1797.03/1797.01	c   rootredcost      :       0.03       0.03       0.00
1797.03/1797.01	c   pseudoobj        :       0.56       0.56       0.00
1797.03/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.03/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.01	c   cut pool         :       0.02          8          -          -          0          -    (maximal pool size: 2019)
1797.03/1797.01	c   redcost          :       0.99      23877          0     594703          0          0
1797.03/1797.01	c   impliedbounds    :       0.00         10          0          0          0          0
1797.03/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.01	c   gomory           :       5.84         10          0          0          0          0
1797.03/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.01	c   strongcg         :       3.96         10          0          0       2708          0
1797.03/1797.01	c   cmir             :       0.12         10          0          0          0          0
1797.03/1797.01	c   flowcover        :       0.21         10          0          0          0          0
1797.03/1797.01	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.03/1797.01	c Pricers            :       Time      Calls       Vars
1797.03/1797.01	c   problem variables:       0.00          0          0
1797.03/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   relpscost        :     212.26      15287         39        800          0          0      29456
1797.03/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.01	c   LP solutions     :       0.00          -          1
1797.03/1797.01	c   pseudo solutions :       0.00          -          0
1797.03/1797.01	c   oneopt           :       0.01          4          1
1797.03/1797.01	c   fracdiving       :      56.83        141          0
1797.03/1797.01	c   trivial          :       0.00          2          1
1797.03/1797.01	c   shiftandpropagate:       0.00          0          0
1797.03/1797.01	c   simplerounding   :       0.24      15296         90
1797.03/1797.01	c   zirounding       :      19.49      14767        312
1797.03/1797.01	c   rounding         :       3.45       5399          1
1797.03/1797.01	c   shifting         :       0.93       1089          1
1797.03/1797.01	c   intshifting      :       0.00          0          0
1797.03/1797.01	c   twoopt           :       0.00          0          0
1797.03/1797.01	c   fixandinfer      :       0.00          0          0
1797.03/1797.01	c   feaspump         :       0.00          0          0
1797.03/1797.01	c   clique           :       0.00          0          0
1797.03/1797.01	c   coefdiving       :      69.97        125          8
1797.03/1797.01	c   pscostdiving     :     140.15        287        129
1797.03/1797.01	c   veclendiving     :      50.15        272          0
1797.03/1797.01	c   intdiving        :       0.00          0          0
1797.03/1797.01	c   actconsdiving    :       0.00          0          0
1797.03/1797.01	c   objpscostdiving  :      23.45          1         20
1797.03/1797.01	c   rootsoldiving    :       8.89          4          0
1797.03/1797.01	c   linesearchdiving :      94.21        264         33
1797.03/1797.01	c   guideddiving     :      57.59        146          0
1797.03/1797.01	c   octane           :       0.00          0          0
1797.03/1797.01	c   rens             :      56.98          1          1
1797.03/1797.01	c   rins             :       0.00          0          0
1797.03/1797.01	c   localbranching   :       0.00          0          0
1797.03/1797.01	c   mutation         :       0.00          0          0
1797.03/1797.01	c   crossover        :       0.12          1          1
1797.03/1797.01	c   dins             :       0.00          0          0
1797.03/1797.01	c   vbounds          :       0.00          0          0
1797.03/1797.01	c   undercover       :       0.00          0          0
1797.03/1797.01	c   subnlp           :       0.01          0          0
1797.03/1797.01	c   trysol           :       0.01          0          0
1797.03/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.01	c   dual LP          :     976.73      23341    3581497     153.44    3666.83
1797.03/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.01	c   diving/probing LP:     483.40      46180    1536783      33.28    3179.14
1797.03/1797.01	c   strong branching :     211.51       3747     692066     184.70    3272.07
1797.03/1797.01	c     (at root node) :          -         33      32515     985.30          -
1797.03/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.01	c B&B Tree           :
1797.03/1797.01	c   number of runs   :          1
1797.03/1797.01	c   nodes            :      22813
1797.03/1797.01	c   nodes (total)    :      22813
1797.03/1797.01	c   nodes left       :       6497
1797.03/1797.01	c   max depth        :         28
1797.03/1797.01	c   max depth (total):         28
1797.03/1797.01	c   backtracks       :       6779 (29.7%)
1797.03/1797.01	c   delayed cutoffs  :          0
1797.03/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.03/1797.01	c   avg switch length:       5.42
1797.03/1797.01	c   switching time   :       2.03
1797.03/1797.01	c Solution           :
1797.03/1797.01	c   Solutions found  :        599 (7 improvements)
1797.03/1797.01	c   First Solution   : +3.41000000000000e+02   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1797.03/1797.01	c   Primal Bound     : +3.60000000000000e+01   (in run 1, after 2379 nodes, 348.22 seconds, depth 27, found by <relaxation>)
1797.03/1797.01	c   Dual Bound       : +3.16605129397623e+01
1797.03/1797.01	c   Gap              :      13.71 %
1797.03/1797.01	c   Root Dual Bound  : +2.66158041412627e+01
1797.03/1797.01	c   Root Iterations  :       5943
1797.03/1797.04	c Time complete: 1797.08.

Verifier Data

OK	36

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3489842-1307796109/watcher-3489842-1307796109 -o /tmp/evaluation-result-3489842-1307796109/solver-3489842-1307796109 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489842-1307796109.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: 2.01 1.99 1.84 2/177 23008
/proc/meminfo: memFree=30482292/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=12880 CPUtime=0 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 2185 0 0 0 0 0 0 0 25 0 1 0 347220337 13189120 2139 33554432000 4194304 9016284 140734482449920 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23008/statm: 3220 2139 353 1178 0 2038 0

[startup+0.00942202 s]
/proc/loadavg: 2.01 1.99 1.84 2/177 23008
/proc/meminfo: memFree=30482292/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=13144 CPUtime=0 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 2288 0 0 0 0 0 0 0 25 0 1 0 347220337 13459456 2242 33554432000 4194304 9016284 140734482449920 18446744073709551615 7870483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23008/statm: 3286 2242 360 1178 0 2104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13144

[startup+0.10041 s]
/proc/loadavg: 2.01 1.99 1.84 2/177 23008
/proc/meminfo: memFree=30482292/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=35600 CPUtime=0.09 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 7778 0 0 0 8 1 0 0 25 0 1 0 347220337 36454400 7380 33554432000 4194304 9016284 140734482449920 18446744073709551615 7078218 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23008/statm: 8900 7389 573 1178 0 7718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35600

[startup+0.300372 s]
/proc/loadavg: 2.01 1.99 1.84 2/177 23008
/proc/meminfo: memFree=30482292/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=42336 CPUtime=0.29 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 9875 0 0 0 28 1 0 0 25 0 1 0 347220337 43352064 9213 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23008/statm: 10584 9213 612 1178 0 9402 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42336

[startup+0.700307 s]
/proc/loadavg: 2.01 1.99 1.84 2/177 23008
/proc/meminfo: memFree=30482292/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=43560 CPUtime=0.69 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 10262 0 0 0 68 1 0 0 25 0 1 0 347220337 44605440 9557 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23008/statm: 10890 9557 615 1178 0 9708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43560

[startup+1.50116 s]
/proc/loadavg: 2.01 1.99 1.84 3/178 23009
/proc/meminfo: memFree=30446224/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=41664 CPUtime=1.5 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 10322 0 0 0 148 2 0 0 25 0 1 0 347220337 42663936 9173 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23008/statm: 10416 9173 615 1178 0 9234 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 41664

[startup+3.10086 s]
/proc/loadavg: 2.01 1.99 1.84 3/178 23009
/proc/meminfo: memFree=30442256/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=50328 CPUtime=3.09 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 12569 0 0 0 306 3 0 0 25 0 1 0 347220337 51535872 11229 33554432000 4194304 9016284 140734482449920 18446744073709551615 6578056 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23008/statm: 12582 11229 637 1178 0 11400 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50328

[startup+6.30033 s]
/proc/loadavg: 2.01 1.99 1.84 3/178 23009
/proc/meminfo: memFree=30427880/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=62508 CPUtime=6.29 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 15666 0 0 0 625 4 0 0 25 0 1 0 347220337 64008192 14326 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 15627 14326 639 1178 0 14445 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62508

[startup+12.7002 s]
/proc/loadavg: 2.01 1.99 1.84 3/178 23009
/proc/meminfo: memFree=30396044/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=94452 CPUtime=12.69 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 23919 0 0 0 1262 7 0 0 25 0 1 0 347220337 96718848 21968 33554432000 4194304 9016284 140734482449920 18446744073709551615 7214210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 23613 21968 713 1178 0 22431 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94452

[startup+25.5009 s]
/proc/loadavg: 2.01 1.99 1.85 3/178 23009
/proc/meminfo: memFree=30395904/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=94452 CPUtime=25.5 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 24085 0 0 0 2536 14 0 0 25 0 1 0 347220337 96718848 22068 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 23613 22068 713 1178 0 22431 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 94452

[startup+51.1004 s]
/proc/loadavg: 2.00 1.99 1.85 3/178 23010
/proc/meminfo: memFree=30395740/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=94452 CPUtime=51.09 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 24102 0 0 0 5081 28 0 0 25 0 1 0 347220337 96718848 22068 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 23613 22068 696 1178 0 22431 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94452

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.85 3/178 23011
/proc/meminfo: memFree=30423800/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=64940 CPUtime=102.3 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 24347 0 0 0 10178 52 0 0 25 0 1 0 347220337 66498560 14916 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 16235 14916 675 1178 0 15053 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64940

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.86 3/178 23013
/proc/meminfo: memFree=30420700/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=68236 CPUtime=162.29 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 31875 0 0 0 16145 84 0 0 25 0 1 0 347220337 69873664 15706 33554432000 4194304 9016284 140734482449920 18446744073709551615 6977460 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 17059 15706 687 1178 0 15877 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68236

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.86 3/178 23015
/proc/meminfo: memFree=30421656/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=64400 CPUtime=222.3 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 40287 0 0 0 22118 112 0 0 25 0 1 0 347220337 65945600 14872 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 16100 14872 682 1178 0 14918 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 64400

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 23016
/proc/meminfo: memFree=30441600/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=66988 CPUtime=282.29 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 56314 0 0 0 28089 140 0 0 25 0 1 0 347220337 68595712 15423 33554432000 4194304 9016284 140734482449920 18446744073709551615 7180540 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 16747 15423 762 1178 0 15565 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 66988

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 23018
/proc/meminfo: memFree=30438208/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=67556 CPUtime=342.3 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 71346 0 0 0 34062 168 0 0 25 0 1 0 347220337 69177344 15409 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 16889 15409 682 1178 0 15707 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 67556

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 23019
/proc/meminfo: memFree=30437428/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=67100 CPUtime=402.3 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 93801 0 0 0 40033 197 0 0 25 0 1 0 347220337 68710400 15565 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 16775 15565 728 1178 0 15593 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 67100

[startup+462.301 s]
/proc/loadavg: 2.03 2.00 1.89 3/178 23021
/proc/meminfo: memFree=30434052/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=68524 CPUtime=462.3 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 116270 0 0 0 46002 228 0 0 25 0 1 0 347220337 70168576 15910 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 17131 15910 685 1178 0 15949 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68524

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.90 3/178 23022
/proc/meminfo: memFree=30431292/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=71132 CPUtime=522.3 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 132939 0 0 0 51976 254 0 0 25 0 1 0 347220337 72839168 16554 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 17783 16554 682 1178 0 16601 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 71132

[startup+582.301 s]
/proc/loadavg: 2.04 2.01 1.91 3/178 23024
/proc/meminfo: memFree=30429908/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=71016 CPUtime=582.3 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 134899 0 0 0 57950 280 0 0 25 0 1 0 347220337 72720384 16486 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 17754 16486 682 1178 0 16572 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 71016

[startup+642.301 s]

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

/proc/meminfo: memFree=31056240/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=78376 CPUtime=1122.32 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 218123 0 0 0 111699 533 0 0 25 0 1 0 347220337 80257024 18309 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 19594 18309 682 1178 0 18412 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 78376

[startup+1182.3 s]
/proc/loadavg: 1.36 1.82 1.85 2/172 23073
/proc/meminfo: memFree=31056612/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=80012 CPUtime=1182.32 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 225086 0 0 0 117672 560 0 0 25 0 1 0 347220337 81932288 18684 33554432000 4194304 9016284 140734482449920 18446744073709551615 7213542 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 20003 18684 682 1178 0 18821 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 80012

[startup+1242.3 s]
/proc/loadavg: 1.13 1.66 1.80 2/172 23075
/proc/meminfo: memFree=31055344/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=79920 CPUtime=1242.32 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 249158 0 0 0 123639 593 0 0 25 0 1 0 347220337 81838080 18717 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 19980 18717 682 1178 0 18798 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 79920

[startup+1302.3 s]
/proc/loadavg: 1.04 1.53 1.74 2/172 23076
/proc/meminfo: memFree=31052828/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=82104 CPUtime=1302.33 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 257768 0 0 0 129610 623 0 0 25 0 1 0 347220337 84074496 19320 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 20526 19320 682 1178 0 19344 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 82104

[startup+1362.3 s]
/proc/loadavg: 1.02 1.44 1.70 2/172 23078
/proc/meminfo: memFree=31050184/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=84756 CPUtime=1362.32 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 259143 0 0 0 135582 650 0 0 25 0 1 0 347220337 86790144 19980 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 21189 19980 682 1178 0 20007 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 84756

[startup+1422.31 s]
/proc/loadavg: 1.00 1.35 1.65 2/172 23080
/proc/meminfo: memFree=31049544/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=85756 CPUtime=1422.33 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 268809 0 0 0 141555 678 0 0 25 0 1 0 347220337 87814144 20142 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 21439 20142 707 1178 0 20257 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 85756

[startup+1482.3 s]
/proc/loadavg: 1.00 1.29 1.61 2/172 23081
/proc/meminfo: memFree=31049016/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=83352 CPUtime=1482.32 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 287757 0 0 0 147526 706 0 0 25 0 1 0 347220337 85352448 19554 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 20838 19554 682 1178 0 19656 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 83352

[startup+1542.3 s]
/proc/loadavg: 1.00 1.23 1.57 2/172 23083
/proc/meminfo: memFree=31049860/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=85572 CPUtime=1542.32 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 314740 0 0 0 153496 736 0 0 25 0 1 0 347220337 87625728 20066 33554432000 4194304 9016284 140734482449920 18446744073709551615 7082078 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 21393 20066 696 1178 0 20211 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 85572

[startup+1602.3 s]
/proc/loadavg: 1.00 1.19 1.53 2/172 23084
/proc/meminfo: memFree=31045500/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=89196 CPUtime=1602.32 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 331178 0 0 0 159468 764 0 0 25 0 1 0 347220337 91336704 21097 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22299 21097 682 1178 0 21117 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 89196

[startup+1662.3 s]
/proc/loadavg: 1.07 1.17 1.50 2/172 23086
/proc/meminfo: memFree=31045584/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=89196 CPUtime=1662.33 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 331178 0 0 0 165441 792 0 0 25 0 1 0 347220337 91336704 21097 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22299 21097 682 1178 0 21117 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 89196

[startup+1722.3 s]
/proc/loadavg: 1.02 1.14 1.46 2/172 23087
/proc/meminfo: memFree=31044564/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90716 CPUtime=1722.33 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 331463 0 0 0 171416 817 0 0 25 0 1 0 347220337 92893184 21382 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22679 21382 682 1178 0 21497 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 90716

[startup+1782.3 s]
/proc/loadavg: 1.01 1.11 1.43 2/172 23089
/proc/meminfo: memFree=31044404/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90732 CPUtime=1782.33 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 333009 0 0 0 177389 844 0 0 25 0 1 0 347220337 92909568 21396 33554432000 4194304 9016284 140734482449920 18446744073709551615 7181009 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22683 21396 682 1178 0 21501 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 90732

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

[startup+1785.5 s]
/proc/loadavg: 1.01 1.11 1.43 2/172 23089
/proc/meminfo: memFree=31044528/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90732 CPUtime=1785.53 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 333009 0 0 0 177708 845 0 0 25 0 1 0 347220337 92909568 21396 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22683 21396 682 1178 0 21501 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 90732

[startup+1791.91 s]
/proc/loadavg: 1.01 1.10 1.43 2/172 23089
/proc/meminfo: memFree=31045024/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90132 CPUtime=1791.93 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 333516 0 0 0 178346 847 0 0 25 0 1 0 347220337 92295168 21281 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22533 21281 682 1178 0 21351 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 90132

[startup+1795.1 s]
/proc/loadavg: 1.00 1.10 1.42 2/172 23089
/proc/meminfo: memFree=31044776/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90132 CPUtime=1795.14 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 333586 0 0 0 178664 850 0 0 25 0 1 0 347220337 92295168 21351 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22533 21351 682 1178 0 21351 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 90132

[startup+1795.9 s]
/proc/loadavg: 1.00 1.10 1.42 2/172 23089
/proc/meminfo: memFree=31044776/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90132 CPUtime=1795.93 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 333586 0 0 0 178743 850 0 0 25 0 1 0 347220337 92295168 21351 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22533 21351 682 1178 0 21351 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 90132

[startup+1796.7 s]
/proc/loadavg: 1.00 1.10 1.42 2/172 23089
/proc/meminfo: memFree=31044776/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90132 CPUtime=1796.73 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 333586 0 0 0 178823 850 0 0 25 0 1 0 347220337 92295168 21351 33554432000 4194304 9016284 140734482449920 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22533 21351 682 1178 0 21351 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 90132

[startup+1796.9 s]
/proc/loadavg: 1.00 1.10 1.42 2/172 23089
/proc/meminfo: memFree=31044776/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90132 CPUtime=1796.93 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 333586 0 0 0 178843 850 0 0 25 0 1 0 347220337 92295168 21351 33554432000 4194304 9016284 140734482449920 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22533 21351 682 1178 0 21351 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 90132

[startup+1797 s]
/proc/loadavg: 1.00 1.10 1.42 2/172 23089
/proc/meminfo: memFree=31044776/32950928 swapFree=67054696/67111528
[pid=23008] ppid=23006 vsize=90132 CPUtime=1797.03 cores=0,2,4,6
/proc/23008/stat : 23008 (scip-2.0.1.4b_2) R 23006 23008 21687 0 -1 4202496 333586 0 0 0 178853 850 0 0 25 0 1 0 347220337 92295168 21351 33554432000 4194304 9016284 140734482449920 18446744073709551615 7180672 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23008/statm: 22533 21351 682 1178 0 21351 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 90132

Child status: 0
Real time (s): 1797.04
CPU time (s): 1797.08
CPU user time (s): 1788.57
CPU system time (s): 8.51071
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 94452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.57
system time used= 8.51071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333593
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= 5
involuntary context switches= 21768

runsolver used 2.76358 second user time and 5.41518 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-11 14:41:49
IDJOB=3489842
IDBENCH=89845
IDSOLVER=1979
FILE ID=node112/3489842-1307796109
RUNJOBID= node112-1307794966-22835
PBS_JOBID= 13550900
Free space on /tmp= 74012 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-iis-bupa-cov.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3489842-1307796109/watcher-3489842-1307796109 -o /tmp/evaluation-result-3489842-1307796109/solver-3489842-1307796109 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489842-1307796109.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7fb5c1a630b78d8604b800edf1958e29
RANDOM SEED=584470630

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5180.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30482472 kB
Buffers:        260452 kB
Cached:        1345100 kB
SwapCached:      10772 kB
Active:        1130192 kB
Inactive:      1112104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30482472 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:           17388 kB
Writeback:           0 kB
AnonPages:      634488 kB
Mapped:          12184 kB
Slab:           160844 kB
PageTables:       6040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   835624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node112 at 2011-06-11 15:11:46