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-3691867-1338043384.opb>
0.00/0.03 c original problem has 5848 variables (5848 bin, 0 int, 0 impl, 0 cont) and 6022 constraints
0.00/0.03 c problem read in 0.03
0.00/0.03 c No objective function, only one solution is needed.
0.00/0.03 c presolving settings loaded
0.00/0.05 c presolving:
0.00/0.07 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9350 impls, 86 clqs
0.00/0.08 c (round 2) 136 del vars, 12 del conss, 0 add conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9350 impls, 84 clqs
0.00/0.08 c (round 3) 212 del vars, 155 del conss, 0 add conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9402 impls, 84 clqs
0.00/0.08 c (round 4) 269 del vars, 212 del conss, 0 add conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9514 impls, 84 clqs
0.00/0.09 c (round 5) 315 del vars, 258 del conss, 0 add conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9638 impls, 84 clqs
0.00/0.09 c (round 6) 345 del vars, 288 del conss, 0 add conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9772 impls, 84 clqs
0.00/0.09 c (round 7) 356 del vars, 299 del conss, 0 add conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9852 impls, 84 clqs
0.00/0.09 c (round 8) 360 del vars, 303 del conss, 0 add conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9884 impls, 84 clqs
0.00/0.09 c (round 9) 362 del vars, 305 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9894 impls, 84 clqs
0.09/0.14 c (round 10) 362 del vars, 389 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 5549 upgd conss, 9906 impls, 84 clqs
0.09/0.16 c (round 11) 362 del vars, 389 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 5633 upgd conss, 9906 impls, 84 clqs
0.09/0.19 c presolving (12 rounds):
0.09/0.19 c 362 deleted vars, 389 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19 c 9906 implications, 84 cliques
0.09/0.19 c presolved problem has 5486 variables (5486 bin, 0 int, 0 impl, 0 cont) and 5633 constraints
0.09/0.19 c 1199 constraints of type <setppc>
0.09/0.19 c 4434 constraints of type <logicor>
0.09/0.19 c transformed objective value is always integral (scale: 1)
0.09/0.19 c Presolving Time: 0.14
0.09/0.19 c - non default parameters ----------------------------------------------------------------------
0.09/0.19 c # SCIP version 2.1.1.4
0.09/0.19 c
0.09/0.19 c # maximal time in seconds to run
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19 c limits/time = 1797
0.09/0.19 c
0.09/0.19 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19 c limits/memory = 13950
0.09/0.19 c
0.09/0.19 c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19 c limits/solutions = 1
0.09/0.19 c
0.09/0.19 c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.19 c separating/maxrounds = 1
0.09/0.19 c
0.09/0.19 c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19 c separating/maxroundsroot = 5
0.09/0.19 c
0.09/0.19 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19 c # [type: int, range: [1,2], default: 1]
0.09/0.19 c timing/clocktype = 2
0.09/0.19 c
0.09/0.19 c # belongs reading time to solving time?
0.09/0.19 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19 c timing/reading = TRUE
0.09/0.19 c
0.09/0.19 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.19 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.19 c constraints/knapsack/disaggregation = FALSE
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/coefdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.19 c heuristics/crossover/freq = -1
0.09/0.19 c
0.09/0.19 c # number of nodes added to the contingent of the total nodes
0.09/0.19 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19 c heuristics/crossover/nodesofs = 750
0.09/0.19 c
0.09/0.19 c # number of nodes without incumbent change that heuristic should wait
0.09/0.19 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.19 c heuristics/crossover/nwaitingnodes = 100
0.09/0.19 c
0.09/0.19 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.19 c # [type: real, range: [0,1], default: 0.1]
0.09/0.19 c heuristics/crossover/nodesquot = 0.15
0.09/0.19 c
0.09/0.19 c # minimum percentage of integer variables that have to be fixed
0.09/0.19 c # [type: real, range: [0,1], default: 0.666]
0.09/0.19 c heuristics/crossover/minfixingrate = 0.5
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19 c heuristics/feaspump/freq = -1
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/fracdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/guideddiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/intshifting/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/linesearchdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19 c heuristics/objpscostdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.19 c # [type: real, range: [0,1], default: 0.01]
0.09/0.19 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/oneopt/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/pscostdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c heuristics/rens/freq = -1
0.09/0.19 c
0.09/0.19 c # minimum percentage of integer variables that have to be fixable
0.09/0.19 c # [type: real, range: [0,1], default: 0.5]
0.09/0.19 c heuristics/rens/minfixingrate = 0.3
0.09/0.19 c
0.09/0.19 c # number of nodes added to the contingent of the total nodes
0.09/0.19 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19 c heuristics/rens/nodesofs = 2000
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19 c heuristics/rootsoldiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.19 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/rounding/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c heuristics/shiftandpropagate/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/shifting/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/simplerounding/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/subnlp/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c heuristics/trivial/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/trysol/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c heuristics/undercover/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/veclendiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/zirounding/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19 c propagating/probing/maxprerounds = 0
0.09/0.19 c
0.09/0.19 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c separating/cmir/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c separating/flowcover/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19 c separating/rapidlearning/freq = 0
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/indoneopt/freq = -1
0.09/0.19 c
0.09/0.19 c -----------------------------------------------------------------------------------------------
0.09/0.19 c start solving
0.09/0.19 c
4.49/4.50 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
4.49/4.50 c 4.5s| 1 | 0 | 10540 | - | 25M| 0 |1370 |5486 |5633 |5486 |5633 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
6.69/6.79 c 6.8s| 1 | 0 | 12417 | - | 27M| 0 |1484 |5486 |6997 |5486 |5634 | 6 | 0 | 0 | 0.000000e+00 | -- | Inf
8.19/8.22 c 8.2s| 1 | 0 | 14297 | - | 27M| 0 |1529 |5486 |6997 |5486 |5639 | 11 | 0 | 0 | 0.000000e+00 | -- | Inf
9.39/9.40 c 9.4s| 1 | 0 | 15657 | - | 27M| 0 |1602 |5486 |6997 |5486 |5646 | 18 | 0 | 0 | 0.000000e+00 | -- | Inf
10.68/10.71 c 10.7s| 1 | 0 | 17124 | - | 27M| 0 |1554 |5486 |6997 |5486 |5653 | 25 | 0 | 0 | 0.000000e+00 | -- | Inf
12.39/12.43 c 12.4s| 1 | 0 | 19306 | - | 27M| 0 |1711 |5486 |6997 |5486 |5659 | 31 | 0 | 0 | 0.000000e+00 | -- | Inf
17.69/17.74 c 17.7s| 1 | 2 | 19306 | - | 27M| 0 |1711 |5486 |6997 |5486 |5659 | 31 | 0 | 10 | 0.000000e+00 | -- | Inf
245.94/246.00 c 246s| 100 | 36 |204185 |1867.5 | 29M| 32 | - |5486 |7036 |5486 |5655 | 31 | 39 | 286 | 0.000000e+00 | -- | Inf
348.93/349.09 c 349s| 200 | 35 |334178 |1582.3 | 29M| 32 | - |5486 |7090 |5486 |5655 | 31 | 93 | 359 | 0.000000e+00 | -- | Inf
474.51/474.66 c 475s| 300 | 59 |490093 |1574.5 | 29M| 32 | - |5486 |7133 |5486 |5655 | 31 | 141 | 448 | 0.000000e+00 | -- | Inf
594.79/594.99 c 595s| 400 | 70 |643836 |1565.2 | 29M| 32 | 900 |5486 |7170 |5486 |5655 | 31 | 188 | 545 | 0.000000e+00 | -- | Inf
751.17/751.37 c 751s| 500 | 96 |832987 |1630.6 | 30M| 32 | 797 |5486 |7209 |5486 |5655 | 31 | 240 | 679 | 0.000000e+00 | -- | Inf
892.44/892.62 c 893s| 600 | 108 | 1008k|1651.9 | 30M| 32 | 807 |5486 |7265 |5486 |5655 | 31 | 300 | 788 | 0.000000e+00 | -- | Inf
1063.82/1064.05 c 1064s| 700 | 147 | 1217k|1714.1 | 31M| 32 | - |5486 |7277 |5486 |5655 | 31 | 337 | 913 | 0.000000e+00 | -- | Inf
1202.21/1202.42 c 1202s| 800 | 174 | 1386k|1711.6 | 31M| 32 | 922 |5486 |7315 |5486 |5655 | 31 | 388 |1020 | 0.000000e+00 | -- | Inf
1315.08/1315.34 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1315.08/1315.34 c 1315s| 900 | 194 | 1527k|1677.6 | 31M| 32 | 759 |5486 |7347 |5486 |5655 | 31 | 442 |1101 | 0.000000e+00 | -- | Inf
1475.46/1475.75 c 1476s| 1000 | 215 | 1725k|1708.2 | 32M| 32 | 775 |5486 |7383 |5486 |5655 | 31 | 502 |1211 | 0.000000e+00 | -- | Inf
1634.63/1634.98 c 1635s| 1100 | 254 | 1923k|1733.0 | 32M| 32 | 663 |5486 |7380 |5486 |5655 | 31 | 542 |1323 | 0.000000e+00 | -- | Inf
1725.52/1725.89 c 1726s| 1200 | 282 | 2037k|1683.3 | 33M| 46 | - |5486 |7417 |5486 |5655 | 31 | 594 |1387 | 0.000000e+00 | -- | Inf
1796.71/1797.01 c
1796.71/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.01 c Solving Time (sec) : 1797.01
1796.71/1797.01 c Solving Nodes : 1246
1796.71/1797.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.71/1797.01 c Dual Bound : +0.00000000000000e+00
1796.71/1797.01 c Gap : infinite
1796.71/1797.01 s UNKNOWN
1796.71/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.01 c Total Time : 1797.01
1796.71/1797.01 c solving : 1797.01
1796.71/1797.01 c presolving : 0.14 (included in solving)
1796.71/1797.01 c reading : 0.03 (included in solving)
1796.71/1797.01 c copying : 0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.71/1797.01 c Original Problem :
1796.71/1797.01 c Problem name : HOME/instance-3691867-1338043384.opb
1796.71/1797.01 c Variables : 5848 (5848 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01 c Constraints : 6022 initial, 6022 maximal
1796.71/1797.01 c Objective sense : minimize
1796.71/1797.01 c Presolved Problem :
1796.71/1797.01 c Problem name : t_HOME/instance-3691867-1338043384.opb
1796.71/1797.01 c Variables : 5486 (5486 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01 c Constraints : 5633 initial, 7444 maximal
1796.71/1797.01 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.71/1797.01 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c linear : 0.06 0.00 362 0 0 362 0 389 0 0 0
1796.71/1797.01 c logicor : 0.04 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.01 c root node : - - 5 - - 5 - - - - -
1796.71/1797.01 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.71/1797.01 c integral : 0 0 0 0 797 0 1 0 2 41 0 0 1530
1796.71/1797.01 c setppc : 1199 1199 6 9028 0 2 0 353978 7 69046 0 0 0
1796.71/1797.01 c linear : 0+ 1370 5 9020 0 0 0 7041 0 584 3 0 0
1796.71/1797.01 c logicor : 4434+ 4882 6 6178 0 2 0 587434 25 88071 0 0 0
1796.71/1797.01 c countsols : 0 0 0 0 0 2 0 0 0 0 0 0 0
1796.71/1797.01 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.71/1797.01 c integral : 681.85 0.00 0.00 0.00 681.85 0.00 0.00 0.00
1796.71/1797.01 c setppc : 0.48 0.00 0.00 0.27 0.00 0.00 0.00 0.21
1796.71/1797.01 c linear : 0.10 0.00 0.00 0.09 0.00 0.00 0.00 0.01
1796.71/1797.01 c logicor : 0.60 0.00 0.00 0.25 0.00 0.00 0.00 0.34
1796.71/1797.01 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.71/1797.01 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.71/1797.01 c rootredcost : 0 0 0 0
1796.71/1797.01 c pseudoobj : 0 0 0 0
1796.71/1797.01 c vbounds : 0 0 0 0
1796.71/1797.01 c redcost : 802 0 0 0
1796.71/1797.01 c probing : 0 0 0 0
1796.71/1797.01 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.71/1797.01 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.71/1797.01 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.71/1797.01 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.71/1797.01 c redcost : 0.07 0.00 0.00 0.07 0.00
1796.71/1797.01 c probing : 0.00 0.00 0.00 0.00 0.00
1796.71/1797.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.71/1797.01 c propagation : 0.01 32 32 80 24.9 1 2.0 -
1796.71/1797.01 c infeasible LP : 3.43 450 444 5514 596.0 0 0.0 0
1796.71/1797.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.71/1797.01 c applied globally : - - - 624 87.6 - - -
1796.71/1797.01 c applied locally : - - - 0 0.0 - - -
1796.71/1797.01 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.71/1797.01 c cut pool : 0.00 4 - - 0 - (maximal pool size: 30)
1796.71/1797.01 c closecuts : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.71/1797.01 c intobj : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c gomory : 0.81 0.00 5 0 0 0 0
1796.71/1797.01 c cgmip : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c strongcg : 0.82 0.00 5 0 0 0 0
1796.71/1797.01 c cmir : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c flowcover : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c clique : 0.23 0.00 5 0 0 30 0
1796.71/1797.01 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c mcf : 0.00 0.00 1 0 0 0 0
1796.71/1797.01 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.71/1797.01 c rapidlearning : 0.93 0.00 1 0 5 0 1370
1796.71/1797.01 c Pricers : ExecTime SetupTime Calls Vars
1796.71/1797.01 c problem variables: 0.00 - 0 0
1796.71/1797.01 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.71/1797.01 c relpscost : 681.85 0.00 797 2 41 0 0 1530
1796.71/1797.01 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c inference : 0.00 0.00 2 0 0 0 0 4
1796.71/1797.01 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c random : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.01 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.71/1797.01 c LP solutions : 0.00 - - 0
1796.71/1797.01 c pseudo solutions : 0.00 - - 0
1796.71/1797.01 c smallcard : 0.00 0.00 0 0
1796.71/1797.01 c trivial : 0.00 0.00 1 0
1796.71/1797.01 c shiftandpropagate: 0.00 0.00 0 0
1796.71/1797.01 c simplerounding : 0.00 0.00 0 0
1796.71/1797.01 c zirounding : 0.00 0.00 0 0
1796.71/1797.01 c rounding : 0.00 0.00 0 0
1796.71/1797.01 c shifting : 0.00 0.00 0 0
1796.71/1797.01 c intshifting : 0.00 0.00 0 0
1796.71/1797.01 c oneopt : 0.00 0.00 0 0
1796.71/1797.01 c twoopt : 0.00 0.00 0 0
1796.71/1797.01 c indtwoopt : 0.00 0.00 0 0
1796.71/1797.01 c indoneopt : 0.00 0.00 0 0
1796.71/1797.01 c fixandinfer : 0.00 0.00 0 0
1796.71/1797.01 c feaspump : 0.00 0.00 0 0
1796.71/1797.01 c clique : 0.00 0.00 0 0
1796.71/1797.01 c indrounding : 0.00 0.00 0 0
1796.71/1797.01 c indcoefdiving : 0.00 0.00 0 0
1796.71/1797.01 c coefdiving : 0.00 0.00 0 0
1796.71/1797.01 c pscostdiving : 0.00 0.00 0 0
1796.71/1797.01 c nlpdiving : 0.00 0.00 0 0
1796.71/1797.01 c fracdiving : 0.00 0.00 0 0
1796.71/1797.01 c veclendiving : 0.00 0.00 0 0
1796.71/1797.01 c intdiving : 0.00 0.00 0 0
1796.71/1797.01 c actconsdiving : 0.00 0.00 0 0
1796.71/1797.01 c objpscostdiving : 0.00 0.00 0 0
1796.71/1797.01 c rootsoldiving : 0.00 0.00 0 0
1796.71/1797.01 c linesearchdiving : 0.00 0.00 0 0
1796.71/1797.01 c guideddiving : 0.00 0.00 0 0
1796.71/1797.01 c octane : 0.00 0.00 0 0
1796.71/1797.01 c rens : 0.00 0.00 0 0
1796.71/1797.01 c rins : 0.00 0.00 0 0
1796.71/1797.01 c localbranching : 0.00 0.00 0 0
1796.71/1797.01 c mutation : 0.00 0.00 0 0
1796.71/1797.01 c crossover : 0.00 0.00 0 0
1796.71/1797.01 c dins : 0.00 0.00 0 0
1796.71/1797.01 c vbounds : 0.00 0.00 0 0
1796.71/1797.01 c undercover : 0.00 0.00 0 0
1796.71/1797.01 c subnlp : 0.00 0.00 0 0
1796.71/1797.01 c trysol : 0.00 0.00 0 0
1796.71/1797.01 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.71/1797.01 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.71/1797.01 c dual LP : 1105.62 1255 2127688 1698.08 1924.44 0.01 2
1796.71/1797.01 c lex dual LP : 0.00 0 0 0.00 -
1796.71/1797.01 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.71/1797.01 c diving/probing LP: 0.00 0 0 0.00 -
1796.71/1797.01 c strong branching : 681.59 1436 1175494 818.59 1724.63
1796.71/1797.01 c (at root node) : - 10 7679 767.90 -
1796.71/1797.01 c conflict analysis: 0.00 0 0 0.00 -
1796.71/1797.01 c B&B Tree :
1796.71/1797.01 c number of runs : 1
1796.71/1797.01 c nodes : 1246
1796.71/1797.01 c nodes (total) : 1246
1796.71/1797.01 c nodes left : 276
1796.71/1797.01 c max depth : 52
1796.71/1797.01 c max depth (total): 52
1796.71/1797.01 c backtracks : 311 (25.0%)
1796.71/1797.01 c delayed cutoffs : 13
1796.71/1797.01 c repropagations : 1231 (17018 domain reductions, 12 cutoffs)
1796.71/1797.01 c avg switch length: 5.65
1796.71/1797.01 c switching time : 0.93
1796.71/1797.01 c Solution :
1796.71/1797.01 c Solutions found : 0 (0 improvements)
1796.71/1797.01 c Primal Bound : -
1796.71/1797.01 c Dual Bound : +0.00000000000000e+00
1796.71/1797.01 c Gap : infinite
1796.71/1797.01 c Root Dual Bound : +0.00000000000000e+00
1796.71/1797.01 c Root Iterations : 19306
1796.71/1797.06 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-3691867-1338043384/watcher-3691867-1338043384 -o /tmp/evaluation-result-3691867-1338043384/solver-3691867-1338043384 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691867-1338043384.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.03 2.00 3/176 11973
/proc/meminfo: memFree=28834292/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=12996 CPUtime=0 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 1983 0 0 0 0 0 0 0 20 0 1 0 270463820 13307904 1937 33554432000 4194304 10219143 140737273654336 140735697624984 8844210 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 3249 1937 419 1471 0 1769 0
[startup+0.104019 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 11973
/proc/meminfo: memFree=28834292/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=41272 CPUtime=0.09 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 9022 0 0 0 8 1 0 0 20 0 1 0 270463820 42262528 8719 33554432000 4194304 10219143 140737273654336 140735697624984 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 10318 8719 562 1471 0 8838 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41272
[startup+0.200284 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 11973
/proc/meminfo: memFree=28834292/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=54760 CPUtime=0.19 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 12333 0 0 0 16 3 0 0 20 0 1 0 270463820 56074240 12030 33554432000 4194304 10219143 140737273654336 140735697624984 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 13690 12070 644 1471 0 12210 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 54760
[startup+0.300294 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 11973
/proc/meminfo: memFree=28834292/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=64436 CPUtime=0.29 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 15267 0 0 0 26 3 0 0 20 0 1 0 270463820 65982464 14543 33554432000 4194304 10219143 140737273654336 140735697624984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 16109 14543 727 1471 0 14629 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64436
[startup+0.700178 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 11973
/proc/meminfo: memFree=28834292/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=64816 CPUtime=0.69 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 15407 0 0 0 66 3 0 0 20 0 1 0 270463820 66371584 14683 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 16204 14683 727 1471 0 14724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64816
[startup+1.50017 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11974
/proc/meminfo: memFree=28778484/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=65232 CPUtime=1.49 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 15504 0 0 0 146 3 0 0 20 0 1 0 270463820 66797568 14780 33554432000 4194304 10219143 140737273654336 140737273647592 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 16308 14780 727 1471 0 14828 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65232
[startup+3.10012 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11974
/proc/meminfo: memFree=28777352/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=65396 CPUtime=3.09 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 15597 0 0 0 305 4 0 0 20 0 1 0 270463820 66965504 14873 33554432000 4194304 10219143 140737273654336 140737273647592 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 16349 14873 728 1471 0 14869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65396
[startup+6.30012 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 11974
/proc/meminfo: memFree=28731188/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=6.29 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28482 0 0 0 618 11 0 0 20 0 1 0 270463820 118210560 27267 33554432000 4194304 10219143 140737273654336 140737273647320 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27267 794 1471 0 27380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115440
[startup+12.7002 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 11974
/proc/meminfo: memFree=28729296/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=12.69 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28486 0 0 0 1255 14 0 0 20 0 1 0 270463820 118210560 27271 33554432000 4194304 10219143 140737273654336 140737273647832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27271 795 1471 0 27380 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115440
[startup+25.5002 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 11974
/proc/meminfo: memFree=28728412/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=25.48 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28487 0 0 0 2532 16 0 0 20 0 1 0 270463820 118210560 27435 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27435 795 1471 0 27380 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 115440
[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 11974
/proc/meminfo: memFree=28725328/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=51.08 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28494 0 0 0 5085 23 0 0 20 0 1 0 270463820 118210560 27739 33554432000 4194304 10219143 140737273654336 140737273647784 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27739 795 1471 0 27380 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 115440
[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11974
/proc/meminfo: memFree=28721996/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=102.27 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28495 0 0 0 10191 36 0 0 20 0 1 0 270463820 118210560 27941 33554432000 4194304 10219143 140737273654336 140737273647784 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27941 795 1471 0 27380 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 115440
[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 11975
/proc/meminfo: memFree=28720112/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=162.25 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 16172 53 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 115440
[startup+222.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 11975
/proc/meminfo: memFree=28717512/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=222.26 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 22156 70 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647640 7638797 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 115440
[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11975
/proc/meminfo: memFree=28714344/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=282.24 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 28139 85 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647640 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 115440
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11975
/proc/meminfo: memFree=28710388/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=342.23 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 34122 101 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647640 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 115440
[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11975
/proc/meminfo: memFree=28707220/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=402.22 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 40105 117 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 115440
[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 11979
/proc/meminfo: memFree=28704492/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=462.21 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 46087 134 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273648168 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 115440
[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11979
/proc/meminfo: memFree=28699596/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=522.2 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 52071 149 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 115440
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11979
/proc/meminfo: memFree=28696992/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=582.19 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 58054 165 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 115440
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28658492/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1062.12 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 105915 297 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 115440
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12045
/proc/meminfo: memFree=28659108/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1122.11 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 111899 312 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647512 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 115440
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12045
/proc/meminfo: memFree=28658744/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1182.1 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 117882 328 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647592 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 115440
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12045
/proc/meminfo: memFree=28662276/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1242.09 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 123865 344 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 115440
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12045
/proc/meminfo: memFree=28664136/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1302.08 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 129848 360 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 115440
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12046
/proc/meminfo: memFree=28660492/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1362.07 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 135831 376 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273648168 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 115440
[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12047
/proc/meminfo: memFree=28659240/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1422.08 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 141816 392 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647880 8030247 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 115440
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12047
/proc/meminfo: memFree=28659428/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1482.06 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 147798 408 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647784 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 115440
[startup+1542.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 12047
/proc/meminfo: memFree=28660056/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1542.05 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 153781 424 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 115440
[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12047
/proc/meminfo: memFree=28657452/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1602.03 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 159762 441 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647688 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 115440
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12051
/proc/meminfo: memFree=28658136/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1662.03 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 165744 459 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647784 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 115440
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12051
/proc/meminfo: memFree=28659260/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1722.02 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 171727 475 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 115440
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12051
/proc/meminfo: memFree=28655160/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1782.01 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 177708 493 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 115440
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12051
/proc/meminfo: memFree=28655284/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1785.31 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 178038 493 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647640 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 115440
[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12051
/proc/meminfo: memFree=28664156/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1791.72 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 178677 495 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647640 8089356 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1791.72
Current children cumulated vsize (KiB) 115440
[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12051
/proc/meminfo: memFree=28660808/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1794.92 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 178996 496 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273648168 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1794.92
Current children cumulated vsize (KiB) 115440
[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12051
/proc/meminfo: memFree=28660808/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1795.71 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 179075 496 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647048 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1795.71
Current children cumulated vsize (KiB) 115440
[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12051
/proc/meminfo: memFree=28661676/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1796.51 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28500 0 0 0 179155 496 0 0 20 0 1 0 270463820 118210560 27946 33554432000 4194304 10219143 140737273654336 140737273647592 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27946 800 1471 0 27380 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 115440
[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12051
/proc/meminfo: memFree=28661676/32873648 swapFree=7104/7104
[pid=11973] ppid=11971 vsize=115440 CPUtime=1796.71 cores=1,3,5,7
/proc/11973/stat : 11973 (scip-2.1.1.4exp) R 11971 11973 9598 0 -1 4202496 28501 0 0 0 179175 496 0 0 20 0 1 0 270463820 118210560 27947 33554432000 4194304 10219143 140737273654336 140737273647592 6329936 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11973/statm: 28860 27947 801 1471 0 27380 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 115440
Child status: 0
Real time (s): 1797.07
CPU time (s): 1796.79
CPU user time (s): 1791.82
CPU system time (s): 4.97124
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 115440
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.82
system time used= 4.97124
maximum resident set size= 111800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28506
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= 12
involuntary context switches= 1850
runsolver used 3.13252 second user time and 8.58569 second system time
The end