0.00/0.00 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00 c Copyright (c) 2002-2010 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-3738016-1338719608.opb>
0.00/0.03 c original problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6818 constraints
0.00/0.03 c problem read
0.00/0.03 c No objective function, only one solution is needed.
0.00/0.04 c presolving settings loaded
0.00/0.06 c presolving:
0.09/0.12 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50128 impls, 400 clqs
0.09/0.15 c presolving (2 rounds):
0.09/0.15 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15 c 50128 implications, 400 cliques
0.09/0.15 c presolved problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6818 constraints
0.09/0.15 c 1 constraints of type <knapsack>
0.09/0.15 c 600 constraints of type <setppc>
0.09/0.15 c 6216 constraints of type <and>
0.09/0.15 c 1 constraints of type <linear>
0.09/0.15 c transformed objective value is always integral (scale: 1)
0.09/0.15 c Presolving Time: 0.10
0.09/0.15 c - non default parameters ----------------------------------------------------------------------
0.09/0.15 c # SCIP version 1.2.1.3
0.09/0.15 c
0.09/0.15 c # frequency for displaying node information lines
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15 c display/freq = 10000
0.09/0.15 c
0.09/0.15 c # maximal time in seconds to run
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15 c limits/time = 1789.98
0.09/0.15 c
0.09/0.15 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15 c limits/memory = 13950
0.09/0.15 c
0.09/0.15 c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15 c limits/solutions = 1
0.09/0.15 c
0.09/0.15 c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.15 c separating/maxrounds = 1
0.09/0.15 c
0.09/0.15 c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15 c separating/maxroundsroot = 5
0.09/0.15 c
0.09/0.15 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15 c # [type: int, range: [1,2], default: 1]
0.09/0.15 c timing/clocktype = 2
0.09/0.15 c
0.09/0.15 c # should presolving try to simplify inequalities
0.09/0.15 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15 c constraints/linear/simplifyinequalities = TRUE
0.09/0.15 c
0.09/0.15 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15 c constraints/indicator/addCouplingCons = TRUE
0.09/0.15 c
0.09/0.15 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.15 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.15 c constraints/knapsack/disaggregation = FALSE
0.09/0.15 c
0.09/0.15 c # should presolving try to simplify knapsacks
0.09/0.15 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15 c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15 c
0.09/0.15 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15 c presolving/probing/maxrounds = 0
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/coefdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.15 c heuristics/crossover/freq = -1
0.09/0.15 c
0.09/0.15 c # number of nodes added to the contingent of the total nodes
0.09/0.15 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15 c heuristics/crossover/nodesofs = 750
0.09/0.15 c
0.09/0.15 c # number of nodes without incumbent change that heuristic should wait
0.09/0.15 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.15 c heuristics/crossover/nwaitingnodes = 100
0.09/0.15 c
0.09/0.15 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.15 c # [type: real, range: [0,1], default: 0.1]
0.09/0.15 c heuristics/crossover/nodesquot = 0.15
0.09/0.15 c
0.09/0.15 c # minimum percentage of integer variables that have to be fixed
0.09/0.15 c # [type: real, range: [0,1], default: 0.666]
0.09/0.15 c heuristics/crossover/minfixingrate = 0.5
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15 c heuristics/feaspump/freq = -1
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/fracdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/guideddiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/intshifting/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/linesearchdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/nlp/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15 c heuristics/objpscostdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.15 c # [type: real, range: [0,1], default: 0.01]
0.09/0.15 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/oneopt/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/pscostdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15 c heuristics/rens/freq = -1
0.09/0.15 c
0.09/0.15 c # minimum percentage of integer variables that have to be fixable
0.09/0.15 c # [type: real, range: [0,1], default: 0.5]
0.09/0.15 c heuristics/rens/minfixingrate = 0.3
0.09/0.15 c
0.09/0.15 c # number of nodes added to the contingent of the total nodes
0.09/0.15 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15 c heuristics/rens/nodesofs = 2000
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15 c heuristics/rootsoldiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.15 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/rounding/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/shifting/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/simplerounding/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15 c heuristics/trivial/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/trysol/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/veclendiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/zirounding/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15 c separating/cmir/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15 c separating/flowcover/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15 c separating/rapidlearning/freq = 0
0.09/0.15 c
0.09/0.15 c -----------------------------------------------------------------------------------------------
0.09/0.15 c start solving
0.09/0.16 c
0.19/0.24 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.24 c 0.2s| 1 | 0 | 183 | - | 29M| 0 | 126 |6616 |6818 |6616 | 13k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1.48/1.51 c 1.5s| 1 | 0 | 250 | - | 30M| 0 | 130 |6616 |6818 |6616 | 13k| 9 | 0 | 0 | 0.000000e+00 | -- | Inf
2.69/2.70 c 2.7s| 1 | 0 | 303 | - | 31M| 0 | 138 |6616 |6818 |6616 | 13k| 18 | 0 | 0 | 0.000000e+00 | -- | Inf
3.88/3.92 c 3.9s| 1 | 0 | 344 | - | 31M| 0 | 141 |6616 |6818 |6616 | 13k| 26 | 0 | 0 | 0.000000e+00 | -- | Inf
5.08/5.16 c 5.1s| 1 | 0 | 361 | - | 32M| 0 | 145 |6616 |6818 |6616 | 13k| 33 | 0 | 0 | 0.000000e+00 | -- | Inf
6.39/6.45 c 6.4s| 1 | 0 | 405 | - | 33M| 0 | 136 |6616 |6818 |6616 | 13k| 35 | 0 | 0 | 0.000000e+00 | -- | Inf
7.38/7.44 c 7.4s| 1 | 2 | 405 | - | 33M| 0 | 136 |6616 |6818 |6616 | 13k| 35 | 0 | 9 | 0.000000e+00 | -- | Inf
9.68/9.72 c * 9.7s| 32 | 0 | 1532 | 36.4 | 35M| 29 | - |6616 |6820 |6616 | 897 | 297 | 2 | 329 | 0.000000e+00 | 0.000000e+00 | 0.00%
9.68/9.73 c
9.68/9.73 c SCIP Status : problem is solved [optimal solution found]
9.68/9.73 c Solving Time (sec) : 9.69
9.68/9.73 c Solving Nodes : 32
9.68/9.73 c Primal Bound : +0.00000000000000e+00 (1 solutions)
9.68/9.73 c Dual Bound : +0.00000000000000e+00
9.68/9.73 c Gap : 0.00 %
9.68/9.73 s SATISFIABLE
9.68/9.73 v -x318 -x373 -x308 -x277 -x395 -x322 -x320 -x391 -x235 -x280 -x358 -x292 -x250 -x361 -x312 x260 -x388 -x370 -x330 -x315 -x371 x313
9.68/9.73 v -x223 -x364 -x359 -x383 -x339 -x264 -x301 -x208 -x374 -x365 -x245 -x210 -x287 -x367 -x240 -x251 -x380 -x331 -x281 -x270 -x218
9.68/9.73 v -x352 -x326 -x257 -x234 -x344 x333 -x311 -x397 -x262 -x213 x379 -x385 -x389 -x232 x290 x336 -x355 -x214 -x228 -x246 -x302
9.68/9.73 v -x271 -x252 -x205 -x342 -x329 -x293 -x276 -x268 -x233 -x216 -x211 -x345 -x244 -x335 -x231 -x382 -x381 -x384 -x304 -x328 -x275
9.68/9.73 v -x217 -x222 -x204 -x366 -x363 -x310 -x306 -x300 -x297 -x266 -x256 -x247 -x299 -x354 -x230 -x206 -x346 -x227 -x398 -x314 -x392
9.68/9.73 v -x327 -x307 -x267 -x254 -x317 -x356 -x350 -x285 -x284 -x258 -x229 -x243 -x212 -x324 -x351 -x224 -x309 -x334 -x278 -x368 -x372
9.68/9.73 v -x272 -x236 -x305 -x387 x237 -x298 -x249 -x238 -x378 -x360 -x263 -x253 x219 -x209 -x225 -x390 -x400 -x283 -x323 -x348 -x289
9.68/9.73 v x288 -x295 -x291 -x279 -x362 x207 -x375 -x215 -x255 -x399 -x269 x201 -x396 -x393 -x357 -x353 -x349 -x337 -x332 -x321 -x319
9.68/9.73 v -x303 -x294 x282 x261 -x221 -x220 -x338 -x286 x248 -x274 -x239 -x343 -x316 -x296 -x376 -x242 -x203 -x340 -x394 -x325 -x259 -x265
9.68/9.73 v -x202 -x377 -x273 -x341 x226 -x241 -x369 -x386 -x347 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189
9.68/9.73 v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169
9.68/9.73 v -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148
9.68/9.73 v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127
9.68/9.73 v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106
9.68/9.73 v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82
9.68/9.73 v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57
9.68/9.73 v -x56 -x55 -x54 x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32
9.68/9.73 v 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 -x6 x5 x4 -x3
9.68/9.73 v -x2 -x1
9.68/9.73 c SCIP Status : problem is solved [optimal solution found]
9.68/9.73 c Solving Time : 9.69
9.68/9.73 c Original Problem :
9.68/9.73 c Problem name : HOME/instance-3738016-1338719608.opb
9.68/9.73 c Variables : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
9.68/9.73 c Constraints : 6818 initial, 6818 maximal
9.68/9.73 c Presolved Problem :
9.68/9.73 c Problem name : t_HOME/instance-3738016-1338719608.opb
9.68/9.73 c Variables : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
9.68/9.73 c Constraints : 6818 initial, 6820 maximal
9.68/9.73 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
9.68/9.73 c trivial : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c dualfix : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c boundshift : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c inttobinary : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c implics : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c probing : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c knapsack : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c setppc : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c and : 0.06 0 0 0 0 0 0 0 0
9.68/9.73 c linear : 0.02 0 0 0 0 0 0 0 0
9.68/9.73 c logicor : 0.00 0 0 0 0 0 0 0 0
9.68/9.73 c root node : - 0 - - 0 - - - -
9.68/9.73 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
9.68/9.73 c integral : 0 0 0 40 0 0 7 0 0 58
9.68/9.73 c knapsack : 1 5 99 6 0 0 0 0 0 0
9.68/9.73 c setppc : 600 5 99 6 0 2 306 0 0 0
9.68/9.73 c and : 6216 34 97 6 0 0 6013 264 0 0
9.68/9.73 c linear : 1 5 97 1 0 0 0 0 0 0
9.68/9.73 c logicor : 0+ 0 2 0 0 0 2 0 0 0
9.68/9.73 c countsols : 0 0 0 1 0 0 0 0 0 0
9.68/9.73 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
9.68/9.73 c integral : 2.89 0.00 0.00 2.89 0.00
9.68/9.73 c knapsack : 0.03 0.03 0.00 0.00 0.00
9.68/9.73 c setppc : 0.00 0.00 0.00 0.00 0.00
9.68/9.73 c and : 0.05 0.04 0.01 0.00 0.00
9.68/9.73 c linear : 0.00 0.00 0.00 0.00 0.00
9.68/9.73 c logicor : 0.00 0.00 0.00 0.00 0.00
9.68/9.73 c countsols : 0.00 0.00 0.00 0.00 0.00
9.68/9.73 c Propagators : Time Calls Cutoffs DomReds
9.68/9.73 c vbounds : 0.00 1 0 0
9.68/9.73 c rootredcost : 0.00 0 0 0
9.68/9.73 c pseudoobj : 0.00 0 0 0
9.68/9.73 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
9.68/9.73 c propagation : 0.00 2 2 2 3.0 0 0.0 -
9.68/9.73 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
9.68/9.73 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
9.68/9.73 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
9.68/9.73 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
9.68/9.73 c applied globally : - - - 2 3.0 - - -
9.68/9.73 c applied locally : - - - 0 0.0 - - -
9.68/9.73 c Separators : Time Calls Cutoffs DomReds Cuts Conss
9.68/9.73 c cut pool : 0.00 4 - - 25 - (maximal pool size: 396)
9.68/9.73 c redcost : 0.00 34 0 0 0 0
9.68/9.73 c impliedbounds : 0.00 5 0 0 4 0
9.68/9.73 c intobj : 0.00 0 0 0 0 0
9.68/9.73 c cgmip : 0.00 0 0 0 0 0
9.68/9.73 c gomory : 4.88 5 0 0 500 0
9.68/9.73 c strongcg : 0.75 5 0 0 2500 0
9.68/9.73 c cmir : 0.00 0 0 0 0 0
9.68/9.73 c flowcover : 0.00 0 0 0 0 0
9.68/9.73 c clique : 0.03 5 0 0 25 0
9.68/9.73 c zerohalf : 0.00 0 0 0 0 0
9.68/9.73 c mcf : 0.14 2 0 0 0 0
9.68/9.73 c rapidlearning : 0.26 1 0 0 0 0
9.68/9.73 c Pricers : Time Calls Vars
9.68/9.73 c problem variables: 0.00 0 0
9.68/9.73 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
9.68/9.73 c relpscost : 2.89 34 0 7 0 0 58
9.68/9.73 c pscost : 0.00 0 0 0 0 0 0
9.68/9.73 c inference : 0.00 0 0 0 0 0 0
9.68/9.73 c mostinf : 0.00 0 0 0 0 0 0
9.68/9.73 c leastinf : 0.00 0 0 0 0 0 0
9.68/9.73 c fullstrong : 0.00 0 0 0 0 0 0
9.68/9.73 c allfullstrong : 0.00 0 0 0 0 0 0
9.68/9.73 c random : 0.00 0 0 0 0 0 0
9.68/9.73 c Primal Heuristics : Time Calls Found
9.68/9.73 c LP solutions : 0.00 - 1
9.68/9.73 c pseudo solutions : 0.00 - 0
9.68/9.73 c trivial : 0.00 1 0
9.68/9.73 c simplerounding : 0.00 0 0
9.68/9.73 c zirounding : 0.00 0 0
9.68/9.73 c rounding : 0.00 0 0
9.68/9.73 c shifting : 0.00 0 0
9.68/9.73 c intshifting : 0.00 0 0
9.68/9.73 c oneopt : 0.00 0 0
9.68/9.73 c twoopt : 0.00 0 0
9.68/9.73 c fixandinfer : 0.00 0 0
9.68/9.73 c feaspump : 0.00 0 0
9.68/9.73 c coefdiving : 0.00 0 0
9.68/9.73 c pscostdiving : 0.00 0 0
9.68/9.73 c fracdiving : 0.00 0 0
9.68/9.73 c veclendiving : 0.00 0 0
9.68/9.73 c intdiving : 0.00 0 0
9.68/9.73 c actconsdiving : 0.00 0 0
9.68/9.73 c objpscostdiving : 0.00 0 0
9.68/9.73 c rootsoldiving : 0.00 0 0
9.68/9.73 c linesearchdiving : 0.00 0 0
9.68/9.73 c guideddiving : 0.00 0 0
9.68/9.73 c octane : 0.00 0 0
9.68/9.73 c rens : 0.00 0 0
9.68/9.73 c rins : 0.00 0 0
9.68/9.73 c localbranching : 0.00 0 0
9.68/9.73 c mutation : 0.00 0 0
9.68/9.73 c crossover : 0.00 0 0
9.68/9.73 c dins : 0.00 0 0
9.68/9.73 c undercover : 0.00 0 0
9.68/9.73 c nlp : 0.00 0 0
9.68/9.73 c trysol : 0.00 0 0
9.68/9.73 c LP : Time Calls Iterations Iter/call Iter/sec
9.68/9.73 c primal LP : 0.02 0 0 0.00 0.00
9.68/9.73 c dual LP : 0.37 74 1532 20.70 4172.16
9.68/9.73 c lex dual LP : 0.00 0 0 0.00 -
9.68/9.73 c barrier LP : 0.00 0 0 0.00 -
9.68/9.73 c diving/probing LP: 0.00 0 0 0.00 -
9.68/9.73 c strong branching : 2.89 329 12611 38.33 4364.54
9.68/9.73 c (at root node) : - 9 1783 198.11 -
9.68/9.73 c conflict analysis: 0.00 0 0 0.00 -
9.68/9.73 c B&B Tree :
9.68/9.73 c number of runs : 1
9.68/9.73 c nodes : 32
9.68/9.73 c nodes (total) : 32
9.68/9.73 c nodes left : 0
9.68/9.73 c max depth : 29
9.68/9.73 c max depth (total): 29
9.68/9.73 c backtracks : 0 (0.0%)
9.68/9.73 c delayed cutoffs : 0
9.68/9.73 c repropagations : 18 (45 domain reductions, 0 cutoffs)
9.68/9.73 c avg switch length: 3.00
9.68/9.73 c switching time : 0.04
9.68/9.73 c Solution :
9.68/9.73 c Solutions found : 1 (1 improvements)
9.68/9.73 c First Solution : +0.00000000000000e+00 (in run 1, after 32 nodes, 9.68 seconds, depth 29, found by <relaxation>)
9.68/9.73 c Primal Bound : +0.00000000000000e+00 (in run 1, after 32 nodes, 9.68 seconds, depth 29, found by <relaxation>)
9.68/9.73 c Dual Bound : +0.00000000000000e+00
9.68/9.73 c Gap : 0.00 %
9.68/9.73 c Root Dual Bound : +0.00000000000000e+00
9.68/9.73 c Root Iterations : 405
9.68/9.78 c Time complete: 9.76.
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-3738016-1338719608/watcher-3738016-1338719608 -o /tmp/evaluation-result-3738016-1338719608/solver-3738016-1338719608 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738016-1338719608.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22204
/proc/meminfo: memFree=28000744/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 1559 0 0 0 0 0 0 0 20 0 1 0 338085392 10211328 1506 33554432000 4194304 8395647 140737306459872 140735082271688 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 2493 1513 374 1026 0 1463 0
[startup+0.00863902 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22204
/proc/meminfo: memFree=28000744/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=10988 CPUtime=0 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 1996 0 0 0 0 0 0 0 20 0 1 0 338085392 11251712 1943 33554432000 4194304 8395647 140737306459872 140735082271688 7355228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 2747 1943 390 1026 0 1717 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10988
[startup+0.100307 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22204
/proc/meminfo: memFree=28000744/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=34144 CPUtime=0.09 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 7892 0 0 0 8 1 0 0 20 0 1 0 338085392 34963456 7485 33554432000 4194304 8395647 140737306459872 140737306322376 6016807 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 8536 7485 453 1026 0 7506 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34144
[startup+0.300349 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22204
/proc/meminfo: memFree=28000744/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=64144 CPUtime=0.29 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 15463 0 0 0 26 3 0 0 20 0 1 0 338085392 65683456 14657 33554432000 4194304 8395647 140737306459872 140737306322376 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 16036 14657 589 1026 0 15006 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64144
[startup+0.70026 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22204
/proc/meminfo: memFree=28000744/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=64144 CPUtime=0.68 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 15471 0 0 0 65 3 0 0 20 0 1 0 338085392 65683456 14914 33554432000 4194304 8395647 140737306459872 140737306455112 6153373 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 16036 14914 589 1026 0 15006 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64144
[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22205
/proc/meminfo: memFree=27943316/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=89368 CPUtime=1.48 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 24506 0 0 0 136 12 0 0 20 0 1 0 338085392 91512832 21460 33554432000 4194304 8395647 140737306459872 140737306455112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 22342 21460 623 1026 0 21312 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 89368
[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22205
/proc/meminfo: memFree=27916888/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=89368 CPUtime=3.08 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 24514 0 0 0 295 13 0 0 20 0 1 0 338085392 91512832 21468 33554432000 4194304 8395647 140737306459872 140737306455112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 22342 21468 623 1026 0 21312 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 89368
[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22205
/proc/meminfo: memFree=27916640/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=89368 CPUtime=6.28 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 24851 0 0 0 615 13 0 0 20 0 1 0 338085392 91512832 21551 33554432000 4194304 8395647 140737306459872 140737306455112 6124432 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 22342 21551 623 1026 0 21312 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 89368
Solver just ended. Dumping a history of the last processes samples
[startup+7.90033 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22205
/proc/meminfo: memFree=27915772/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=89368 CPUtime=7.88 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 25095 0 0 0 774 14 0 0 20 0 1 0 338085392 91512832 21795 33554432000 4194304 8395647 140737306459872 140737306455176 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 22342 21795 624 1026 0 21312 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 89368
[startup+8.70035 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22205
/proc/meminfo: memFree=27915648/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=89368 CPUtime=8.69 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 25095 0 0 0 854 15 0 0 20 0 1 0 338085392 91512832 21795 33554432000 4194304 8395647 140737306459872 140737306455176 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 22342 21795 624 1026 0 21312 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 89368
[startup+9.50035 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22205
/proc/meminfo: memFree=27915648/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=89368 CPUtime=9.48 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 25099 0 0 0 932 16 0 0 20 0 1 0 338085392 91512832 21799 33554432000 4194304 8395647 140737306459872 140737306455480 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 22342 21799 628 1026 0 21312 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 89368
[startup+9.70033 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22205
/proc/meminfo: memFree=27915648/32873844 swapFree=7108/7108
[pid=22204] ppid=22202 vsize=89368 CPUtime=9.68 cores=1,3,5,7
/proc/22204/stat : 22204 (pbscip.linux.x8) R 22202 22204 21683 0 -1 4202496 25099 0 0 0 952 16 0 0 20 0 1 0 338085392 91512832 21799 33554432000 4194304 8395647 140737306459872 140737306455480 6575386 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22204/statm: 22342 21799 628 1026 0 21312 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 89368
Child status: 0
Real time (s): 9.7812
CPU time (s): 9.77051
CPU user time (s): 9.59854
CPU system time (s): 0.171973
CPU usage (%): 99.8908
Max. virtual memory (cumulated for all children) (KiB): 99556
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.59854
system time used= 0.171973
maximum resident set size= 95344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 12
runsolver used 0.032994 second user time and 0.090986 second system time
The end