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-3691853-1338042888.opb>
0.00/0.03 c original problem has 6936 variables (6936 bin, 0 int, 0 impl, 0 cont) and 7142 constraints
0.00/0.03 c problem read in 0.03
0.00/0.03 c No objective function, only one solution is needed.
0.00/0.03 c presolving settings loaded
0.00/0.06 c presolving:
0.00/0.10 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12726 impls, 102 clqs
0.09/0.11 c (round 2) 136 del vars, 12 del conss, 0 add conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12726 impls, 100 clqs
0.09/0.12 c (round 3) 212 del vars, 155 del conss, 0 add conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12778 impls, 100 clqs
0.09/0.12 c (round 4) 269 del vars, 212 del conss, 0 add conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12890 impls, 100 clqs
0.09/0.13 c (round 5) 315 del vars, 258 del conss, 0 add conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13014 impls, 100 clqs
0.09/0.14 c (round 6) 345 del vars, 288 del conss, 0 add conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13148 impls, 100 clqs
0.09/0.15 c (round 7) 356 del vars, 299 del conss, 0 add conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13228 impls, 100 clqs
0.09/0.15 c (round 8) 360 del vars, 303 del conss, 0 add conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13260 impls, 100 clqs
0.09/0.16 c (round 9) 362 del vars, 305 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13270 impls, 100 clqs
0.19/0.23 c (round 10) 362 del vars, 405 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6637 upgd conss, 13282 impls, 100 clqs
0.19/0.26 c (round 11) 362 del vars, 405 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6737 upgd conss, 13282 impls, 100 clqs
0.29/0.30 c presolving (12 rounds):
0.29/0.30 c 362 deleted vars, 405 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.30 c 13282 implications, 100 cliques
0.29/0.30 c presolved problem has 6574 variables (6574 bin, 0 int, 0 impl, 0 cont) and 6737 constraints
0.29/0.30 c 1423 constraints of type <setppc>
0.29/0.30 c 5314 constraints of type <logicor>
0.29/0.30 c transformed objective value is always integral (scale: 1)
0.29/0.30 c Presolving Time: 0.25
0.29/0.30 c - non default parameters ----------------------------------------------------------------------
0.29/0.30 c # SCIP version 2.1.1.4
0.29/0.30 c
0.29/0.30 c # maximal time in seconds to run
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.30 c limits/time = 1797
0.29/0.30 c
0.29/0.30 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.30 c limits/memory = 13950
0.29/0.30 c
0.29/0.30 c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30 c limits/solutions = 1
0.29/0.30 c
0.29/0.30 c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.30 c separating/maxrounds = 1
0.29/0.30 c
0.29/0.30 c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30 c separating/maxroundsroot = 5
0.29/0.30 c
0.29/0.30 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.30 c # [type: int, range: [1,2], default: 1]
0.29/0.30 c timing/clocktype = 2
0.29/0.30 c
0.29/0.30 c # belongs reading time to solving time?
0.29/0.30 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.30 c timing/reading = TRUE
0.29/0.30 c
0.29/0.30 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.30 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.30 c constraints/knapsack/disaggregation = FALSE
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30 c heuristics/coefdiving/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30 c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.30 c heuristics/crossover/freq = -1
0.29/0.30 c
0.29/0.30 c # number of nodes added to the contingent of the total nodes
0.29/0.30 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.30 c heuristics/crossover/nodesofs = 750
0.29/0.30 c
0.29/0.30 c # number of nodes without incumbent change that heuristic should wait
0.29/0.30 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.30 c heuristics/crossover/nwaitingnodes = 100
0.29/0.30 c
0.29/0.30 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.30 c # [type: real, range: [0,1], default: 0.1]
0.29/0.30 c heuristics/crossover/nodesquot = 0.15
0.29/0.30 c
0.29/0.30 c # minimum percentage of integer variables that have to be fixed
0.29/0.30 c # [type: real, range: [0,1], default: 0.666]
0.29/0.30 c heuristics/crossover/minfixingrate = 0.5
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.30 c heuristics/feaspump/freq = -1
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30 c heuristics/fracdiving/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30 c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30 c heuristics/guideddiving/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30 c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30 c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30 c heuristics/intshifting/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30 c heuristics/linesearchdiving/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.30 c heuristics/objpscostdiving/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.30 c # [type: real, range: [0,1], default: 0.01]
0.29/0.30 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30 c heuristics/oneopt/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30 c heuristics/pscostdiving/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30 c heuristics/rens/freq = -1
0.29/0.30 c
0.29/0.30 c # minimum percentage of integer variables that have to be fixable
0.29/0.30 c # [type: real, range: [0,1], default: 0.5]
0.29/0.30 c heuristics/rens/minfixingrate = 0.3
0.29/0.30 c
0.29/0.30 c # number of nodes added to the contingent of the total nodes
0.29/0.30 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.30 c heuristics/rens/nodesofs = 2000
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.30 c heuristics/rootsoldiving/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.30 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30 c heuristics/rounding/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30 c heuristics/shiftandpropagate/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30 c heuristics/shifting/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30 c heuristics/simplerounding/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30 c heuristics/subnlp/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30 c heuristics/trivial/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30 c heuristics/trysol/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30 c heuristics/undercover/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30 c heuristics/veclendiving/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30 c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.30 c
0.29/0.30 c # additional number of allowed LP iterations
0.29/0.30 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30 c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30 c heuristics/zirounding/freq = -1
0.29/0.30 c
0.29/0.30 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30 c propagating/probing/maxprerounds = 0
0.29/0.30 c
0.29/0.30 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30 c separating/cmir/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30 c separating/flowcover/freq = -1
0.29/0.30 c
0.29/0.30 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30 c separating/rapidlearning/freq = 0
0.29/0.30 c
0.29/0.30 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.29/0.30 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30 c heuristics/indoneopt/freq = -1
0.29/0.30 c
0.29/0.30 c -----------------------------------------------------------------------------------------------
0.29/0.30 c start solving
0.29/0.31 c
5.29/5.38 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
5.29/5.38 c 5.4s| 1 | 0 | 10997 | - | 30M| 0 |1532 |6574 |6737 |6574 |6737 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
10.69/10.70 c 10.7s| 1 | 0 | 13696 | - | 33M| 0 |1517 |6574 |8169 |6574 |6745 | 9 | 0 | 0 | 0.000000e+00 | -- | Inf
11.79/11.86 c 11.9s| 1 | 0 | 14702 | - | 33M| 0 |1707 |6574 |8169 |6574 |6752 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
12.78/12.85 c 12.9s| 1 | 0 | 15366 | - | 33M| 0 |1809 |6574 |8169 |6574 |6758 | 22 | 0 | 0 | 0.000000e+00 | -- | Inf
14.09/14.15 c 14.1s| 1 | 0 | 16391 | - | 33M| 0 |1746 |6574 |8169 |6574 |6764 | 28 | 0 | 0 | 0.000000e+00 | -- | Inf
15.58/15.62 c 15.6s| 1 | 0 | 17651 | - | 33M| 0 |1762 |6574 |8169 |6574 |6771 | 35 | 0 | 0 | 0.000000e+00 | -- | Inf
22.19/22.23 c 22.2s| 1 | 2 | 17651 | - | 33M| 0 |1762 |6574 |8169 |6574 |6771 | 35 | 0 | 10 | 0.000000e+00 | -- | Inf
184.36/184.48 c 184s| 100 | 99 | 94479 | 776.0 | 35M| 89 | 799 |6574 |8169 |6574 |6765 | 35 | 0 | 206 | 0.000000e+00 | -- | Inf
220.55/220.66 c 221s| 200 | 179 |135511 | 592.3 | 36M| 150 | 265 |6574 |8180 |6574 |6765 | 35 | 11 | 238 | 0.000000e+00 | -- | Inf
314.24/314.36 c 314s| 300 | 215 |240177 | 744.2 | 36M| 150 | 481 |6574 |8193 |6574 |6765 | 35 | 24 | 314 | 0.000000e+00 | -- | Inf
401.33/401.42 c 401s| 400 | 209 |353381 | 841.4 | 36M| 150 | - |6574 |8208 |6574 |6765 | 35 | 39 | 394 | 0.000000e+00 | -- | Inf
493.61/493.79 c 494s| 500 | 205 |475147 | 916.8 | 37M| 150 | 300 |6574 |8217 |6574 |6765 | 35 | 55 | 490 | 0.000000e+00 | -- | Inf
573.11/573.26 c 573s| 600 | 209 |576606 | 933.1 | 37M| 165 | 298 |6574 |8223 |6574 |6765 | 35 | 69 | 564 | 0.000000e+00 | -- | Inf
660.19/660.32 c 660s| 700 | 211 |687592 | 958.4 | 37M| 165 | - |6574 |8235 |6574 |6765 | 35 | 83 | 644 | 0.000000e+00 | -- | Inf
753.66/753.88 c 754s| 800 | 213 |809053 | 990.5 | 37M| 165 | 381 |6574 |8253 |6574 |6765 | 35 | 115 | 732 | 0.000000e+00 | -- | Inf
848.05/848.29 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
848.05/848.29 c 848s| 900 | 219 |930642 |1015.6 | 38M| 165 | 642 |6574 |8255 |6574 |6765 | 35 | 122 | 822 | 0.000000e+00 | -- | Inf
949.23/949.42 c 949s| 1000 | 251 | 1056k|1039.7 | 38M| 165 | 470 |6574 |8251 |6574 |6765 | 35 | 124 | 918 | 0.000000e+00 | -- | Inf
1035.82/1036.03 c 1036s| 1100 | 281 | 1165k|1044.2 | 38M| 165 | - |6574 |8288 |6574 |6765 | 35 | 163 | 998 | 0.000000e+00 | -- | Inf
1128.20/1128.48 c 1128s| 1200 | 295 | 1286k|1057.9 | 39M| 165 | 757 |6574 |8316 |6574 |6765 | 35 | 202 |1070 | 0.000000e+00 | -- | Inf
1221.59/1221.85 c 1222s| 1300 | 311 | 1402k|1066.4 | 39M| 165 | 506 |6574 |8297 |6574 |6765 | 35 | 219 |1158 | 0.000000e+00 | -- | Inf
1329.68/1329.95 c 1330s| 1400 | 331 | 1540k|1088.7 | 40M| 165 | 541 |6574 |8307 |6574 |6765 | 35 | 238 |1246 | 0.000000e+00 | -- | Inf
1423.56/1423.85 c 1424s| 1500 | 341 | 1660k|1095.7 | 40M| 165 | - |6574 |8318 | 0 | 0 | 35 | 263 |1335 | 0.000000e+00 | -- | Inf
1524.45/1524.79 c 1525s| 1600 | 359 | 1784k|1104.9 | 40M| 165 | - |6574 |8329 | 0 | 0 | 35 | 293 |1415 | 0.000000e+00 | -- | Inf
1642.63/1642.99 c 1643s| 1700 | 393 | 1926k|1123.5 | 41M| 165 | - |6574 |8322 |6574 |6765 | 35 | 297 |1521 | 0.000000e+00 | -- | Inf
1767.11/1767.47 c 1767s| 1800 | 419 | 2075k|1143.9 | 42M| 165 | 367 |6574 |8332 |6574 |6765 | 35 | 321 |1625 | 0.000000e+00 | -- | Inf
1796.70/1797.00 c
1796.70/1797.00 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.00 c Solving Time (sec) : 1797.00
1796.70/1797.00 c Solving Nodes : 1824
1796.70/1797.00 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00 c Dual Bound : +0.00000000000000e+00
1796.70/1797.00 c Gap : infinite
1796.70/1797.00 s UNKNOWN
1796.70/1797.00 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.00 c Total Time : 1797.00
1796.70/1797.00 c solving : 1797.00
1796.70/1797.00 c presolving : 0.25 (included in solving)
1796.70/1797.00 c reading : 0.03 (included in solving)
1796.70/1797.00 c copying : 0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.70/1797.00 c Original Problem :
1796.70/1797.00 c Problem name : HOME/instance-3691853-1338042888.opb
1796.70/1797.00 c Variables : 6936 (6936 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00 c Constraints : 7142 initial, 7142 maximal
1796.70/1797.00 c Objective sense : minimize
1796.70/1797.00 c Presolved Problem :
1796.70/1797.00 c Problem name : t_HOME/instance-3691853-1338042888.opb
1796.70/1797.00 c Variables : 6574 (6574 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00 c Constraints : 6737 initial, 8334 maximal
1796.70/1797.00 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.00 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c linear : 0.13 0.01 362 0 0 362 0 405 0 0 0
1796.70/1797.00 c logicor : 0.07 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c root node : - - 1 - - 1 - - - - -
1796.70/1797.00 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.70/1797.00 c integral : 0 0 0 0 1225 0 1 0 3 160 0 0 2244
1796.70/1797.00 c setppc : 1423 1423 6 13069 0 1 0 22889 8 122487 0 0 0
1796.70/1797.00 c linear : 0+ 1433 5 11959 0 0 0 281 0 465 38 0 0
1796.70/1797.00 c logicor : 5314+ 5480 6 9353 0 1 0 45669 120 158169 0 0 0
1796.70/1797.00 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.70/1797.00 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.70/1797.00 c integral : 691.18 0.00 0.00 0.00 691.18 0.00 0.00 0.00
1796.70/1797.00 c setppc : 0.42 0.00 0.00 0.39 0.00 0.00 0.00 0.02
1796.70/1797.00 c linear : 0.06 0.01 0.01 0.05 0.00 0.00 0.00 0.00
1796.70/1797.00 c logicor : 0.54 0.00 0.00 0.48 0.00 0.00 0.00 0.05
1796.70/1797.00 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.00 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.70/1797.00 c rootredcost : 0 0 0 0
1796.70/1797.00 c pseudoobj : 0 0 0 0
1796.70/1797.00 c vbounds : 0 0 0 0
1796.70/1797.00 c redcost : 1230 0 0 0
1796.70/1797.00 c probing : 0 0 0 0
1796.70/1797.00 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.70/1797.00 c rootredcost : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.00 c pseudoobj : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.00 c vbounds : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.00 c redcost : 0.13 0.00 0.00 0.13 0.00
1796.70/1797.00 c probing : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.00 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.00 c propagation : 0.11 128 128 542 61.9 19 13.2 -
1796.70/1797.00 c infeasible LP : 3.06 570 6 141 657.8 0 0.0 0
1796.70/1797.00 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.00 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.00 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.00 c applied globally : - - - 322 54.5 - - -
1796.70/1797.00 c applied locally : - - - 0 0.0 - - -
1796.70/1797.00 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.70/1797.00 c cut pool : 0.00 4 - - 1 - (maximal pool size: 36)
1796.70/1797.00 c closecuts : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.70/1797.00 c intobj : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c gomory : 1.18 0.00 5 0 0 16 0
1796.70/1797.00 c cgmip : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c strongcg : 1.19 0.00 5 0 0 16 0
1796.70/1797.00 c cmir : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c flowcover : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c clique : 0.28 0.00 5 0 0 30 0
1796.70/1797.00 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c mcf : 0.00 0.00 1 0 0 0 0
1796.70/1797.00 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c rapidlearning : 3.17 0.00 1 0 1 0 1433
1796.70/1797.00 c Pricers : ExecTime SetupTime Calls Vars
1796.70/1797.00 c problem variables: 0.00 - 0 0
1796.70/1797.00 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.00 c relpscost : 691.18 0.00 1225 3 160 0 0 2244
1796.70/1797.00 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c inference : 0.00 0.00 1 0 0 0 0 2
1796.70/1797.00 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c random : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.70/1797.00 c LP solutions : 0.00 - - 0
1796.70/1797.00 c pseudo solutions : 0.00 - - 0
1796.70/1797.00 c smallcard : 0.00 0.00 0 0
1796.70/1797.00 c trivial : 0.01 0.00 1 0
1796.70/1797.00 c shiftandpropagate: 0.00 0.00 0 0
1796.70/1797.00 c simplerounding : 0.00 0.00 0 0
1796.70/1797.00 c zirounding : 0.00 0.00 0 0
1796.70/1797.00 c rounding : 0.00 0.00 0 0
1796.70/1797.00 c shifting : 0.00 0.00 0 0
1796.70/1797.00 c intshifting : 0.00 0.00 0 0
1796.70/1797.00 c oneopt : 0.00 0.00 0 0
1796.70/1797.00 c twoopt : 0.00 0.00 0 0
1796.70/1797.00 c indtwoopt : 0.00 0.00 0 0
1796.70/1797.00 c indoneopt : 0.00 0.00 0 0
1796.70/1797.00 c fixandinfer : 0.00 0.00 0 0
1796.70/1797.00 c feaspump : 0.00 0.00 0 0
1796.70/1797.00 c clique : 0.00 0.00 0 0
1796.70/1797.00 c indrounding : 0.00 0.00 0 0
1796.70/1797.00 c indcoefdiving : 0.00 0.00 0 0
1796.70/1797.00 c coefdiving : 0.00 0.00 0 0
1796.70/1797.00 c pscostdiving : 0.00 0.00 0 0
1796.70/1797.00 c nlpdiving : 0.00 0.00 0 0
1796.70/1797.00 c fracdiving : 0.00 0.00 0 0
1796.70/1797.00 c veclendiving : 0.00 0.00 0 0
1796.70/1797.00 c intdiving : 0.00 0.00 0 0
1796.70/1797.00 c actconsdiving : 0.00 0.00 0 0
1796.70/1797.00 c objpscostdiving : 0.00 0.00 0 0
1796.70/1797.00 c rootsoldiving : 0.00 0.00 0 0
1796.70/1797.00 c linesearchdiving : 0.00 0.00 0 0
1796.70/1797.00 c guideddiving : 0.00 0.00 0 0
1796.70/1797.00 c octane : 0.00 0.00 0 0
1796.70/1797.00 c rens : 0.00 0.00 0 0
1796.70/1797.00 c rins : 0.00 0.00 0 0
1796.70/1797.00 c localbranching : 0.00 0.00 0 0
1796.70/1797.00 c mutation : 0.00 0.00 0 0
1796.70/1797.00 c crossover : 0.00 0.00 0 0
1796.70/1797.00 c dins : 0.00 0.00 0 0
1796.70/1797.00 c vbounds : 0.00 0.00 0 0
1796.70/1797.00 c undercover : 0.00 0.00 0 0
1796.70/1797.00 c subnlp : 0.00 0.00 0 0
1796.70/1797.00 c trysol : 0.00 0.00 0 0
1796.70/1797.00 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.70/1797.00 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.70/1797.00 c dual LP : 1091.88 1802 2114455 1173.39 1936.52 0.00 0
1796.70/1797.00 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.00 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.70/1797.00 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.00 c strong branching : 690.91 1649 1167972 708.29 1690.48
1796.70/1797.00 c (at root node) : - 10 8681 868.10 -
1796.70/1797.00 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.00 c B&B Tree :
1796.70/1797.00 c number of runs : 1
1796.70/1797.00 c nodes : 1824
1796.70/1797.00 c nodes (total) : 1824
1796.70/1797.00 c nodes left : 423
1796.70/1797.00 c max depth : 165
1796.70/1797.00 c max depth (total): 165
1796.70/1797.00 c backtracks : 251 (13.8%)
1796.70/1797.00 c delayed cutoffs : 0
1796.70/1797.00 c repropagations : 3289 (913 domain reductions, 0 cutoffs)
1796.70/1797.00 c avg switch length: 9.43
1796.70/1797.00 c switching time : 1.32
1796.70/1797.00 c Solution :
1796.70/1797.00 c Solutions found : 0 (0 improvements)
1796.70/1797.00 c Primal Bound : -
1796.70/1797.00 c Dual Bound : +0.00000000000000e+00
1796.70/1797.00 c Gap : infinite
1796.70/1797.00 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.00 c Root Iterations : 17651
1796.70/1797.06 c Time complete: 1796.77.
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-3691853-1338042888/watcher-3691853-1338042888 -o /tmp/evaluation-result-3691853-1338042888/solver-3691853-1338042888 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691853-1338042888.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.11 2.04 2.01 3/176 5734
/proc/meminfo: memFree=28157344/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=14028 CPUtime=0 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 2192 0 0 0 0 0 0 0 20 0 1 0 270413690 14364672 2146 33554432000 4194304 10219143 140736325623040 140737323433128 7589947 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 3507 2161 419 1471 0 2027 0
[startup+0.106522 s]
/proc/loadavg: 2.11 2.04 2.01 3/176 5734
/proc/meminfo: memFree=28157344/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=42852 CPUtime=0.09 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 9397 0 0 0 7 2 0 0 20 0 1 0 270413690 43880448 9094 33554432000 4194304 10219143 140736325623040 140737323433128 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 10713 9094 559 1471 0 9233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42852
[startup+0.200322 s]
/proc/loadavg: 2.11 2.04 2.01 3/176 5734
/proc/meminfo: memFree=28157344/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=50820 CPUtime=0.19 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 11263 0 0 0 12 7 0 0 20 0 1 0 270413690 52039680 10961 33554432000 4194304 10219143 140736325623040 140737323433128 7589947 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 12705 10995 569 1471 0 11225 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 50820
[startup+0.300337 s]
/proc/loadavg: 2.11 2.04 2.01 3/176 5734
/proc/meminfo: memFree=28157344/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=56048 CPUtime=0.29 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 12707 0 0 0 19 10 0 0 20 0 1 0 270413690 57393152 12404 33554432000 4194304 10219143 140736325623040 140737323433128 5347175 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 14012 12404 580 1471 0 12532 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56048
[startup+0.700244 s]
/proc/loadavg: 2.11 2.04 2.01 3/176 5734
/proc/meminfo: memFree=28157344/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=74896 CPUtime=0.69 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 17527 0 0 0 58 11 0 0 20 0 1 0 270413690 76693504 17139 33554432000 4194304 10219143 140736325623040 140737323433128 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 18724 17139 727 1471 0 17244 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74896
[startup+1.50024 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 5735
/proc/meminfo: memFree=28091476/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=75280 CPUtime=1.49 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 17623 0 0 0 137 12 0 0 20 0 1 0 270413690 77086720 17235 33554432000 4194304 10219143 140736325623040 140736325616296 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 18820 17235 727 1471 0 17340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75280
[startup+3.10025 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 5735
/proc/meminfo: memFree=28090484/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=75720 CPUtime=3.09 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 17729 0 0 0 297 12 0 0 20 0 1 0 270413690 77537280 17341 33554432000 4194304 10219143 140736325623040 140736325616344 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 18930 17341 728 1471 0 17450 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75720
[startup+6.30029 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 5735
/proc/meminfo: memFree=28087764/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=125264 CPUtime=6.28 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 30297 0 0 0 603 25 0 0 20 0 1 0 270413690 128270336 29736 33554432000 4194304 10219143 140736325623040 140736325617880 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 31316 29736 780 1471 0 29836 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 125264
[startup+12.7003 s]
/proc/loadavg: 2.09 2.04 2.01 3/178 5736
/proc/meminfo: memFree=28019860/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=12.68 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35416 0 0 0 1175 93 0 0 20 0 1 0 270413690 149237760 34821 33554432000 4194304 10219143 140736325623040 140736325616344 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34821 800 1471 0 34955 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 145740
[startup+25.5003 s]
/proc/loadavg: 2.15 2.05 2.01 3/178 5736
/proc/meminfo: memFree=27653708/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=25.48 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35418 0 0 0 2452 96 0 0 20 0 1 0 270413690 149237760 34823 33554432000 4194304 10219143 140736325623040 140736325616872 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34823 801 1471 0 34955 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 145740
[startup+51.1003 s]
/proc/loadavg: 2.10 2.04 2.01 3/178 5736
/proc/meminfo: memFree=28072080/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=51.08 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35419 0 0 0 5008 100 0 0 20 0 1 0 270413690 149237760 34824 33554432000 4194304 10219143 140736325623040 140736325616536 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34824 802 1471 0 34955 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 145740
[startup+102.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 5737
/proc/meminfo: memFree=28141004/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=102.28 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35425 0 0 0 10117 111 0 0 20 0 1 0 270413690 149237760 34830 33554432000 4194304 10219143 140736325623040 140736325616584 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34830 805 1471 0 34955 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 145740
[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 5737
/proc/meminfo: memFree=28135312/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=162.27 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35425 0 0 0 16101 126 0 0 20 0 1 0 270413690 149237760 34830 33554432000 4194304 10219143 140736325623040 140736325616344 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34830 805 1471 0 34955 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 145740
[startup+222.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5737
/proc/meminfo: memFree=28130804/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=222.27 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35427 0 0 0 22088 139 0 0 20 0 1 0 270413690 149237760 34832 33554432000 4194304 10219143 140736325623040 140736325616392 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34832 806 1471 0 34955 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 145740
[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 5737
/proc/meminfo: memFree=28061392/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=282.24 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35427 0 0 0 28071 153 0 0 20 0 1 0 270413690 149237760 34832 33554432000 4194304 10219143 140736325623040 140736325616488 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34832 806 1471 0 34955 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 145740
[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 5740
/proc/meminfo: memFree=28079900/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=342.24 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35427 0 0 0 34054 170 0 0 20 0 1 0 270413690 149237760 34832 33554432000 4194304 10219143 140736325623040 140736325616584 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34832 806 1471 0 34955 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 145740
[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 5741
/proc/meminfo: memFree=28128332/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=402.23 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35427 0 0 0 40036 187 0 0 20 0 1 0 270413690 149237760 34832 33554432000 4194304 10219143 140736325623040 140736325616296 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34832 806 1471 0 34955 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 145740
[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 5741
/proc/meminfo: memFree=28081612/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=462.22 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35429 0 0 0 46019 203 0 0 20 0 1 0 270413690 149237760 34834 33554432000 4194304 10219143 140736325623040 140736325616680 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34834 806 1471 0 34955 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 145740
[startup+522.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 5741
/proc/meminfo: memFree=28123252/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=522.21 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35429 0 0 0 52001 220 0 0 20 0 1 0 270413690 149237760 34834 33554432000 4194304 10219143 140736325623040 140736325616392 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34834 806 1471 0 34955 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 145740
[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 5741
/proc/meminfo: memFree=28077144/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=582.2 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35429 0 0 0 57984 236 0 0 20 0 1 0 270413690 149237760 34834 33554432000 4194304 10219143 140736325623040 140736325616680 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 34834 806 1471 0 34955 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 145740
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28115108/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1062.12 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 105836 376 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616872 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 145740
[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5746
/proc/meminfo: memFree=28133724/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1122.1 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 111818 392 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616536 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 145740
[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 5746
/proc/meminfo: memFree=28091904/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1182.09 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 117801 408 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616392 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 145740
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5747
/proc/meminfo: memFree=28116464/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1242.08 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 123786 422 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616392 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 145740
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5748
/proc/meminfo: memFree=28106100/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1302.08 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 129770 438 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616296 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 145740
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5748
/proc/meminfo: memFree=28075820/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1362.07 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 135753 454 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616584 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 145740
[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5748
/proc/meminfo: memFree=28073276/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1422.06 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 141735 471 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616488 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 145740
[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 5748
/proc/meminfo: memFree=28053164/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1482.05 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 147720 485 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616296 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 145740
[startup+1542.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 5751
/proc/meminfo: memFree=28100804/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1542.05 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 153702 503 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616392 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 145740
[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 5774
/proc/meminfo: memFree=28051396/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1602.03 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 159684 519 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616488 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 145740
[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5774
/proc/meminfo: memFree=28045384/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1662.02 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 165666 536 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616296 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 145740
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5774
/proc/meminfo: memFree=28045508/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1722.01 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 171648 553 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616488 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 145740
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5812
/proc/meminfo: memFree=29119032/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1782.01 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 177630 571 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616296 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 145740
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5812
/proc/meminfo: memFree=29119528/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1785.3 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 177958 572 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616584 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 145740
[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5812
/proc/meminfo: memFree=29119280/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1791.71 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 178597 574 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616584 8030238 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 145740
[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5812
/proc/meminfo: memFree=29121016/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1794.91 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 178916 575 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616392 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1794.91
Current children cumulated vsize (KiB) 145740
[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5812
/proc/meminfo: memFree=29121016/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1795.7 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 178995 575 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616296 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1795.7
Current children cumulated vsize (KiB) 145740
[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5812
/proc/meminfo: memFree=29119776/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1796.5 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 179075 575 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616392 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (KiB) 145740
[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5812
/proc/meminfo: memFree=29119776/32873844 swapFree=7116/7116
[pid=5734] ppid=5732 vsize=145740 CPUtime=1796.7 cores=0,2,4,6
/proc/5734/stat : 5734 (scip-2.1.1.4exp) R 5732 5734 3441 0 -1 4202496 35445 0 0 0 179095 575 0 0 20 0 1 0 270413690 149237760 35606 33554432000 4194304 10219143 140736325623040 140736325616392 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5734/statm: 36435 35606 806 1471 0 34955 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 145740
Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.77
CPU user time (s): 1791.01
CPU system time (s): 5.76112
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 145740
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.01
system time used= 5.76112
maximum resident set size= 142440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35451
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= 1849
runsolver used 2.95755 second user time and 8.99963 second system time
The end