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: a3bf3a4-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-3690692-1338024950.opb>
0.00/0.03 c original problem has 7276 variables (7276 bin, 0 int, 0 impl, 0 cont) and 7492 constraints
0.00/0.03 c problem read in 0.03
0.00/0.03 c No objective function, only one solution is needed.
0.00/0.03 c presolving settings loaded
0.06/0.09 c presolving:
0.08/0.12 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12876 impls, 107 clqs
0.08/0.12 c (round 2) 136 del vars, 12 del conss, 0 add conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12876 impls, 105 clqs
0.08/0.13 c (round 3) 212 del vars, 155 del conss, 0 add conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12928 impls, 105 clqs
0.08/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, 13040 impls, 105 clqs
0.08/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, 13164 impls, 105 clqs
0.08/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, 13298 impls, 105 clqs
0.08/0.14 c (round 7) 356 del vars, 299 del conss, 0 add conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13378 impls, 105 clqs
0.08/0.14 c (round 8) 360 del vars, 303 del conss, 0 add conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13410 impls, 105 clqs
0.08/0.15 c (round 9) 362 del vars, 305 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13420 impls, 105 clqs
0.18/0.22 c (round 10) 362 del vars, 410 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6977 upgd conss, 13432 impls, 105 clqs
0.18/0.25 c (round 11) 362 del vars, 410 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 7082 upgd conss, 13432 impls, 105 clqs
0.18/0.29 c presolving (12 rounds):
0.18/0.29 c 362 deleted vars, 410 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.29 c 13432 implications, 105 cliques
0.18/0.29 c presolved problem has 6914 variables (6914 bin, 0 int, 0 impl, 0 cont) and 7082 constraints
0.18/0.29 c 1493 constraints of type <setppc>
0.18/0.29 c 5589 constraints of type <logicor>
0.18/0.29 c transformed objective value is always integral (scale: 1)
0.18/0.29 c Presolving Time: 0.23
0.18/0.29 c - non default parameters ----------------------------------------------------------------------
0.18/0.29 c # SCIP version 2.1.1.4
0.18/0.29 c
0.18/0.29 c # maximal time in seconds to run
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.29 c limits/time = 1797
0.18/0.29 c
0.18/0.29 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.29 c limits/memory = 13950
0.18/0.29 c
0.18/0.29 c # solving stops, if the given number of solutions were found (-1: no limit)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.29 c limits/solutions = 1
0.18/0.29 c
0.18/0.29 c # maximal number of separation rounds per node (-1: unlimited)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 5]
0.18/0.29 c separating/maxrounds = 1
0.18/0.29 c
0.18/0.29 c # maximal number of separation rounds in the root node (-1: unlimited)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.29 c separating/maxroundsroot = 5
0.18/0.29 c
0.18/0.29 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.29 c # [type: int, range: [1,2], default: 1]
0.18/0.29 c timing/clocktype = 2
0.18/0.29 c
0.18/0.29 c # belongs reading time to solving time?
0.18/0.29 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.29 c timing/reading = TRUE
0.18/0.29 c
0.18/0.29 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.18/0.29 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.18/0.29 c constraints/knapsack/disaggregation = FALSE
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.29 c heuristics/coefdiving/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.29 c heuristics/coefdiving/maxlpiterquot = 0.075
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/coefdiving/maxlpiterofs = 1500
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 30]
0.18/0.29 c heuristics/crossover/freq = -1
0.18/0.29 c
0.18/0.29 c # number of nodes added to the contingent of the total nodes
0.18/0.29 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.18/0.29 c heuristics/crossover/nodesofs = 750
0.18/0.29 c
0.18/0.29 c # number of nodes without incumbent change that heuristic should wait
0.18/0.29 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.18/0.29 c heuristics/crossover/nwaitingnodes = 100
0.18/0.29 c
0.18/0.29 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.18/0.29 c # [type: real, range: [0,1], default: 0.1]
0.18/0.29 c heuristics/crossover/nodesquot = 0.15
0.18/0.29 c
0.18/0.29 c # minimum percentage of integer variables that have to be fixed
0.18/0.29 c # [type: real, range: [0,1], default: 0.666]
0.18/0.29 c heuristics/crossover/minfixingrate = 0.5
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.29 c heuristics/feaspump/freq = -1
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/feaspump/maxlpiterofs = 2000
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.29 c heuristics/fracdiving/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.29 c heuristics/fracdiving/maxlpiterquot = 0.075
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/fracdiving/maxlpiterofs = 1500
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.29 c heuristics/guideddiving/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.29 c heuristics/guideddiving/maxlpiterquot = 0.075
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/guideddiving/maxlpiterofs = 1500
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.29 c heuristics/intdiving/maxlpiterquot = 0.075
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.29 c heuristics/intshifting/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.29 c heuristics/linesearchdiving/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.29 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.29 c heuristics/objpscostdiving/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to total iteration number
0.18/0.29 c # [type: real, range: [0,1], default: 0.01]
0.18/0.29 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.29 c heuristics/oneopt/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.29 c heuristics/pscostdiving/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.29 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/pscostdiving/maxlpiterofs = 1500
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.29 c heuristics/rens/freq = -1
0.18/0.29 c
0.18/0.29 c # minimum percentage of integer variables that have to be fixable
0.18/0.29 c # [type: real, range: [0,1], default: 0.5]
0.18/0.29 c heuristics/rens/minfixingrate = 0.3
0.18/0.29 c
0.18/0.29 c # number of nodes added to the contingent of the total nodes
0.18/0.29 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.18/0.29 c heuristics/rens/nodesofs = 2000
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.29 c heuristics/rootsoldiving/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.18/0.29 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.29 c heuristics/rounding/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.29 c heuristics/shiftandpropagate/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.29 c heuristics/shifting/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.29 c heuristics/simplerounding/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.29 c heuristics/subnlp/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.29 c heuristics/trivial/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.29 c heuristics/trysol/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.29 c heuristics/undercover/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.29 c heuristics/veclendiving/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.29 c heuristics/veclendiving/maxlpiterquot = 0.075
0.18/0.29 c
0.18/0.29 c # additional number of allowed LP iterations
0.18/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.29 c heuristics/veclendiving/maxlpiterofs = 1500
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.29 c heuristics/zirounding/freq = -1
0.18/0.29 c
0.18/0.29 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.29 c propagating/probing/maxprerounds = 0
0.18/0.29 c
0.18/0.29 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.29 c separating/cmir/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.29 c separating/flowcover/freq = -1
0.18/0.29 c
0.18/0.29 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.29 c separating/rapidlearning/freq = 0
0.18/0.29 c
0.18/0.29 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.18/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.29 c heuristics/indoneopt/freq = -1
0.18/0.29 c
0.18/0.29 c -----------------------------------------------------------------------------------------------
0.18/0.29 c start solving
0.18/0.29 c
5.59/5.61 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
5.59/5.61 c 5.6s| 1 | 0 | 10980 | - | 30M| 0 |1545 |6914 |7082 |6914 |7082 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
11.69/11.79 c 11.8s| 1 | 0 | 14484 | - | 34M| 0 |1662 |6914 |9122 |6914 |7083 | 9 | 0 | 0 | 0.000000e+00 | -- | Inf
13.69/13.71 c 13.7s| 1 | 0 | 16573 | - | 34M| 0 |1687 |6914 |9122 |6914 |7091 | 17 | 0 | 0 | 0.000000e+00 | -- | Inf
16.99/17.06 c 17.1s| 1 | 0 | 20597 | - | 34M| 0 |1863 |6914 |9122 |6914 |7099 | 25 | 0 | 0 | 0.000000e+00 | -- | Inf
19.29/19.35 c 19.4s| 1 | 0 | 22961 | - | 34M| 0 |1903 |6914 |9122 |6914 |7106 | 32 | 0 | 0 | 0.000000e+00 | -- | Inf
20.89/20.94 c 20.9s| 1 | 0 | 24326 | - | 34M| 0 |1867 |6914 |9122 |6914 |7111 | 37 | 0 | 0 | 0.000000e+00 | -- | Inf
26.39/26.44 c 26.4s| 1 | 2 | 24326 | - | 34M| 0 |1867 |6914 |9122 |6914 |7111 | 37 | 0 | 9 | 0.000000e+00 | -- | Inf
220.66/220.76 c 221s| 100 | 97 |114015 | 905.9 | 35M| 80 |1147 |6914 |9124 |6914 |7104 | 37 | 2 | 216 | 0.000000e+00 | -- | Inf
365.43/365.57 c 366s| 200 | 197 |254398 |1156.1 | 36M| 132 | 381 |6914 |9124 |6914 |7104 | 37 | 2 | 296 | 0.000000e+00 | -- | Inf
514.21/514.32 c 514s| 300 | 227 |409470 |1288.1 | 37M| 132 | - |6914 |9158 |6914 |7104 | 37 | 36 | 393 | 0.000000e+00 | -- | Inf
625.40/625.54 c 626s| 400 | 248 |527477 |1261.0 | 38M| 132 | 623 |6914 |9173 |6914 |7104 | 37 | 55 | 473 | 0.000000e+00 | -- | Inf
749.67/749.89 c 750s| 500 | 260 |671279 |1296.5 | 38M| 132 | 451 |6914 |9187 |6914 |7104 | 37 | 70 | 569 | 0.000000e+00 | -- | Inf
844.07/844.25 c 844s| 600 | 268 |790050 |1278.3 | 38M| 133 | 942 |6914 |9192 |6914 |7104 | 37 | 76 | 634 | 0.000000e+00 | -- | Inf
959.64/959.88 c 960s| 700 | 302 |918849 |1279.7 | 39M| 133 | 423 |6914 |9227 |6914 |7104 | 37 | 111 | 730 | 0.000000e+00 | -- | Inf
1108.72/1108.92 c 1109s| 800 | 314 | 1096k|1342.2 | 39M| 133 | - |6914 |9231 |6914 |7104 | 37 | 124 | 850 | 0.000000e+00 | -- | Inf
1213.80/1214.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1213.80/1214.06 c 1214s| 900 | 326 | 1222k|1332.7 | 40M| 133 | - |6914 |9240 | 0 | 0 | 37 | 138 | 930 | 0.000000e+00 | -- | Inf
1374.17/1374.43 c 1374s| 1000 | 324 | 1410k|1387.5 | 40M| 141 | 433 |6914 |9252 |6914 |7104 | 37 | 166 |1056 | 0.000000e+00 | -- | Inf
1516.75/1517.08 c 1517s| 1100 | 332 | 1575k|1411.8 | 40M| 141 | 429 |6914 |9262 |6914 |7104 | 37 | 182 |1169 | 0.000000e+00 | -- | Inf
1649.53/1649.84 c 1650s| 1200 | 334 | 1735k|1426.9 | 41M| 141 | 353 |6914 |9261 |6914 |7104 | 37 | 193 |1273 | 0.000000e+00 | -- | Inf
1790.51/1790.87 c 1791s| 1300 | 338 | 1902k|1446.1 | 41M| 141 | 435 |6914 |9283 |6914 |7104 | 37 | 227 |1377 | 0.000000e+00 | -- | Inf
1796.70/1797.00 c
1796.70/1797.00 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.00 c Solving Time (sec) : 1797.00
1796.70/1797.00 c Solving Nodes : 1309
1796.70/1797.00 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00 c Dual Bound : +0.00000000000000e+00
1796.70/1797.00 c Gap : infinite
1796.70/1797.00 s UNKNOWN
1796.70/1797.00 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.00 c Total Time : 1797.00
1796.70/1797.00 c solving : 1797.00
1796.70/1797.00 c presolving : 0.23 (included in solving)
1796.70/1797.00 c reading : 0.03 (included in solving)
1796.70/1797.00 c copying : 0.03 (1 #copies) (minimal 0.03, maximal 0.03, average 0.03)
1796.70/1797.00 c Original Problem :
1796.70/1797.00 c Problem name : HOME/instance-3690692-1338024950.opb
1796.70/1797.00 c Variables : 7276 (7276 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00 c Constraints : 7492 initial, 7492 maximal
1796.70/1797.00 c Objective sense : minimize
1796.70/1797.00 c Presolved Problem :
1796.70/1797.00 c Problem name : t_HOME/instance-3690692-1338024950.opb
1796.70/1797.00 c Variables : 6914 (6914 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00 c Constraints : 7082 initial, 9283 maximal
1796.70/1797.00 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.00 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c gateextraction : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c components : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c linear : 0.09 0.00 362 0 0 362 0 410 0 0 0
1796.70/1797.00 c logicor : 0.06 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c root node : - - 8 - - 8 - - - - -
1796.70/1797.00 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.70/1797.00 c integral : 0 0 0 0 868 0 1 0 2 66 0 0 1648
1796.70/1797.00 c setppc : 1493 1493 6 9229 0 1 0 38164 6 83724 0 0 0
1796.70/1797.00 c linear : 0+ 2050 5 9222 0 0 0 316 3 126 16 0 0
1796.70/1797.00 c logicor : 5589+ 5754 6 6827 0 1 0 57965 100 115832 0 0 0
1796.70/1797.00 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.70/1797.00 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.70/1797.00 c integral : 692.19 0.00 0.00 0.00 692.19 0.00 0.00 0.00
1796.70/1797.00 c setppc : 0.40 0.00 0.00 0.38 0.00 0.00 0.00 0.02
1796.70/1797.00 c linear : 0.08 0.00 0.01 0.07 0.00 0.00 0.00 0.00
1796.70/1797.00 c logicor : 0.48 0.00 0.00 0.43 0.00 0.00 0.00 0.04
1796.70/1797.00 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.00 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.70/1797.00 c rootredcost : 0 0 0 0
1796.70/1797.00 c pseudoobj : 0 0 0 0
1796.70/1797.00 c vbounds : 0 0 0 0
1796.70/1797.00 c redcost : 873 0 0 0
1796.70/1797.00 c probing : 0 0 0 0
1796.70/1797.00 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.70/1797.00 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.00 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.00 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.00 c redcost : 0.11 0.00 0.00 0.11 0.00
1796.70/1797.00 c probing : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.00 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.00 c propagation : 0.03 109 109 295 34.6 5 5.2 -
1796.70/1797.00 c infeasible LP : 2.55 373 21 356 761.1 0 0.0 0
1796.70/1797.00 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.00 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.00 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.00 c applied globally : - - - 227 48.0 - - -
1796.70/1797.00 c applied locally : - - - 0 0.0 - - -
1796.70/1797.00 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.70/1797.00 c cut pool : 0.00 4 - - 0 - (maximal pool size: 30)
1796.70/1797.00 c closecuts : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.70/1797.00 c intobj : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c gomory : 1.06 0.00 5 0 0 0 0
1796.70/1797.00 c cgmip : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c strongcg : 1.08 0.00 5 0 0 0 0
1796.70/1797.00 c cmir : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c flowcover : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c clique : 0.27 0.00 5 0 0 30 0
1796.70/1797.00 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c mcf : 0.01 0.00 1 0 0 0 0
1796.70/1797.00 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c rapidlearning : 3.41 0.00 1 0 8 0 2050
1796.70/1797.00 c Pricers : ExecTime SetupTime Calls Vars
1796.70/1797.00 c problem variables: 0.00 - 0 0
1796.70/1797.00 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.00 c relpscost : 692.19 0.00 868 2 66 0 0 1648
1796.70/1797.00 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c inference : 0.00 0.00 1 0 0 0 0 2
1796.70/1797.00 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c random : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.70/1797.00 c LP solutions : 0.00 - - 0
1796.70/1797.00 c pseudo solutions : 0.00 - - 0
1796.70/1797.00 c smallcard : 0.00 0.00 0 0
1796.70/1797.00 c trivial : 0.01 0.00 1 0
1796.70/1797.00 c shiftandpropagate: 0.00 0.00 0 0
1796.70/1797.00 c simplerounding : 0.00 0.00 0 0
1796.70/1797.00 c zirounding : 0.00 0.00 0 0
1796.70/1797.00 c rounding : 0.00 0.00 0 0
1796.70/1797.00 c shifting : 0.00 0.00 0 0
1796.70/1797.00 c intshifting : 0.00 0.00 0 0
1796.70/1797.00 c oneopt : 0.00 0.00 0 0
1796.70/1797.00 c twoopt : 0.00 0.00 0 0
1796.70/1797.00 c indtwoopt : 0.00 0.00 0 0
1796.70/1797.00 c indoneopt : 0.00 0.00 0 0
1796.70/1797.00 c fixandinfer : 0.00 0.00 0 0
1796.70/1797.00 c feaspump : 0.00 0.00 0 0
1796.70/1797.00 c clique : 0.00 0.00 0 0
1796.70/1797.00 c indrounding : 0.00 0.00 0 0
1796.70/1797.00 c indcoefdiving : 0.00 0.00 0 0
1796.70/1797.00 c coefdiving : 0.00 0.00 0 0
1796.70/1797.00 c pscostdiving : 0.00 0.00 0 0
1796.70/1797.00 c nlpdiving : 0.00 0.00 0 0
1796.70/1797.00 c fracdiving : 0.00 0.00 0 0
1796.70/1797.00 c veclendiving : 0.00 0.00 0 0
1796.70/1797.00 c intdiving : 0.00 0.00 0 0
1796.70/1797.00 c actconsdiving : 0.00 0.00 0 0
1796.70/1797.00 c objpscostdiving : 0.00 0.00 0 0
1796.70/1797.00 c rootsoldiving : 0.00 0.00 0 0
1796.70/1797.00 c linesearchdiving : 0.00 0.00 0 0
1796.70/1797.00 c guideddiving : 0.00 0.00 0 0
1796.70/1797.00 c octane : 0.00 0.00 0 0
1796.70/1797.00 c rens : 0.00 0.00 0 0
1796.70/1797.00 c rins : 0.00 0.00 0 0
1796.70/1797.00 c localbranching : 0.00 0.00 0 0
1796.70/1797.00 c mutation : 0.00 0.00 0 0
1796.70/1797.00 c crossover : 0.00 0.00 0 0
1796.70/1797.00 c dins : 0.00 0.00 0 0
1796.70/1797.00 c vbounds : 0.00 0.00 0 0
1796.70/1797.00 c undercover : 0.00 0.00 0 0
1796.70/1797.00 c subnlp : 0.00 0.00 0 0
1796.70/1797.00 c trysol : 0.00 0.00 0 0
1796.70/1797.00 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.70/1797.00 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.70/1797.00 c dual LP : 1091.66 1248 1914179 1535.03 1753.45 0.00 1
1796.70/1797.00 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.00 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.70/1797.00 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.00 c strong branching : 691.91 1377 1063287 772.18 1536.73
1796.70/1797.00 c (at root node) : - 9 6415 712.78 -
1796.70/1797.00 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.00 c B&B Tree :
1796.70/1797.00 c number of runs : 1
1796.70/1797.00 c nodes : 1309
1796.70/1797.00 c nodes (total) : 1309
1796.70/1797.00 c nodes left : 341
1796.70/1797.00 c max depth : 141
1796.70/1797.00 c max depth (total): 141
1796.70/1797.00 c backtracks : 196 (15.0%)
1796.70/1797.00 c delayed cutoffs : 1
1796.70/1797.00 c repropagations : 2158 (3484 domain reductions, 0 cutoffs)
1796.70/1797.00 c avg switch length: 7.31
1796.70/1797.00 c switching time : 1.39
1796.70/1797.00 c Solution :
1796.70/1797.00 c Solutions found : 0 (0 improvements)
1796.70/1797.00 c Primal Bound : -
1796.70/1797.00 c Dual Bound : +0.00000000000000e+00
1796.70/1797.00 c Gap : infinite
1796.70/1797.00 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.00 c Root Iterations : 24326
1796.70/1797.07 c Time complete: 1796.78.
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 989)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690692-1338024950/watcher-3690692-1338024950 -o /tmp/evaluation-result-3690692-1338024950/solver-3690692-1338024950 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690692-1338024950.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.02 2.01 2.00 3/176 30130
/proc/meminfo: memFree=25804324/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=11164 CPUtime=0 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 1538 0 0 0 0 0 0 0 20 0 1 0 268623514 11431936 1493 33554432000 4194304 10173063 140736913163248 140736311722424 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 2791 1493 413 1460 0 1322 0
[startup+0.073546 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 30130
/proc/meminfo: memFree=25804324/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=38768 CPUtime=0.06 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 8208 0 0 0 6 0 0 0 20 0 1 0 268623514 39698432 8163 33554432000 4194304 10173063 140736913163248 140736311722424 4952769 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 9741 8184 510 1460 0 8272 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38768
[startup+0.100383 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 30130
/proc/meminfo: memFree=25804324/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=44024 CPUtime=0.08 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 9426 0 0 0 8 0 0 0 20 0 1 0 268623514 45080576 9381 33554432000 4194304 10173063 140736913163248 140736311722424 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 11006 9381 550 1460 0 9537 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44024
[startup+0.300324 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 30130
/proc/meminfo: memFree=25804324/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=58380 CPUtime=0.29 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 13582 0 0 0 26 3 0 0 20 0 1 0 268623514 59781120 13092 33554432000 4194304 10173063 140736913163248 140736311722424 7545739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 14595 13092 649 1460 0 13126 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58380
[startup+0.700243 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 30130
/proc/meminfo: memFree=25804324/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=74260 CPUtime=0.69 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 17789 0 0 0 65 4 0 0 20 0 1 0 268623514 76042240 16920 33554432000 4194304 10173063 140736913163248 140736913156504 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 18565 16920 733 1460 0 17096 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74260
[startup+1.50024 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30131
/proc/meminfo: memFree=25739480/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=74708 CPUtime=1.48 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 17929 0 0 0 144 4 0 0 20 0 1 0 268623514 76500992 17055 33554432000 4194304 10173063 140736913163248 140736913156504 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 18677 17055 733 1460 0 17208 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 74708
[startup+3.10031 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30131
/proc/meminfo: memFree=25738348/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=75092 CPUtime=3.09 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 18068 0 0 0 304 5 0 0 20 0 1 0 268623514 76894208 17194 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 18773 17194 733 1460 0 17304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75092
[startup+6.30032 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30131
/proc/meminfo: memFree=25739956/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=119760 CPUtime=6.29 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 29287 0 0 0 620 9 0 0 20 0 1 0 268623514 122634240 28239 33554432000 4194304 10173063 140736913163248 140736913156424 8886411 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 29940 28239 779 1460 0 28471 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119760
[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30131
/proc/meminfo: memFree=25670840/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=12.68 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35291 0 0 0 1243 25 0 0 20 0 1 0 268623514 146919424 34214 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34214 803 1460 0 34400 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 143476
[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30131
/proc/meminfo: memFree=25672992/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=25.49 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35298 0 0 0 2519 30 0 0 20 0 1 0 268623514 146919424 34221 33554432000 4194304 10173063 140736913163248 140736913156696 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34221 806 1460 0 34400 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143476
[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30131
/proc/meminfo: memFree=25672652/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=51.08 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35299 0 0 0 5072 36 0 0 20 0 1 0 268623514 146919424 34222 33554432000 4194304 10173063 140736913163248 140736913156744 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34222 807 1460 0 34400 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 143476
[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 30131
/proc/meminfo: memFree=25670648/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=102.28 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35299 0 0 0 10178 50 0 0 20 0 1 0 268623514 146919424 34222 33554432000 4194304 10173063 140736913163248 140736913156696 8012407 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34222 807 1460 0 34400 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 143476
[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 30132
/proc/meminfo: memFree=25667708/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=162.26 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35299 0 0 0 16162 64 0 0 20 0 1 0 268623514 146919424 34222 33554432000 4194304 10173063 140736913163248 140736913156792 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34222 807 1460 0 34400 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 143476
[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30132
/proc/meminfo: memFree=25668188/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=222.25 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35299 0 0 0 22148 77 0 0 20 0 1 0 268623514 146919424 34222 33554432000 4194304 10173063 140736913163248 140736913156552 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34222 807 1460 0 34400 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 143476
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30135
/proc/meminfo: memFree=25664564/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=282.25 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35300 0 0 0 28133 92 0 0 20 0 1 0 268623514 146919424 34223 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34223 808 1460 0 34400 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 143476
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30135
/proc/meminfo: memFree=25661764/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=342.24 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35300 0 0 0 34117 107 0 0 20 0 1 0 268623514 146919424 34223 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34223 808 1460 0 34400 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 143476
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30135
/proc/meminfo: memFree=25658960/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=402.22 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35321 0 0 0 40100 122 0 0 20 0 1 0 268623514 146919424 34244 33554432000 4194304 10173063 140736913163248 140736913156552 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34244 810 1460 0 34400 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 143476
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30136
/proc/meminfo: memFree=25656664/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=462.22 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35321 0 0 0 46084 138 0 0 20 0 1 0 268623514 146919424 34244 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34244 810 1460 0 34400 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 143476
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30136
/proc/meminfo: memFree=25645876/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=522.21 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35323 0 0 0 52066 155 0 0 20 0 1 0 268623514 146919424 34246 33554432000 4194304 10173063 140736913163248 140736913156232 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34246 811 1460 0 34400 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 143476
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30136
/proc/meminfo: memFree=25645520/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=582.2 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35323 0 0 0 58049 171 0 0 20 0 1 0 268623514 146919424 34246 33554432000 4194304 10173063 140736913163248 140736913156504 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34246 811 1460 0 34400 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 143476
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=29188820/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1122.12 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35367 0 0 0 111869 343 0 0 20 0 1 0 268623514 146919424 34290 33554432000 4194304 10173063 140736913163248 140736913156888 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34290 811 1460 0 34400 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 143476
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30180
/proc/meminfo: memFree=29181164/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1182.09 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35381 0 0 0 117848 361 0 0 20 0 1 0 268623514 146919424 34767 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 34767 811 1460 0 34400 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 143476
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30180
/proc/meminfo: memFree=29178900/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1242.09 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 123831 378 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913156888 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 143476
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30180
/proc/meminfo: memFree=29173060/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1302.09 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 129816 393 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913156792 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 143476
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30181
/proc/meminfo: memFree=29172192/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1362.07 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 135801 406 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913157080 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 143476
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30181
/proc/meminfo: memFree=29172316/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1422.07 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 141784 423 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913156792 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 143476
[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 30184
/proc/meminfo: memFree=29171996/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1482.05 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 147763 442 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913156696 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 143476
[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 30207
/proc/meminfo: memFree=29176524/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1542.05 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 153747 458 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913156504 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 143476
[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 30207
/proc/meminfo: memFree=29173060/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1602.04 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 159732 472 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913156504 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 143476
[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30208
/proc/meminfo: memFree=29172436/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1662.02 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 165716 486 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913156504 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 143476
[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30208
/proc/meminfo: memFree=29170824/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1722.01 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35382 0 0 0 171700 501 0 0 20 0 1 0 268623514 146919424 35093 33554432000 4194304 10173063 140736913163248 140736913156696 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35093 811 1460 0 34400 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 143476
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30208
/proc/meminfo: memFree=29172012/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1782.01 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35383 0 0 0 177685 516 0 0 20 0 1 0 268623514 146919424 35094 33554432000 4194304 10173063 140736913163248 140736913156888 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35094 811 1460 0 34400 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 143476
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30208
/proc/meminfo: memFree=29172012/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1785.2 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35383 0 0 0 178004 516 0 0 20 0 1 0 268623514 146919424 35094 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35094 811 1460 0 34400 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 143476
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30208
/proc/meminfo: memFree=29171764/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1791.61 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35383 0 0 0 178643 518 0 0 20 0 1 0 268623514 146919424 35094 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35094 811 1460 0 34400 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 143476
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30208
/proc/meminfo: memFree=29171764/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1794.81 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35383 0 0 0 178962 519 0 0 20 0 1 0 268623514 146919424 35094 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35094 811 1460 0 34400 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 143476
[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30208
/proc/meminfo: memFree=29171764/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1795.6 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35383 0 0 0 179041 519 0 0 20 0 1 0 268623514 146919424 35094 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35094 811 1460 0 34400 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 143476
[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30208
/proc/meminfo: memFree=29171764/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1796.4 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35383 0 0 0 179121 519 0 0 20 0 1 0 268623514 146919424 35094 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35094 811 1460 0 34400 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 143476
[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30208
/proc/meminfo: memFree=29171764/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1796.6 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35383 0 0 0 179141 519 0 0 20 0 1 0 268623514 146919424 35094 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35094 811 1460 0 34400 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 143476
[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30208
/proc/meminfo: memFree=29171764/32873844 swapFree=7100/7100
[pid=30130] ppid=30128 vsize=143476 CPUtime=1796.7 cores=1,3,5,7
/proc/30130/stat : 30130 (scip-2.1.1.4fix) R 30128 30130 29021 0 -1 4202496 35383 0 0 0 179151 519 0 0 20 0 1 0 268623514 146919424 35094 33554432000 4194304 10173063 140736913163248 140736913156600 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30130/statm: 35869 35094 811 1460 0 34400 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 143476
Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.79
CPU user time (s): 1791.59
CPU system time (s): 5.20221
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 143476
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.59
system time used= 5.20221
maximum resident set size= 140392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 1849
runsolver used 2.96955 second user time and 7.77182 second system time
The end