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-3737860-1338718808.opb>
0.00/0.02 c original problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3094 constraints
0.00/0.02 c problem read
0.00/0.02 c No objective function, only one solution is needed.
0.00/0.02 c presolving settings loaded
0.00/0.03 c presolving:
0.05/0.06 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 20336 impls, 400 clqs
0.05/0.09 c presolving (2 rounds):
0.05/0.09 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.05/0.09 c 20336 implications, 400 cliques
0.05/0.09 c presolved problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3094 constraints
0.05/0.09 c 1 constraints of type <knapsack>
0.05/0.09 c 600 constraints of type <setppc>
0.05/0.09 c 2492 constraints of type <and>
0.05/0.09 c 1 constraints of type <linear>
0.05/0.09 c transformed objective value is always integral (scale: 1)
0.05/0.09 c Presolving Time: 0.06
0.05/0.09 c - non default parameters ----------------------------------------------------------------------
0.05/0.09 c # SCIP version 1.2.1.3
0.05/0.09 c
0.05/0.09 c # frequency for displaying node information lines
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.09 c display/freq = 10000
0.05/0.09 c
0.05/0.09 c # maximal time in seconds to run
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.09 c limits/time = 1789.99
0.05/0.09 c
0.05/0.09 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.09 c limits/memory = 13950
0.05/0.09 c
0.05/0.09 c # solving stops, if the given number of solutions were found (-1: no limit)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.09 c limits/solutions = 1
0.05/0.09 c
0.05/0.09 c # maximal number of separation rounds per node (-1: unlimited)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 5]
0.05/0.09 c separating/maxrounds = 1
0.05/0.09 c
0.05/0.09 c # maximal number of separation rounds in the root node (-1: unlimited)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.09 c separating/maxroundsroot = 5
0.05/0.09 c
0.05/0.09 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.05/0.09 c # [type: int, range: [1,2], default: 1]
0.05/0.09 c timing/clocktype = 2
0.05/0.09 c
0.05/0.09 c # should presolving try to simplify inequalities
0.05/0.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09 c constraints/linear/simplifyinequalities = TRUE
0.05/0.09 c
0.05/0.09 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.05/0.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09 c constraints/indicator/addCouplingCons = TRUE
0.05/0.09 c
0.05/0.09 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.05/0.09 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.05/0.09 c constraints/knapsack/disaggregation = FALSE
0.05/0.09 c
0.05/0.09 c # should presolving try to simplify knapsacks
0.05/0.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09 c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.09 c
0.05/0.09 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.09 c presolving/probing/maxrounds = 0
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.09 c heuristics/coefdiving/freq = -1
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.09 c heuristics/coefdiving/maxlpiterquot = 0.075
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/coefdiving/maxlpiterofs = 1500
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 30]
0.05/0.09 c heuristics/crossover/freq = -1
0.05/0.09 c
0.05/0.09 c # number of nodes added to the contingent of the total nodes
0.05/0.09 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.05/0.09 c heuristics/crossover/nodesofs = 750
0.05/0.09 c
0.05/0.09 c # number of nodes without incumbent change that heuristic should wait
0.05/0.09 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.05/0.09 c heuristics/crossover/nwaitingnodes = 100
0.05/0.09 c
0.05/0.09 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.05/0.09 c # [type: real, range: [0,1], default: 0.1]
0.05/0.09 c heuristics/crossover/nodesquot = 0.15
0.05/0.09 c
0.05/0.09 c # minimum percentage of integer variables that have to be fixed
0.05/0.09 c # [type: real, range: [0,1], default: 0.666]
0.05/0.09 c heuristics/crossover/minfixingrate = 0.5
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 20]
0.05/0.09 c heuristics/feaspump/freq = -1
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/feaspump/maxlpiterofs = 2000
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.09 c heuristics/fracdiving/freq = -1
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.09 c heuristics/fracdiving/maxlpiterquot = 0.075
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/fracdiving/maxlpiterofs = 1500
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.09 c heuristics/guideddiving/freq = -1
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.09 c heuristics/guideddiving/maxlpiterquot = 0.075
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/guideddiving/maxlpiterofs = 1500
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.09 c heuristics/intdiving/maxlpiterquot = 0.075
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.09 c heuristics/intshifting/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.09 c heuristics/linesearchdiving/freq = -1
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.09 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.09 c heuristics/nlp/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 20]
0.05/0.09 c heuristics/objpscostdiving/freq = -1
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to total iteration number
0.05/0.09 c # [type: real, range: [0,1], default: 0.01]
0.05/0.09 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.09 c heuristics/oneopt/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.09 c heuristics/pscostdiving/freq = -1
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.09 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/pscostdiving/maxlpiterofs = 1500
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.09 c heuristics/rens/freq = -1
0.05/0.09 c
0.05/0.09 c # minimum percentage of integer variables that have to be fixable
0.05/0.09 c # [type: real, range: [0,1], default: 0.5]
0.05/0.09 c heuristics/rens/minfixingrate = 0.3
0.05/0.09 c
0.05/0.09 c # number of nodes added to the contingent of the total nodes
0.05/0.09 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.05/0.09 c heuristics/rens/nodesofs = 2000
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 20]
0.05/0.09 c heuristics/rootsoldiving/freq = -1
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.05/0.09 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.09 c heuristics/rounding/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.09 c heuristics/shifting/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.09 c heuristics/simplerounding/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.09 c heuristics/trivial/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.09 c heuristics/trysol/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.09 c heuristics/veclendiving/freq = -1
0.05/0.09 c
0.05/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.09 c heuristics/veclendiving/maxlpiterquot = 0.075
0.05/0.09 c
0.05/0.09 c # additional number of allowed LP iterations
0.05/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.09 c heuristics/veclendiving/maxlpiterofs = 1500
0.05/0.09 c
0.05/0.09 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.09 c heuristics/zirounding/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.09 c separating/cmir/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.09 c separating/flowcover/freq = -1
0.05/0.09 c
0.05/0.09 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.05/0.09 c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.09 c separating/rapidlearning/freq = 0
0.05/0.09 c
0.05/0.09 c -----------------------------------------------------------------------------------------------
0.05/0.09 c start solving
0.05/0.09 c
0.19/0.20 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.20 c 0.2s| 1 | 0 | 615 | - | 12M| 0 | 309 |2892 |3094 |2892 |5586 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1.29/1.33 c 1.3s| 1 | 0 | 757 | - | 15M| 0 | 308 |2892 |3094 |2892 |5617 | 31 | 0 | 0 | 0.000000e+00 | -- | Inf
1.98/2.02 c 2.0s| 1 | 0 | 931 | - | 17M| 0 | 313 |2892 |3094 |2892 |5633 | 47 | 0 | 0 | 0.000000e+00 | -- | Inf
2.99/3.05 c 3.0s| 1 | 0 | 1023 | - | 19M| 0 | 321 |2892 |3094 |2892 |5650 | 64 | 0 | 0 | 0.000000e+00 | -- | Inf
3.48/3.56 c 3.5s| 1 | 0 | 1073 | - | 21M| 0 | 324 |2892 |3094 |2892 |5660 | 74 | 0 | 0 | 0.000000e+00 | -- | Inf
3.98/4.09 c 4.1s| 1 | 0 | 1191 | - | 23M| 0 | 323 |2892 |3094 |2892 |5667 | 81 | 0 | 0 | 0.000000e+00 | -- | Inf
5.78/5.80 c 5.8s| 1 | 2 | 1191 | - | 23M| 0 | 323 |2892 |3094 |2892 |5667 | 81 | 0 | 11 | 0.000000e+00 | -- | Inf
17.68/17.78 c *17.8s| 97 | 0 | 6954 | 60.0 | 23M| 77 | - |2892 |3108 |2892 |1310 |1201 | 14 |1178 | 0.000000e+00 | 0.000000e+00 | 0.00%
17.68/17.78 c
17.68/17.78 c SCIP Status : problem is solved [optimal solution found]
17.68/17.78 c Solving Time (sec) : 17.76
17.68/17.78 c Solving Nodes : 97
17.68/17.78 c Primal Bound : +0.00000000000000e+00 (1 solutions)
17.68/17.78 c Dual Bound : +0.00000000000000e+00
17.68/17.78 c Gap : 0.00 %
17.68/17.78 s SATISFIABLE
17.68/17.78 v -x337 -x271 x243 -x325 -x375 -x334 x247 -x395 -x360 -x303 x396 x330 -x295 -x298 -x296 -x256 -x244 -x394 -x313 -x328 -x326 -x258
17.68/17.78 v -x377 -x287 -x227 -x249 -x251 -x289 -x263 -x381 -x308 -x302 -x286 -x388 -x226 -x348 -x354 -x364 -x230 -x301 -x266 x314 -x352
17.68/17.78 v -x272 -x365 -x223 -x312 -x290 -x281 -x240 -x220 -x279 -x327 -x353 x216 -x339 -x241 -x341 -x267 x372 -x268 -x399 -x217 x323 -x345
17.68/17.78 v -x340 -x285 -x269 -x292 -x351 x213 -x305 -x232 -x333 -x382 -x342 -x306 -x336 x275 x393 -x390 x273 -x233 -x284 -x212 x347
17.68/17.78 v -x283 -x384 -x355 x239 -x215 -x319 x309 -x356 -x209 -x260 -x242 -x224 -x218 -x252 -x304 -x282 -x277 -x254 x234 x386 x207 -x371
17.68/17.78 v -x288 x311 x391 -x369 -x318 -x257 x317 x206 x379 -x359 x338 -x235 -x363 -x349 x324 x361 -x367 -x400 -x246 x205 -x344 -x321
17.68/17.78 v -x293 -x259 -x208 -x276 -x315 -x357 -x366 x261 -x307 -x329 x385 -x237 x236 -x358 x398 x378 x253 -x397 x362 -x383 -x387 x203
17.68/17.78 v -x335 -x310 -x274 -x270 -x248 -x225 -x204 x214 -x297 x231 -x211 -x392 -x316 x370 -x373 -x202 -x332 -x322 -x300 -x280 -x245 -x229
17.68/17.78 v x219 -x210 -x331 -x368 -x374 -x255 -x250 -x238 -x294 -x350 -x380 -x343 -x201 -x264 -x222 -x221 -x228 -x346 -x278 -x265 -x299
17.68/17.78 v -x262 -x376 x389 -x320 -x291 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185
17.68/17.78 v -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164
17.68/17.78 v -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 x148 -x147 -x146 -x145 -x144 x143
17.68/17.78 v -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 -x124 -x123 -x122
17.68/17.78 v -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 -x103 -x102 -x101
17.68/17.78 v -x100 -x99 -x98 -x97 x96 -x95 x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 x86 -x85 x84 -x83 x82 x81 -x80 x79 -x78 x77 x76 -x75 -x74
17.68/17.78 v -x73 -x72 x71 -x70 x69 -x68 -x67 x66 -x65 -x64 x63 x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 x54 -x53 x52 x51 x50 -x49 -x48 -x47
17.68/17.78 v -x46 -x45 -x44 -x43 x42 x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 x33 -x32 -x31 -x30 x29 -x28 -x27 x26 x25 -x24 x23 -x22 -x21 x20
17.68/17.78 v -x19 x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1
17.68/17.78 c SCIP Status : problem is solved [optimal solution found]
17.68/17.78 c Solving Time : 17.76
17.68/17.78 c Original Problem :
17.68/17.78 c Problem name : HOME/instance-3737860-1338718808.opb
17.68/17.78 c Variables : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
17.68/17.78 c Constraints : 3094 initial, 3094 maximal
17.68/17.78 c Presolved Problem :
17.68/17.78 c Problem name : t_HOME/instance-3737860-1338718808.opb
17.68/17.78 c Variables : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
17.68/17.78 c Constraints : 3094 initial, 3108 maximal
17.68/17.78 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
17.68/17.78 c trivial : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c dualfix : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c boundshift : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c inttobinary : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c implics : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c probing : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c knapsack : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c setppc : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c and : 0.04 0 0 0 0 0 0 0 0
17.68/17.78 c linear : 0.01 0 0 0 0 0 0 0 0
17.68/17.78 c logicor : 0.00 0 0 0 0 0 0 0 0
17.68/17.78 c root node : - 0 - - 0 - - - -
17.68/17.78 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
17.68/17.78 c integral : 0 0 0 112 0 0 24 0 0 182
17.68/17.78 c knapsack : 1 5 322 3 0 0 0 0 0 0
17.68/17.78 c setppc : 600 5 322 3 0 4 274 0 0 0
17.68/17.78 c and : 2492 97 318 3 0 0 2651 1153 0 0
17.68/17.79 c linear : 1 5 318 1 0 0 0 0 0 0
17.68/17.79 c logicor : 0+ 0 6 0 0 0 5 0 0 0
17.68/17.79 c countsols : 0 0 0 1 0 0 0 0 0 0
17.68/17.79 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
17.68/17.79 c integral : 12.39 0.00 0.00 12.39 0.00
17.68/17.79 c knapsack : 0.03 0.03 0.00 0.00 0.00
17.68/17.79 c setppc : 0.00 0.00 0.00 0.00 0.00
17.68/17.79 c and : 0.03 0.02 0.01 0.00 0.00
17.68/17.79 c linear : 0.00 0.00 0.00 0.00 0.00
17.68/17.79 c logicor : 0.00 0.00 0.00 0.00 0.00
17.68/17.79 c countsols : 0.00 0.00 0.00 0.00 0.00
17.68/17.79 c Propagators : Time Calls Cutoffs DomReds
17.68/17.79 c vbounds : 0.00 1 0 0
17.68/17.79 c rootredcost : 0.00 0 0 0
17.68/17.79 c pseudoobj : 0.00 0 0 0
17.68/17.79 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
17.68/17.79 c propagation : 0.00 4 4 4 3.0 0 0.0 -
17.68/17.79 c infeasible LP : 0.00 1 1 35 100.4 0 0.0 0
17.68/17.79 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
17.68/17.79 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
17.68/17.79 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
17.68/17.79 c applied globally : - - - 14 72.6 - - -
17.68/17.79 c applied locally : - - - 0 0.0 - - -
17.68/17.79 c Separators : Time Calls Cutoffs DomReds Cuts Conss
17.68/17.79 c cut pool : 0.00 4 - - 1 - (maximal pool size: 1008)
17.68/17.79 c redcost : 0.00 97 0 0 0 0
17.68/17.79 c impliedbounds : 0.00 5 0 0 85 0
17.68/17.79 c intobj : 0.00 0 0 0 0 0
17.68/17.79 c cgmip : 0.00 0 0 0 0 0
17.68/17.79 c gomory : 2.40 5 0 0 171 0
17.68/17.79 c strongcg : 0.99 5 0 0 2500 0
17.68/17.79 c cmir : 0.00 0 0 0 0 0
17.68/17.79 c flowcover : 0.00 0 0 0 0 0
17.68/17.79 c clique : 0.04 5 0 0 31 0
17.68/17.79 c zerohalf : 0.00 0 0 0 0 0
17.68/17.79 c mcf : 0.00 1 0 0 0 0
17.68/17.79 c rapidlearning : 0.16 1 0 0 0 0
17.68/17.79 c Pricers : Time Calls Vars
17.68/17.79 c problem variables: 0.00 0 0
17.68/17.79 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
17.68/17.79 c relpscost : 12.39 109 0 24 0 0 182
17.68/17.79 c pscost : 0.00 0 0 0 0 0 0
17.68/17.79 c inference : 0.00 0 0 0 0 0 0
17.68/17.79 c mostinf : 0.00 0 0 0 0 0 0
17.68/17.79 c leastinf : 0.00 0 0 0 0 0 0
17.68/17.79 c fullstrong : 0.00 0 0 0 0 0 0
17.68/17.79 c allfullstrong : 0.00 0 0 0 0 0 0
17.68/17.79 c random : 0.00 0 0 0 0 0 0
17.68/17.79 c Primal Heuristics : Time Calls Found
17.68/17.79 c LP solutions : 0.00 - 1
17.68/17.79 c pseudo solutions : 0.00 - 0
17.68/17.79 c trivial : 0.00 1 0
17.68/17.79 c simplerounding : 0.00 0 0
17.68/17.79 c zirounding : 0.00 0 0
17.68/17.79 c rounding : 0.00 0 0
17.68/17.79 c shifting : 0.00 0 0
17.68/17.79 c intshifting : 0.00 0 0
17.68/17.79 c oneopt : 0.00 0 0
17.68/17.79 c twoopt : 0.00 0 0
17.68/17.79 c fixandinfer : 0.00 0 0
17.68/17.79 c feaspump : 0.00 0 0
17.68/17.79 c coefdiving : 0.00 0 0
17.68/17.79 c pscostdiving : 0.00 0 0
17.68/17.79 c fracdiving : 0.00 0 0
17.68/17.79 c veclendiving : 0.00 0 0
17.68/17.79 c intdiving : 0.00 0 0
17.68/17.79 c actconsdiving : 0.00 0 0
17.68/17.79 c objpscostdiving : 0.00 0 0
17.68/17.79 c rootsoldiving : 0.00 0 0
17.68/17.79 c linesearchdiving : 0.00 0 0
17.68/17.79 c guideddiving : 0.00 0 0
17.68/17.79 c octane : 0.00 0 0
17.68/17.79 c rens : 0.00 0 0
17.68/17.79 c rins : 0.00 0 0
17.68/17.79 c localbranching : 0.00 0 0
17.68/17.79 c mutation : 0.00 0 0
17.68/17.79 c crossover : 0.00 0 0
17.68/17.79 c dins : 0.00 0 0
17.68/17.79 c undercover : 0.00 0 0
17.68/17.79 c nlp : 0.00 0 0
17.68/17.79 c trysol : 0.00 0 0
17.68/17.79 c LP : Time Calls Iterations Iter/call Iter/sec
17.68/17.79 c primal LP : 0.06 0 0 0.00 0.00
17.68/17.79 c dual LP : 1.43 205 6954 33.92 4863.57
17.68/17.79 c lex dual LP : 0.00 0 0 0.00 -
17.68/17.79 c barrier LP : 0.00 0 0 0.00 -
17.68/17.79 c diving/probing LP: 0.00 0 0 0.00 -
17.68/17.79 c strong branching : 12.38 1178 54920 46.62 4435.41
17.68/17.79 c (at root node) : - 11 4027 366.09 -
17.68/17.79 c conflict analysis: 0.00 0 0 0.00 -
17.68/17.79 c B&B Tree :
17.68/17.79 c number of runs : 1
17.68/17.79 c nodes : 97
17.68/17.79 c nodes (total) : 97
17.68/17.79 c nodes left : 0
17.68/17.79 c max depth : 77
17.68/17.79 c max depth (total): 77
17.68/17.79 c backtracks : 1 (1.0%)
17.68/17.79 c delayed cutoffs : 0
17.68/17.79 c repropagations : 67 (47 domain reductions, 0 cutoffs)
17.68/17.79 c avg switch length: 3.28
17.68/17.79 c switching time : 0.08
17.68/17.79 c Solution :
17.68/17.79 c Solutions found : 1 (1 improvements)
17.68/17.79 c First Solution : +0.00000000000000e+00 (in run 1, after 97 nodes, 17.76 seconds, depth 77, found by <relaxation>)
17.68/17.79 c Primal Bound : +0.00000000000000e+00 (in run 1, after 97 nodes, 17.76 seconds, depth 77, found by <relaxation>)
17.68/17.79 c Dual Bound : +0.00000000000000e+00
17.68/17.79 c Gap : 0.00 %
17.68/17.79 c Root Dual Bound : +0.00000000000000e+00
17.68/17.79 c Root Iterations : 1191
17.78/17.80 c Time complete: 17.78.
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-3737860-1338718808/watcher-3737860-1338718808 -o /tmp/evaluation-result-3737860-1338718808/solver-3737860-1338718808 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737860-1338718808.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.01 2.01 1.96 3/177 17027
/proc/meminfo: memFree=27990940/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=6096 CPUtime=0 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 837 0 0 0 0 0 0 0 20 0 1 0 338007636 6242304 785 33554432000 4194304 8395647 140735407067856 140736365616968 7385355 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 1524 785 351 1026 0 494 0
[startup+0.063292 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 17027
/proc/meminfo: memFree=27990940/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=24304 CPUtime=0.05 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 5422 0 0 0 5 0 0 0 20 0 1 0 338007636 24887296 5014 33554432000 4194304 8395647 140735407067856 140736365616968 5018799 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 6076 5014 468 1026 0 5046 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24304
[startup+0.100311 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 17027
/proc/meminfo: memFree=27990940/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=30888 CPUtime=0.09 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 7133 0 0 0 8 1 0 0 20 0 1 0 338007636 31629312 6723 33554432000 4194304 8395647 140735407067856 140736365616968 7489570 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 7722 6723 523 1026 0 6692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30888
[startup+0.30028 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 17027
/proc/meminfo: memFree=27990940/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=36852 CPUtime=0.29 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 8813 0 0 0 28 1 0 0 20 0 1 0 338007636 37736448 8264 33554432000 4194304 8395647 140735407067856 140736365616968 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 9213 8264 590 1026 0 8183 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36852
[startup+0.700177 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 17027
/proc/meminfo: memFree=27990940/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=36852 CPUtime=0.69 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 8813 0 0 0 68 1 0 0 20 0 1 0 338007636 37736448 8264 33554432000 4194304 8395647 140735407067856 140735407063096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 9213 8264 590 1026 0 8183 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36852
[startup+1.50028 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27956796/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=44680 CPUtime=1.49 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 15399 0 0 0 142 7 0 0 20 0 1 0 338007636 45752320 10270 33554432000 4194304 8395647 140735407067856 140735407063000 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 11170 10270 620 1026 0 10140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44680
[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27948364/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=52156 CPUtime=3.09 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 17426 0 0 0 301 8 0 0 20 0 1 0 338007636 53407744 12209 33554432000 4194304 8395647 140735407067856 140735407063096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 13039 12209 620 1026 0 12009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52156
[startup+6.30018 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27938532/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=57776 CPUtime=6.29 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 18823 0 0 0 619 10 0 0 20 0 1 0 338007636 59162624 13606 33554432000 4194304 8395647 140735407067856 140735407063112 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 14444 13606 621 1026 0 13414 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57776
[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27938572/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=57776 CPUtime=12.68 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 18823 0 0 0 1253 15 0 0 20 0 1 0 338007636 59162624 13606 33554432000 4194304 8395647 140735407067856 140735407062408 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 14444 13606 621 1026 0 13414 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57776
Solver just ended. Dumping a history of the last processes samples
[startup+15.9002 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27938844/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=57776 CPUtime=15.89 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 18823 0 0 0 1571 18 0 0 20 0 1 0 338007636 59162624 13606 33554432000 4194304 8395647 140735407067856 140735407063160 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 14444 13606 621 1026 0 13414 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 57776
[startup+16.7002 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27938852/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=57776 CPUtime=16.69 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 18828 0 0 0 1650 19 0 0 20 0 1 0 338007636 59162624 13611 33554432000 4194304 8395647 140735407067856 140735407062728 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 14444 13611 625 1026 0 13414 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 57776
[startup+17.5002 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27938480/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=57776 CPUtime=17.49 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 18828 0 0 0 1729 20 0 0 20 0 1 0 338007636 59162624 13611 33554432000 4194304 8395647 140735407067856 140735407063064 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 14444 13611 625 1026 0 13414 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 57776
[startup+17.7002 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27938480/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=57776 CPUtime=17.68 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 18832 0 0 0 1748 20 0 0 20 0 1 0 338007636 59162624 13611 33554432000 4194304 8395647 140735407067856 140735407063464 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 14444 13611 625 1026 0 13414 0
Current children cumulated CPU time (s) 17.68
Current children cumulated vsize (KiB) 57776
[startup+17.8003 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17028
/proc/meminfo: memFree=27938480/32873648 swapFree=6864/6864
[pid=17027] ppid=17025 vsize=57776 CPUtime=17.78 cores=1,3,5,7
/proc/17027/stat : 17027 (pbscip.linux.x8) R 17025 17027 16401 0 -1 4202496 18841 0 0 0 1758 20 0 0 20 0 1 0 338007636 59162624 13869 33554432000 4194304 8395647 140735407067856 140735407063464 6345203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17027/statm: 14444 13869 630 1026 0 13414 0
Current children cumulated CPU time (s) 17.78
Current children cumulated vsize (KiB) 57776
Child status: 0
Real time (s): 17.8059
CPU time (s): 17.7953
CPU user time (s): 17.5853
CPU system time (s): 0.209968
CPU usage (%): 99.9404
Max. virtual memory (cumulated for all children) (KiB): 63608
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5853
system time used= 0.209968
maximum resident set size= 59148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18844
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= 21
runsolver used 0.033994 second user time and 0.068989 second system time
The end