0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00 c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-3691575-1338022487.opb>
0.08/0.11 c original problem has 1020 variables (1020 bin, 0 int, 0 impl, 0 cont) and 43010 constraints
0.08/0.11 c problem read in 0.11
0.28/0.43 c No objective function, only one solution is needed.
0.28/0.43 c presolving settings loaded
0.28/0.43 c presolving:
0.28/0.46 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 43010 upgd conss, 0 impls, 170 clqs
0.53/0.54 c presolving (2 rounds):
0.53/0.54 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.53/0.54 c 0 implications, 170 cliques
0.53/0.54 c presolved problem has 1020 variables (1020 bin, 0 int, 0 impl, 0 cont) and 43010 constraints
0.53/0.54 c 170 constraints of type <setppc>
0.53/0.54 c 42840 constraints of type <logicor>
0.53/0.54 c transformed objective value is always integral (scale: 1)
0.53/0.54 c Presolving Time: 0.36
0.53/0.54 c - non default parameters ----------------------------------------------------------------------
0.53/0.54 c # SCIP version 2.1.1.4
0.53/0.54 c
0.53/0.54 c # maximal time in seconds to run
0.53/0.54 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.53/0.54 c limits/time = 1797
0.53/0.54 c
0.53/0.54 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.53/0.54 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.53/0.54 c limits/memory = 13950
0.53/0.54 c
0.53/0.54 c # solving stops, if the given number of solutions were found (-1: no limit)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: -1]
0.53/0.54 c limits/solutions = 1
0.53/0.54 c
0.53/0.54 c # maximal number of separation rounds per node (-1: unlimited)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 5]
0.53/0.54 c separating/maxrounds = 1
0.53/0.54 c
0.53/0.54 c # maximal number of separation rounds in the root node (-1: unlimited)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: -1]
0.53/0.54 c separating/maxroundsroot = 5
0.53/0.54 c
0.53/0.54 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.53/0.54 c # [type: int, range: [1,2], default: 1]
0.53/0.54 c timing/clocktype = 2
0.53/0.54 c
0.53/0.54 c # belongs reading time to solving time?
0.53/0.54 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.53/0.54 c timing/reading = TRUE
0.53/0.54 c
0.53/0.54 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.53/0.54 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.53/0.54 c constraints/knapsack/disaggregation = FALSE
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 10]
0.53/0.54 c heuristics/coefdiving/freq = -1
0.53/0.54 c
0.53/0.54 c # maximal fraction of diving LP iterations compared to node LP iterations
0.53/0.54 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.53/0.54 c heuristics/coefdiving/maxlpiterquot = 0.075
0.53/0.54 c
0.53/0.54 c # additional number of allowed LP iterations
0.53/0.54 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.54 c heuristics/coefdiving/maxlpiterofs = 1500
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 30]
0.53/0.54 c heuristics/crossover/freq = -1
0.53/0.54 c
0.53/0.54 c # number of nodes added to the contingent of the total nodes
0.53/0.54 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.53/0.54 c heuristics/crossover/nodesofs = 750
0.53/0.54 c
0.53/0.54 c # number of nodes without incumbent change that heuristic should wait
0.53/0.54 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.53/0.54 c heuristics/crossover/nwaitingnodes = 100
0.53/0.54 c
0.53/0.54 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.53/0.54 c # [type: real, range: [0,1], default: 0.1]
0.53/0.54 c heuristics/crossover/nodesquot = 0.15
0.53/0.54 c
0.53/0.54 c # minimum percentage of integer variables that have to be fixed
0.53/0.54 c # [type: real, range: [0,1], default: 0.666]
0.53/0.54 c heuristics/crossover/minfixingrate = 0.5
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 20]
0.53/0.54 c heuristics/feaspump/freq = -1
0.53/0.54 c
0.53/0.54 c # additional number of allowed LP iterations
0.53/0.54 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.54 c heuristics/feaspump/maxlpiterofs = 2000
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 10]
0.53/0.54 c heuristics/fracdiving/freq = -1
0.53/0.54 c
0.53/0.54 c # maximal fraction of diving LP iterations compared to node LP iterations
0.53/0.54 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.53/0.54 c heuristics/fracdiving/maxlpiterquot = 0.075
0.53/0.54 c
0.53/0.54 c # additional number of allowed LP iterations
0.53/0.54 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.54 c heuristics/fracdiving/maxlpiterofs = 1500
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 10]
0.53/0.54 c heuristics/guideddiving/freq = -1
0.53/0.54 c
0.53/0.54 c # maximal fraction of diving LP iterations compared to node LP iterations
0.53/0.54 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.53/0.54 c heuristics/guideddiving/maxlpiterquot = 0.075
0.53/0.54 c
0.53/0.54 c # additional number of allowed LP iterations
0.53/0.54 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.54 c heuristics/guideddiving/maxlpiterofs = 1500
0.53/0.54 c
0.53/0.54 c # maximal fraction of diving LP iterations compared to node LP iterations
0.53/0.54 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.53/0.54 c heuristics/intdiving/maxlpiterquot = 0.075
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 10]
0.53/0.54 c heuristics/intshifting/freq = -1
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 10]
0.53/0.54 c heuristics/linesearchdiving/freq = -1
0.53/0.54 c
0.53/0.54 c # maximal fraction of diving LP iterations compared to node LP iterations
0.53/0.54 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.53/0.54 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.53/0.54 c
0.53/0.54 c # additional number of allowed LP iterations
0.53/0.54 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.54 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 20]
0.53/0.54 c heuristics/objpscostdiving/freq = -1
0.53/0.54 c
0.53/0.54 c # maximal fraction of diving LP iterations compared to total iteration number
0.53/0.54 c # [type: real, range: [0,1], default: 0.01]
0.53/0.54 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.53/0.54 c
0.53/0.54 c # additional number of allowed LP iterations
0.53/0.54 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.54 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 1]
0.53/0.54 c heuristics/oneopt/freq = -1
0.53/0.54 c
0.53/0.54 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.53/0.54 c # [type: int, range: [-1,2147483647], default: 10]
0.53/0.54 c heuristics/pscostdiving/freq = -1
0.53/0.54 c
0.53/0.54 c # maximal fraction of diving LP iterations compared to node LP iterations
0.53/0.54 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.53/0.54 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.53/0.54 c
0.53/0.54 c # additional number of allowed LP iterations
0.53/0.55 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.55 c heuristics/pscostdiving/maxlpiterofs = 1500
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 0]
0.53/0.55 c heuristics/rens/freq = -1
0.53/0.55 c
0.53/0.55 c # minimum percentage of integer variables that have to be fixable
0.53/0.55 c # [type: real, range: [0,1], default: 0.5]
0.53/0.55 c heuristics/rens/minfixingrate = 0.3
0.53/0.55 c
0.53/0.55 c # number of nodes added to the contingent of the total nodes
0.53/0.55 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.53/0.55 c heuristics/rens/nodesofs = 2000
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 20]
0.53/0.55 c heuristics/rootsoldiving/freq = -1
0.53/0.55 c
0.53/0.55 c # maximal fraction of diving LP iterations compared to node LP iterations
0.53/0.55 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.53/0.55 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.53/0.55 c
0.53/0.55 c # additional number of allowed LP iterations
0.53/0.55 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.55 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 1]
0.53/0.55 c heuristics/rounding/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 0]
0.53/0.55 c heuristics/shiftandpropagate/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 10]
0.53/0.55 c heuristics/shifting/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 1]
0.53/0.55 c heuristics/simplerounding/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 1]
0.53/0.55 c heuristics/subnlp/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 0]
0.53/0.55 c heuristics/trivial/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 1]
0.53/0.55 c heuristics/trysol/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 0]
0.53/0.55 c heuristics/undercover/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 10]
0.53/0.55 c heuristics/veclendiving/freq = -1
0.53/0.55 c
0.53/0.55 c # maximal fraction of diving LP iterations compared to node LP iterations
0.53/0.55 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.53/0.55 c heuristics/veclendiving/maxlpiterquot = 0.075
0.53/0.55 c
0.53/0.55 c # additional number of allowed LP iterations
0.53/0.55 c # [type: int, range: [0,2147483647], default: 1000]
0.53/0.55 c heuristics/veclendiving/maxlpiterofs = 1500
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 1]
0.53/0.55 c heuristics/zirounding/freq = -1
0.53/0.55 c
0.53/0.55 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: -1]
0.53/0.55 c propagating/probing/maxprerounds = 0
0.53/0.55 c
0.53/0.55 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 0]
0.53/0.55 c separating/cmir/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 0]
0.53/0.55 c separating/flowcover/freq = -1
0.53/0.55 c
0.53/0.55 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: -1]
0.53/0.55 c separating/rapidlearning/freq = 0
0.53/0.55 c
0.53/0.55 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.53/0.55 c # [type: int, range: [-1,2147483647], default: 1]
0.53/0.55 c heuristics/indoneopt/freq = -1
0.53/0.55 c
0.53/0.55 c -----------------------------------------------------------------------------------------------
0.53/0.55 c start solving
0.53/0.55 c
1.19/1.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1.19/1.30 c 1.3s| 1 | 0 | 1038 | - | 60M| 0 | 306 |1020 | 43k|1020 | 43k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
5.18/5.23 c 5.2s| 1 | 0 | 1055 | - | 61M| 0 | 306 |1020 | 43k|1020 | 43k| 1 | 0 | 0 | 0.000000e+00 | -- | Inf
9.19/9.29 c 9.3s| 1 | 0 | 1169 | - | 62M| 0 | 307 |1020 | 43k|1020 | 43k| 2 | 0 | 0 | 0.000000e+00 | -- | Inf
13.39/13.47 c 13.5s| 1 | 0 | 1310 | - | 63M| 0 | 307 |1020 | 43k|1020 | 43k| 4 | 0 | 0 | 0.000000e+00 | -- | Inf
15.28/15.37 c 15.4s| 1 | 0 | 1634 | - | 64M| 0 | 318 |1020 | 43k|1020 | 43k| 7 | 0 | 0 | 0.000000e+00 | -- | Inf
20.18/20.23 c 20.2s| 1 | 0 | 1831 | - | 65M| 0 | 318 |1020 | 43k|1020 | 43k| 8 | 0 | 0 | 0.000000e+00 | -- | Inf
38.98/39.07 c 39.1s| 1 | 2 | 1831 | - | 65M| 0 | 318 |1020 | 43k|1020 | 43k| 8 | 0 | 33 | 0.000000e+00 | -- | Inf
170.66/170.70 c 171s| 100 | 83 | 12523 | 108.0 | 66M| 73 | 189 |1020 | 43k|1020 | 43k| 8 | 95 | 751 | 0.000000e+00 | -- | Inf
185.25/185.38 c 185s| 200 | 110 | 20381 | 93.2 | 67M| 73 | - |1020 | 43k| 0 | 0 | 8 | 370 | 787 | 0.000000e+00 | -- | Inf
195.25/195.34 c 195s| 300 | 128 | 27167 | 84.7 | 67M| 73 | - |1020 | 43k| 0 | 0 | 8 | 657 | 797 | 0.000000e+00 | -- | Inf
203.05/203.18 c 203s| 400 | 139 | 32601 | 77.1 | 68M| 74 | - |1020 | 43k| 0 | 0 | 8 | 946 | 810 | 0.000000e+00 | -- | Inf
213.95/214.08 c 214s| 500 | 147 | 37782 | 72.0 | 68M| 77 | - |1020 | 43k| 0 | 0 | 8 |1241 | 839 | 0.000000e+00 | -- | Inf
223.26/223.37 c 223s| 600 | 160 | 45221 | 72.4 | 68M| 77 | - |1020 | 43k| 0 | 0 | 8 |1513 | 850 | 0.000000e+00 | -- | Inf
237.05/237.12 c 237s| 700 | 168 | 53598 | 74.1 | 68M| 77 | 218 |1020 | 44k|1020 | 43k| 8 |1843 | 890 | 0.000000e+00 | -- | Inf
246.64/246.76 c 247s| 800 | 163 | 59112 | 71.7 | 68M| 77 | 189 |1020 | 44k|1020 | 43k| 8 |2141 | 912 | 0.000000e+00 | -- | Inf
255.44/255.58 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
255.44/255.58 c 256s| 900 | 167 | 65338 | 70.6 | 69M| 79 | 253 |1020 | 44k|1020 | 43k| 8 |2424 | 924 | 0.000000e+00 | -- | Inf
265.84/265.91 c 266s| 1000 | 178 | 71574 | 69.8 | 69M| 79 | 263 |1020 | 44k|1020 | 43k| 8 |2760 | 947 | 0.000000e+00 | -- | Inf
277.54/277.69 c 278s| 1100 | 204 | 78350 | 69.6 | 69M| 79 | 239 |1020 | 44k|1020 | 43k| 8 |2998 | 980 | 0.000000e+00 | -- | Inf
288.24/288.37 c 288s| 1200 | 240 | 85350 | 69.7 | 69M| 79 | 290 |1020 | 44k|1020 | 43k| 8 |3213 |1002 | 0.000000e+00 | -- | Inf
297.33/297.45 c 297s| 1300 | 266 | 90747 | 68.4 | 70M| 79 | - |1020 | 43k| 0 | 0 | 8 |3418 |1023 | 0.000000e+00 | -- | Inf
305.54/305.67 c 306s| 1400 | 269 | 95604 | 67.0 | 70M| 79 | 229 |1020 | 44k|1020 | 43k| 8 |3740 |1047 | 0.000000e+00 | -- | Inf
315.33/315.41 c 315s| 1500 | 287 |101288 | 66.3 | 70M| 79 | - |1020 | 44k| 0 | 0 | 8 |4087 |1065 | 0.000000e+00 | -- | Inf
326.33/326.49 c 326s| 1600 | 278 |106900 | 65.7 | 70M| 79 | 252 |1020 | 44k|1020 | 43k| 8 |4414 |1093 | 0.000000e+00 | -- | Inf
333.82/333.90 c 334s| 1700 | 287 |111359 | 64.5 | 70M| 79 | 248 |1020 | 44k|1020 | 43k| 8 |4646 |1109 | 0.000000e+00 | -- | Inf
341.13/341.29 c 341s| 1800 | 291 |116680 | 63.8 | 70M| 79 | 279 |1020 | 44k|1020 | 43k| 8 |4911 |1120 | 0.000000e+00 | -- | Inf
354.03/354.17 c 354s| 1900 | 325 |124282 | 64.5 | 71M| 79 | - |1020 | 44k| 0 | 0 | 8 |5110 |1143 | 0.000000e+00 | -- | Inf
363.92/364.04 c 364s| 2000 | 345 |129487 | 63.9 | 71M| 79 | 244 |1020 | 44k|1020 | 43k| 8 |5399 |1165 | 0.000000e+00 | -- | Inf
374.62/374.70 c 375s| 2100 | 367 |136609 | 64.2 | 71M| 79 | 204 |1020 | 44k|1020 | 43k| 8 |5702 |1186 | 0.000000e+00 | -- | Inf
384.42/384.56 c 385s| 2200 | 376 |141896 | 63.7 | 72M| 79 | - |1020 | 44k| 0 | 0 | 8 |5993 |1217 | 0.000000e+00 | -- | Inf
392.02/392.18 c 392s| 2300 | 376 |145943 | 62.7 | 72M| 79 | 229 |1020 | 44k|1020 | 43k| 8 |6282 |1237 | 0.000000e+00 | -- | Inf
402.52/402.67 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
402.52/402.67 c 403s| 2400 | 389 |151605 | 62.4 | 72M| 79 | 140 |1020 | 44k|1020 | 43k| 8 |6513 |1262 | 0.000000e+00 | -- | Inf
409.82/409.95 c 410s| 2500 | 390 |156628 | 61.9 | 72M| 79 | 249 |1020 | 44k|1020 | 43k| 8 |6837 |1277 | 0.000000e+00 | -- | Inf
419.92/420.00 c 420s| 2600 | 404 |162159 | 61.7 | 72M| 79 | 232 |1020 | 44k|1020 | 43k| 8 |7137 |1308 | 0.000000e+00 | -- | Inf
427.31/427.44 c 427s| 2700 | 406 |166863 | 61.1 | 72M| 79 | 170 |1020 | 45k|1020 | 43k| 8 |7390 |1324 | 0.000000e+00 | -- | Inf
436.01/436.15 c 436s| 2800 | 412 |171697 | 60.7 | 72M| 79 | - |1020 | 45k| 0 | 0 | 8 |7685 |1351 | 0.000000e+00 | -- | Inf
447.01/447.13 c 447s| 2900 | 426 |177911 | 60.7 | 72M| 79 | 224 |1020 | 45k|1020 | 43k| 8 |7960 |1390 | 0.000000e+00 | -- | Inf
455.32/455.42 c 455s| 3000 | 418 |182174 | 60.1 | 73M| 79 | 242 |1020 | 45k|1020 | 43k| 8 |8295 |1419 | 0.000000e+00 | -- | Inf
461.01/461.13 c 461s| 3100 | 425 |185650 | 59.3 | 73M| 79 | - |1020 | 45k| 0 | 0 | 8 |8592 |1428 | 0.000000e+00 | -- | Inf
468.40/468.52 c 469s| 3200 | 420 |189580 | 58.7 | 73M| 79 | 315 |1020 | 45k|1020 | 43k| 8 |8902 |1446 | 0.000000e+00 | -- | Inf
479.31/479.44 c 479s| 3300 | 437 |196034 | 58.9 | 73M| 79 | 209 |1020 | 45k|1020 | 43k| 8 |9220 |1478 | 0.000000e+00 | -- | Inf
489.21/489.35 c 489s| 3400 | 456 |201491 | 58.7 | 73M| 79 | 165 |1020 | 45k|1020 | 43k| 8 |9481 |1505 | 0.000000e+00 | -- | Inf
498.10/498.27 c 498s| 3500 | 464 |206272 | 58.4 | 73M| 79 | - |1020 | 45k| 0 | 0 | 8 |9745 |1541 | 0.000000e+00 | -- | Inf
507.11/507.29 c 507s| 3600 | 479 |211215 | 58.2 | 74M| 79 | 261 |1020 | 46k|1020 | 43k| 8 | 10k|1573 | 0.000000e+00 | -- | Inf
513.30/513.45 c 513s| 3700 | 478 |215395 | 57.7 | 74M| 79 | 234 |1020 | 46k|1020 | 43k| 8 | 10k|1591 | 0.000000e+00 | -- | Inf
522.30/522.43 c 522s| 3800 | 481 |220249 | 57.5 | 74M| 79 | 236 |1020 | 46k|1020 | 43k| 8 | 10k|1617 | 0.000000e+00 | -- | Inf
530.60/530.71 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
530.60/530.71 c 531s| 3900 | 494 |225006 | 57.2 | 74M| 79 | - |1020 | 46k| 0 | 0 | 8 | 10k|1643 | 0.000000e+00 | -- | Inf
540.40/540.56 c 541s| 4000 | 506 |231010 | 57.3 | 74M| 79 | 190 |1020 | 46k|1020 | 43k| 8 | 11k|1674 | 0.000000e+00 | -- | Inf
550.70/550.85 c 551s| 4100 | 514 |236270 | 57.2 | 74M| 79 | 207 |1020 | 46k|1020 | 43k| 8 | 11k|1709 | 0.000000e+00 | -- | Inf
559.49/559.61 c 560s| 4200 | 519 |241650 | 57.1 | 74M| 79 | 246 |1020 | 46k|1020 | 43k| 8 | 11k|1731 | 0.000000e+00 | -- | Inf
566.40/566.51 c 567s| 4300 | 519 |245937 | 56.8 | 75M| 79 | - |1020 | 46k| 0 | 0 | 8 | 12k|1745 | 0.000000e+00 | -- | Inf
574.20/574.39 c 574s| 4400 | 547 |251221 | 56.7 | 75M| 80 | - |1020 | 46k| 0 | 0 | 8 | 12k|1757 | 0.000000e+00 | -- | Inf
581.09/581.26 c 581s| 4500 | 561 |257113 | 56.7 | 75M| 80 | 287 |1020 | 46k|1020 | 43k| 8 | 12k|1759 | 0.000000e+00 | -- | Inf
588.09/588.24 c 588s| 4600 | 563 |262494 | 56.7 | 76M| 80 | 236 |1020 | 46k|1020 | 43k| 8 | 13k|1766 | 0.000000e+00 | -- | Inf
594.39/594.58 c 595s| 4700 | 562 |267823 | 56.6 | 76M| 80 | - |1020 | 46k| 0 | 0 | 8 | 13k|1769 | 0.000000e+00 | -- | Inf
600.89/601.04 c 601s| 4800 | 573 |273434 | 56.6 | 76M| 80 | 239 |1020 | 47k|1020 | 43k| 8 | 13k|1770 | 0.000000e+00 | -- | Inf
606.59/606.79 c 607s| 4900 | 583 |278668 | 56.5 | 76M| 80 | - |1020 | 47k| 0 | 0 | 8 | 13k|1770 | 0.000000e+00 | -- | Inf
612.78/612.96 c 613s| 5000 | 585 |283660 | 56.4 | 76M| 80 | 247 |1020 | 47k|1020 | 43k| 8 | 14k|1775 | 0.000000e+00 | -- | Inf
619.68/619.86 c 620s| 5100 | 585 |289815 | 56.5 | 76M| 80 | 254 |1020 | 47k|1020 | 43k| 8 | 14k|1776 | 0.000000e+00 | -- | Inf
625.89/626.01 c 626s| 5200 | 595 |294705 | 56.3 | 76M| 80 | - |1020 | 47k| 0 | 0 | 8 | 14k|1779 | 0.000000e+00 | -- | Inf
631.89/632.04 c 632s| 5300 | 599 |299803 | 56.2 | 76M| 80 | 176 |1020 | 46k|1020 | 43k| 8 | 15k|1782 | 0.000000e+00 | -- | Inf
641.48/641.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
641.48/641.62 c 642s| 5400 | 618 |305183 | 56.2 | 76M| 80 | 263 |1020 | 46k|1020 | 43k| 8 | 15k|1804 | 0.000000e+00 | -- | Inf
648.08/648.29 c 648s| 5500 | 632 |311362 | 56.3 | 76M| 80 | 220 |1020 | 46k|1020 | 43k| 8 | 15k|1804 | 0.000000e+00 | -- | Inf
654.98/655.19 c 655s| 5600 | 654 |317153 | 56.3 | 76M| 80 | 154 |1020 | 46k|1020 | 43k| 8 | 15k|1808 | 0.000000e+00 | -- | Inf
661.68/661.88 c 662s| 5700 | 663 |322759 | 56.3 | 77M| 80 | - |1020 | 46k| 0 | 0 | 8 | 16k|1810 | 0.000000e+00 | -- | Inf
667.68/667.81 c 668s| 5800 | 672 |327924 | 56.2 | 77M| 80 | 228 |1020 | 46k|1020 | 43k| 8 | 16k|1810 | 0.000000e+00 | -- | Inf
675.08/675.21 c 675s| 5900 | 671 |332845 | 56.1 | 77M| 80 | 216 |1020 | 46k|1020 | 43k| 8 | 16k|1824 | 0.000000e+00 | -- | Inf
684.47/684.66 c 685s| 6000 | 677 |338169 | 56.1 | 77M| 80 | 219 |1020 | 46k|1020 | 43k| 8 | 16k|1848 | 0.000000e+00 | -- | Inf
692.57/692.75 c 693s| 6100 | 704 |344221 | 56.1 | 77M| 80 | 274 |1020 | 46k|1020 | 43k| 8 | 17k|1857 | 0.000000e+00 | -- | Inf
703.98/704.18 c 704s| 6200 | 725 |350056 | 56.2 | 77M| 80 | 209 |1020 | 46k|1020 | 43k| 8 | 17k|1888 | 0.000000e+00 | -- | Inf
711.77/711.94 c 712s| 6300 | 721 |354954 | 56.1 | 77M| 81 | 254 |1020 | 46k|1020 | 43k| 8 | 17k|1901 | 0.000000e+00 | -- | Inf
719.38/719.55 c 720s| 6400 | 730 |360466 | 56.0 | 77M| 81 | - |1020 | 46k| 0 | 0 | 8 | 18k|1914 | 0.000000e+00 | -- | Inf
729.37/729.57 c 730s| 6500 | 749 |366332 | 56.1 | 78M| 81 | 267 |1020 | 46k|1020 | 43k| 8 | 18k|1936 | 0.000000e+00 | -- | Inf
740.07/740.30 c 740s| 6600 | 754 |373294 | 56.3 | 78M| 81 | - |1020 | 46k| 0 | 0 | 8 | 18k|1960 | 0.000000e+00 | -- | Inf
747.56/747.78 c 748s| 6700 | 762 |378115 | 56.2 | 78M| 81 | - |1020 | 46k| 0 | 0 | 8 | 18k|1977 | 0.000000e+00 | -- | Inf
757.66/757.81 c 758s| 6800 | 783 |383867 | 56.2 | 78M| 81 | 265 |1020 | 46k|1020 | 43k| 8 | 19k|2009 | 0.000000e+00 | -- | Inf
766.67/766.83 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
766.67/766.83 c 767s| 6900 | 812 |389448 | 56.2 | 78M| 81 | 255 |1020 | 46k|1020 | 43k| 8 | 19k|2027 | 0.000000e+00 | -- | Inf
775.26/775.40 c 775s| 7000 | 834 |394224 | 56.1 | 79M| 81 | 208 |1020 | 46k|1020 | 43k| 8 | 19k|2047 | 0.000000e+00 | -- | Inf
782.56/782.71 c 783s| 7100 | 832 |398356 | 55.9 | 79M| 81 | 248 |1020 | 46k|1020 | 43k| 8 | 19k|2070 | 0.000000e+00 | -- | Inf
789.86/790.08 c 790s| 7200 | 839 |402971 | 55.7 | 79M| 81 | 231 |1020 | 46k|1020 | 43k| 8 | 20k|2083 | 0.000000e+00 | -- | Inf
799.86/800.04 c 800s| 7300 | 861 |408558 | 55.7 | 79M| 81 | 247 |1020 | 46k|1020 | 43k| 8 | 20k|2111 | 0.000000e+00 | -- | Inf
812.06/812.20 c 812s| 7400 | 886 |414896 | 55.8 | 79M| 81 | 246 |1020 | 46k|1020 | 43k| 8 | 20k|2145 | 0.000000e+00 | -- | Inf
817.26/817.41 c 817s| 7500 | 896 |419375 | 55.7 | 79M| 81 | - |1020 | 46k| 0 | 0 | 8 | 21k|2145 | 0.000000e+00 | -- | Inf
829.65/829.84 c 830s| 7600 | 931 |426560 | 55.9 | 79M| 81 | - |1020 | 45k| 0 | 0 | 8 | 21k|2182 | 0.000000e+00 | -- | Inf
836.85/837.05 c 837s| 7700 | 931 |431100 | 55.8 | 79M| 81 | 252 |1020 | 45k|1020 | 43k| 8 | 21k|2197 | 0.000000e+00 | -- | Inf
847.55/847.79 c 848s| 7800 | 947 |436895 | 55.8 | 80M| 81 | 294 |1020 | 45k|1020 | 43k| 8 | 21k|2230 | 0.000000e+00 | -- | Inf
857.05/857.29 c 857s| 7900 | 963 |443185 | 55.9 | 80M| 81 | 256 |1020 | 45k|1020 | 43k| 8 | 22k|2249 | 0.000000e+00 | -- | Inf
867.04/867.21 c 867s| 8000 | 971 |447970 | 55.8 | 80M| 81 | - |1020 | 45k| 0 | 0 | 8 | 22k|2292 | 0.000000e+00 | -- | Inf
876.44/876.67 c 877s| 8100 | 999 |455101 | 56.0 | 80M| 81 | 177 |1020 | 45k|1020 | 43k| 8 | 22k|2301 | 0.000000e+00 | -- | Inf
886.55/886.71 c 887s| 8200 | 1019 |461029 | 56.0 | 81M| 81 | 226 |1020 | 45k|1020 | 43k| 8 | 22k|2329 | 0.000000e+00 | -- | Inf
895.64/895.80 c 896s| 8300 | 1014 |465554 | 55.9 | 81M| 81 | 273 |1020 | 45k|1020 | 43k| 8 | 23k|2365 | 0.000000e+00 | -- | Inf
904.34/904.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
904.34/904.57 c 905s| 8400 | 1027 |471238 | 55.9 | 81M| 81 | - |1020 | 45k| 0 | 0 | 8 | 23k|2391 | 0.000000e+00 | -- | Inf
913.04/913.24 c 913s| 8500 | 1030 |475910 | 55.8 | 81M| 81 | 335 |1020 | 45k|1020 | 43k| 8 | 23k|2418 | 0.000000e+00 | -- | Inf
920.04/920.27 c 920s| 8600 | 1054 |480787 | 55.7 | 81M| 81 | - |1020 | 45k| 0 | 0 | 8 | 24k|2428 | 0.000000e+00 | -- | Inf
927.84/928.04 c 928s| 8700 | 1080 |485351 | 55.6 | 81M| 81 | 229 |1020 | 45k|1020 | 43k| 8 | 24k|2447 | 0.000000e+00 | -- | Inf
935.23/935.42 c 935s| 8800 | 1087 |490627 | 55.6 | 82M| 81 | - |1020 | 45k| 0 | 0 | 8 | 24k|2462 | 0.000000e+00 | -- | Inf
942.44/942.63 c 943s| 8900 | 1106 |495830 | 55.5 | 82M| 81 | - |1020 | 45k| 0 | 0 | 8 | 25k|2473 | 0.000000e+00 | -- | Inf
948.93/949.13 c 949s| 9000 | 1120 |501155 | 55.5 | 82M| 81 | 267 |1020 | 45k|1020 | 43k| 8 | 25k|2477 | 0.000000e+00 | -- | Inf
954.84/955.02 c 955s| 9100 | 1132 |505600 | 55.4 | 82M| 81 | 198 |1020 | 46k|1020 | 43k| 8 | 25k|2481 | 0.000000e+00 | -- | Inf
961.63/961.81 c 962s| 9200 | 1152 |511686 | 55.4 | 82M| 81 | 277 |1020 | 45k|1020 | 43k| 8 | 25k|2482 | 0.000000e+00 | -- | Inf
966.84/967.06 c 967s| 9300 | 1170 |516032 | 55.3 | 83M| 81 | 227 |1020 | 46k|1020 | 43k| 8 | 26k|2483 | 0.000000e+00 | -- | Inf
973.34/973.52 c 974s| 9400 | 1200 |521366 | 55.3 | 83M| 81 | 246 |1020 | 45k|1020 | 43k| 8 | 26k|2485 | 0.000000e+00 | -- | Inf
979.13/979.36 c 979s| 9500 | 1219 |526396 | 55.2 | 83M| 81 | - |1020 | 46k| 0 | 0 | 8 | 26k|2485 | 0.000000e+00 | -- | Inf
985.83/986.07 c 986s| 9600 | 1236 |532277 | 55.3 | 84M| 81 | 244 |1020 | 46k|1020 | 43k| 8 | 27k|2486 | 0.000000e+00 | -- | Inf
992.93/993.13 c 993s| 9700 | 1266 |538077 | 55.3 | 84M| 81 | 211 |1020 | 45k|1020 | 43k| 8 | 27k|2490 | 0.000000e+00 | -- | Inf
998.63/998.82 c 999s| 9800 | 1278 |543051 | 55.2 | 84M| 81 | 240 |1020 | 46k|1020 | 43k| 8 | 27k|2490 | 0.000000e+00 | -- | Inf
1003.93/1004.18 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1003.93/1004.18 c 1004s| 9900 | 1290 |547722 | 55.1 | 84M| 81 | - |1020 | 46k| 0 | 0 | 8 | 27k|2490 | 0.000000e+00 | -- | Inf
1009.43/1009.66 c 1010s| 10000 | 1305 |552786 | 55.1 | 85M| 81 | - |1020 | 46k| 0 | 0 | 8 | 28k|2490 | 0.000000e+00 | -- | Inf
1015.62/1015.88 c 1016s| 10100 | 1315 |558486 | 55.1 | 85M| 81 | - |1020 | 46k| 0 | 0 | 8 | 28k|2490 | 0.000000e+00 | -- | Inf
1021.63/1021.88 c 1022s| 10200 | 1337 |563769 | 55.1 | 85M| 82 | 256 |1020 | 46k|1020 | 43k| 8 | 28k|2490 | 0.000000e+00 | -- | Inf
1028.02/1028.26 c 1028s| 10300 | 1344 |569325 | 55.1 | 85M| 82 | 236 |1020 | 46k|1020 | 43k| 8 | 29k|2491 | 0.000000e+00 | -- | Inf
1034.22/1034.43 c 1034s| 10400 | 1354 |574786 | 55.1 | 85M| 82 | - |1020 | 46k| 0 | 0 | 8 | 29k|2491 | 0.000000e+00 | -- | Inf
1039.82/1040.07 c 1040s| 10500 | 1369 |579765 | 55.0 | 85M| 82 | 243 |1020 | 46k|1020 | 43k| 8 | 29k|2491 | 0.000000e+00 | -- | Inf
1045.62/1045.87 c 1046s| 10600 | 1381 |584862 | 55.0 | 86M| 82 | 249 |1020 | 46k|1020 | 43k| 8 | 30k|2491 | 0.000000e+00 | -- | Inf
1052.82/1053.06 c 1053s| 10700 | 1375 |589063 | 54.9 | 85M| 82 | 240 |1020 | 46k|1020 | 43k| 8 | 30k|2505 | 0.000000e+00 | -- | Inf
1061.21/1061.44 c 1061s| 10800 | 1390 |595431 | 55.0 | 86M| 82 | 264 |1020 | 46k|1020 | 43k| 8 | 30k|2515 | 0.000000e+00 | -- | Inf
1071.52/1071.75 c 1072s| 10900 | 1408 |601088 | 55.0 | 86M| 82 | 237 |1020 | 46k|1020 | 43k| 8 | 30k|2542 | 0.000000e+00 | -- | Inf
1079.81/1080.04 c 1080s| 11000 | 1422 |606370 | 55.0 | 86M| 82 | 235 |1020 | 46k|1020 | 43k| 8 | 31k|2564 | 0.000000e+00 | -- | Inf
1088.21/1088.44 c 1088s| 11100 | 1428 |611358 | 54.9 | 86M| 82 | 199 |1020 | 46k|1020 | 43k| 8 | 31k|2579 | 0.000000e+00 | -- | Inf
1094.61/1094.84 c 1095s| 11200 | 1426 |615315 | 54.8 | 87M| 82 | - |1020 | 46k| 0 | 0 | 8 | 31k|2591 | 0.000000e+00 | -- | Inf
1101.91/1102.12 c 1102s| 11300 | 1439 |620240 | 54.7 | 87M| 82 | - |1020 | 46k| 0 | 0 | 8 | 32k|2605 | 0.000000e+00 | -- | Inf
1110.91/1111.16 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1110.91/1111.16 c 1111s| 11400 | 1448 |626291 | 54.8 | 87M| 82 | 223 |1020 | 46k|1020 | 43k| 8 | 32k|2623 | 0.000000e+00 | -- | Inf
1136.30/1136.59 c 1137s| 11500 | 1466 |633053 | 54.9 | 87M| 82 | - |1020 | 46k| 0 | 0 | 8 | 32k|2751 | 0.000000e+00 | -- | Inf
1141.80/1142.07 c 1142s| 11600 | 1469 |637990 | 54.8 | 87M| 82 | - |1020 | 46k| 0 | 0 | 8 | 33k|2751 | 0.000000e+00 | -- | Inf
1147.41/1147.63 c 1148s| 11700 | 1473 |642764 | 54.8 | 87M| 82 | 228 |1020 | 47k|1020 | 43k| 8 | 33k|2751 | 0.000000e+00 | -- | Inf
1152.81/1153.07 c 1153s| 11800 | 1484 |647460 | 54.7 | 87M| 82 | 212 |1020 | 47k|1020 | 43k| 8 | 33k|2751 | 0.000000e+00 | -- | Inf
1158.11/1158.31 c 1158s| 11900 | 1489 |652018 | 54.6 | 87M| 82 | - |1020 | 47k| 0 | 0 | 8 | 34k|2751 | 0.000000e+00 | -- | Inf
1164.60/1164.88 c 1165s| 12000 | 1493 |657879 | 54.7 | 88M| 82 | 250 |1020 | 47k|1020 | 43k| 8 | 34k|2751 | 0.000000e+00 | -- | Inf
1173.61/1173.85 c 1174s| 12100 | 1508 |663858 | 54.7 | 88M| 82 | 291 |1020 | 46k|1020 | 43k| 8 | 34k|2769 | 0.000000e+00 | -- | Inf
1180.70/1180.94 c 1181s| 12200 | 1528 |669730 | 54.8 | 88M| 82 | 239 |1020 | 46k|1020 | 43k| 8 | 34k|2774 | 0.000000e+00 | -- | Inf
1188.91/1189.12 c 1189s| 12300 | 1525 |674050 | 54.7 | 88M| 82 | 251 |1020 | 47k|1020 | 43k| 8 | 35k|2794 | 0.000000e+00 | -- | Inf
1196.50/1196.79 c 1197s| 12400 | 1527 |679609 | 54.7 | 88M| 82 | 248 |1020 | 47k|1020 | 43k| 8 | 35k|2805 | 0.000000e+00 | -- | Inf
1205.00/1205.25 c 1205s| 12500 | 1532 |685001 | 54.7 | 88M| 82 | 170 |1020 | 47k|1020 | 43k| 8 | 35k|2826 | 0.000000e+00 | -- | Inf
1212.69/1212.99 c 1213s| 12600 | 1532 |689881 | 54.6 | 88M| 82 | 238 |1020 | 47k|1020 | 43k| 8 | 36k|2845 | 0.000000e+00 | -- | Inf
1219.89/1220.15 c 1220s| 12700 | 1538 |694451 | 54.5 | 88M| 82 | 338 |1020 | 47k|1020 | 43k| 8 | 36k|2862 | 0.000000e+00 | -- | Inf
1229.49/1229.80 c 1230s| 12800 | 1547 |700751 | 54.6 | 89M| 82 | - |1020 | 47k| 0 | 0 | 8 | 36k|2881 | 0.000000e+00 | -- | Inf
1237.30/1237.55 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1237.30/1237.55 c 1238s| 12900 | 1563 |705799 | 54.6 | 89M| 82 | 227 |1020 | 47k|1020 | 43k| 8 | 37k|2897 | 0.000000e+00 | -- | Inf
1246.39/1246.61 c 1247s| 13000 | 1586 |711501 | 54.6 | 89M| 82 | - |1020 | 47k| 0 | 0 | 8 | 37k|2920 | 0.000000e+00 | -- | Inf
1257.78/1258.01 c 1258s| 13100 | 1605 |719058 | 54.8 | 89M| 82 | - |1020 | 47k| 0 | 0 | 8 | 37k|2941 | 0.000000e+00 | -- | Inf
1265.49/1265.79 c 1266s| 13200 | 1604 |723878 | 54.7 | 89M| 82 | - |1020 | 47k| 0 | 0 | 8 | 38k|2961 | 0.000000e+00 | -- | Inf
1275.39/1275.69 c 1276s| 13300 | 1621 |729940 | 54.7 | 89M| 82 | 278 |1020 | 46k|1020 | 43k| 8 | 38k|2987 | 0.000000e+00 | -- | Inf
1285.58/1285.81 c 1286s| 13400 | 1663 |736067 | 54.8 | 89M| 82 | 257 |1020 | 46k|1020 | 43k| 8 | 38k|3019 | 0.000000e+00 | -- | Inf
1293.28/1293.53 c 1294s| 13500 | 1665 |741254 | 54.8 | 89M| 82 | - |1020 | 46k| 0 | 0 | 8 | 38k|3039 | 0.000000e+00 | -- | Inf
1303.78/1304.05 c 1304s| 13600 | 1669 |747956 | 54.9 | 89M| 82 | 270 |1020 | 46k|1020 | 43k| 8 | 39k|3063 | 0.000000e+00 | -- | Inf
1310.08/1310.32 c 1310s| 13700 | 1662 |751619 | 54.7 | 89M| 82 | 239 |1020 | 46k|1020 | 43k| 8 | 39k|3076 | 0.000000e+00 | -- | Inf
1319.28/1319.59 c 1320s| 13800 | 1674 |757403 | 54.8 | 89M| 82 | 203 |1020 | 46k|1020 | 43k| 8 | 39k|3100 | 0.000000e+00 | -- | Inf
1325.68/1325.92 c 1326s| 13900 | 1682 |761857 | 54.7 | 90M| 82 | 287 |1020 | 46k|1020 | 43k| 8 | 40k|3111 | 0.000000e+00 | -- | Inf
1336.88/1337.11 c 1337s| 14000 | 1696 |768354 | 54.8 | 90M| 82 | 202 |1020 | 46k|1020 | 43k| 8 | 40k|3146 | 0.000000e+00 | -- | Inf
1344.27/1344.53 c 1345s| 14100 | 1689 |774107 | 54.8 | 90M| 82 | 226 |1020 | 46k|1020 | 43k| 8 | 40k|3155 | 0.000000e+00 | -- | Inf
1354.07/1354.33 c 1354s| 14200 | 1688 |779524 | 54.8 | 90M| 82 | 180 |1020 | 46k|1020 | 43k| 8 | 41k|3203 | 0.000000e+00 | -- | Inf
1364.38/1364.68 c 1365s| 14300 | 1702 |785350 | 54.8 | 90M| 82 | 259 |1020 | 46k|1020 | 43k| 8 | 41k|3232 | 0.000000e+00 | -- | Inf
1372.07/1372.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1372.07/1372.30 c 1372s| 14400 | 1706 |790343 | 54.8 | 90M| 82 | - |1020 | 46k| 0 | 0 | 8 | 41k|3251 | 0.000000e+00 | -- | Inf
1379.07/1379.31 c 1379s| 14500 | 1713 |795317 | 54.7 | 90M| 82 | - |1020 | 46k| 0 | 0 | 8 | 41k|3263 | 0.000000e+00 | -- | Inf
1386.17/1386.49 c 1386s| 14600 | 1721 |799402 | 54.6 | 91M| 82 | 244 |1020 | 47k|1020 | 43k| 8 | 42k|3286 | 0.000000e+00 | -- | Inf
1393.07/1393.35 c 1393s| 14700 | 1726 |803631 | 54.5 | 91M| 82 | 237 |1020 | 47k|1020 | 43k| 8 | 42k|3302 | 0.000000e+00 | -- | Inf
1399.86/1400.17 c 1400s| 14800 | 1722 |808229 | 54.5 | 91M| 82 | 204 |1020 | 47k|1020 | 43k| 8 | 42k|3315 | 0.000000e+00 | -- | Inf
1408.26/1408.54 c 1409s| 14900 | 1731 |813516 | 54.5 | 91M| 82 | - |1020 | 47k| 0 | 0 | 8 | 42k|3339 | 0.000000e+00 | -- | Inf
1414.48/1414.76 c 1415s| 15000 | 1738 |817137 | 54.4 | 91M| 82 | - |1020 | 47k| 0 | 0 | 8 | 43k|3357 | 0.000000e+00 | -- | Inf
1422.56/1422.80 c 1423s| 15100 | 1744 |822134 | 54.3 | 91M| 82 | 242 |1020 | 47k|1020 | 43k| 8 | 43k|3376 | 0.000000e+00 | -- | Inf
1429.26/1429.57 c 1430s| 15200 | 1741 |827405 | 54.3 | 92M| 82 | - |1020 | 47k| 0 | 0 | 8 | 43k|3383 | 0.000000e+00 | -- | Inf
1435.76/1436.06 c 1436s| 15300 | 1745 |832632 | 54.3 | 92M| 82 | - |1020 | 48k| 0 | 0 | 8 | 44k|3389 | 0.000000e+00 | -- | Inf
1442.16/1442.47 c 1442s| 15400 | 1751 |837219 | 54.2 | 92M| 82 | - |1020 | 48k| 0 | 0 | 8 | 44k|3400 | 0.000000e+00 | -- | Inf
1447.37/1447.62 c 1448s| 15500 | 1753 |841313 | 54.2 | 92M| 82 | - |1020 | 48k| 0 | 0 | 8 | 44k|3403 | 0.000000e+00 | -- | Inf
1452.86/1453.17 c 1453s| 15600 | 1756 |846050 | 54.1 | 92M| 82 | 231 |1020 | 48k|1020 | 43k| 8 | 45k|3404 | 0.000000e+00 | -- | Inf
1459.95/1460.27 c 1460s| 15700 | 1758 |852445 | 54.2 | 92M| 82 | 234 |1020 | 48k|1020 | 43k| 8 | 45k|3405 | 0.000000e+00 | -- | Inf
1467.06/1467.33 c 1467s| 15800 | 1753 |858738 | 54.2 | 92M| 82 | - |1020 | 48k| 0 | 0 | 8 | 45k|3405 | 0.000000e+00 | -- | Inf
1472.76/1473.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1472.76/1473.07 c 1473s| 15900 | 1759 |863653 | 54.2 | 92M| 82 | 193 |1020 | 48k|1020 | 43k| 8 | 45k|3407 | 0.000000e+00 | -- | Inf
1478.05/1478.37 c 1478s| 16000 | 1760 |867940 | 54.1 | 92M| 82 | 230 |1020 | 48k|1020 | 43k| 8 | 46k|3409 | 0.000000e+00 | -- | Inf
1482.86/1483.12 c 1483s| 16100 | 1761 |872012 | 54.1 | 92M| 82 | - |1020 | 48k| 0 | 0 | 8 | 46k|3409 | 0.000000e+00 | -- | Inf
1504.25/1504.58 c 1505s| 16200 | 1777 |877319 | 54.0 | 92M| 82 | - |1020 | 48k| 0 | 0 | 8 | 46k|3515 | 0.000000e+00 | -- | Inf
1510.35/1510.69 c 1511s| 16300 | 1788 |882774 | 54.0 | 92M| 82 | 272 |1020 | 48k|1020 | 43k| 8 | 47k|3515 | 0.000000e+00 | -- | Inf
1515.65/1515.98 c 1516s| 16400 | 1796 |887352 | 54.0 | 93M| 82 | 226 |1020 | 48k|1020 | 43k| 8 | 47k|3515 | 0.000000e+00 | -- | Inf
1521.95/1522.25 c 1522s| 16500 | 1804 |892947 | 54.0 | 93M| 82 | 232 |1020 | 48k|1020 | 43k| 8 | 47k|3515 | 0.000000e+00 | -- | Inf
1527.84/1528.10 c 1528s| 16600 | 1808 |898113 | 54.0 | 93M| 82 | 234 |1020 | 48k|1020 | 43k| 8 | 47k|3515 | 0.000000e+00 | -- | Inf
1532.55/1532.87 c 1533s| 16700 | 1804 |901979 | 53.9 | 93M| 82 | 206 |1020 | 48k|1020 | 43k| 8 | 48k|3515 | 0.000000e+00 | -- | Inf
1539.14/1539.49 c 1539s| 16800 | 1806 |907864 | 53.9 | 93M| 82 | 179 |1020 | 48k|1020 | 43k| 8 | 48k|3515 | 0.000000e+00 | -- | Inf
1545.14/1545.40 c 1545s| 16900 | 1802 |912984 | 53.9 | 93M| 82 | 238 |1020 | 48k|1020 | 43k| 8 | 48k|3516 | 0.000000e+00 | -- | Inf
1550.14/1550.41 c 1550s| 17000 | 1805 |917430 | 53.9 | 93M| 82 | - |1020 | 48k| 0 | 0 | 8 | 48k|3516 | 0.000000e+00 | -- | Inf
1556.25/1556.60 c 1557s| 17100 | 1819 |923088 | 53.9 | 93M| 82 | - |1020 | 48k| 0 | 0 | 8 | 49k|3516 | 0.000000e+00 | -- | Inf
1561.44/1561.80 c 1562s| 17200 | 1835 |927445 | 53.8 | 93M| 82 | 220 |1020 | 48k|1020 | 43k| 8 | 49k|3516 | 0.000000e+00 | -- | Inf
1566.34/1566.62 c 1567s| 17300 | 1843 |931458 | 53.7 | 93M| 82 | 203 |1020 | 48k|1020 | 43k| 8 | 49k|3516 | 0.000000e+00 | -- | Inf
1571.54/1571.83 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1571.54/1571.83 c 1572s| 17400 | 1845 |936059 | 53.7 | 94M| 82 | 191 |1020 | 48k|1020 | 43k| 8 | 49k|3516 | 0.000000e+00 | -- | Inf
1577.54/1577.89 c 1578s| 17500 | 1847 |941487 | 53.7 | 94M| 82 | 240 |1020 | 48k|1020 | 43k| 8 | 50k|3516 | 0.000000e+00 | -- | Inf
1582.94/1583.28 c 1583s| 17600 | 1851 |946032 | 53.7 | 94M| 82 | 194 |1020 | 48k|1020 | 43k| 8 | 50k|3516 | 0.000000e+00 | -- | Inf
1588.33/1588.63 c 1589s| 17700 | 1861 |950678 | 53.6 | 94M| 82 | 235 |1020 | 48k|1020 | 43k| 8 | 50k|3516 | 0.000000e+00 | -- | Inf
1594.24/1594.56 c 1595s| 17800 | 1878 |955290 | 53.6 | 94M| 82 | 218 |1020 | 48k|1020 | 43k| 8 | 51k|3520 | 0.000000e+00 | -- | Inf
1599.64/1599.96 c 1600s| 17900 | 1876 |960081 | 53.5 | 94M| 82 | - |1020 | 48k| 0 | 0 | 8 | 51k|3520 | 0.000000e+00 | -- | Inf
1605.13/1605.40 c 1605s| 18000 | 1888 |964745 | 53.5 | 94M| 82 | - |1020 | 48k| 0 | 0 | 8 | 51k|3520 | 0.000000e+00 | -- | Inf
1610.93/1611.25 c 1611s| 18100 | 1896 |969718 | 53.5 | 94M| 82 | 191 |1020 | 48k|1020 | 43k| 8 | 52k|3521 | 0.000000e+00 | -- | Inf
1616.84/1617.14 c 1617s| 18200 | 1896 |975092 | 53.5 | 94M| 82 | 262 |1020 | 48k|1020 | 43k| 8 | 52k|3521 | 0.000000e+00 | -- | Inf
1622.43/1622.71 c 1623s| 18300 | 1908 |979906 | 53.4 | 94M| 82 | 240 |1020 | 47k|1020 | 43k| 8 | 52k|3521 | 0.000000e+00 | -- | Inf
1627.53/1627.83 c 1628s| 18400 | 1911 |984299 | 53.4 | 94M| 82 | 187 |1020 | 47k|1020 | 43k| 8 | 52k|3521 | 0.000000e+00 | -- | Inf
1636.53/1636.90 c 1637s| 18500 | 1932 |989725 | 53.4 | 94M| 82 | 238 |1020 | 47k|1020 | 43k| 8 | 53k|3540 | 0.000000e+00 | -- | Inf
1643.43/1643.80 c 1644s| 18600 | 1940 |994312 | 53.4 | 94M| 82 | - |1020 | 47k| 0 | 0 | 8 | 53k|3553 | 0.000000e+00 | -- | Inf
1653.13/1653.43 c 1653s| 18700 | 1949 | 1000k| 53.4 | 94M| 82 | 210 |1020 | 47k|1020 | 43k| 8 | 53k|3574 | 0.000000e+00 | -- | Inf
1659.63/1660.00 c 1660s| 18800 | 1955 | 1004k| 53.3 | 94M| 82 | 285 |1020 | 47k|1020 | 43k| 8 | 54k|3584 | 0.000000e+00 | -- | Inf
1667.83/1668.13 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1667.83/1668.13 c 1668s| 18900 | 1974 | 1009k| 53.3 | 94M| 82 | - |1020 | 47k| 0 | 0 | 8 | 54k|3594 | 0.000000e+00 | -- | Inf
1675.73/1676.08 c 1676s| 19000 | 1975 | 1014k| 53.3 | 95M| 82 | 254 |1020 | 47k|1020 | 43k| 8 | 54k|3606 | 0.000000e+00 | -- | Inf
1680.82/1681.18 c 1681s| 19100 | 1974 | 1018k| 53.2 | 95M| 82 | 231 |1020 | 47k|1020 | 43k| 8 | 54k|3610 | 0.000000e+00 | -- | Inf
1688.53/1688.83 c 1689s| 19200 | 1989 | 1023k| 53.2 | 95M| 82 | - |1020 | 47k| 0 | 0 | 8 | 55k|3631 | 0.000000e+00 | -- | Inf
1695.63/1695.90 c 1696s| 19300 | 2004 | 1027k| 53.2 | 95M| 82 | 238 |1020 | 47k|1020 | 43k| 8 | 55k|3640 | 0.000000e+00 | -- | Inf
1704.02/1704.39 c 1704s| 19400 | 2021 | 1033k| 53.2 | 95M| 82 | 241 |1020 | 47k|1020 | 43k| 8 | 55k|3658 | 0.000000e+00 | -- | Inf
1712.62/1712.96 c 1713s| 19500 | 2019 | 1038k| 53.1 | 95M| 82 | 216 |1020 | 47k|1020 | 43k| 8 | 56k|3683 | 0.000000e+00 | -- | Inf
1719.42/1719.70 c 1720s| 19600 | 2026 | 1042k| 53.1 | 95M| 82 | - |1020 | 47k| 0 | 0 | 8 | 56k|3694 | 0.000000e+00 | -- | Inf
1725.52/1725.88 c 1726s| 19700 | 2028 | 1046k| 53.0 | 95M| 82 | 285 |1020 | 48k|1020 | 43k| 8 | 56k|3704 | 0.000000e+00 | -- | Inf
1733.72/1734.05 c 1734s| 19800 | 2051 | 1051k| 53.0 | 96M| 82 | 291 |1020 | 47k|1020 | 43k| 8 | 56k|3722 | 0.000000e+00 | -- | Inf
1740.03/1740.38 c 1740s| 19900 | 2060 | 1056k| 53.0 | 96M| 82 | - |1020 | 47k| 0 | 0 | 8 | 57k|3732 | 0.000000e+00 | -- | Inf
1748.31/1748.69 c 1749s| 20000 | 2076 | 1060k| 52.9 | 96M| 82 | - |1020 | 47k| 0 | 0 | 8 | 57k|3754 | 0.000000e+00 | -- | Inf
1754.41/1754.75 c 1755s| 20100 | 2078 | 1064k| 52.9 | 96M| 82 | - |1020 | 47k| 0 | 0 | 8 | 57k|3767 | 0.000000e+00 | -- | Inf
1761.82/1762.14 c 1762s| 20200 | 2086 | 1069k| 52.9 | 96M| 82 | 270 |1020 | 47k|1020 | 43k| 8 | 57k|3782 | 0.000000e+00 | -- | Inf
1768.71/1769.10 c 1769s| 20300 | 2093 | 1073k| 52.8 | 96M| 82 | 148 |1020 | 47k|1020 | 43k| 8 | 58k|3792 | 0.000000e+00 | -- | Inf
1776.32/1776.61 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1776.32/1776.61 c 1777s| 20400 | 2089 | 1078k| 52.8 | 96M| 82 | - |1020 | 47k| 0 | 0 | 8 | 58k|3812 | 0.000000e+00 | -- | Inf
1783.21/1783.54 c 1784s| 20500 | 2102 | 1082k| 52.7 | 96M| 82 | 215 |1020 | 47k|1020 | 43k| 8 | 58k|3822 | 0.000000e+00 | -- | Inf
1789.80/1790.14 c 1790s| 20600 | 2106 | 1087k| 52.7 | 96M| 82 | 225 |1020 | 47k|1020 | 43k| 8 | 59k|3833 | 0.000000e+00 | -- | Inf
1796.71/1797.01 c
1796.71/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.01 c Solving Time (sec) : 1797.00
1796.71/1797.01 c Solving Nodes : 20678
1796.71/1797.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.71/1797.01 c Dual Bound : +0.00000000000000e+00
1796.71/1797.01 c Gap : infinite
1796.71/1797.01 s UNKNOWN
1796.71/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.01 c Total Time : 1797.00
1796.71/1797.01 c solving : 1797.00
1796.71/1797.01 c presolving : 0.36 (included in solving)
1796.71/1797.01 c reading : 0.11 (included in solving)
1796.71/1797.01 c copying : 0.00 (0 times copied the problem)
1796.71/1797.01 c Original Problem :
1796.71/1797.01 c Problem name : HOME/instance-3691575-1338022487.opb
1796.71/1797.01 c Variables : 1020 (1020 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01 c Constraints : 43010 initial, 43010 maximal
1796.71/1797.01 c Objective sense : minimize
1796.71/1797.01 c Presolved Problem :
1796.71/1797.01 c Problem name : t_HOME/instance-3691575-1338022487.opb
1796.71/1797.01 c Variables : 1020 (1020 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01 c Constraints : 43010 initial, 48999 maximal
1796.71/1797.01 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.71/1797.01 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c gateextraction : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c components : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c linear : 0.18 0.03 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c logicor : 0.10 0.02 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c root node : - - 0 - - 0 - - - - -
1796.71/1797.01 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.71/1797.01 c integral : 0 0 0 0 14292 0 1 0 56 645 0 0 28010
1796.71/1797.01 c setppc : 170 170 5 116644 0 0 0 165350 4194 205485 0 0 0
1796.71/1797.01 c logicor : 42840+ 48829 5 96501 0 0 0 1004675 6791 943095 0 0 0
1796.71/1797.01 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.71/1797.01 c integral : 543.24 0.00 0.00 0.00 543.24 0.00 0.00 0.00
1796.71/1797.01 c setppc : 4.38 0.00 0.00 4.14 0.00 0.00 0.00 0.24
1796.71/1797.01 c logicor : 26.14 0.02 0.01 25.30 0.00 0.00 0.00 0.81
1796.71/1797.01 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.71/1797.01 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.71/1797.01 c rootredcost : 0 0 0 0
1796.71/1797.01 c pseudoobj : 0 0 0 0
1796.71/1797.01 c vbounds : 0 0 0 0
1796.71/1797.01 c redcost : 14297 0 0 0
1796.71/1797.01 c probing : 0 0 0 0
1796.71/1797.01 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.71/1797.01 c rootredcost : 0.04 0.00 0.00 0.04 0.00
1796.71/1797.01 c pseudoobj : 0.04 0.00 0.00 0.04 0.00
1796.71/1797.01 c vbounds : 0.04 0.00 0.00 0.04 0.00
1796.71/1797.01 c redcost : 0.28 0.00 0.00 0.28 0.00
1796.71/1797.01 c probing : 0.00 0.00 0.00 0.00 0.00
1796.71/1797.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.71/1797.01 c propagation : 5.30 10985 10671 347362 91.5 721 49.0 -
1796.71/1797.01 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.71/1797.01 c applied globally : - - - 59371 63.3 - - -
1796.71/1797.01 c applied locally : - - - 58 131.0 - - -
1796.71/1797.01 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.71/1797.01 c cut pool : 0.00 4 - - 651 - (maximal pool size: 1540)
1796.71/1797.01 c closecuts : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.71/1797.01 c intobj : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c gomory : 16.95 0.00 5 0 0 56 0
1796.71/1797.01 c cgmip : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c strongcg : 0.87 0.00 5 0 0 2500 0
1796.71/1797.01 c cmir : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c flowcover : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c clique : 0.01 0.00 5 0 0 0 0
1796.71/1797.01 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c mcf : 0.03 0.00 1 0 0 0 0
1796.71/1797.01 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c Pricers : ExecTime SetupTime Calls Vars
1796.71/1797.01 c problem variables: 0.00 - 0 0
1796.71/1797.01 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.71/1797.01 c relpscost : 543.21 0.00 14292 56 645 0 0 28010
1796.71/1797.01 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c inference : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c random : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.71/1797.01 c LP solutions : 0.00 - - 0
1796.71/1797.01 c pseudo solutions : 0.00 - - 0
1796.71/1797.01 c smallcard : 0.00 0.00 0 0
1796.71/1797.01 c trivial : 0.01 0.00 1 0
1796.71/1797.01 c shiftandpropagate: 0.00 0.00 0 0
1796.71/1797.01 c simplerounding : 0.00 0.00 0 0
1796.71/1797.01 c zirounding : 0.00 0.00 0 0
1796.71/1797.01 c rounding : 0.00 0.00 0 0
1796.71/1797.01 c shifting : 0.00 0.00 0 0
1796.71/1797.01 c intshifting : 0.00 0.00 0 0
1796.71/1797.01 c oneopt : 0.00 0.00 0 0
1796.71/1797.01 c twoopt : 0.00 0.00 0 0
1796.71/1797.01 c indtwoopt : 0.00 0.00 0 0
1796.71/1797.01 c indoneopt : 0.00 0.00 0 0
1796.71/1797.01 c fixandinfer : 0.00 0.00 0 0
1796.71/1797.01 c feaspump : 0.00 0.00 0 0
1796.71/1797.01 c clique : 0.00 0.00 0 0
1796.71/1797.01 c indrounding : 0.00 0.00 0 0
1796.71/1797.01 c indcoefdiving : 0.00 0.00 0 0
1796.71/1797.01 c coefdiving : 0.00 0.00 0 0
1796.71/1797.01 c pscostdiving : 0.00 0.00 0 0
1796.71/1797.01 c nlpdiving : 0.00 0.00 0 0
1796.71/1797.01 c fracdiving : 0.00 0.00 0 0
1796.71/1797.01 c veclendiving : 0.00 0.00 0 0
1796.71/1797.01 c intdiving : 0.00 0.00 0 0
1796.71/1797.01 c actconsdiving : 0.00 0.00 0 0
1796.71/1797.01 c objpscostdiving : 0.00 0.00 0 0
1796.71/1797.01 c rootsoldiving : 0.00 0.00 0 0
1796.71/1797.01 c linesearchdiving : 0.00 0.00 0 0
1796.71/1797.01 c guideddiving : 0.00 0.00 0 0
1796.71/1797.01 c octane : 0.00 0.00 0 0
1796.71/1797.01 c rens : 0.00 0.00 0 0
1796.71/1797.01 c rins : 0.00 0.00 0 0
1796.71/1797.01 c localbranching : 0.00 0.00 0 0
1796.71/1797.01 c mutation : 0.00 0.00 0 0
1796.71/1797.01 c crossover : 0.00 0.00 0 0
1796.71/1797.01 c dins : 0.00 0.00 0 0
1796.71/1797.01 c vbounds : 0.00 0.00 0 0
1796.71/1797.01 c undercover : 0.00 0.00 0 0
1796.71/1797.01 c subnlp : 0.00 0.00 0 0
1796.71/1797.01 c trysol : 0.00 0.00 0 0
1796.71/1797.01 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.71/1797.01 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.71/1797.01 c dual LP : 1092.85 14297 1091324 76.33 998.60 0.00 0
1796.71/1797.01 c lex dual LP : 0.00 0 0 0.00 -
1796.71/1797.01 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.71/1797.01 c diving/probing LP: 0.00 0 0 0.00 -
1796.71/1797.01 c strong branching : 540.99 3851 464321 120.57 858.29
1796.71/1797.01 c (at root node) : - 33 16969 514.21 -
1796.71/1797.01 c conflict analysis: 0.00 0 0 0.00 -
1796.71/1797.01 c B&B Tree :
1796.71/1797.01 c number of runs : 1
1796.71/1797.01 c nodes : 20678
1796.71/1797.01 c nodes (total) : 20678
1796.71/1797.01 c nodes left : 2122
1796.71/1797.01 c max depth : 82
1796.71/1797.01 c max depth (total): 82
1796.71/1797.01 c backtracks : 4924 (23.8%)
1796.71/1797.01 c delayed cutoffs : 5211
1796.71/1797.01 c repropagations : 16180 (417289 domain reductions, 4373 cutoffs)
1796.71/1797.01 c avg switch length: 5.97
1796.71/1797.01 c switching time : 22.64
1796.71/1797.01 c Solution :
1796.71/1797.01 c Solutions found : 0 (0 improvements)
1796.71/1797.01 c Primal Bound : -
1796.71/1797.01 c Dual Bound : +0.00000000000000e+00
1796.71/1797.01 c Gap : infinite
1796.71/1797.01 c Root Dual Bound : +0.00000000000000e+00
1796.71/1797.01 c Root Iterations : 1831
1796.81/1797.15 c Time complete: 1796.86.
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-3691575-1338022487/watcher-3691575-1338022487 -o /tmp/evaluation-result-3691575-1338022487/solver-3691575-1338022487 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691575-1338022487.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.01 1.97 3/174 15156
/proc/meminfo: memFree=28279256/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 1769 0 0 0 0 0 0 0 20 0 1 0 268374631 12316672 1723 33554432000 4194304 10219143 140735380069696 140733513411064 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 3007 1732 398 1471 0 1527 0
[startup+0.055244 s]
/proc/loadavg: 2.00 2.01 1.97 3/174 15156
/proc/meminfo: memFree=28279256/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=23092 CPUtime=0.04 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 4529 0 0 0 4 0 0 0 20 0 1 0 268374631 23646208 4483 33554432000 4194304 10219143 140735380069696 140735379934872 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 5773 4483 419 1471 0 4293 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23092
[startup+0.100357 s]
/proc/loadavg: 2.00 2.01 1.97 3/174 15156
/proc/meminfo: memFree=28279256/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=30444 CPUtime=0.08 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 6371 0 0 0 8 0 0 0 20 0 1 0 268374631 31174656 6325 33554432000 4194304 10219143 140735380069696 140735379934872 7157257 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 7611 6325 419 1471 0 6131 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30444
[startup+0.300305 s]
/proc/loadavg: 2.00 2.01 1.97 3/174 15156
/proc/meminfo: memFree=28279256/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=82084 CPUtime=0.28 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 19632 0 0 0 24 4 0 0 20 0 1 0 268374631 84054016 18942 33554432000 4194304 10219143 140735380069696 140735379934872 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 20521 18942 550 1471 0 19041 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 82084
[startup+0.700308 s]
/proc/loadavg: 2.00 2.01 1.97 3/174 15156
/proc/meminfo: memFree=28279256/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=152836 CPUtime=0.69 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 35542 0 0 0 58 11 0 0 20 0 1 0 268374631 156504064 35927 33554432000 4194304 10219143 140735380069696 140735380066696 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 38209 35927 711 1471 0 36729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152836
[startup+1.50029 s]
/proc/loadavg: 2.24 2.06 1.99 3/175 15157
/proc/meminfo: memFree=28130812/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=162944 CPUtime=1.49 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 38550 0 0 0 137 12 0 0 20 0 1 0 268374631 166854656 37829 33554432000 4194304 10219143 140735380069696 140735380064568 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 40736 37829 736 1471 0 39256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162944
[startup+3.10023 s]
/proc/loadavg: 2.24 2.06 1.99 3/175 15157
/proc/meminfo: memFree=28130680/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=162944 CPUtime=3.09 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 38550 0 0 0 296 13 0 0 20 0 1 0 268374631 166854656 37829 33554432000 4194304 10219143 140735380069696 140735380064568 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 40736 37829 736 1471 0 39256 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162944
[startup+6.30023 s]
/proc/loadavg: 2.22 2.06 1.99 3/175 15157
/proc/meminfo: memFree=28129704/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=162944 CPUtime=6.28 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 38856 0 0 0 613 15 0 0 20 0 1 0 268374631 166854656 38129 33554432000 4194304 10219143 140735380069696 140735380064568 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 40736 38129 750 1471 0 39256 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 162944
[startup+12.7002 s]
/proc/loadavg: 2.20 2.06 1.99 3/175 15157
/proc/meminfo: memFree=28127240/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=162944 CPUtime=12.68 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 39530 0 0 0 1250 18 0 0 20 0 1 0 268374631 166854656 38731 33554432000 4194304 10219143 140735380069696 140735380064616 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 40736 38731 750 1471 0 39256 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 162944
[startup+25.5004 s]
/proc/loadavg: 2.17 2.06 1.99 3/175 15157
/proc/meminfo: memFree=28122328/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=166016 CPUtime=25.48 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 40832 0 0 0 2524 24 0 0 20 0 1 0 268374631 170000384 39926 33554432000 4194304 10219143 140735380069696 140735380063144 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 41504 39926 753 1471 0 40024 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 166016
[startup+51.1003 s]
/proc/loadavg: 2.10 2.05 1.99 3/175 15157
/proc/meminfo: memFree=28119944/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=168724 CPUtime=51.08 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 41507 0 0 0 5079 29 0 0 20 0 1 0 268374631 172773376 40609 33554432000 4194304 10219143 140735380069696 140735380063608 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 42181 40609 760 1471 0 40701 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 168724
[startup+102.3 s]
/proc/loadavg: 2.04 2.04 1.99 3/175 15196
/proc/meminfo: memFree=25684660/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=169916 CPUtime=102.27 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 41661 0 0 0 10189 38 0 0 20 0 1 0 268374631 173993984 41082 33554432000 4194304 10219143 140735380069696 140735380062824 8056628 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 42479 41082 761 1471 0 40999 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 169916
[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/175 15196
/proc/meminfo: memFree=25654836/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=169916 CPUtime=162.25 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 41798 0 0 0 16179 46 0 0 20 0 1 0 268374631 173993984 41219 33554432000 4194304 10219143 140735380069696 140735380063144 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 42479 41219 761 1471 0 40999 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 169916
[startup+222.307 s]
/proc/loadavg: 2.00 2.02 1.99 3/175 15196
/proc/meminfo: memFree=25657160/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=170344 CPUtime=222.26 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 41841 0 0 0 22169 57 0 0 20 0 1 0 268374631 174432256 41262 33554432000 4194304 10219143 140735380069696 140735380062952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 42586 41262 766 1471 0 41106 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 170344
[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 15196
/proc/meminfo: memFree=25650180/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=173972 CPUtime=282.23 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 42956 0 0 0 28154 69 0 0 20 0 1 0 268374631 178147328 42377 33554432000 4194304 10219143 140735380069696 140735380063528 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 43493 42377 766 1471 0 42013 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 173972
[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/176 15199
/proc/meminfo: memFree=25647596/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=175100 CPUtime=342.23 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 43234 0 0 0 34143 80 0 0 20 0 1 0 268374631 179302400 42655 33554432000 4194304 10219143 140735380069696 140735380062952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 43775 42655 766 1471 0 42295 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 175100
[startup+402.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/176 15223
/proc/meminfo: memFree=25622488/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=177152 CPUtime=402.21 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 43740 0 0 0 40130 91 0 0 20 0 1 0 268374631 181403648 43161 33554432000 4194304 10219143 140735380069696 140735380063528 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 44288 43161 766 1471 0 42808 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 177152
[startup+462.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/175 15223
/proc/meminfo: memFree=25617252/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=178832 CPUtime=462.21 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 44151 0 0 0 46117 104 0 0 20 0 1 0 268374631 183123968 43572 33554432000 4194304 10219143 140735380069696 140735380063336 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 44708 43572 766 1471 0 43228 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 178832
[startup+522.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/174 15223
/proc/meminfo: memFree=25609232/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=180432 CPUtime=522.2 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 44505 0 0 0 52105 115 0 0 20 0 1 0 268374631 184762368 43926 33554432000 4194304 10219143 140735380069696 140735380067064 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 45108 43926 766 1471 0 43628 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 180432
[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/175 15224
/proc/meminfo: memFree=25579156/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=182452 CPUtime=582.19 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 45058 0 0 0 58092 127 0 0 20 0 1 0 268374631 186830848 44479 33554432000 4194304 10219143 140735380069696 140735380062952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 45613 44479 766 1471 0 44133 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 182452
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=25531988/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=197296 CPUtime=1122.11 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 48434 0 0 0 111980 231 0 0 20 0 1 0 268374631 202031104 47855 33554432000 4194304 10219143 140735380069696 140735380063144 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 49324 47855 766 1471 0 47844 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 197296
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15229
/proc/meminfo: memFree=25524792/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=197296 CPUtime=1182.1 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 48500 0 0 0 117970 240 0 0 20 0 1 0 268374631 202031104 47921 33554432000 4194304 10219143 140735380069696 140735380062952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 49324 47921 766 1471 0 47844 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 197296
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15229
/proc/meminfo: memFree=25524360/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=200948 CPUtime=1242.09 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 49137 0 0 0 123957 252 0 0 20 0 1 0 268374631 205770752 48558 33554432000 4194304 10219143 140735380069696 140735380062952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50237 48558 766 1471 0 48757 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 200948
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15230
/proc/meminfo: memFree=25523584/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=200292 CPUtime=1302.08 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 52215 0 0 0 129944 264 0 0 20 0 1 0 268374631 205099008 48197 33554432000 4194304 10219143 140735380069696 140735380062824 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50073 48197 766 1471 0 48593 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 200292
[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 15230
/proc/meminfo: memFree=25519368/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=200560 CPUtime=1362.07 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 52644 0 0 0 135933 274 0 0 20 0 1 0 268374631 205373440 48626 33554432000 4194304 10219143 140735380069696 140735380063336 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50140 48626 766 1471 0 48660 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 200560
[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 15230
/proc/meminfo: memFree=25521104/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=200560 CPUtime=1422.07 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 52650 0 0 0 141921 286 0 0 20 0 1 0 268374631 205373440 48632 33554432000 4194304 10219143 140735380069696 140735380062952 8056909 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50140 48632 766 1471 0 48660 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 200560
[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/175 15230
/proc/meminfo: memFree=25515456/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=201220 CPUtime=1482.06 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 52719 0 0 0 147909 297 0 0 20 0 1 0 268374631 206049280 48701 33554432000 4194304 10219143 140735380069696 140735380062952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50305 48701 766 1471 0 48825 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 201220
[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 15233
/proc/meminfo: memFree=25517992/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=201796 CPUtime=1542.05 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 52945 0 0 0 153897 308 0 0 20 0 1 0 268374631 206639104 48927 33554432000 4194304 10219143 140735380069696 140735380063528 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50449 48927 766 1471 0 48969 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 201796
[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/174 15233
/proc/meminfo: memFree=25511692/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=202548 CPUtime=1602.03 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 53153 0 0 0 159880 323 0 0 20 0 1 0 268374631 207409152 49135 33554432000 4194304 10219143 140735380069696 140735380065064 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50637 49135 766 1471 0 49157 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 202548
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15234
/proc/meminfo: memFree=25509356/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=203500 CPUtime=1662.03 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 53418 0 0 0 165864 339 0 0 20 0 1 0 268374631 208384000 49400 33554432000 4194304 10219143 140735380069696 140735380063336 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50875 49400 766 1471 0 49395 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 203500
[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/175 15234
/proc/meminfo: memFree=25506344/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=204136 CPUtime=1722.02 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 53641 0 0 0 171848 354 0 0 20 0 1 0 268374631 209035264 49623 33554432000 4194304 10219143 140735380069696 140735380062952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 51034 49623 766 1471 0 49554 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 204136
[startup+1782.3 s]
/proc/loadavg: 2.17 2.06 2.02 3/175 15234
/proc/meminfo: memFree=25501968/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=205936 CPUtime=1782.01 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 54052 0 0 0 177832 369 0 0 20 0 1 0 268374631 210878464 50034 33554432000 4194304 10219143 140735380069696 140735380062824 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 51484 50034 766 1471 0 50004 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 205936
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.17 2.06 2.02 3/175 15234
/proc/meminfo: memFree=25501968/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=205936 CPUtime=1785.31 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 54052 0 0 0 178161 370 0 0 20 0 1 0 268374631 210878464 50034 33554432000 4194304 10219143 140735380069696 140735380062872 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 51484 50034 766 1471 0 50004 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 205936
[startup+1792.01 s]
/proc/loadavg: 2.14 2.06 2.01 3/175 15234
/proc/meminfo: memFree=25503892/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=205936 CPUtime=1791.71 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 54053 0 0 0 178799 372 0 0 20 0 1 0 268374631 210878464 50035 33554432000 4194304 10219143 140735380069696 140735380062952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 51484 50035 766 1471 0 50004 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 205936
[startup+1795.2 s]
/proc/loadavg: 2.14 2.06 2.01 3/175 15234
/proc/meminfo: memFree=25503892/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=205936 CPUtime=1794.91 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 54053 0 0 0 179119 372 0 0 20 0 1 0 268374631 210878464 50035 33554432000 4194304 10219143 140735380069696 140735380065064 8077234 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 51484 50035 766 1471 0 50004 0
Current children cumulated CPU time (s) 1794.91
Current children cumulated vsize (KiB) 205936
[startup+1796 s]
/proc/loadavg: 2.14 2.06 2.01 3/175 15234
/proc/meminfo: memFree=25503892/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=205936 CPUtime=1795.71 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 54053 0 0 0 179198 373 0 0 20 0 1 0 268374631 210878464 50035 33554432000 4194304 10219143 140735380069696 140735380063336 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 51484 50035 766 1471 0 50004 0
Current children cumulated CPU time (s) 1795.71
Current children cumulated vsize (KiB) 205936
[startup+1796.8 s]
/proc/loadavg: 2.13 2.06 2.01 3/175 15234
/proc/meminfo: memFree=25503892/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=205936 CPUtime=1796.51 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 54054 0 0 0 179278 373 0 0 20 0 1 0 268374631 210878464 50036 33554432000 4194304 10219143 140735380069696 140735380062680 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 51484 50036 766 1471 0 50004 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 205936
[startup+1797 s]
/proc/loadavg: 2.13 2.06 2.01 3/175 15234
/proc/meminfo: memFree=25503892/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=205936 CPUtime=1796.71 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 54054 0 0 0 179298 373 0 0 20 0 1 0 268374631 210878464 50036 33554432000 4194304 10219143 140735380069696 140735380062680 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 51484 50036 766 1471 0 50004 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 205936
[startup+1797.1 s]
/proc/loadavg: 2.13 2.06 2.01 3/175 15234
/proc/meminfo: memFree=25503892/32873852 swapFree=6848/6848
[pid=15156] ppid=15154 vsize=201104 CPUtime=1796.81 cores=1,3,5,7
/proc/15156/stat : 15156 (scip-2.1.1.4exp) R 15154 15156 14323 0 -1 4202496 54064 0 0 0 179308 373 0 0 20 0 1 0 268374631 205930496 48838 33554432000 4194304 10219143 140735380069696 140735380062680 5931095 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15156/statm: 50276 48838 776 1471 0 48796 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 201104
Child status: 0
Real time (s): 1797.15
CPU time (s): 1796.87
CPU user time (s): 1793.12
CPU system time (s): 3.74443
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 205936
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.12
system time used= 3.74443
maximum resident set size= 200176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54078
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= 18
involuntary context switches= 1884
runsolver used 2.93655 second user time and 8.5607 second system time
The end