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-3691851-1338043428.opb>
0.00/0.04 c original problem has 6800 variables (6800 bin, 0 int, 0 impl, 0 cont) and 7002 constraints
0.00/0.04 c problem read in 0.04
0.00/0.04 c No objective function, only one solution is needed.
0.00/0.04 c presolving settings loaded
0.03/0.07 c presolving:
0.09/0.11 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12276 impls, 100 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, 12276 impls, 98 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, 12328 impls, 98 clqs
0.09/0.13 c (round 4) 269 del vars, 212 del conss, 0 add conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12440 impls, 98 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, 12564 impls, 98 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, 12698 impls, 98 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, 12778 impls, 98 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, 12810 impls, 98 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, 12820 impls, 98 clqs
0.19/0.23 c (round 10) 362 del vars, 403 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6501 upgd conss, 12832 impls, 98 clqs
0.19/0.26 c (round 11) 362 del vars, 403 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6599 upgd conss, 12832 impls, 98 clqs
0.29/0.30 c presolving (12 rounds):
0.29/0.30 c 362 deleted vars, 403 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.30 c 12832 implications, 98 cliques
0.29/0.30 c presolved problem has 6438 variables (6438 bin, 0 int, 0 impl, 0 cont) and 6599 constraints
0.29/0.30 c 1395 constraints of type <setppc>
0.29/0.30 c 5204 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.24
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.30 c
4.09/4.12 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
4.09/4.12 c 4.1s| 1 | 0 | 8856 | - | 29M| 0 |1417 |6438 |6599 |6438 |6599 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
6.78/6.87 c 6.9s| 1 | 0 | 10830 | - | 31M| 0 |1562 |6438 |7378 |6438 |6601 | 11 | 0 | 0 | 0.000000e+00 | -- | Inf
8.49/8.54 c 8.5s| 1 | 0 | 12597 | - | 31M| 0 |1609 |6438 |7378 |6438 |6611 | 21 | 0 | 0 | 0.000000e+00 | -- | Inf
10.49/10.51 c 10.5s| 1 | 0 | 14684 | - | 31M| 0 |1618 |6438 |7378 |6438 |6620 | 30 | 0 | 0 | 0.000000e+00 | -- | Inf
12.18/12.25 c 12.3s| 1 | 0 | 16337 | - | 31M| 0 |1639 |6438 |7378 |6438 |6628 | 38 | 0 | 0 | 0.000000e+00 | -- | Inf
14.38/14.42 c 14.4s| 1 | 0 | 18581 | - | 31M| 0 |1727 |6438 |7378 |6438 |6635 | 45 | 0 | 0 | 0.000000e+00 | -- | Inf
20.48/20.56 c 20.6s| 1 | 2 | 18581 | - | 31M| 0 |1727 |6438 |7378 |6438 |6635 | 45 | 0 | 11 | 0.000000e+00 | -- | Inf
183.56/183.63 c 184s| 100 | 95 | 89045 | 711.8 | 33M| 70 |1140 |6438 |7385 |6438 |6624 | 45 | 7 | 199 | 0.000000e+00 | -- | Inf
210.64/210.75 c 211s| 200 | 191 |119471 | 507.0 | 33M| 109 | 655 |6438 |7387 |6438 |6624 | 45 | 9 | 215 | 0.000000e+00 | -- | Inf
298.14/298.25 c 298s| 300 | 225 |214619 | 655.6 | 34M| 144 | - |6438 |7416 | 0 | 0 | 45 | 45 | 282 | 0.000000e+00 | -- | Inf
370.42/370.55 c 371s| 400 | 215 |304708 | 717.1 | 34M| 144 | 483 |6438 |7464 |6438 |6624 | 45 | 106 | 339 | 0.000000e+00 | -- | Inf
458.11/458.29 c 458s| 500 | 207 |411268 | 786.9 | 34M| 144 | - |6438 |7489 |6438 |6624 | 45 | 165 | 411 | 0.000000e+00 | -- | Inf
548.29/548.42 c 548s| 600 | 203 |519962 | 837.0 | 34M| 144 | - |6438 |7511 |6438 |6624 | 45 | 233 | 483 | 0.000000e+00 | -- | Inf
635.39/635.59 c 636s| 700 | 209 |617628 | 857.0 | 34M| 144 | 565 |6438 |7535 |6438 |6624 | 45 | 282 | 555 | 0.000000e+00 | -- | Inf
722.77/722.94 c 723s| 800 | 207 |730609 | 891.1 | 34M| 144 | - |6438 |7546 | 0 | 0 | 45 | 352 | 611 | 0.000000e+00 | -- | Inf
840.35/840.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
840.35/840.57 c 841s| 900 | 213 |867669 | 944.5 | 34M| 144 | 581 |6438 |7529 |6438 |6624 | 45 | 391 | 699 | 0.000000e+00 | -- | Inf
962.03/962.27 c 962s| 1000 | 227 | 1012k| 994.5 | 35M| 144 | - |6438 |7546 |6438 |6624 | 45 | 434 | 792 | 0.000000e+00 | -- | Inf
1070.32/1070.51 c 1071s| 1100 | 232 | 1136k|1017.2 | 35M| 144 | - |6438 |7551 |6438 |6624 | 45 | 482 | 872 | 0.000000e+00 | -- | Inf
1164.90/1165.11 c 1165s| 1200 | 252 | 1255k|1031.9 | 35M| 144 | - |6438 |7591 |6438 |6624 | 45 | 538 | 936 | 0.000000e+00 | -- | Inf
1267.78/1268.07 c 1268s| 1300 | 274 | 1375k|1044.3 | 36M| 144 | 715 |6438 |7596 |6438 |6624 | 45 | 584 |1016 | 0.000000e+00 | -- | Inf
1411.26/1411.52 c 1412s| 1400 | 292 | 1539k|1087.3 | 36M| 144 | - |6438 |7586 |6438 |6624 | 45 | 629 |1119 | 0.000000e+00 | -- | Inf
1562.44/1562.73 c 1563s| 1500 | 308 | 1709k|1128.1 | 36M| 144 | - |6438 |7618 |6438 |6624 | 45 | 690 |1223 | 0.000000e+00 | -- | Inf
1707.41/1707.77 c 1708s| 1600 | 318 | 1870k|1158.5 | 37M| 144 | - |6438 |7599 |6438 |6624 | 45 | 713 |1319 | 0.000000e+00 | -- | Inf
1796.70/1797.01 c
1796.70/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.01 c Solving Time (sec) : 1797.01
1796.70/1797.01 c Solving Nodes : 1657
1796.70/1797.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01 c Dual Bound : +0.00000000000000e+00
1796.70/1797.01 c Gap : infinite
1796.70/1797.01 s UNKNOWN
1796.70/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.01 c Total Time : 1797.01
1796.70/1797.01 c solving : 1797.01
1796.70/1797.01 c presolving : 0.24 (included in solving)
1796.70/1797.01 c reading : 0.04 (included in solving)
1796.70/1797.01 c copying : 0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.70/1797.01 c Original Problem :
1796.70/1797.01 c Problem name : HOME/instance-3691851-1338043428.opb
1796.70/1797.01 c Variables : 6800 (6800 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01 c Constraints : 7002 initial, 7002 maximal
1796.70/1797.01 c Objective sense : minimize
1796.70/1797.01 c Presolved Problem :
1796.70/1797.01 c Problem name : t_HOME/instance-3691851-1338043428.opb
1796.70/1797.01 c Variables : 6438 (6438 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01 c Constraints : 6599 initial, 7623 maximal
1796.70/1797.01 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.01 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c linear : 0.12 0.01 362 0 0 362 0 403 0 0 0
1796.70/1797.01 c logicor : 0.07 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c root node : - - 11 - - 11 - - - - -
1796.70/1797.01 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.70/1797.01 c integral : 0 0 0 0 1042 0 1 0 0 72 0 0 1990
1796.70/1797.01 c setppc : 1395 1395 6 10956 0 1 0 275622 10 107551 0 0 0
1796.70/1797.01 c linear : 0+ 789 5 10871 0 0 0 3924 3 716 32 0 0
1796.70/1797.01 c logicor : 5204+ 5451 6 7453 0 1 0 533533 131 141733 0 0 0
1796.70/1797.01 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.70/1797.01 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.70/1797.01 c integral : 684.51 0.00 0.00 0.00 684.51 0.00 0.00 0.00
1796.70/1797.01 c setppc : 0.61 0.00 0.00 0.30 0.00 0.00 0.00 0.31
1796.70/1797.01 c linear : 0.11 0.01 0.00 0.10 0.00 0.00 0.00 0.01
1796.70/1797.01 c logicor : 0.98 0.00 0.00 0.42 0.00 0.00 0.00 0.55
1796.70/1797.01 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.01 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.70/1797.01 c rootredcost : 0 0 0 0
1796.70/1797.01 c pseudoobj : 0 0 0 0
1796.70/1797.01 c vbounds : 0 0 0 0
1796.70/1797.01 c redcost : 1047 0 0 0
1796.70/1797.01 c probing : 0 0 0 0
1796.70/1797.01 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.70/1797.01 c rootredcost : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.01 c pseudoobj : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.01 c vbounds : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.01 c redcost : 0.10 0.00 0.00 0.10 0.00
1796.70/1797.01 c probing : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.01 c propagation : 0.09 144 143 368 30.4 11 12.0 -
1796.70/1797.01 c infeasible LP : 5.23 517 248 5581 672.0 1 5.0 0
1796.70/1797.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.01 c applied globally : - - - 730 150.7 - - -
1796.70/1797.01 c applied locally : - - - 0 0.0 - - -
1796.70/1797.01 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.70/1797.01 c cut pool : 0.00 4 - - 4 - (maximal pool size: 56)
1796.70/1797.01 c closecuts : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.70/1797.01 c intobj : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c gomory : 1.14 0.00 5 0 0 47 0
1796.70/1797.01 c cgmip : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c strongcg : 1.16 0.00 5 0 0 47 0
1796.70/1797.01 c cmir : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c flowcover : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c clique : 0.26 0.00 5 0 0 30 0
1796.70/1797.01 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c mcf : 0.00 0.00 1 0 0 0 0
1796.70/1797.01 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c rapidlearning : 1.06 0.00 1 0 11 0 789
1796.70/1797.01 c Pricers : ExecTime SetupTime Calls Vars
1796.70/1797.01 c problem variables: 0.00 - 0 0
1796.70/1797.01 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.01 c relpscost : 684.51 0.00 1042 0 72 0 0 1990
1796.70/1797.01 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c inference : 0.00 0.00 1 0 0 0 0 2
1796.70/1797.01 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c random : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.70/1797.01 c LP solutions : 0.00 - - 0
1796.70/1797.01 c pseudo solutions : 0.00 - - 0
1796.70/1797.01 c smallcard : 0.00 0.00 0 0
1796.70/1797.01 c trivial : 0.01 0.00 1 0
1796.70/1797.01 c shiftandpropagate: 0.00 0.00 0 0
1796.70/1797.01 c simplerounding : 0.00 0.00 0 0
1796.70/1797.01 c zirounding : 0.00 0.00 0 0
1796.70/1797.01 c rounding : 0.00 0.00 0 0
1796.70/1797.01 c shifting : 0.00 0.00 0 0
1796.70/1797.01 c intshifting : 0.00 0.00 0 0
1796.70/1797.01 c oneopt : 0.00 0.00 0 0
1796.70/1797.01 c twoopt : 0.00 0.00 0 0
1796.70/1797.01 c indtwoopt : 0.00 0.00 0 0
1796.70/1797.01 c indoneopt : 0.00 0.00 0 0
1796.70/1797.01 c fixandinfer : 0.00 0.00 0 0
1796.70/1797.01 c feaspump : 0.00 0.00 0 0
1796.70/1797.01 c clique : 0.00 0.00 0 0
1796.70/1797.01 c indrounding : 0.00 0.00 0 0
1796.70/1797.01 c indcoefdiving : 0.00 0.00 0 0
1796.70/1797.01 c coefdiving : 0.00 0.00 0 0
1796.70/1797.01 c pscostdiving : 0.00 0.00 0 0
1796.70/1797.01 c nlpdiving : 0.00 0.00 0 0
1796.70/1797.01 c fracdiving : 0.00 0.00 0 0
1796.70/1797.01 c veclendiving : 0.00 0.00 0 0
1796.70/1797.01 c intdiving : 0.00 0.00 0 0
1796.70/1797.01 c actconsdiving : 0.00 0.00 0 0
1796.70/1797.01 c objpscostdiving : 0.00 0.00 0 0
1796.70/1797.01 c rootsoldiving : 0.00 0.00 0 0
1796.70/1797.01 c linesearchdiving : 0.00 0.00 0 0
1796.70/1797.01 c guideddiving : 0.00 0.00 0 0
1796.70/1797.01 c octane : 0.00 0.00 0 0
1796.70/1797.01 c rens : 0.00 0.00 0 0
1796.70/1797.01 c rins : 0.00 0.00 0 0
1796.70/1797.01 c localbranching : 0.00 0.00 0 0
1796.70/1797.01 c mutation : 0.00 0.00 0 0
1796.70/1797.01 c crossover : 0.00 0.00 0 0
1796.70/1797.01 c dins : 0.00 0.00 0 0
1796.70/1797.01 c vbounds : 0.00 0.00 0 0
1796.70/1797.01 c undercover : 0.00 0.00 0 0
1796.70/1797.01 c subnlp : 0.00 0.00 0 0
1796.70/1797.01 c trysol : 0.00 0.00 0 0
1796.70/1797.01 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.70/1797.01 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.70/1797.01 c dual LP : 1099.39 1566 1973885 1260.46 1795.44 0.00 0
1796.70/1797.01 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.01 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.70/1797.01 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.01 c strong branching : 684.23 1375 1095586 796.79 1601.19
1796.70/1797.01 c (at root node) : - 11 7900 718.18 -
1796.70/1797.01 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.01 c B&B Tree :
1796.70/1797.01 c number of runs : 1
1796.70/1797.01 c nodes : 1657
1796.70/1797.01 c nodes (total) : 1657
1796.70/1797.01 c nodes left : 335
1796.70/1797.01 c max depth : 144
1796.70/1797.01 c max depth (total): 144
1796.70/1797.01 c backtracks : 205 (12.4%)
1796.70/1797.01 c delayed cutoffs : 1
1796.70/1797.01 c repropagations : 3126 (1351 domain reductions, 1 cutoffs)
1796.70/1797.01 c avg switch length: 8.27
1796.70/1797.01 c switching time : 1.05
1796.70/1797.01 c Solution :
1796.70/1797.01 c Solutions found : 0 (0 improvements)
1796.70/1797.01 c Primal Bound : -
1796.70/1797.01 c Dual Bound : +0.00000000000000e+00
1796.70/1797.01 c Gap : infinite
1796.70/1797.01 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.01 c Root Iterations : 18581
1796.70/1797.06 c Time complete: 1796.76.
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-3691851-1338043428/watcher-3691851-1338043428 -o /tmp/evaluation-result-3691851-1338043428/solver-3691851-1338043428 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691851-1338043428.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.01 2.02 2.00 2/174 32220
/proc/meminfo: memFree=27393040/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=12032 CPUtime=0 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 1764 0 0 0 0 0 0 0 20 0 1 0 270471350 12320768 1718 33554432000 4194304 10219143 140735769345280 140734178111752 8891101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 3008 1727 398 1471 0 1528 0
[startup+0.04209 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 32220
/proc/meminfo: memFree=27393040/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=25164 CPUtime=0.03 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 4815 0 0 0 3 0 0 0 20 0 1 0 270471350 25767936 4770 33554432000 4194304 10219143 140735769345280 140734178111752 8891101 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 6291 4771 464 1471 0 4811 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25164
[startup+0.100269 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 32220
/proc/meminfo: memFree=27393040/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=40948 CPUtime=0.09 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 8640 0 0 0 7 2 0 0 20 0 1 0 270471350 41930752 8594 33554432000 4194304 10219143 140735769345280 140734178111752 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 10237 8594 549 1471 0 8757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40948
[startup+0.300248 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 32220
/proc/meminfo: memFree=27393040/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=55280 CPUtime=0.29 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 12546 0 0 0 20 9 0 0 20 0 1 0 270471350 56606720 12243 33554432000 4194304 10219143 140735769345280 140735769342280 5347317 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 13820 12243 586 1471 0 12340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55280
[startup+0.700217 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 32220
/proc/meminfo: memFree=27393040/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=73764 CPUtime=0.69 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 17233 0 0 0 59 10 0 0 20 0 1 0 270471350 75534336 16850 33554432000 4194304 10219143 140735769345280 140735769338632 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 18441 16850 727 1471 0 16961 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73764
[startup+1.50022 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 32221
/proc/meminfo: memFree=27341432/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=74248 CPUtime=1.49 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 17377 0 0 0 139 10 0 0 20 0 1 0 270471350 76029952 16994 33554432000 4194304 10219143 140735769345280 140735769338536 8025308 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 18562 16994 727 1471 0 17082 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74248
[startup+3.10023 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 32221
/proc/meminfo: memFree=27340324/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=74544 CPUtime=3.08 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 17447 0 0 0 298 10 0 0 20 0 1 0 270471350 76333056 17064 33554432000 4194304 10219143 140735769345280 140735769338632 8051277 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 18636 17064 728 1471 0 17156 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 74544
[startup+6.30024 s]
/proc/loadavg: 2.09 2.04 2.01 2/173 32222
/proc/meminfo: memFree=29330320/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=6.28 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31539 0 0 0 598 30 0 0 20 0 1 0 270471350 131878912 30633 33554432000 4194304 10219143 140735769345280 140735769338632 8067880 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 32197 30633 798 1471 0 30717 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 128788
[startup+12.7002 s]
/proc/loadavg: 2.08 2.04 2.00 3/175 32260
/proc/meminfo: memFree=29297320/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=12.68 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31549 0 0 0 1233 35 0 0 20 0 1 0 270471350 131878912 30643 33554432000 4194304 10219143 140735769345280 140735769340200 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 32197 30643 798 1471 0 30717 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 128788
[startup+25.5002 s]
/proc/loadavg: 2.06 2.04 2.00 3/175 32260
/proc/meminfo: memFree=29229484/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=25.48 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31561 0 0 0 2512 36 0 0 20 0 1 0 270471350 131878912 30763 33554432000 4194304 10219143 140735769345280 140735769338728 8025320 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32220/statm: 32197 30763 799 1471 0 30717 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128788
[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 32260
/proc/meminfo: memFree=29228212/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=51.07 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31563 0 0 0 5067 40 0 0 20 0 1 0 270471350 131878912 31057 33554432000 4194304 10219143 140735769345280 140735769339112 8098722 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31057 799 1471 0 30717 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128788
[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 32260
/proc/meminfo: memFree=29225780/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=102.27 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31564 0 0 0 10181 46 0 0 20 0 1 0 270471350 131878912 31400 33554432000 4194304 10219143 140735769345280 140735769338824 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31400 800 1471 0 30717 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 128788
[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 32260
/proc/meminfo: memFree=29223144/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=162.25 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31565 0 0 0 16171 54 0 0 20 0 1 0 270471350 131878912 31401 33554432000 4194304 10219143 140735769345280 140735769338728 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31401 801 1471 0 30717 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 128788
[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 32261
/proc/meminfo: memFree=29222904/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=222.25 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31571 0 0 0 22160 65 0 0 20 0 1 0 270471350 131878912 31407 33554432000 4194304 10219143 140735769345280 140735769338584 8056615 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31407 804 1471 0 30717 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 128788
[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 32261
/proc/meminfo: memFree=29222892/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=282.24 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31571 0 0 0 28147 77 0 0 20 0 1 0 270471350 131878912 31407 33554432000 4194304 10219143 140735769345280 140735769338536 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31407 804 1471 0 30717 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 128788
[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/175 32261
/proc/meminfo: memFree=29223016/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=342.22 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31571 0 0 0 34134 88 0 0 20 0 1 0 270471350 131878912 31407 33554432000 4194304 10219143 140735769345280 140735769338264 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31407 804 1471 0 30717 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 128788
[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 32264
/proc/meminfo: memFree=29223380/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=402.22 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31572 0 0 0 40116 106 0 0 20 0 1 0 270471350 131878912 31408 33554432000 4194304 10219143 140735769345280 140735769338824 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31408 804 1471 0 30717 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 128788
[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 32264
/proc/meminfo: memFree=29223760/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=462.2 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31572 0 0 0 46086 134 0 0 20 0 1 0 270471350 131878912 31408 33554432000 4194304 10219143 140735769345280 140735769338776 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31408 804 1471 0 30717 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 128788
[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/174 32264
/proc/meminfo: memFree=29223512/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=522.2 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31573 0 0 0 52057 163 0 0 20 0 1 0 270471350 131878912 31409 33554432000 4194304 10219143 140735769345280 140735769338536 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31409 804 1471 0 30717 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 128788
[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 32265
/proc/meminfo: memFree=29223636/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=582.19 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31573 0 0 0 58023 196 0 0 20 0 1 0 270471350 131878912 31409 33554432000 4194304 10219143 140735769345280 140735769338632 8099907 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31409 804 1471 0 30717 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 128788
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=29223388/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1122.1 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 111860 350 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338728 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 128788
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32293
/proc/meminfo: memFree=29223760/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1182.1 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 117846 364 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769337800 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 128788
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32293
/proc/meminfo: memFree=29223264/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1242.09 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 123835 374 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338632 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 128788
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32293
/proc/meminfo: memFree=29223264/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1302.09 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 129822 387 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338536 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 128788
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32293
/proc/meminfo: memFree=29223512/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1362.07 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 135811 396 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338536 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 128788
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32293
/proc/meminfo: memFree=29223636/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1422.06 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 141800 406 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338536 8104437 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 128788
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32294
/proc/meminfo: memFree=29223760/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1482.05 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 147787 418 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338728 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 128788
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32294
/proc/meminfo: memFree=29223760/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1542.05 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 153773 432 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338728 8077277 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 128788
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32297
/proc/meminfo: memFree=29223752/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1602.03 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 159753 450 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338824 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 128788
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32297
/proc/meminfo: memFree=29223884/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1662.02 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 165740 462 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338824 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 128788
[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 32297
/proc/meminfo: memFree=29224008/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1722.01 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 171728 473 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338632 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 128788
[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32298
/proc/meminfo: memFree=29223264/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1782 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 177713 487 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338536 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 128788
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32298
/proc/meminfo: memFree=29223264/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1785.21 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 178033 488 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338728 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 128788
[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32298
/proc/meminfo: memFree=29223388/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1791.61 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 178672 489 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338632 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 128788
[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32298
/proc/meminfo: memFree=29223388/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1794.8 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 178991 489 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338536 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 128788
[startup+1795.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32298
/proc/meminfo: memFree=29223388/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1795.6 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 179071 489 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338584 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 128788
[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32298
/proc/meminfo: memFree=29223388/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1796.41 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 179151 490 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769337800 8056460 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 128788
[startup+1796.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32298
/proc/meminfo: memFree=29223388/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1796.61 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 179171 490 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338920 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 128788
[startup+1797 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32298
/proc/meminfo: memFree=29223388/32873844 swapFree=7104/7104
[pid=32220] ppid=32218 vsize=128788 CPUtime=1796.7 cores=0,2,4,6
/proc/32220/stat : 32220 (scip-2.1.1.4exp) R 32218 32220 28130 0 -1 4202496 31575 0 0 0 179180 490 0 0 20 0 1 0 270471350 131878912 31411 33554432000 4194304 10219143 140735769345280 140735769338920 8030350 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32220/statm: 32197 31411 806 1471 0 30717 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 128788
Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.77
CPU user time (s): 1791.87
CPU system time (s): 4.90625
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 130200
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.87
system time used= 4.90625
maximum resident set size= 125660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31581
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= 15
involuntary context switches= 2175
runsolver used 8.03278 second user time and 13.5779 second system time
The end