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-3691852-1338043772.opb>
0.00/0.03 c original problem has 6868 variables (6868 bin, 0 int, 0 impl, 0 cont) and 7072 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.05/0.07 c presolving:
0.09/0.11 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12500 impls, 101 clqs
0.09/0.12 c (round 2) 136 del vars, 12 del conss, 0 add conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12500 impls, 99 clqs
0.09/0.13 c (round 3) 212 del vars, 155 del conss, 0 add conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12552 impls, 99 clqs
0.09/0.13 c (round 4) 269 del vars, 212 del conss, 0 add conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12664 impls, 99 clqs
0.09/0.14 c (round 5) 315 del vars, 258 del conss, 0 add conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12788 impls, 99 clqs
0.09/0.15 c (round 6) 345 del vars, 288 del conss, 0 add conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12922 impls, 99 clqs
0.09/0.16 c (round 7) 356 del vars, 299 del conss, 0 add conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13002 impls, 99 clqs
0.09/0.16 c (round 8) 360 del vars, 303 del conss, 0 add conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13034 impls, 99 clqs
0.09/0.17 c (round 9) 362 del vars, 305 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13044 impls, 99 clqs
0.19/0.25 c (round 10) 362 del vars, 404 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6569 upgd conss, 13056 impls, 99 clqs
0.19/0.28 c (round 11) 362 del vars, 404 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6668 upgd conss, 13056 impls, 99 clqs
0.29/0.33 c presolving (12 rounds):
0.29/0.33 c 362 deleted vars, 404 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.33 c 13056 implications, 99 cliques
0.29/0.33 c presolved problem has 6506 variables (6506 bin, 0 int, 0 impl, 0 cont) and 6668 constraints
0.29/0.33 c 1409 constraints of type <setppc>
0.29/0.33 c 5259 constraints of type <logicor>
0.29/0.33 c transformed objective value is always integral (scale: 1)
0.29/0.33 c Presolving Time: 0.27
0.29/0.33 c - non default parameters ----------------------------------------------------------------------
0.29/0.33 c # SCIP version 2.1.1.4
0.29/0.33 c
0.29/0.33 c # maximal time in seconds to run
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.33 c limits/time = 1797
0.29/0.33 c
0.29/0.33 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.33 c limits/memory = 13950
0.29/0.33 c
0.29/0.33 c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33 c limits/solutions = 1
0.29/0.33 c
0.29/0.33 c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.33 c separating/maxrounds = 1
0.29/0.33 c
0.29/0.33 c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33 c separating/maxroundsroot = 5
0.29/0.33 c
0.29/0.33 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.33 c # [type: int, range: [1,2], default: 1]
0.29/0.33 c timing/clocktype = 2
0.29/0.33 c
0.29/0.33 c # belongs reading time to solving time?
0.29/0.33 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.33 c timing/reading = TRUE
0.29/0.33 c
0.29/0.33 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.33 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.33 c constraints/knapsack/disaggregation = FALSE
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33 c heuristics/coefdiving/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33 c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.33 c heuristics/crossover/freq = -1
0.29/0.33 c
0.29/0.33 c # number of nodes added to the contingent of the total nodes
0.29/0.33 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.33 c heuristics/crossover/nodesofs = 750
0.29/0.33 c
0.29/0.33 c # number of nodes without incumbent change that heuristic should wait
0.29/0.33 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.33 c heuristics/crossover/nwaitingnodes = 100
0.29/0.33 c
0.29/0.33 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.33 c # [type: real, range: [0,1], default: 0.1]
0.29/0.33 c heuristics/crossover/nodesquot = 0.15
0.29/0.33 c
0.29/0.33 c # minimum percentage of integer variables that have to be fixed
0.29/0.33 c # [type: real, range: [0,1], default: 0.666]
0.29/0.33 c heuristics/crossover/minfixingrate = 0.5
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.33 c heuristics/feaspump/freq = -1
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33 c heuristics/fracdiving/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33 c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33 c heuristics/guideddiving/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33 c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33 c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33 c heuristics/intshifting/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33 c heuristics/linesearchdiving/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.33 c heuristics/objpscostdiving/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.33 c # [type: real, range: [0,1], default: 0.01]
0.29/0.33 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33 c heuristics/oneopt/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33 c heuristics/pscostdiving/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33 c heuristics/rens/freq = -1
0.29/0.33 c
0.29/0.33 c # minimum percentage of integer variables that have to be fixable
0.29/0.33 c # [type: real, range: [0,1], default: 0.5]
0.29/0.33 c heuristics/rens/minfixingrate = 0.3
0.29/0.33 c
0.29/0.33 c # number of nodes added to the contingent of the total nodes
0.29/0.33 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.33 c heuristics/rens/nodesofs = 2000
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.33 c heuristics/rootsoldiving/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.33 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33 c heuristics/rounding/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33 c heuristics/shiftandpropagate/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33 c heuristics/shifting/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33 c heuristics/simplerounding/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33 c heuristics/subnlp/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33 c heuristics/trivial/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33 c heuristics/trysol/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33 c heuristics/undercover/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33 c heuristics/veclendiving/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33 c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.33 c
0.29/0.33 c # additional number of allowed LP iterations
0.29/0.33 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33 c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33 c heuristics/zirounding/freq = -1
0.29/0.33 c
0.29/0.33 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33 c propagating/probing/maxprerounds = 0
0.29/0.33 c
0.29/0.33 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33 c separating/cmir/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33 c separating/flowcover/freq = -1
0.29/0.33 c
0.29/0.33 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33 c separating/rapidlearning/freq = 0
0.29/0.33 c
0.29/0.33 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.29/0.33 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33 c heuristics/indoneopt/freq = -1
0.29/0.33 c
0.29/0.33 c -----------------------------------------------------------------------------------------------
0.29/0.33 c start solving
0.29/0.33 c
3.59/3.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
3.59/3.62 c 3.6s| 1 | 0 | 7898 | - | 29M| 0 |1458 |6506 |6668 |6506 |6668 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
8.69/8.79 c 8.8s| 1 | 0 | 9866 | - | 32M| 0 |1575 |6506 |7871 |6506 |6674 | 7 | 0 | 0 | 0.000000e+00 | -- | Inf
10.78/10.83 c 10.8s| 1 | 0 | 12370 | - | 32M| 0 |1623 |6506 |7871 |6506 |6680 | 13 | 0 | 0 | 0.000000e+00 | -- | Inf
13.29/13.38 c 13.4s| 1 | 0 | 15480 | - | 32M| 0 |1663 |6506 |7871 |6506 |6688 | 21 | 0 | 0 | 0.000000e+00 | -- | Inf
15.08/15.10 c 15.1s| 1 | 0 | 17223 | - | 32M| 0 |1716 |6506 |7871 |6506 |6694 | 27 | 0 | 0 | 0.000000e+00 | -- | Inf
16.99/17.02 c 17.0s| 1 | 0 | 19174 | - | 32M| 0 |1895 |6506 |7871 |6506 |6700 | 33 | 0 | 0 | 0.000000e+00 | -- | Inf
22.78/22.80 c 22.8s| 1 | 2 | 19174 | - | 32M| 0 |1895 |6506 |7871 |6506 |6700 | 33 | 0 | 12 | 0.000000e+00 | -- | Inf
168.27/168.32 c 168s| 100 | 99 | 78513 | 599.4 | 34M| 84 | 983 |6506 |7872 |6506 |6694 | 33 | 1 | 216 | 0.000000e+00 | -- | Inf
197.25/197.33 c 197s| 200 | 199 |108964 | 451.2 | 34M| 113 | 827 |6506 |7872 |6506 |6694 | 33 | 1 | 234 | 0.000000e+00 | -- | Inf
220.95/221.07 c 221s| 300 | 289 |135990 | 390.7 | 35M| 130 | - |6506 |7875 |6506 |6694 | 33 | 4 | 260 | 0.000000e+00 | -- | Inf
306.63/306.77 c 307s| 400 | 321 |238161 | 548.8 | 36M| 130 | - |6506 |7890 |6506 |6694 | 33 | 20 | 320 | 0.000000e+00 | -- | Inf
363.82/363.91 c 364s| 500 | 319 |316657 | 596.2 | 36M| 134 | 207 |6506 |7908 |6506 |6694 | 33 | 38 | 370 | 0.000000e+00 | -- | Inf
427.02/427.13 c 427s| 600 | 301 |400963 | 637.4 | 36M| 134 | - |6506 |7923 |6506 |6694 | 33 | 54 | 428 | 0.000000e+00 | -- | Inf
478.90/479.05 c 479s| 700 | 311 |474215 | 651.0 | 36M| 134 | - |6506 |7937 |6506 |6694 | 33 | 77 | 477 | 0.000000e+00 | -- | Inf
549.80/549.99 c 550s| 800 | 319 |567464 | 686.2 | 36M| 139 | - |6506 |7943 |6506 |6694 | 33 | 88 | 544 | 0.000000e+00 | -- | Inf
607.88/608.09 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
607.88/608.09 c 608s| 900 | 311 |650113 | 701.8 | 36M| 139 | 533 |6506 |7945 |6506 |6694 | 33 | 96 | 601 | 0.000000e+00 | -- | Inf
686.28/686.49 c 686s| 1000 | 335 |752014 | 733.6 | 36M| 139 | - |6506 |7949 |6506 |6694 | 33 | 100 | 674 | 0.000000e+00 | -- | Inf
741.46/741.66 c 742s| 1100 | 357 |829329 | 737.2 | 37M| 139 | 349 |6506 |7954 |6506 |6694 | 33 | 111 | 725 | 0.000000e+00 | -- | Inf
827.86/828.06 c 828s| 1200 | 381 |945165 | 772.3 | 37M| 139 | 324 |6506 |7964 |6506 |6694 | 33 | 121 | 808 | 0.000000e+00 | -- | Inf
887.45/887.63 c 888s| 1300 | 415 | 1018k| 769.5 | 38M| 139 | - |6506 |7978 |6506 |6694 | 33 | 139 | 866 | 0.000000e+00 | -- | Inf
972.14/972.35 c 972s| 1400 | 437 | 1124k| 790.2 | 38M| 139 | 386 |6506 |7990 |6506 |6694 | 33 | 152 | 947 | 0.000000e+00 | -- | Inf
1044.82/1045.09 c 1045s| 1500 | 463 | 1217k| 799.7 | 38M| 139 | 250 |6506 |8002 |6506 |6694 | 33 | 173 |1007 | 0.000000e+00 | -- | Inf
1128.81/1129.07 c 1129s| 1600 | 495 | 1327k| 818.0 | 39M| 139 | 298 |6506 |8008 |6506 |6694 | 33 | 180 |1085 | 0.000000e+00 | -- | Inf
1196.29/1196.55 c 1197s| 1700 | 525 | 1417k| 823.1 | 40M| 139 | - |6506 |8020 |6506 |6694 | 33 | 200 |1146 | 0.000000e+00 | -- | Inf
1279.68/1279.90 c 1280s| 1800 | 539 | 1522k| 835.9 | 40M| 139 | 391 |6506 |8031 |6506 |6694 | 33 | 213 |1223 | 0.000000e+00 | -- | Inf
1366.28/1366.55 c 1367s| 1900 | 569 | 1633k| 850.2 | 41M| 139 | 260 |6506 |8031 |6506 |6694 | 33 | 221 |1307 | 0.000000e+00 | -- | Inf
1453.76/1454.07 c 1454s| 2000 | 587 | 1748k| 864.9 | 41M| 139 | 289 |6506 |8041 |6506 |6694 | 33 | 239 |1383 | 0.000000e+00 | -- | Inf
1552.34/1552.69 c 1553s| 2100 | 615 | 1871k| 882.6 | 42M| 139 | - |6506 |8058 |6506 |6694 | 33 | 261 |1470 | 0.000000e+00 | -- | Inf
1650.13/1650.42 c 1650s| 2200 | 665 | 1991k| 896.8 | 42M| 139 | 481 |6506 |8054 |6506 |6694 | 33 | 277 |1564 | 0.000000e+00 | -- | Inf
1738.61/1738.93 c 1739s| 2300 | 729 | 2102k| 906.0 | 43M| 139 | 657 |6506 |8049 |6506 |6694 | 33 | 280 |1649 | 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 : 2353
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.27 (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-3691852-1338043772.opb
1796.70/1797.00 c Variables : 6868 (6868 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00 c Constraints : 7072 initial, 7072 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-3691852-1338043772.opb
1796.70/1797.00 c Variables : 6506 (6506 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00 c Constraints : 6668 initial, 8059 maximal
1796.70/1797.00 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.00 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c gateextraction : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c components : 0.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.14 0.01 362 0 0 362 0 404 0 0 0
1796.70/1797.00 c logicor : 0.07 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.00 c root node : - - 1 - - 1 - - - - -
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 1645 0 1 0 7 166 0 0 3102
1796.70/1797.00 c setppc : 1409 1409 6 14489 0 1 0 21568 7 128983 0 0 0
1796.70/1797.00 c linear : 0+ 1204 5 11634 0 0 0 247 0 110 5 0 0
1796.70/1797.00 c logicor : 5259+ 5447 6 10719 0 1 0 45642 145 179998 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 : 682.59 0.00 0.00 0.00 682.59 0.00 0.00 0.00
1796.70/1797.00 c setppc : 0.50 0.00 0.00 0.47 0.00 0.00 0.00 0.03
1796.70/1797.00 c linear : 0.05 0.01 0.01 0.03 0.00 0.00 0.00 0.00
1796.70/1797.00 c logicor : 0.64 0.00 0.00 0.58 0.00 0.00 0.00 0.05
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 : 1650 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.01 0.00 0.00 0.01 0.00
1796.70/1797.00 c pseudoobj : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.00 c vbounds : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.00 c redcost : 0.18 0.00 0.00 0.18 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.08 152 151 442 25.5 6 21.0 -
1796.70/1797.00 c infeasible LP : 3.79 642 10 193 816.6 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 : - - - 283 39.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 : 1.06 0.00 5 0 0 0 0
1796.70/1797.00 c cgmip : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c strongcg : 1.08 0.00 5 0 0 0 0
1796.70/1797.00 c cmir : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c flowcover : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c clique : 0.27 0.00 5 0 0 30 0
1796.70/1797.00 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.00 c mcf : 0.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 : 3.54 0.00 1 0 1 0 1204
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 : 682.58 0.00 1645 7 166 0 0 3102
1796.70/1797.00 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c inference : 0.00 0.00 1 0 0 0 0 2
1796.70/1797.00 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c random : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.00 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.70/1797.00 c LP solutions : 0.00 - - 0
1796.70/1797.00 c pseudo solutions : 0.00 - - 0
1796.70/1797.00 c smallcard : 0.00 0.00 0 0
1796.70/1797.00 c trivial : 0.01 0.00 1 0
1796.70/1797.00 c shiftandpropagate: 0.00 0.00 0 0
1796.70/1797.00 c simplerounding : 0.00 0.00 0 0
1796.70/1797.00 c zirounding : 0.00 0.00 0 0
1796.70/1797.00 c rounding : 0.00 0.00 0 0
1796.70/1797.00 c shifting : 0.00 0.00 0 0
1796.70/1797.00 c intshifting : 0.00 0.00 0 0
1796.70/1797.00 c oneopt : 0.00 0.00 0 0
1796.70/1797.00 c twoopt : 0.00 0.00 0 0
1796.70/1797.00 c indtwoopt : 0.00 0.00 0 0
1796.70/1797.00 c indoneopt : 0.00 0.00 0 0
1796.70/1797.00 c fixandinfer : 0.00 0.00 0 0
1796.70/1797.00 c feaspump : 0.00 0.00 0 0
1796.70/1797.00 c clique : 0.00 0.00 0 0
1796.70/1797.00 c indrounding : 0.00 0.00 0 0
1796.70/1797.00 c indcoefdiving : 0.00 0.00 0 0
1796.70/1797.00 c coefdiving : 0.00 0.00 0 0
1796.70/1797.00 c pscostdiving : 0.00 0.00 0 0
1796.70/1797.00 c nlpdiving : 0.00 0.00 0 0
1796.70/1797.00 c fracdiving : 0.00 0.00 0 0
1796.70/1797.00 c veclendiving : 0.00 0.00 0 0
1796.70/1797.00 c intdiving : 0.00 0.00 0 0
1796.70/1797.00 c actconsdiving : 0.00 0.00 0 0
1796.70/1797.00 c objpscostdiving : 0.00 0.00 0 0
1796.70/1797.00 c rootsoldiving : 0.00 0.00 0 0
1796.70/1797.00 c linesearchdiving : 0.00 0.00 0 0
1796.70/1797.00 c guideddiving : 0.00 0.00 0 0
1796.70/1797.00 c octane : 0.00 0.00 0 0
1796.70/1797.00 c rens : 0.00 0.00 0 0
1796.70/1797.00 c rins : 0.00 0.00 0 0
1796.70/1797.00 c localbranching : 0.00 0.00 0 0
1796.70/1797.00 c mutation : 0.00 0.00 0 0
1796.70/1797.00 c crossover : 0.00 0.00 0 0
1796.70/1797.00 c dins : 0.00 0.00 0 0
1796.70/1797.00 c vbounds : 0.00 0.00 0 0
1796.70/1797.00 c undercover : 0.00 0.00 0 0
1796.70/1797.00 c subnlp : 0.00 0.00 0 0
1796.70/1797.00 c trysol : 0.00 0.00 0 0
1796.70/1797.00 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.70/1797.00 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.70/1797.00 c dual LP : 1097.97 2294 2174458 948.30 1980.44 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 : 682.23 1708 1194382 699.29 1750.70
1796.70/1797.00 c (at root node) : - 12 7336 611.33 -
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 : 2353
1796.70/1797.00 c nodes (total) : 2353
1796.70/1797.00 c nodes left : 752
1796.70/1797.00 c max depth : 139
1796.70/1797.00 c max depth (total): 139
1796.70/1797.00 c backtracks : 294 (12.5%)
1796.70/1797.00 c delayed cutoffs : 0
1796.70/1797.00 c repropagations : 3097 (1129 domain reductions, 0 cutoffs)
1796.70/1797.00 c avg switch length: 7.17
1796.70/1797.00 c switching time : 1.68
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 : 19174
1796.70/1797.07 c Time complete: 1796.79.
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-3691852-1338043772/watcher-3691852-1338043772 -o /tmp/evaluation-result-3691852-1338043772/solver-3691852-1338043772 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691852-1338043772.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.04 2.00 3/174 17445
/proc/meminfo: memFree=28579964/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=11000 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 1546 0 0 0 0 0 0 0 20 0 1 0 270502701 11264000 1502 33554432000 4194304 10219143 140733636090576 140733921072680 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 2750 1508 398 1471 0 1270 0
[startup+0.0604961 s]
/proc/loadavg: 2.00 2.04 2.00 3/174 17445
/proc/meminfo: memFree=28579964/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=36604 CPUtime=0.05 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 7893 0 0 0 4 1 0 0 20 0 1 0 270502701 37482496 7848 33554432000 4194304 10219143 140733636090576 140733921072680 5735872 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 9151 7848 482 1471 0 7671 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36604
[startup+0.100387 s]
/proc/loadavg: 2.00 2.04 2.00 3/174 17445
/proc/meminfo: memFree=28579964/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=40944 CPUtime=0.09 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 8637 0 0 0 7 2 0 0 20 0 1 0 270502701 41926656 8592 33554432000 4194304 10219143 140733636090576 140733921072680 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 10236 8592 549 1471 0 8756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40944
[startup+0.300292 s]
/proc/loadavg: 2.00 2.04 2.00 3/174 17445
/proc/meminfo: memFree=28579964/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=52284 CPUtime=0.29 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 11753 0 0 0 18 11 0 0 20 0 1 0 270502701 53538816 11451 33554432000 4194304 10219143 140733636090576 140733921072680 5345827 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 13071 11451 575 1471 0 11591 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52284
[startup+0.700239 s]
/proc/loadavg: 2.00 2.04 2.00 3/174 17445
/proc/meminfo: memFree=28579964/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=74448 CPUtime=0.69 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 17320 0 0 0 57 12 0 0 20 0 1 0 270502701 76234752 16936 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 18612 16936 727 1471 0 17132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74448
[startup+1.50023 s]
/proc/loadavg: 2.00 2.04 2.00 3/175 17446
/proc/meminfo: memFree=28515228/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=74656 CPUtime=1.49 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 17398 0 0 0 137 12 0 0 20 0 1 0 270502701 76447744 17014 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 18664 17014 727 1471 0 17184 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74656
[startup+3.10025 s]
/proc/loadavg: 2.00 2.04 2.00 3/175 17446
/proc/meminfo: memFree=28514236/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=74864 CPUtime=3.09 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 17470 0 0 0 296 13 0 0 20 0 1 0 270502701 76660736 17086 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 18716 17086 728 1471 0 17236 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74864
[startup+6.30026 s]
/proc/loadavg: 2.00 2.04 2.00 3/175 17446
/proc/meminfo: memFree=28455460/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=135752 CPUtime=6.29 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 32728 0 0 0 561 68 0 0 20 0 1 0 270502701 139010048 32180 33554432000 4194304 10219143 140733636090576 140733636084616 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 33938 32180 772 1471 0 32458 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135752
[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 17446
/proc/meminfo: memFree=28445688/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=12.69 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34573 0 0 0 1172 97 0 0 20 0 1 0 270502701 144683008 33671 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 33671 792 1471 0 33843 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 141292
[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 17446
/proc/meminfo: memFree=28444620/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=25.48 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34580 0 0 0 2448 100 0 0 20 0 1 0 270502701 144683008 33774 33554432000 4194304 10219143 140733636090576 140733636084120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 33774 793 1471 0 33843 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 141292
[startup+51.1003 s]
/proc/loadavg: 2.06 2.04 2.00 3/176 17449
/proc/meminfo: memFree=28444152/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=51.07 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34585 0 0 0 5001 106 0 0 20 0 1 0 270502701 144683008 33801 33554432000 4194304 10219143 140733636090576 140733636084120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 33801 793 1471 0 33843 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 141292
[startup+102.307 s]
/proc/loadavg: 2.10 2.05 2.00 3/175 17450
/proc/meminfo: memFree=28441104/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=102.27 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34587 0 0 0 10106 121 0 0 20 0 1 0 270502701 144683008 34462 33554432000 4194304 10219143 140733636090576 140733636084120 8051935 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34462 793 1471 0 33843 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 141292
[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/175 17488
/proc/meminfo: memFree=28522648/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=162.25 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34589 0 0 0 16087 138 0 0 20 0 1 0 270502701 144683008 34464 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34464 795 1471 0 33843 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 141292
[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/175 17488
/proc/meminfo: memFree=28517456/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=222.24 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34612 0 0 0 22070 154 0 0 20 0 1 0 270502701 144683008 34487 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34487 798 1471 0 33843 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 141292
[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 17488
/proc/meminfo: memFree=28513540/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=282.24 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34612 0 0 0 28054 170 0 0 20 0 1 0 270502701 144683008 34487 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34487 798 1471 0 33843 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 141292
[startup+342.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/175 17488
/proc/meminfo: memFree=28512664/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=342.23 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34612 0 0 0 34035 188 0 0 20 0 1 0 270502701 144683008 34487 33554432000 4194304 10219143 140733636090576 140733636084024 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34487 798 1471 0 33843 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 141292
[startup+402.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/175 17489
/proc/meminfo: memFree=28513528/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=402.22 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34614 0 0 0 40013 209 0 0 20 0 1 0 270502701 144683008 34514 33554432000 4194304 10219143 140733636090576 140733636084216 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34514 798 1471 0 33843 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 141292
[startup+462.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/175 17489
/proc/meminfo: memFree=28512784/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=462.21 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34614 0 0 0 45987 234 0 0 20 0 1 0 270502701 144683008 34514 33554432000 4194304 10219143 140733636090576 140733636083880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34514 798 1471 0 33843 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 141292
[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 17489
/proc/meminfo: memFree=28512716/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=522.2 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34614 0 0 0 51966 254 0 0 20 0 1 0 270502701 144683008 34514 33554432000 4194304 10219143 140733636090576 140733636083880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34514 798 1471 0 33843 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 141292
[startup+582.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/175 17489
/proc/meminfo: memFree=28506080/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=582.19 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34614 0 0 0 57942 277 0 0 20 0 1 0 270502701 144683008 34514 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34514 798 1471 0 33843 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 141292
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28512960/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1122.11 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34614 0 0 0 111736 475 0 0 20 0 1 0 270502701 144683008 34514 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34514 798 1471 0 33843 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 141292
[startup+1182.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/175 17517
/proc/meminfo: memFree=28511100/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1182.1 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34614 0 0 0 117714 496 0 0 20 0 1 0 270502701 144683008 34514 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34514 798 1471 0 33843 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 141292
[startup+1242.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 17520
/proc/meminfo: memFree=28507868/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1242.09 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34615 0 0 0 123693 516 0 0 20 0 1 0 270502701 144683008 34515 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34515 798 1471 0 33843 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 141292
[startup+1302.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/174 17520
/proc/meminfo: memFree=28507936/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1302.09 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34615 0 0 0 129673 536 0 0 20 0 1 0 270502701 144683008 34515 33554432000 4194304 10219143 140733636090576 140733636084024 7755082 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34515 798 1471 0 33843 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 141292
[startup+1362.3 s]
/proc/loadavg: 2.10 2.06 2.00 3/175 17521
/proc/meminfo: memFree=28511468/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1362.07 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34615 0 0 0 135656 551 0 0 20 0 1 0 270502701 144683008 34515 33554432000 4194304 10219143 140733636090576 140733636083928 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34515 798 1471 0 33843 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 141292
[startup+1422.31 s]
/proc/loadavg: 2.11 2.06 2.00 3/175 17521
/proc/meminfo: memFree=28510228/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1422.07 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34615 0 0 0 141640 567 0 0 20 0 1 0 270502701 144683008 34515 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34515 798 1471 0 33843 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 141292
[startup+1482.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/175 17521
/proc/meminfo: memFree=28512456/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1482.05 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34615 0 0 0 147622 583 0 0 20 0 1 0 270502701 144683008 34515 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34515 798 1471 0 33843 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 141292
[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/175 17521
/proc/meminfo: memFree=28512456/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1542.04 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34615 0 0 0 153607 597 0 0 20 0 1 0 270502701 144683008 34515 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34515 798 1471 0 33843 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 141292
[startup+1602.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/175 17521
/proc/meminfo: memFree=28510224/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1602.04 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34617 0 0 0 159589 615 0 0 20 0 1 0 270502701 144683008 34517 33554432000 4194304 10219143 140733636090576 140733636083704 8091892 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34517 798 1471 0 33843 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 141292
[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28501356/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1662.02 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 165573 629 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 141292
[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28504884/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1722.02 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 171558 644 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 141292
[startup+1782.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28499056/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1782.01 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 177541 660 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 141292
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.11 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28499056/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1785.21 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 177860 661 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 141292
[startup+1791.91 s]
/proc/loadavg: 2.10 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28499676/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1791.61 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 178499 662 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636084024 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 141292
[startup+1795.1 s]
/proc/loadavg: 2.09 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28499676/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1794.81 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 178818 663 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083928 8025358 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 141292
[startup+1795.9 s]
/proc/loadavg: 2.09 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28499676/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1795.6 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 178897 663 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083832 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 141292
[startup+1796.7 s]
/proc/loadavg: 2.09 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28499676/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1796.4 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 178977 663 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 141292
[startup+1796.9 s]
/proc/loadavg: 2.09 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28499676/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1796.6 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 178997 663 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 141292
[startup+1797 s]
/proc/loadavg: 2.09 2.07 2.01 3/175 17522
/proc/meminfo: memFree=28499676/32873852 swapFree=6848/6848
[pid=17445] ppid=17443 vsize=141292 CPUtime=1796.7 cores=1,3,5,7
/proc/17445/stat : 17445 (scip-2.1.1.4exp) R 17443 17445 14609 0 -1 4202496 34618 0 0 0 179007 663 0 0 20 0 1 0 270502701 144683008 34518 33554432000 4194304 10219143 140733636090576 140733636083928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17445/statm: 35323 34518 798 1471 0 33843 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 141292
Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.79
CPU user time (s): 1790.15
CPU system time (s): 6.64299
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 141292
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.15
system time used= 6.64299
maximum resident set size= 138088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34624
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= 14
involuntary context switches= 1850
runsolver used 2.98754 second user time and 8.60369 second system time
The end