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-3690701-1338025183.opb>
0.01/0.02 c original problem has 5848 variables (5848 bin, 0 int, 0 impl, 0 cont) and 6022 constraints
0.01/0.02 c problem read in 0.03
0.01/0.02 c No objective function, only one solution is needed.
0.01/0.03 c presolving settings loaded
0.01/0.06 c presolving:
0.01/0.08 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.01/0.09 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.01/0.09 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.01/0.09 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.01/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.09/0.10 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.09/0.10 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.09/0.10 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.09/0.10 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.15 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.17 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.19/0.20 c presolving (12 rounds):
0.19/0.20 c 362 deleted vars, 389 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20 c 9906 implications, 84 cliques
0.19/0.20 c presolved problem has 5486 variables (5486 bin, 0 int, 0 impl, 0 cont) and 5633 constraints
0.19/0.20 c 1199 constraints of type <setppc>
0.19/0.20 c 4434 constraints of type <logicor>
0.19/0.20 c transformed objective value is always integral (scale: 1)
0.19/0.20 c Presolving Time: 0.16
0.19/0.20 c - non default parameters ----------------------------------------------------------------------
0.19/0.20 c # SCIP version 2.1.1.4
0.19/0.20 c
0.19/0.20 c # maximal time in seconds to run
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20 c limits/time = 1797
0.19/0.20 c
0.19/0.20 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20 c limits/memory = 13950
0.19/0.20 c
0.19/0.20 c # solving stops, if the given number of solutions were found (-1: no limit)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20 c limits/solutions = 1
0.19/0.20 c
0.19/0.20 c # maximal number of separation rounds per node (-1: unlimited)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 5]
0.19/0.20 c separating/maxrounds = 1
0.19/0.20 c
0.19/0.20 c # maximal number of separation rounds in the root node (-1: unlimited)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20 c separating/maxroundsroot = 5
0.19/0.20 c
0.19/0.20 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.20 c # [type: int, range: [1,2], default: 1]
0.19/0.20 c timing/clocktype = 2
0.19/0.20 c
0.19/0.20 c # belongs reading time to solving time?
0.19/0.20 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20 c timing/reading = TRUE
0.19/0.20 c
0.19/0.20 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.19/0.20 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.19/0.20 c constraints/knapsack/disaggregation = FALSE
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20 c heuristics/coefdiving/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20 c heuristics/coefdiving/maxlpiterquot = 0.075
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/coefdiving/maxlpiterofs = 1500
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 30]
0.19/0.20 c heuristics/crossover/freq = -1
0.19/0.20 c
0.19/0.20 c # number of nodes added to the contingent of the total nodes
0.19/0.20 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.20 c heuristics/crossover/nodesofs = 750
0.19/0.20 c
0.19/0.20 c # number of nodes without incumbent change that heuristic should wait
0.19/0.20 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.19/0.20 c heuristics/crossover/nwaitingnodes = 100
0.19/0.20 c
0.19/0.20 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.19/0.20 c # [type: real, range: [0,1], default: 0.1]
0.19/0.20 c heuristics/crossover/nodesquot = 0.15
0.19/0.20 c
0.19/0.20 c # minimum percentage of integer variables that have to be fixed
0.19/0.20 c # [type: real, range: [0,1], default: 0.666]
0.19/0.20 c heuristics/crossover/minfixingrate = 0.5
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.20 c heuristics/feaspump/freq = -1
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/feaspump/maxlpiterofs = 2000
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20 c heuristics/fracdiving/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20 c heuristics/fracdiving/maxlpiterquot = 0.075
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/fracdiving/maxlpiterofs = 1500
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20 c heuristics/guideddiving/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20 c heuristics/guideddiving/maxlpiterquot = 0.075
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/guideddiving/maxlpiterofs = 1500
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20 c heuristics/intdiving/maxlpiterquot = 0.075
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20 c heuristics/intshifting/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20 c heuristics/linesearchdiving/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.20 c heuristics/objpscostdiving/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to total iteration number
0.19/0.20 c # [type: real, range: [0,1], default: 0.01]
0.19/0.20 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20 c heuristics/oneopt/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20 c heuristics/pscostdiving/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/pscostdiving/maxlpiterofs = 1500
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20 c heuristics/rens/freq = -1
0.19/0.20 c
0.19/0.20 c # minimum percentage of integer variables that have to be fixable
0.19/0.20 c # [type: real, range: [0,1], default: 0.5]
0.19/0.20 c heuristics/rens/minfixingrate = 0.3
0.19/0.20 c
0.19/0.20 c # number of nodes added to the contingent of the total nodes
0.19/0.20 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.20 c heuristics/rens/nodesofs = 2000
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.20 c heuristics/rootsoldiving/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.19/0.20 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20 c heuristics/rounding/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20 c heuristics/shiftandpropagate/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20 c heuristics/shifting/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20 c heuristics/simplerounding/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20 c heuristics/subnlp/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20 c heuristics/trivial/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20 c heuristics/trysol/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20 c heuristics/undercover/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20 c heuristics/veclendiving/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20 c heuristics/veclendiving/maxlpiterquot = 0.075
0.19/0.20 c
0.19/0.20 c # additional number of allowed LP iterations
0.19/0.20 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20 c heuristics/veclendiving/maxlpiterofs = 1500
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20 c heuristics/zirounding/freq = -1
0.19/0.20 c
0.19/0.20 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20 c propagating/probing/maxprerounds = 0
0.19/0.20 c
0.19/0.20 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20 c separating/cmir/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20 c separating/flowcover/freq = -1
0.19/0.20 c
0.19/0.20 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20 c separating/rapidlearning/freq = 0
0.19/0.20 c
0.19/0.20 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.19/0.20 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20 c heuristics/indoneopt/freq = -1
0.19/0.20 c
0.19/0.20 c -----------------------------------------------------------------------------------------------
0.19/0.20 c start solving
0.19/0.20 c
4.49/4.53 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.53 c 4.5s| 1 | 0 | 10540 | - | 24M| 0 |1370 |5486 |5633 |5486 |5633 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
6.79/6.82 c 6.8s| 1 | 0 | 12417 | - | 26M| 0 |1484 |5486 |6997 |5486 |5634 | 6 | 0 | 0 | 0.000000e+00 | -- | Inf
8.18/8.25 c 8.2s| 1 | 0 | 14297 | - | 26M| 0 |1529 |5486 |6997 |5486 |5639 | 11 | 0 | 0 | 0.000000e+00 | -- | Inf
9.39/9.43 c 9.4s| 1 | 0 | 15657 | - | 26M| 0 |1602 |5486 |6997 |5486 |5646 | 18 | 0 | 0 | 0.000000e+00 | -- | Inf
10.69/10.73 c 10.7s| 1 | 0 | 17124 | - | 26M| 0 |1554 |5486 |6997 |5486 |5653 | 25 | 0 | 0 | 0.000000e+00 | -- | Inf
12.39/12.45 c 12.5s| 1 | 0 | 19306 | - | 26M| 0 |1711 |5486 |6997 |5486 |5659 | 31 | 0 | 0 | 0.000000e+00 | -- | Inf
17.69/17.76 c 17.8s| 1 | 2 | 19306 | - | 26M| 0 |1711 |5486 |6997 |5486 |5659 | 31 | 0 | 10 | 0.000000e+00 | -- | Inf
246.35/246.42 c 246s| 100 | 36 |204185 |1867.5 | 28M| 32 | - |5486 |7036 |5486 |5655 | 31 | 39 | 286 | 0.000000e+00 | -- | Inf
349.33/349.42 c 349s| 200 | 35 |334178 |1582.3 | 28M| 32 | - |5486 |7090 |5486 |5655 | 31 | 93 | 359 | 0.000000e+00 | -- | Inf
474.71/474.88 c 475s| 300 | 59 |490093 |1574.5 | 29M| 32 | - |5486 |7133 |5486 |5655 | 31 | 141 | 448 | 0.000000e+00 | -- | Inf
594.89/595.08 c 595s| 400 | 70 |643836 |1565.2 | 29M| 32 | 900 |5486 |7170 |5486 |5655 | 31 | 188 | 545 | 0.000000e+00 | -- | Inf
751.07/751.28 c 751s| 500 | 96 |832987 |1630.6 | 29M| 32 | 797 |5486 |7209 |5486 |5655 | 31 | 240 | 679 | 0.000000e+00 | -- | Inf
892.14/892.34 c 892s| 600 | 108 | 1008k|1651.9 | 29M| 32 | 807 |5486 |7265 |5486 |5655 | 31 | 300 | 788 | 0.000000e+00 | -- | Inf
1063.42/1063.62 c 1064s| 700 | 147 | 1217k|1714.1 | 30M| 32 | - |5486 |7277 |5486 |5655 | 31 | 337 | 913 | 0.000000e+00 | -- | Inf
1201.49/1201.78 c 1202s| 800 | 174 | 1386k|1711.6 | 30M| 32 | 922 |5486 |7315 |5486 |5655 | 31 | 388 |1020 | 0.000000e+00 | -- | Inf
1314.28/1314.51 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1314.28/1314.51 c 1315s| 900 | 194 | 1527k|1677.6 | 31M| 32 | 759 |5486 |7347 |5486 |5655 | 31 | 442 |1101 | 0.000000e+00 | -- | Inf
1474.45/1474.73 c 1475s| 1000 | 215 | 1725k|1708.2 | 31M| 32 | 775 |5486 |7383 |5486 |5655 | 31 | 502 |1211 | 0.000000e+00 | -- | Inf
1633.53/1633.81 c 1634s| 1100 | 254 | 1923k|1733.0 | 31M| 32 | 663 |5486 |7380 |5486 |5655 | 31 | 542 |1323 | 0.000000e+00 | -- | Inf
1724.22/1724.56 c 1725s| 1200 | 282 | 2037k|1683.3 | 32M| 46 | - |5486 |7417 |5486 |5655 | 31 | 594 |1387 | 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 : 1246
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.16 (included in solving)
1796.70/1797.00 c reading : 0.03 (included in solving)
1796.70/1797.00 c copying : 0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.70/1797.00 c Original Problem :
1796.70/1797.00 c Problem name : HOME/instance-3690701-1338025183.opb
1796.70/1797.00 c Variables : 5848 (5848 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00 c Constraints : 6022 initial, 6022 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-3690701-1338025183.opb
1796.70/1797.00 c Variables : 5486 (5486 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00 c Constraints : 5633 initial, 7445 maximal
1796.70/1797.00 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.00 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c linear : 0.06 0.00 362 0 0 362 0 389 0 0 0
1796.70/1797.00 c logicor : 0.04 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c root node : - - 5 - - 5 - - - - -
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 797 0 1 0 2 41 0 0 1530
1796.70/1797.00 c setppc : 1199 1199 6 9028 0 1 0 354680 7 69046 0 0 0
1796.70/1797.00 c linear : 0+ 1370 5 9020 0 0 0 7056 0 584 3 0 0
1796.70/1797.00 c logicor : 4434+ 4883 6 6178 0 1 0 588636 25 88071 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 : 681.83 0.00 0.00 0.00 681.83 0.00 0.00 0.00
1796.70/1797.00 c setppc : 0.41 0.00 0.00 0.21 0.00 0.00 0.00 0.20
1796.70/1797.00 c linear : 0.08 0.00 0.00 0.08 0.00 0.00 0.00 0.00
1796.70/1797.00 c logicor : 0.48 0.00 0.00 0.19 0.00 0.00 0.00 0.28
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 : 802 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.06 0.00 0.00 0.06 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.01 32 32 80 24.9 1 2.0 -
1796.70/1797.00 c infeasible LP : 3.11 451 445 5536 595.7 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 : - - - 625 87.5 - - -
1796.70/1797.00 c applied locally : - - - 0 0.0 - - -
1796.70/1797.00 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.70/1797.00 c cut pool : 0.00 4 - - 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 : 0.80 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 : 0.82 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.22 0.00 5 0 0 30 0
1796.70/1797.00 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c mcf : 0.00 0.00 1 0 0 0 0
1796.70/1797.00 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c rapidlearning : 0.94 0.00 1 0 5 0 1370
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 : 681.83 0.00 797 2 41 0 0 1530
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.00 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 : 1106.49 1255 2130433 1698.91 1925.40 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 : 681.59 1436 1175494 818.59 1724.64
1796.70/1797.00 c (at root node) : - 10 7679 767.90 -
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 : 1246
1796.70/1797.00 c nodes (total) : 1246
1796.70/1797.00 c nodes left : 274
1796.70/1797.00 c max depth : 52
1796.70/1797.00 c max depth (total): 52
1796.70/1797.00 c backtracks : 311 (25.0%)
1796.70/1797.00 c delayed cutoffs : 13
1796.70/1797.00 c repropagations : 1231 (17018 domain reductions, 12 cutoffs)
1796.70/1797.00 c avg switch length: 5.65
1796.70/1797.00 c switching time : 0.71
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 : 19306
1796.70/1797.04 c Time complete: 1796.76.
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 989)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690701-1338025183/watcher-3690701-1338025183 -o /tmp/evaluation-result-3690701-1338025183/solver-3690701-1338025183 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690701-1338025183.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.00 2.00 2.00 3/176 2195
/proc/meminfo: memFree=26830396/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=11168 CPUtime=0 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 1546 0 0 0 0 0 0 0 20 0 1 0 268644351 11436032 1500 33554432000 4194304 10173063 140737396698336 140735438355336 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 2792 1503 413 1460 0 1323 0
[startup+0.0222741 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2195
/proc/meminfo: memFree=26830396/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=16984 CPUtime=0.01 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 2951 0 0 0 1 0 0 0 20 0 1 0 268644351 17391616 2906 33554432000 4194304 10173063 140737396698336 140735438355336 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 4246 2934 413 1460 0 2777 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16984
[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2195
/proc/meminfo: memFree=26830396/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=42372 CPUtime=0.09 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 9301 0 0 0 8 1 0 0 20 0 1 0 268644351 43388928 8998 33554432000 4194304 10173063 140737396698336 140735438355336 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 10593 8998 562 1460 0 9124 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42372
[startup+0.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2195
/proc/meminfo: memFree=26830396/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=63496 CPUtime=0.28 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 15256 0 0 0 25 3 0 0 20 0 1 0 268644351 65019904 14348 33554432000 4194304 10173063 140737396698336 140737396695576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 15874 14348 733 1460 0 14405 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 63496
[startup+0.700235 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2195
/proc/meminfo: memFree=26830396/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=64192 CPUtime=0.69 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 15469 0 0 0 65 4 0 0 20 0 1 0 268644351 65732608 14560 33554432000 4194304 10173063 140737396698336 140737396695576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 16048 14560 733 1460 0 14579 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64192
[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2196
/proc/meminfo: memFree=26775084/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=64192 CPUtime=1.49 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 15504 0 0 0 145 4 0 0 20 0 1 0 268644351 65732608 14595 33554432000 4194304 10173063 140737396698336 140737396691976 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 16048 14595 733 1460 0 14579 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64192
[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2196
/proc/meminfo: memFree=26774464/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=65252 CPUtime=3.09 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 15751 0 0 0 304 5 0 0 20 0 1 0 268644351 66818048 14842 33554432000 4194304 10173063 140737396698336 140737396691592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 16313 14842 733 1460 0 14844 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65252
[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2196
/proc/meminfo: memFree=26733004/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=6.29 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27828 0 0 0 618 11 0 0 20 0 1 0 268644351 116158464 26781 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 26781 803 1460 0 26890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113436
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2196
/proc/meminfo: memFree=26725372/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=12.69 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27838 0 0 0 1254 15 0 0 20 0 1 0 268644351 116158464 26791 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 26791 806 1460 0 26890 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113436
[startup+25.5001 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2199
/proc/meminfo: memFree=26725992/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=25.49 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27839 0 0 0 2530 19 0 0 20 0 1 0 268644351 116158464 26792 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 26792 807 1460 0 26890 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113436
[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2237
/proc/meminfo: memFree=28314080/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=51.07 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27847 0 0 0 5084 23 0 0 20 0 1 0 268644351 116158464 26880 33554432000 4194304 10173063 140737396698336 140737396691784 8055070 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 26880 807 1460 0 26890 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 113436
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2237
/proc/meminfo: memFree=28310740/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=102.27 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27849 0 0 0 10189 38 0 0 20 0 1 0 268644351 116158464 27490 33554432000 4194304 10173063 140737396698336 140737396691880 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27490 807 1460 0 26890 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 113436
[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2237
/proc/meminfo: memFree=28307732/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=162.25 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27868 0 0 0 16172 53 0 0 20 0 1 0 268644351 116158464 27509 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27509 811 1460 0 26890 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 113436
[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2237
/proc/meminfo: memFree=28308392/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=222.24 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 22153 71 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 113436
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2237
/proc/meminfo: memFree=28308764/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=282.23 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 28130 93 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691976 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 113436
[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 2238
/proc/meminfo: memFree=28308764/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=342.22 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 34107 115 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 113436
[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2238
/proc/meminfo: memFree=28308640/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=402.22 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 40085 137 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396692168 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 113436
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2238
/proc/meminfo: memFree=28308640/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=462.21 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 46063 158 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396692168 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 113436
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2238
/proc/meminfo: memFree=28308888/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=522.19 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 52040 179 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 113436
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2238
/proc/meminfo: memFree=28308640/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=582.19 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 58017 202 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 113436
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28308892/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1122.11 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 111824 387 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 113436
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2243
/proc/meminfo: memFree=28308768/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1182.1 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 117802 408 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691640 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 113436
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2247
/proc/meminfo: memFree=28308276/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1242.09 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 123782 427 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 113436
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2270
/proc/meminfo: memFree=28307988/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1302.08 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 129763 445 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 113436
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2270
/proc/meminfo: memFree=28308212/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1362.07 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 135745 462 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691640 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 113436
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2270
/proc/meminfo: memFree=28308584/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1422.07 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 141727 480 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691784 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 113436
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2270
/proc/meminfo: memFree=28308460/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1482.06 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 147705 501 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691784 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 113436
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2271
/proc/meminfo: memFree=28308464/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1542.04 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 153685 519 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691272 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 113436
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2271
/proc/meminfo: memFree=28309216/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1602.04 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 159664 540 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691640 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 113436
[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 2272
/proc/meminfo: memFree=28308980/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1662.02 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 165643 559 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691784 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 113436
[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2272
/proc/meminfo: memFree=28309104/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1722.02 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 171622 580 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 113436
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2272
/proc/meminfo: memFree=28308856/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1782.01 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 177601 600 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 113436
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2272
/proc/meminfo: memFree=28308980/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1785.2 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 177919 601 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 113436
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2272
/proc/meminfo: memFree=28308980/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1791.61 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 178558 603 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691784 8054318 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 113436
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2272
/proc/meminfo: memFree=28308980/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1794.81 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 178877 604 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691832 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 113436
[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2272
/proc/meminfo: memFree=28308980/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1795.61 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 178957 604 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 113436
[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2272
/proc/meminfo: memFree=28308856/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1796.4 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 179036 604 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691640 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 113436
[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2272
/proc/meminfo: memFree=28308856/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1796.6 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 179056 604 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691640 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 113436
[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2272
/proc/meminfo: memFree=28308856/32873648 swapFree=6852/6852
[pid=2195] ppid=2193 vsize=113436 CPUtime=1796.7 cores=1,3,5,7
/proc/2195/stat : 2195 (scip-2.1.1.4fix) R 2193 2195 1296 0 -1 4202496 27871 0 0 0 179066 604 0 0 20 0 1 0 268644351 116158464 27532 33554432000 4194304 10173063 140737396698336 140737396691640 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2195/statm: 28359 27532 811 1460 0 26890 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 113436
Child status: 0
Real time (s): 1797.05
CPU time (s): 1796.76
CPU user time (s): 1790.71
CPU system time (s): 6.05108
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 113436
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.71
system time used= 6.05108
maximum resident set size= 110144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27877
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 1850
runsolver used 2.67959 second user time and 7.12792 second system time
The end