0.00/0.00 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00 c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-3729651-1338681631.opb>
0.00/0.02 c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.02 c problem read
0.00/0.02 c No objective function, only one solution is needed.
0.00/0.02 c presolving settings loaded
0.00/0.02 c presolving:
0.02/0.04 c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.02/0.04 c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.02/0.05 c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.02/0.05 c presolving (4 rounds):
0.02/0.05 c 0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.05 c 242 implications, 22 cliques
0.02/0.05 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.02/0.05 c 1 constraints of type <knapsack>
0.02/0.05 c 22 constraints of type <setppc>
0.02/0.05 c 2420 constraints of type <logicor>
0.02/0.05 c transformed objective value is always integral (scale: 1)
0.02/0.05 c Presolving Time: 0.03
0.02/0.05 c - non default parameters ----------------------------------------------------------------------
0.02/0.05 c # SCIP version 2.0.1.5
0.02/0.05 c
0.02/0.05 c # frequency for displaying node information lines
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.05 c display/freq = 10000
0.02/0.05 c
0.02/0.05 c # maximal time in seconds to run
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05 c limits/time = 1797
0.02/0.05 c
0.02/0.05 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05 c limits/memory = 13950
0.02/0.05 c
0.02/0.05 c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05 c limits/solutions = 1
0.02/0.05 c
0.02/0.05 c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.05 c separating/maxrounds = 1
0.02/0.05 c
0.02/0.05 c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05 c separating/maxroundsroot = 5
0.02/0.05 c
0.02/0.05 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.05 c # [type: int, range: [1,2], default: 1]
0.02/0.05 c timing/clocktype = 2
0.02/0.05 c
0.02/0.05 c # belongs reading time to solving time?
0.02/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05 c timing/reading = TRUE
0.02/0.05 c
0.02/0.05 c # should presolving try to simplify inequalities
0.02/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05 c constraints/linear/simplifyinequalities = TRUE
0.02/0.05 c
0.02/0.05 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05 c constraints/indicator/addCouplingCons = TRUE
0.02/0.05 c
0.02/0.05 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.05 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.05 c constraints/knapsack/disaggregation = FALSE
0.02/0.05 c
0.02/0.05 c # should presolving try to simplify knapsacks
0.02/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05 c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.05 c
0.02/0.05 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05 c presolving/probing/maxrounds = 0
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.05 c heuristics/coefdiving/freq = -1
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.05 c heuristics/coefdiving/maxlpiterquot = 0.075
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/coefdiving/maxlpiterofs = 1500
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.05 c heuristics/crossover/freq = -1
0.02/0.05 c
0.02/0.05 c # number of nodes added to the contingent of the total nodes
0.02/0.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.05 c heuristics/crossover/nodesofs = 750
0.02/0.05 c
0.02/0.05 c # number of nodes without incumbent change that heuristic should wait
0.02/0.05 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.05 c heuristics/crossover/nwaitingnodes = 100
0.02/0.05 c
0.02/0.05 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.05 c # [type: real, range: [0,1], default: 0.1]
0.02/0.05 c heuristics/crossover/nodesquot = 0.15
0.02/0.05 c
0.02/0.05 c # minimum percentage of integer variables that have to be fixed
0.02/0.05 c # [type: real, range: [0,1], default: 0.666]
0.02/0.05 c heuristics/crossover/minfixingrate = 0.5
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.05 c heuristics/feaspump/freq = -1
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/feaspump/maxlpiterofs = 2000
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.05 c heuristics/fracdiving/freq = -1
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.05 c heuristics/fracdiving/maxlpiterquot = 0.075
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/fracdiving/maxlpiterofs = 1500
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.05 c heuristics/guideddiving/freq = -1
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.05 c heuristics/guideddiving/maxlpiterquot = 0.075
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/guideddiving/maxlpiterofs = 1500
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.05 c heuristics/intdiving/maxlpiterquot = 0.075
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.05 c heuristics/intshifting/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.05 c heuristics/linesearchdiving/freq = -1
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.05 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.05 c heuristics/objpscostdiving/freq = -1
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.05 c # [type: real, range: [0,1], default: 0.01]
0.02/0.05 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.05 c heuristics/oneopt/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.05 c heuristics/pscostdiving/freq = -1
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.05 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/pscostdiving/maxlpiterofs = 1500
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.05 c heuristics/rens/freq = -1
0.02/0.05 c
0.02/0.05 c # minimum percentage of integer variables that have to be fixable
0.02/0.05 c # [type: real, range: [0,1], default: 0.5]
0.02/0.05 c heuristics/rens/minfixingrate = 0.3
0.02/0.05 c
0.02/0.05 c # number of nodes added to the contingent of the total nodes
0.02/0.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.05 c heuristics/rens/nodesofs = 2000
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.05 c heuristics/rootsoldiving/freq = -1
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.05 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.05 c heuristics/rounding/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.05 c heuristics/shiftandpropagate/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.05 c heuristics/shifting/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.05 c heuristics/simplerounding/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.05 c heuristics/subnlp/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.05 c heuristics/trivial/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.05 c heuristics/trysol/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.05 c heuristics/undercover/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.05 c heuristics/veclendiving/freq = -1
0.02/0.05 c
0.02/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.05 c heuristics/veclendiving/maxlpiterquot = 0.075
0.02/0.05 c
0.02/0.05 c # additional number of allowed LP iterations
0.02/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.05 c heuristics/veclendiving/maxlpiterofs = 1500
0.02/0.05 c
0.02/0.05 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.05 c heuristics/zirounding/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.05 c separating/cmir/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.05 c separating/flowcover/freq = -1
0.02/0.05 c
0.02/0.05 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05 c separating/rapidlearning/freq = 0
0.02/0.05 c
0.02/0.05 c -----------------------------------------------------------------------------------------------
0.02/0.05 c start solving
0.02/0.05 c
0.02/0.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.02/0.06 c 0.1s| 1 | 0 | 76 | - |3825k| 0 | 36 | 231 |2443 | 231 |2443 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.08/0.15 c 0.1s| 1 | 0 | 90 | - |4135k| 0 | 43 | 231 |2494 | 231 |2454 | 11 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.22 c 0.2s| 1 | 0 | 105 | - |4582k| 0 | 46 | 231 |2494 | 231 |2458 | 15 | 0 | 0 | 0.000000e+00 | -- | Inf
0.29/0.33 c 0.3s| 1 | 0 | 111 | - |4878k| 0 | 45 | 231 |2494 | 231 |2460 | 17 | 0 | 0 | 0.000000e+00 | -- | Inf
0.39/0.45 c 0.4s| 1 | 0 | 129 | - |5145k| 0 | 46 | 231 |2494 | 231 |2463 | 20 | 0 | 0 | 0.000000e+00 | -- | Inf
0.48/0.57 c 0.6s| 1 | 0 | 151 | - |5415k| 0 | 50 | 231 |2494 | 231 |2467 | 24 | 0 | 0 | 0.000000e+00 | -- | Inf
0.79/0.82 c 0.8s| 1 | 2 | 151 | - |5415k| 0 | 50 | 231 |2494 | 231 |2467 | 24 | 0 | 12 | 0.000000e+00 | -- | Inf
31.78/31.88 c 31.9s| 10000 | 82 |148316 | 14.8 |7559k| 33 | - | 231 |6834 | 231 |2451 | 24 |5678 |2515 | 0.000000e+00 | -- | Inf
52.37/52.46 c 52.5s| 20000 | 110 |297429 | 14.9 |8591k| 41 | - | 231 |9156 | 231 |2451 | 24 | 11k|2722 | 0.000000e+00 | -- | Inf
72.57/72.64 c 72.6s| 30000 | 186 |440554 | 14.7 |9895k| 45 | 30 | 231 | 11k| 231 |2451 | 24 | 17k|2893 | 0.000000e+00 | -- | Inf
94.06/94.19 c 94.2s| 40000 | 185 |584337 | 14.6 |9749k| 45 | 37 | 231 | 10k| 231 |2451 | 24 | 22k|3315 | 0.000000e+00 | -- | Inf
115.26/115.37 c 115s| 50000 | 191 |726828 | 14.5 | 10M| 45 | - | 231 | 11k| 231 |2451 | 24 | 28k|3798 | 0.000000e+00 | -- | Inf
137.37/137.46 c 137s| 60000 | 218 |878218 | 14.6 | 10M| 45 | - | 231 | 10k| 231 |2451 | 24 | 33k|4239 | 0.000000e+00 | -- | Inf
158.46/158.53 c 159s| 70000 | 194 | 1023k| 14.6 | 10M| 45 | 34 | 231 | 10k| 231 |2451 | 24 | 39k|4590 | 0.000000e+00 | -- | Inf
179.56/179.61 c 180s| 80000 | 174 | 1167k| 14.6 | 10M| 47 | 19 | 231 | 10k| 231 |2451 | 24 | 45k|4946 | 0.000000e+00 | -- | Inf
202.36/202.45 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
202.36/202.45 c 202s| 90000 | 210 | 1327k| 14.7 | 11M| 47 | - | 231 | 13k| 231 |2451 | 24 | 50k|5358 | 0.000000e+00 | -- | Inf
225.05/225.19 c 225s|100000 | 211 | 1487k| 14.9 | 11M| 47 | 26 | 231 | 11k| 231 |2451 | 24 | 55k|5676 | 0.000000e+00 | -- | Inf
246.54/246.64 c 247s|110000 | 198 | 1635k| 14.9 | 11M| 47 | - | 231 | 11k| 231 |2451 | 24 | 61k|6013 | 0.000000e+00 | -- | Inf
267.74/267.83 c 268s|120000 | 285 | 1787k| 14.9 | 11M| 47 | 29 | 231 | 13k| 231 |2451 | 24 | 66k|6267 | 0.000000e+00 | -- | Inf
290.74/290.87 c 291s|130000 | 321 | 1953k| 15.0 | 12M| 51 | - | 231 | 13k| 231 |2451 | 24 | 71k|6573 | 0.000000e+00 | -- | Inf
314.04/314.11 c 314s|140000 | 322 | 2120k| 15.1 | 12M| 52 | - | 231 | 14k| 231 |2451 | 24 | 76k|6829 | 0.000000e+00 | -- | Inf
335.23/335.40 c 335s|150000 | 317 | 2268k| 15.1 | 12M| 52 | 32 | 231 | 12k| 231 |2451 | 24 | 81k|7135 | 0.000000e+00 | -- | Inf
357.53/357.65 c 358s|160000 | 321 | 2428k| 15.2 | 12M| 52 | - | 231 | 12k| 231 |2451 | 24 | 86k|7342 | 0.000000e+00 | -- | Inf
379.22/379.37 c 379s|170000 | 319 | 2586k| 15.2 | 12M| 52 | - | 231 | 14k| 231 |2451 | 24 | 92k|7520 | 0.000000e+00 | -- | Inf
400.72/400.86 c 401s|180000 | 342 | 2735k| 15.2 | 12M| 53 | - | 231 | 13k| 231 |2451 | 24 | 97k|7778 | 0.000000e+00 | -- | Inf
422.33/422.46 c 422s|190000 | 342 | 2884k| 15.2 | 12M| 53 | 37 | 231 | 13k| 231 |2451 | 24 | 103k|8034 | 0.000000e+00 | -- | Inf
444.32/444.41 c 444s|200000 | 333 | 3039k| 15.2 | 12M| 54 | 30 | 231 | 12k| 231 |2451 | 24 | 108k|8272 | 0.000000e+00 | -- | Inf
465.91/466.03 c 466s|210000 | 293 | 3192k| 15.2 | 12M| 54 | - | 231 | 11k| 231 |2451 | 24 | 113k|8516 | 0.000000e+00 | -- | Inf
487.61/487.70 c 488s|220000 | 317 | 3349k| 15.2 | 12M| 54 | 37 | 231 | 12k| 231 |2451 | 24 | 118k|8711 | 0.000000e+00 | -- | Inf
509.71/509.88 c 510s|230000 | 310 | 3508k| 15.3 | 12M| 58 | 41 | 231 | 11k| 231 |2451 | 24 | 124k|8917 | 0.000000e+00 | -- | Inf
531.10/531.29 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
531.10/531.29 c 531s|240000 | 267 | 3662k| 15.3 | 12M| 58 | 31 | 231 | 11k| 231 |2451 | 24 | 129k|9091 | 0.000000e+00 | -- | Inf
554.30/554.48 c 554s|250000 | 350 | 3836k| 15.3 | 12M| 63 | 27 | 231 | 11k| 231 |2451 | 24 | 134k|9256 | 0.000000e+00 | -- | Inf
576.89/577.06 c 577s|260000 | 314 | 4000k| 15.4 | 12M| 64 | 45 | 231 | 12k| 231 |2451 | 24 | 139k|9473 | 0.000000e+00 | -- | Inf
599.30/599.44 c 599s|270000 | 289 | 4163k| 15.4 | 12M| 64 | - | 231 | 12k| 231 |2451 | 24 | 144k|9656 | 0.000000e+00 | -- | Inf
622.69/622.81 c 623s|280000 | 261 | 4335k| 15.5 | 13M| 64 | - | 231 | 14k| 231 |2451 | 24 | 150k|9833 | 0.000000e+00 | -- | Inf
643.78/643.98 c 644s|290000 | 255 | 4484k| 15.5 | 13M| 64 | - | 231 | 15k| 231 |2451 | 24 | 154k| 10k| 0.000000e+00 | -- | Inf
666.08/666.23 c 666s|300000 | 244 | 4644k| 15.5 | 13M| 64 | 43 | 231 | 15k| 231 |2451 | 24 | 159k| 10k| 0.000000e+00 | -- | Inf
688.38/688.60 c 689s|310000 | 217 | 4805k| 15.5 | 13M| 64 | 43 | 231 | 14k| 231 |2451 | 24 | 165k| 10k| 0.000000e+00 | -- | Inf
710.17/710.30 c 710s|320000 | 174 | 4959k| 15.5 | 13M| 67 | - | 231 | 14k| 231 |2451 | 24 | 170k| 10k| 0.000000e+00 | -- | Inf
732.87/733.03 c 733s|330000 | 155 | 5121k| 15.5 | 13M| 67 | - | 231 | 15k| 0 | 0 | 24 | 175k| 10k| 0.000000e+00 | -- | Inf
755.06/755.26 c 755s|340000 | 95 | 5279k| 15.5 | 12M| 67 | - | 231 | 14k| 231 |2451 | 24 | 180k| 10k| 0.000000e+00 | -- | Inf
774.86/775.03 c
774.86/775.03 c SCIP Status : problem is solved [infeasible]
774.86/775.03 c Solving Time (sec) : 775.03
774.86/775.03 c Solving Nodes : 349050
774.86/775.03 c Primal Bound : +1.00000000000000e+20 (0 solutions)
774.86/775.03 c Dual Bound : +1.00000000000000e+20
774.86/775.03 c Gap : 0.00 %
774.86/775.03 s UNSATISFIABLE
774.86/775.03 c SCIP Status : problem is solved [infeasible]
774.86/775.03 c Total Time : 775.03
774.86/775.03 c solving : 775.03
774.86/775.03 c presolving : 0.03 (included in solving)
774.86/775.03 c reading : 0.02 (included in solving)
774.86/775.03 c Original Problem :
774.86/775.03 c Problem name : HOME/instance-3729651-1338681631.opb
774.86/775.03 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
774.86/775.03 c Constraints : 2707 initial, 2707 maximal
774.86/775.03 c Presolved Problem :
774.86/775.03 c Problem name : t_HOME/instance-3729651-1338681631.opb
774.86/775.03 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
774.86/775.03 c Constraints : 2443 initial, 16995 maximal
774.86/775.03 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
774.86/775.03 c trivial : 0.00 0 0 0 0 0 0 0 0 0
774.86/775.03 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
774.86/775.03 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
774.86/775.03 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
774.86/775.03 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
774.86/775.03 c implics : 0.00 0 0 0 0 0 0 0 0 0
774.86/775.03 c probing : 0.00 0 0 0 0 0 0 0 0 0
774.86/775.03 c knapsack : 0.00 0 0 0 0 0 0 0 0 0
774.86/775.03 c setppc : 0.00 0 0 0 0 0 121 0 0 0
774.86/775.03 c linear : 0.01 0 0 0 0 0 143 0 0 0
774.86/775.03 c logicor : 0.01 0 0 0 0 0 0 0 0 0
774.86/775.03 c root node : - 1 - - 1 - - - - -
774.86/775.03 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
774.86/775.03 c integral : 0 0 0 178395 0 1 0 465 4246 0 0 350894
774.86/775.03 c knapsack : 1 5 1285592 0 0 0 57108 2288 425513 0 0 0
774.86/775.03 c setppc : 22 5 1284108 0 0 0 3891483 5865 1682336 0 0 0
774.86/775.03 c linear : 0+ 5 290653 0 0 0 176 17 2773 0 0 0
774.86/775.03 c logicor : 2420+ 5 646979 0 0 0 1115908 2180 2380810 0 0 0
774.86/775.03 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0
774.86/775.03 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
774.86/775.03 c integral : 43.04 0.00 0.00 43.04 0.00 0.00 0.00
774.86/775.03 c knapsack : 1.03 0.00 0.96 0.00 0.00 0.00 0.07
774.86/775.03 c setppc : 3.86 0.00 3.16 0.00 0.00 0.00 0.71
774.86/775.03 c linear : 0.14 0.00 0.14 0.00 0.00 0.00 0.00
774.86/775.03 c logicor : 26.69 0.00 25.73 0.00 0.00 0.00 0.96
774.86/775.03 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
774.86/775.03 c Propagators : #Propagate #Resprop Cutoffs DomReds
774.86/775.03 c vbounds : 0 0 0 0
774.86/775.03 c rootredcost : 0 0 0 0
774.86/775.03 c pseudoobj : 0 0 0 0
774.86/775.03 c Propagator Timings : TotalTime Propagate Resprop
774.86/775.03 c vbounds : 0.14 0.14 0.00
774.86/775.03 c rootredcost : 0.16 0.16 0.00
774.86/775.03 c pseudoobj : 0.10 0.10 0.00
774.86/775.03 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
774.86/775.03 c propagation : 0.36 10350 10324 62576 26.7 126 21.9 -
774.86/775.03 c infeasible LP : 12.49 164608 153776 1002309 37.8 508 19.8 0
774.86/775.03 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
774.86/775.03 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
774.86/775.03 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
774.86/775.03 c applied globally : - - - 153238 20.7 - - -
774.86/775.03 c applied locally : - - - 32204 35.9 - - -
774.86/775.03 c Separators : Time Calls Cutoffs DomReds Cuts Conss
774.86/775.03 c cut pool : 0.00 4 - - 121 - (maximal pool size: 503)
774.86/775.03 c redcost : 0.66 176056 0 0 0 0
774.86/775.03 c impliedbounds : 0.00 5 0 0 0 0
774.86/775.03 c intobj : 0.00 0 0 0 0 0
774.86/775.03 c gomory : 0.26 5 0 0 1251 0
774.86/775.03 c cgmip : 0.00 0 0 0 0 0
774.86/775.03 c closecuts : 0.00 0 0 0 0 0
774.86/775.03 c strongcg : 0.19 5 0 0 2342 0
774.86/775.03 c cmir : 0.00 0 0 0 0 0
774.86/775.03 c flowcover : 0.00 0 0 0 0 0
774.86/775.03 c clique : 0.00 5 0 0 0 0
774.86/775.03 c zerohalf : 0.00 0 0 0 0 0
774.86/775.03 c mcf : 0.00 1 0 0 0 0
774.86/775.03 c oddcycle : 0.00 0 0 0 0 0
774.86/775.03 c rapidlearning : 0.04 1 0 0 0 51
774.86/775.03 c Pricers : Time Calls Vars
774.86/775.03 c problem variables: 0.00 0 0
774.86/775.03 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
774.86/775.03 c relpscost : 42.95 178395 465 4246 0 0 350894
774.86/775.03 c pscost : 0.00 0 0 0 0 0 0
774.86/775.03 c inference : 0.00 0 0 0 0 0 0
774.86/775.03 c mostinf : 0.00 0 0 0 0 0 0
774.86/775.03 c leastinf : 0.00 0 0 0 0 0 0
774.86/775.03 c fullstrong : 0.00 0 0 0 0 0 0
774.86/775.03 c allfullstrong : 0.00 0 0 0 0 0 0
774.86/775.03 c random : 0.00 0 0 0 0 0 0
774.86/775.03 c Primal Heuristics : Time Calls Found
774.86/775.03 c LP solutions : 0.00 - 0
774.86/775.03 c pseudo solutions : 0.00 - 0
774.86/775.03 c trivial : 0.00 1 0
774.86/775.03 c shiftandpropagate: 0.00 0 0
774.86/775.03 c simplerounding : 0.00 0 0
774.86/775.03 c zirounding : 0.00 0 0
774.86/775.03 c rounding : 0.00 0 0
774.86/775.03 c shifting : 0.00 0 0
774.86/775.03 c intshifting : 0.00 0 0
774.86/775.03 c oneopt : 0.00 0 0
774.86/775.03 c twoopt : 0.00 0 0
774.86/775.03 c fixandinfer : 0.00 0 0
774.86/775.03 c feaspump : 0.00 0 0
774.86/775.03 c clique : 0.00 0 0
774.86/775.03 c coefdiving : 0.00 0 0
774.86/775.03 c pscostdiving : 0.00 0 0
774.86/775.03 c fracdiving : 0.00 0 0
774.86/775.03 c veclendiving : 0.00 0 0
774.86/775.03 c intdiving : 0.00 0 0
774.86/775.03 c actconsdiving : 0.00 0 0
774.86/775.03 c objpscostdiving : 0.00 0 0
774.86/775.03 c rootsoldiving : 0.00 0 0
774.86/775.03 c linesearchdiving : 0.00 0 0
774.86/775.03 c guideddiving : 0.00 0 0
774.86/775.03 c octane : 0.00 0 0
774.86/775.03 c rens : 0.00 0 0
774.86/775.03 c rins : 0.00 0 0
774.86/775.03 c localbranching : 0.00 0 0
774.86/775.03 c mutation : 0.00 0 0
774.86/775.03 c crossover : 0.00 0 0
774.86/775.03 c dins : 0.00 0 0
774.86/775.03 c vbounds : 0.00 0 0
774.86/775.03 c undercover : 0.00 0 0
774.86/775.03 c subnlp : 0.00 0 0
774.86/775.03 c trysol : 0.00 0 0
774.86/775.03 c LP : Time Calls Iterations Iter/call Iter/sec
774.86/775.03 c primal LP : 0.00 0 0 0.00 -
774.86/775.03 c dual LP : 605.16 341945 5420029 15.85 8956.35
774.86/775.03 c lex dual LP : 0.00 0 0 0.00 -
774.86/775.03 c barrier LP : 0.00 0 0 0.00 -
774.86/775.03 c diving/probing LP: 0.00 0 0 0.00 -
774.86/775.03 c strong branching : 40.62 10958 338751 30.91 8340.22
774.86/775.03 c (at root node) : - 12 2447 203.92 -
774.86/775.03 c conflict analysis: 0.00 0 0 0.00 -
774.86/775.03 c B&B Tree :
774.86/775.03 c number of runs : 1
774.86/775.03 c nodes : 349050
774.86/775.03 c nodes (total) : 349050
774.86/775.03 c nodes left : 0
774.86/775.03 c max depth : 67
774.86/775.03 c max depth (total): 67
774.86/775.03 c backtracks : 44100 (12.6%)
774.86/775.03 c delayed cutoffs : 1845
774.86/775.03 c repropagations : 503162 (656789 domain reductions, 1820 cutoffs)
774.86/775.03 c avg switch length: 4.74
774.86/775.03 c switching time : 29.46
774.86/775.03 c Solution :
774.86/775.03 c Solutions found : 0 (0 improvements)
774.86/775.03 c Primal Bound : infeasible
774.86/775.03 c Dual Bound : -
774.86/775.03 c Gap : 0.00 %
774.86/775.03 c Root Dual Bound : +0.00000000000000e+00
774.86/775.03 c Root Iterations : 151
774.86/775.05 c Time complete: 774.91.
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-3729651-1338681631/watcher-3729651-1338681631 -o /tmp/evaluation-result-3729651-1338681631/solver-3729651-1338681631 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729651-1338681631.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.01 2.02 1.84 3/177 31068
/proc/meminfo: memFree=30488940/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 1514 0 0 0 0 0 0 0 20 0 1 0 334289139 9818112 1468 33554432000 4194304 9016284 140733527189952 140733527188920 7875499 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 2397 1468 311 1178 0 1215 0
[startup+0.034681 s]
/proc/loadavg: 2.01 2.02 1.84 3/177 31068
/proc/meminfo: memFree=30488940/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=21188 CPUtime=0.02 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 4316 0 0 0 2 0 0 0 20 0 1 0 334289139 21696512 4013 33554432000 4194304 9016284 140733527189952 140733527188920 4202450 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 5297 4013 480 1178 0 4115 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21188
[startup+0.100191 s]
/proc/loadavg: 2.01 2.02 1.84 3/177 31068
/proc/meminfo: memFree=30488940/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=27720 CPUtime=0.08 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 6219 0 0 0 8 0 0 0 20 0 1 0 334289139 28385280 5876 33554432000 4194304 9016284 140733527189952 140733527188920 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 6930 5876 634 1178 0 5748 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27720
[startup+0.30017 s]
/proc/loadavg: 2.01 2.02 1.84 3/177 31068
/proc/meminfo: memFree=30488940/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=41492 CPUtime=0.29 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10139 0 0 0 28 1 0 0 20 0 1 0 334289139 42487808 9085 33554432000 4194304 9016284 140733527189952 140733527185112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10373 9085 679 1178 0 9191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41492
[startup+0.700116 s]
/proc/loadavg: 2.01 2.02 1.84 3/177 31068
/proc/meminfo: memFree=30488940/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=41724 CPUtime=0.69 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10248 0 0 0 67 2 0 0 20 0 1 0 334289139 42725376 9194 33554432000 4194304 9016284 140733527189952 140733527185112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10431 9194 682 1178 0 9249 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41724
[startup+1.5001 s]
/proc/loadavg: 2.01 2.02 1.84 3/178 31069
/proc/meminfo: memFree=30455320/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=41724 CPUtime=1.49 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10256 0 0 0 146 3 0 0 20 0 1 0 334289139 42725376 9202 33554432000 4194304 9016284 140733527189952 140733527184168 7213824 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10431 9202 686 1178 0 9249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41724
[startup+3.1001 s]
/proc/loadavg: 2.01 2.02 1.85 3/178 31069
/proc/meminfo: memFree=30454312/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=41724 CPUtime=3.09 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10256 0 0 0 304 5 0 0 20 0 1 0 334289139 42725376 9202 33554432000 4194304 9016284 140733527189952 140733527184072 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10431 9202 686 1178 0 9249 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41724
[startup+6.30018 s]
/proc/loadavg: 2.01 2.02 1.85 3/178 31069
/proc/meminfo: memFree=30453576/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=41724 CPUtime=6.28 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10256 0 0 0 621 7 0 0 20 0 1 0 334289139 42725376 9202 33554432000 4194304 9016284 140733527189952 140733527183704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10431 9202 686 1178 0 9249 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41724
[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 1.85 3/178 31069
/proc/meminfo: memFree=30451400/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=41724 CPUtime=12.69 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10285 0 0 0 1256 13 0 0 20 0 1 0 334289139 42725376 9376 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10431 9376 686 1178 0 9249 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41724
[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 1.85 3/178 31070
/proc/meminfo: memFree=30452352/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=41724 CPUtime=25.48 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10299 0 0 0 2521 27 0 0 20 0 1 0 334289139 42725376 9384 33554432000 4194304 9016284 140733527189952 140733527183912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10431 9384 686 1178 0 9249 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41724
[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 1.85 3/178 31093
/proc/meminfo: memFree=30452024/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=41724 CPUtime=51.08 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10301 0 0 0 5055 53 0 0 20 0 1 0 334289139 42725376 9637 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10431 9637 686 1178 0 9249 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41724
[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.85 3/177 31093
/proc/meminfo: memFree=30449868/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=42488 CPUtime=102.27 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10467 0 0 0 10130 97 0 0 20 0 1 0 334289139 43507712 9802 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10622 9802 686 1178 0 9440 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42488
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 31131
/proc/meminfo: memFree=30450864/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=43404 CPUtime=162.26 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 10683 0 0 0 16075 151 0 0 20 0 1 0 334289139 44445696 10018 33554432000 4194304 9016284 140733527189952 140733527183912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 10851 10018 686 1178 0 9669 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 43404
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 31131
/proc/meminfo: memFree=30448012/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=44808 CPUtime=222.24 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 11069 0 0 0 22020 204 0 0 20 0 1 0 334289139 45883392 10403 33554432000 4194304 9016284 140733527189952 140733527183320 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 11202 10403 686 1178 0 10020 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 44808
[startup+282.3 s]
/proc/loadavg: 2.07 2.02 1.88 3/177 31169
/proc/meminfo: memFree=30450308/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=45728 CPUtime=282.24 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 11285 0 0 0 27960 264 0 0 20 0 1 0 334289139 46825472 10619 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 11432 10619 686 1178 0 10250 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 45728
[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.88 3/177 31208
/proc/meminfo: memFree=30449312/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=46212 CPUtime=342.23 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 11412 0 0 0 33907 316 0 0 20 0 1 0 334289139 47321088 10746 33554432000 4194304 9016284 140733527189952 140733527183000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 11553 10746 686 1178 0 10371 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 46212
[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.89 3/177 31208
/proc/meminfo: memFree=30446376/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=47000 CPUtime=402.22 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 11609 0 0 0 39852 370 0 0 20 0 1 0 334289139 48128000 10942 33554432000 4194304 9016284 140733527189952 140733527184120 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 11750 10942 686 1178 0 10568 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 47000
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 31208
/proc/meminfo: memFree=30443520/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=47832 CPUtime=462.21 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 11809 0 0 0 45794 427 0 0 20 0 1 0 334289139 48979968 11142 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 11958 11142 686 1178 0 10776 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 47832
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 31208
/proc/meminfo: memFree=30442776/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=47968 CPUtime=522.2 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 11837 0 0 0 51737 483 0 0 20 0 1 0 334289139 49119232 11170 33554432000 4194304 9016284 140733527189952 140733527184280 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 11992 11170 686 1178 0 10810 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 47968
[startup+582.3 s]
/proc/loadavg: 2.06 2.01 1.91 3/178 31249
/proc/meminfo: memFree=30447480/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48108 CPUtime=582.2 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 11902 0 0 0 57678 542 0 0 20 0 1 0 334289139 49262592 11235 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12027 11235 686 1178 0 10845 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 48108
[startup+642.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 31288
/proc/meminfo: memFree=30445880/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48448 CPUtime=642.19 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 11979 0 0 0 63626 593 0 0 20 0 1 0 334289139 49610752 11312 33554432000 4194304 9016284 140733527189952 140733527183912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12112 11312 686 1178 0 10930 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 48448
[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31288
/proc/meminfo: memFree=30445632/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=702.17 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12079 0 0 0 69571 646 0 0 20 0 1 0 334289139 50057216 11411 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11411 686 1178 0 11039 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 48884
[startup+762.307 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 31288
/proc/meminfo: memFree=30444764/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=762.17 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12085 0 0 0 75517 700 0 0 20 0 1 0 334289139 50057216 11417 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11417 686 1178 0 11039 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 48884
Solver just ended. Dumping a history of the last processes samples
[startup+767.9 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 31288
/proc/meminfo: memFree=30444640/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=767.77 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12085 0 0 0 76073 704 0 0 20 0 1 0 334289139 50057216 11417 33554432000 4194304 9016284 140733527189952 140733527183816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11417 686 1178 0 11039 0
Current children cumulated CPU time (s) 767.77
Current children cumulated vsize (KiB) 48884
[startup+771.107 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 31288
/proc/meminfo: memFree=30444640/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=770.97 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12085 0 0 0 76390 707 0 0 20 0 1 0 334289139 50057216 11417 33554432000 4194304 9016284 140733527189952 140733527184184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11417 686 1178 0 11039 0
Current children cumulated CPU time (s) 770.97
Current children cumulated vsize (KiB) 48884
[startup+772.7 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 31288
/proc/meminfo: memFree=30444640/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=772.56 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12085 0 0 0 76547 709 0 0 20 0 1 0 334289139 50057216 11417 33554432000 4194304 9016284 140733527189952 140733527184280 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11417 686 1178 0 11039 0
Current children cumulated CPU time (s) 772.56
Current children cumulated vsize (KiB) 48884
[startup+774.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 31288
/proc/meminfo: memFree=30444640/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=774.16 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12085 0 0 0 76706 710 0 0 20 0 1 0 334289139 50057216 11417 33554432000 4194304 9016284 140733527189952 140733527184280 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11417 686 1178 0 11039 0
Current children cumulated CPU time (s) 774.16
Current children cumulated vsize (KiB) 48884
[startup+774.7 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 31288
/proc/meminfo: memFree=30444640/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=774.56 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12085 0 0 0 76745 711 0 0 20 0 1 0 334289139 50057216 11417 33554432000 4194304 9016284 140733527189952 140733527184280 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11417 686 1178 0 11039 0
Current children cumulated CPU time (s) 774.56
Current children cumulated vsize (KiB) 48884
[startup+774.9 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 31288
/proc/meminfo: memFree=30444640/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=774.76 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12085 0 0 0 76765 711 0 0 20 0 1 0 334289139 50057216 11417 33554432000 4194304 9016284 140733527189952 140733527184280 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11417 686 1178 0 11039 0
Current children cumulated CPU time (s) 774.76
Current children cumulated vsize (KiB) 48884
[startup+775 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 31288
/proc/meminfo: memFree=30444640/32873648 swapFree=7628/7628
[pid=31068] ppid=31066 vsize=48884 CPUtime=774.86 cores=1,3,5,7
/proc/31068/stat : 31068 (scip-2.0.1.4b_2) R 31066 31068 20657 0 -1 4202496 12085 0 0 0 76775 711 0 0 20 0 1 0 334289139 50057216 11417 33554432000 4194304 9016284 140733527189952 140733527184280 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31068/statm: 12221 11417 686 1178 0 11039 0
Current children cumulated CPU time (s) 774.86
Current children cumulated vsize (KiB) 48884
Child status: 0
Real time (s): 775.054
CPU time (s): 774.925
CPU user time (s): 767.807
CPU system time (s): 7.11792
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 48884
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 767.807
system time used= 7.11792
maximum resident set size= 45676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12092
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= 17
involuntary context switches= 798
runsolver used 1.17982 second user time and 3.05054 second system time
The end