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-3730301-1338688214.opb>
0.00/0.01 c original problem has 570 variables (570 bin, 0 int, 0 impl, 0 cont) and 438 constraints
0.00/0.01 c problem read
0.00/0.01 c No objective function, only one solution is needed.
0.00/0.01 c presolving settings loaded
0.00/0.01 c presolving:
0.00/0.02 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 438 upgd conss, 0 impls, 39 clqs
0.00/0.02 c presolving (2 rounds):
0.00/0.02 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.02 c 0 implications, 39 cliques
0.00/0.02 c presolved problem has 570 variables (570 bin, 0 int, 0 impl, 0 cont) and 438 constraints
0.00/0.02 c 39 constraints of type <setppc>
0.00/0.02 c 399 constraints of type <logicor>
0.00/0.02 c transformed objective value is always integral (scale: 1)
0.00/0.02 c Presolving Time: 0.01
0.00/0.02 c - non default parameters ----------------------------------------------------------------------
0.00/0.02 c # SCIP version 2.0.1.5
0.00/0.02 c
0.00/0.02 c # frequency for displaying node information lines
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02 c display/freq = 10000
0.00/0.02 c
0.00/0.02 c # maximal time in seconds to run
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02 c limits/time = 1797
0.00/0.02 c
0.00/0.02 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02 c limits/memory = 13950
0.00/0.02 c
0.00/0.02 c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02 c limits/solutions = 1
0.00/0.02 c
0.00/0.02 c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.02 c separating/maxrounds = 1
0.00/0.02 c
0.00/0.02 c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02 c separating/maxroundsroot = 5
0.00/0.02 c
0.00/0.02 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02 c # [type: int, range: [1,2], default: 1]
0.00/0.02 c timing/clocktype = 2
0.00/0.02 c
0.00/0.02 c # belongs reading time to solving time?
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02 c timing/reading = TRUE
0.00/0.02 c
0.00/0.02 c # should presolving try to simplify inequalities
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02 c constraints/linear/simplifyinequalities = TRUE
0.00/0.02 c
0.00/0.02 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02 c constraints/indicator/addCouplingCons = TRUE
0.00/0.02 c
0.00/0.02 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02 c constraints/knapsack/disaggregation = FALSE
0.00/0.02 c
0.00/0.02 c # should presolving try to simplify knapsacks
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02 c
0.00/0.02 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02 c presolving/probing/maxrounds = 0
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02 c heuristics/coefdiving/freq = -1
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02 c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.02 c heuristics/crossover/freq = -1
0.00/0.02 c
0.00/0.02 c # number of nodes added to the contingent of the total nodes
0.00/0.02 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02 c heuristics/crossover/nodesofs = 750
0.00/0.02 c
0.00/0.02 c # number of nodes without incumbent change that heuristic should wait
0.00/0.02 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.02 c heuristics/crossover/nwaitingnodes = 100
0.00/0.02 c
0.00/0.02 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.02 c # [type: real, range: [0,1], default: 0.1]
0.00/0.02 c heuristics/crossover/nodesquot = 0.15
0.00/0.02 c
0.00/0.02 c # minimum percentage of integer variables that have to be fixed
0.00/0.02 c # [type: real, range: [0,1], default: 0.666]
0.00/0.02 c heuristics/crossover/minfixingrate = 0.5
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02 c heuristics/feaspump/freq = -1
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02 c heuristics/fracdiving/freq = -1
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02 c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02 c heuristics/guideddiving/freq = -1
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02 c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02 c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02 c heuristics/intshifting/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02 c heuristics/linesearchdiving/freq = -1
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02 c heuristics/objpscostdiving/freq = -1
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.02 c # [type: real, range: [0,1], default: 0.01]
0.00/0.02 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02 c heuristics/oneopt/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02 c heuristics/pscostdiving/freq = -1
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02 c heuristics/rens/freq = -1
0.00/0.02 c
0.00/0.02 c # minimum percentage of integer variables that have to be fixable
0.00/0.02 c # [type: real, range: [0,1], default: 0.5]
0.00/0.02 c heuristics/rens/minfixingrate = 0.3
0.00/0.02 c
0.00/0.02 c # number of nodes added to the contingent of the total nodes
0.00/0.02 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02 c heuristics/rens/nodesofs = 2000
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02 c heuristics/rootsoldiving/freq = -1
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.02 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02 c heuristics/rounding/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02 c heuristics/shiftandpropagate/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02 c heuristics/shifting/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02 c heuristics/simplerounding/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02 c heuristics/subnlp/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02 c heuristics/trivial/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02 c heuristics/trysol/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02 c heuristics/undercover/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02 c heuristics/veclendiving/freq = -1
0.00/0.02 c
0.00/0.02 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02 c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.02 c
0.00/0.02 c # additional number of allowed LP iterations
0.00/0.02 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02 c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.02 c
0.00/0.02 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02 c heuristics/zirounding/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02 c separating/cmir/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02 c separating/flowcover/freq = -1
0.00/0.02 c
0.00/0.02 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02 c separating/rapidlearning/freq = 0
0.00/0.02 c
0.00/0.02 c -----------------------------------------------------------------------------------------------
0.00/0.02 c start solving
0.00/0.02 c
0.00/0.03 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.00/0.03 c 0.0s| 1 | 0 | 184 | - |2360k| 0 | 110 | 570 | 438 | 570 | 438 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.09/0.15 c 0.2s| 1 | 0 | 260 | - |2961k| 0 | 115 | 570 | 441 | 570 | 446 | 8 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.21 c 0.2s| 1 | 0 | 383 | - |3084k| 0 | 115 | 570 | 441 | 570 | 454 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.29 c 0.3s| 1 | 0 | 474 | - |3330k| 0 | 117 | 570 | 441 | 570 | 460 | 22 | 0 | 0 | 0.000000e+00 | -- | Inf
0.29/0.37 c 0.4s| 1 | 0 | 1003 | - |3548k| 0 | 125 | 570 | 441 | 570 | 469 | 31 | 0 | 0 | 0.000000e+00 | -- | Inf
0.38/0.43 c 0.4s| 1 | 0 | 1126 | - |4021k| 0 | 99 | 570 | 441 | 570 | 478 | 40 | 0 | 0 | 0.000000e+00 | -- | Inf
0.38/0.47 c 0.5s| 1 | 2 | 1126 | - |4021k| 0 | 99 | 570 | 441 | 570 | 478 | 40 | 0 | 15 | 0.000000e+00 | -- | Inf
0.89/1.00 c * 1.0s| 20 | 0 | 1461 | 17.6 |4145k| 19 | - | 570 | 441 | 570 | 459 | 40 | 0 | 384 | 0.000000e+00 | 0.000000e+00 | 0.00%
0.89/1.00 c
0.89/1.00 c SCIP Status : problem is solved [optimal solution found]
0.89/1.00 c Solving Time (sec) : 1.00
0.89/1.00 c Solving Nodes : 20
0.89/1.00 c Primal Bound : +0.00000000000000e+00 (1 solutions)
0.89/1.00 c Dual Bound : +0.00000000000000e+00
0.89/1.00 c Gap : 0.00 %
0.89/1.00 s SATISFIABLE
0.89/1.00 v -x324 -x66 -x65 -x76 -x237 -x238 -x38 -x37 -x34 -x33 -x27 -x26 -x252 x251 -x72 -x22 -x239 -x229 -x67 -x245 -x330 -x21 -x336 -x333
0.89/1.00 v -x335 -x29 -x288 -x285 -x283 -x281 -x326 -x260 -x35 -x359 -x357 -x353 -x347 -x350 x346 -x32 -x328 -x348 -x70 -x59 -x50 -x49
0.89/1.00 v -x47 -x46 -x45 -x44 -x36 -x223 -x222 -x248 -x254 -x52 -x226 -x77 x280 -x278 -x274 -x273 -x271 -x265 -x264 -x263 -x262 -x261
0.89/1.00 v -x267 -x291 -x233 -x256 -x293 -x246 -x351 -x230 -x68 -x23 -x286 -x232 -x240 -x242 -x61 x55 -x234 -x258 -x247 -x56 -x43 -x272
0.89/1.00 v -x343 -x244 -x259 -x379 -x378 -x376 -x373 -x371 -x370 -x366 -x362 -x334 -x380 -x321 -x363 -x339 -x340 -x255 -x78 -x372 -x200
0.89/1.00 v -x198 -x194 -x193 -x191 -x190 -x187 -x186 -x185 -x300 -x361 -x374 -x331 -x220 -x217 -x215 -x213 -x212 -x211 -x210 -x208 -x207
0.89/1.00 v -x203 x202 -x201 -x257 -x349 -x140 -x139 -x138 -x136 -x134 -x131 -x130 -x128 -x127 -x125 -x124 -x123 -x122 -x250 -x216 -x60
0.89/1.00 v -x62 -x290 -x177 -x176 -x173 -x172 -x171 -x169 -x167 -x165 -x164 -x162 -x31 -x166 -x377 -x277 -x289 -x337 x294 -x236 -x71 -x168
0.89/1.00 v x133 -x30 -x199 -x75 -x355 -x163 -x323 -x284 -x121 -x219 -x160 -x159 -x158 -x156 -x155 -x154 -x153 -x152 -x151 -x149 -x148
0.89/1.00 v -x146 -x145 -x144 -x143 -x141 -x126 -x57 -x204 -x367 -x58 -x358 -x197 -x80 -x241 -x48 x178 -x287 -x329 -x282 -x142 -x275 -x51
0.89/1.00 v -x342 -x184 -x279 -x53 -x161 -x20 -x19 -x18 -x17 -x15 -x14 -x13 -x8 -x6 -x5 -x3 -x2 -x1 -x345 -x352 -x369 -x295 -x225 -x364
0.89/1.00 v -x147 -x227 -x299 -x39 -x327 -x63 -x338 -x25 -x292 -x368 -x269 -x11 -x356 -x322 -x135 -x325 x224 -x276 -x180 -x174 -x132 -x16
0.89/1.00 v -x205 -x170 -x218 -x296 -x253 -x182 -x206 -x69 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 x435 x7 -x195 -x243 -x150 -x231
0.89/1.00 v x332 -x137 -x344 -x270 -x40 -x54 -x228 x157 -x298 -x175 -x189 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 x541
0.89/1.00 v -x249 -x9 -x407 -x406 -x405 -x404 -x403 -x402 -x401 x400 -x399 x183 -x196 -x480 -x479 -x478 -x477 -x476 -x475 x474 -x473 -x472
0.89/1.00 v -x471 -x192 -x188 x79 -x398 -x397 -x396 -x395 -x394 -x393 x392 -x391 -x390 -x42 x365 -x209 -x24 -x64 -x120 -x119 -x118 -x117
0.89/1.00 v -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x104 -x103 -x102 -x101 -x425 -x424 -x423 -x422 x421 -x420 -x419
0.89/1.00 v -x418 -x417 -x105 -x181 -x375 -x416 -x415 -x414 x413 -x412 -x411 -x410 -x409 -x408 -x4 -x214 -x434 -x433 -x432 -x431 -x430
0.89/1.00 v x429 -x428 -x427 -x426 -x266 -x354 -x540 -x539 -x538 x537 -x536 -x535 -x534 -x533 -x532 -x531 -x297 -x268 -x100 -x99 -x98 -x97
0.89/1.00 v x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x41 -x510 -x509 -x508 -x507 -x506 -x505 -x504
0.89/1.00 v -x503 x502 -x501 -x74 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 x310 -x309 -x308 -x307 -x306 -x305 -x304
0.89/1.00 v -x303 -x302 -x301 -x461 x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x129 -x490 x489 -x488 -x487 -x486 -x485 -x484 -x483
0.89/1.00 v -x482 -x481 -x12 -x530 -x529 -x528 -x527 -x526 -x525 -x524 x523 -x522 -x521 -x116 -x520 -x519 -x518 -x517 x516 -x515 -x514 -x513
0.89/1.00 v -x512 -x511 -x235 -x221 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x341 -x500 -x499 -x498 -x497 -x496 x495 -x494
0.89/1.00 v -x493 -x492 -x491 -x73 x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x179 -x470 -x469 x468 -x467 -x466 -x465
0.89/1.00 v -x464 -x463 -x462 -x10 -x570 -x569 x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x360 x452 -x451 -x450 -x449 -x448 -x447
0.89/1.00 v -x446 -x445 -x444 x28
0.89/1.00 c SCIP Status : problem is solved [optimal solution found]
0.89/1.00 c Total Time : 1.00
0.89/1.00 c solving : 1.00
0.89/1.00 c presolving : 0.01 (included in solving)
0.89/1.00 c reading : 0.01 (included in solving)
0.89/1.00 c Original Problem :
0.89/1.00 c Problem name : HOME/instance-3730301-1338688214.opb
0.89/1.00 c Variables : 570 (570 binary, 0 integer, 0 implicit integer, 0 continuous)
0.89/1.00 c Constraints : 438 initial, 438 maximal
0.89/1.00 c Presolved Problem :
0.89/1.00 c Problem name : t_HOME/instance-3730301-1338688214.opb
0.89/1.00 c Variables : 570 (570 binary, 0 integer, 0 implicit integer, 0 continuous)
0.89/1.00 c Constraints : 438 initial, 441 maximal
0.89/1.00 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
0.89/1.00 c trivial : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c implics : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c probing : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c setppc : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c linear : 0.01 0 0 0 0 0 0 0 0 0
0.89/1.00 c logicor : 0.00 0 0 0 0 0 0 0 0 0
0.89/1.00 c root node : - 0 - - 0 - - - - -
0.89/1.00 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
0.89/1.00 c integral : 0 0 0 20 0 3 0 0 0 0 0 38
0.89/1.00 c setppc : 39 5 39 1 0 0 0 0 324 0 0 0
0.89/1.00 c linear : 0+ 5 9 0 0 0 0 0 0 0 0 0
0.89/1.00 c logicor : 399 5 17 1 0 0 0 0 0 0 0 0
0.89/1.00 c countsols : 0 0 0 1 0 2 0 0 0 0 0 0
0.89/1.00 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
0.89/1.00 c integral : 0.54 0.00 0.00 0.54 0.00 0.00 0.00
0.89/1.00 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.89/1.00 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.89/1.00 c logicor : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.89/1.00 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.89/1.00 c Propagators : #Propagate #Resprop Cutoffs DomReds
0.89/1.00 c vbounds : 0 0 0 0
0.89/1.00 c rootredcost : 0 0 0 0
0.89/1.00 c pseudoobj : 0 0 0 0
0.89/1.00 c Propagator Timings : TotalTime Propagate Resprop
0.89/1.00 c vbounds : 0.00 0.00 0.00
0.89/1.00 c rootredcost : 0.00 0.00 0.00
0.89/1.00 c pseudoobj : 0.00 0.00 0.00
0.89/1.00 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
0.89/1.00 c propagation : 0.00 0 0 0 0.0 0 0.0 -
0.89/1.00 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
0.89/1.00 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
0.89/1.00 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
0.89/1.00 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
0.89/1.00 c applied globally : - - - 0 0.0 - - -
0.89/1.00 c applied locally : - - - 0 0.0 - - -
0.89/1.00 c Separators : Time Calls Cutoffs DomReds Cuts Conss
0.89/1.00 c cut pool : 0.00 4 - - 0 - (maximal pool size: 267)
0.89/1.00 c redcost : 0.00 24 0 0 0 0
0.89/1.00 c impliedbounds : 0.00 5 0 0 0 0
0.89/1.00 c intobj : 0.00 0 0 0 0 0
0.89/1.00 c gomory : 0.15 5 0 0 819 0
0.89/1.00 c cgmip : 0.00 0 0 0 0 0
0.89/1.00 c closecuts : 0.00 0 0 0 0 0
0.89/1.00 c strongcg : 0.15 5 0 0 1409 0
0.89/1.00 c cmir : 0.00 0 0 0 0 0
0.89/1.00 c flowcover : 0.00 0 0 0 0 0
0.89/1.00 c clique : 0.00 5 0 0 0 0
0.89/1.00 c zerohalf : 0.00 0 0 0 0 0
0.89/1.00 c mcf : 0.00 1 0 0 0 0
0.89/1.00 c oddcycle : 0.00 0 0 0 0 0
0.89/1.00 c rapidlearning : 0.03 1 0 0 0 3
0.89/1.00 c Pricers : Time Calls Vars
0.89/1.00 c problem variables: 0.00 0 0
0.89/1.00 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
0.89/1.00 c relpscost : 0.54 19 0 0 0 0 38
0.89/1.00 c pscost : 0.00 0 0 0 0 0 0
0.89/1.00 c inference : 0.00 0 0 0 0 0 0
0.89/1.00 c mostinf : 0.00 0 0 0 0 0 0
0.89/1.00 c leastinf : 0.00 0 0 0 0 0 0
0.89/1.00 c fullstrong : 0.00 0 0 0 0 0 0
0.89/1.00 c allfullstrong : 0.00 0 0 0 0 0 0
0.89/1.00 c random : 0.00 0 0 0 0 0 0
0.89/1.00 c Primal Heuristics : Time Calls Found
0.89/1.00 c LP solutions : 0.00 - 1
0.89/1.00 c pseudo solutions : 0.00 - 0
0.89/1.00 c trivial : 0.00 1 0
0.89/1.00 c shiftandpropagate: 0.00 0 0
0.89/1.00 c simplerounding : 0.00 0 0
0.89/1.00 c zirounding : 0.00 0 0
0.89/1.00 c rounding : 0.00 0 0
0.89/1.00 c shifting : 0.00 0 0
0.89/1.00 c intshifting : 0.00 0 0
0.89/1.00 c oneopt : 0.00 0 0
0.89/1.00 c twoopt : 0.00 0 0
0.89/1.00 c fixandinfer : 0.00 0 0
0.89/1.00 c feaspump : 0.00 0 0
0.89/1.00 c clique : 0.00 0 0
0.89/1.00 c coefdiving : 0.00 0 0
0.89/1.00 c pscostdiving : 0.00 0 0
0.89/1.00 c fracdiving : 0.00 0 0
0.89/1.00 c veclendiving : 0.00 0 0
0.89/1.00 c intdiving : 0.00 0 0
0.89/1.00 c actconsdiving : 0.00 0 0
0.89/1.00 c objpscostdiving : 0.00 0 0
0.89/1.00 c rootsoldiving : 0.00 0 0
0.89/1.00 c linesearchdiving : 0.00 0 0
0.89/1.00 c guideddiving : 0.00 0 0
0.89/1.00 c octane : 0.00 0 0
0.89/1.00 c rens : 0.00 0 0
0.89/1.00 c rins : 0.00 0 0
0.89/1.00 c localbranching : 0.00 0 0
0.89/1.00 c mutation : 0.00 0 0
0.89/1.00 c crossover : 0.00 0 0
0.89/1.00 c dins : 0.00 0 0
0.89/1.00 c vbounds : 0.00 0 0
0.89/1.00 c undercover : 0.00 0 0
0.89/1.00 c subnlp : 0.00 0 0
0.89/1.00 c trysol : 0.00 0 0
0.89/1.00 c LP : Time Calls Iterations Iter/call Iter/sec
0.89/1.00 c primal LP : 0.00 0 0 0.00 -
0.89/1.00 c dual LP : 0.08 25 1461 58.44 18763.97
0.89/1.00 c lex dual LP : 0.00 0 0 0.00 -
0.89/1.00 c barrier LP : 0.00 0 0 0.00 -
0.89/1.00 c diving/probing LP: 0.00 0 0 0.00 -
0.89/1.00 c strong branching : 0.54 384 9046 23.56 16691.55
0.89/1.00 c (at root node) : - 15 632 42.13 -
0.89/1.00 c conflict analysis: 0.00 0 0 0.00 -
0.89/1.00 c B&B Tree :
0.89/1.00 c number of runs : 1
0.89/1.00 c nodes : 20
0.89/1.00 c nodes (total) : 20
0.89/1.00 c nodes left : 0
0.89/1.00 c max depth : 19
0.89/1.00 c max depth (total): 19
0.89/1.00 c backtracks : 0 (0.0%)
0.89/1.00 c delayed cutoffs : 0
0.89/1.00 c repropagations : 0 (0 domain reductions, 0 cutoffs)
0.89/1.00 c avg switch length: 2.00
0.89/1.00 c switching time : 0.00
0.89/1.00 c Solution :
0.89/1.00 c Solutions found : 1 (1 improvements)
0.89/1.00 c First Solution : +0.00000000000000e+00 (in run 1, after 20 nodes, 1.00 seconds, depth 19, found by <relaxation>)
0.89/1.00 c Primal Bound : +0.00000000000000e+00 (in run 1, after 20 nodes, 1.00 seconds, depth 19, found by <relaxation>)
0.89/1.00 c Dual Bound : +0.00000000000000e+00
0.89/1.00 c Gap : 0.00 %
0.89/1.00 c Root Dual Bound : +0.00000000000000e+00
0.89/1.00 c Root Iterations : 1126
1.00/1.01 c Time complete: 1.