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-3690610-1338024273.opb>
0.58/0.60 c original problem has 10238 variables (10238 bin, 0 int, 0 impl, 0 cont) and 224043 constraints
0.58/0.60 c problem read in 0.60
0.58/0.61 c No objective function, only one solution is needed.
0.58/0.61 c presolving settings loaded
1.19/1.26 c presolving:
2.29/2.33 c (round 1) 3123 del vars, 45937 del conss, 0 add conss, 3122 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 116920 impls, 225 clqs
2.69/2.72 c (round 2) 5100 del vars, 87928 del conss, 0 add conss, 3122 chg bounds, 3188 chg sides, 4126 chg coeffs, 0 upgd conss, 140400 impls, 225 clqs
2.99/3.03 c (round 3) 5235 del vars, 93423 del conss, 0 add conss, 3122 chg bounds, 4192 chg sides, 5406 chg coeffs, 0 upgd conss, 140688 impls, 225 clqs
4.09/4.14 c (round 4) 5235 del vars, 93458 del conss, 0 add conss, 3122 chg bounds, 4211 chg sides, 5406 chg coeffs, 131032 upgd conss, 140688 impls, 225 clqs
4.49/4.57 c (round 5) 5235 del vars, 93894 del conss, 0 add conss, 3122 chg bounds, 4265 chg sides, 5766 chg coeffs, 131032 upgd conss, 140688 impls, 225 clqs
4.89/4.91 c (round 6) 5235 del vars, 93894 del conss, 0 add conss, 3122 chg bounds, 4329 chg sides, 5889 chg coeffs, 131148 upgd conss, 140880 impls, 225 clqs
5.18/5.26 c (round 7) 5235 del vars, 93986 del conss, 0 add conss, 3122 chg bounds, 4333 chg sides, 5914 chg coeffs, 131156 upgd conss, 140896 impls, 226 clqs
5.60/5.63 c (round 8) 5235 del vars, 94016 del conss, 0 add conss, 3122 chg bounds, 4335 chg sides, 5917 chg coeffs, 131160 upgd conss, 140914 impls, 226 clqs
6.78/6.83 c presolving (9 rounds):
6.78/6.83 c 5235 deleted vars, 94019 deleted constraints, 0 added constraints, 3122 tightened bounds, 0 added holes, 4335 changed sides, 5923 changed coefficients
6.78/6.83 c 140914 implications, 226 cliques
6.78/6.83 c presolved problem has 5003 variables (5003 bin, 0 int, 0 impl, 0 cont) and 130024 constraints
6.78/6.83 c 20151 constraints of type <knapsack>
6.78/6.83 c 12321 constraints of type <setppc>
6.78/6.83 c 1 constraints of type <linear>
6.78/6.83 c 97551 constraints of type <logicor>
6.78/6.83 c transformed objective value is always integral (scale: 1)
6.78/6.83 c Presolving Time: 6.06
6.78/6.83 c - non default parameters ----------------------------------------------------------------------
6.78/6.83 c # SCIP version 2.1.1.4
6.78/6.83 c
6.78/6.83 c # maximal time in seconds to run
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.78/6.83 c limits/time = 1797
6.78/6.83 c
6.78/6.83 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.78/6.83 c limits/memory = 13950
6.78/6.83 c
6.78/6.83 c # solving stops, if the given number of solutions were found (-1: no limit)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: -1]
6.78/6.83 c limits/solutions = 1
6.78/6.83 c
6.78/6.83 c # maximal number of separation rounds per node (-1: unlimited)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 5]
6.78/6.83 c separating/maxrounds = 1
6.78/6.83 c
6.78/6.83 c # maximal number of separation rounds in the root node (-1: unlimited)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: -1]
6.78/6.83 c separating/maxroundsroot = 5
6.78/6.83 c
6.78/6.83 c # default clock type (1: CPU user seconds, 2: wall clock time)
6.78/6.83 c # [type: int, range: [1,2], default: 1]
6.78/6.83 c timing/clocktype = 2
6.78/6.83 c
6.78/6.83 c # belongs reading time to solving time?
6.78/6.83 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.78/6.83 c timing/reading = TRUE
6.78/6.83 c
6.78/6.83 c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.78/6.83 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.78/6.83 c constraints/knapsack/disaggregation = FALSE
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 10]
6.78/6.83 c heuristics/coefdiving/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to node LP iterations
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.78/6.83 c heuristics/coefdiving/maxlpiterquot = 0.075
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/coefdiving/maxlpiterofs = 1500
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 30]
6.78/6.83 c heuristics/crossover/freq = -1
6.78/6.83 c
6.78/6.83 c # number of nodes added to the contingent of the total nodes
6.78/6.83 c # [type: longint, range: [0,9223372036854775807], default: 500]
6.78/6.83 c heuristics/crossover/nodesofs = 750
6.78/6.83 c
6.78/6.83 c # number of nodes without incumbent change that heuristic should wait
6.78/6.83 c # [type: longint, range: [0,9223372036854775807], default: 200]
6.78/6.83 c heuristics/crossover/nwaitingnodes = 100
6.78/6.83 c
6.78/6.83 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.78/6.83 c # [type: real, range: [0,1], default: 0.1]
6.78/6.83 c heuristics/crossover/nodesquot = 0.15
6.78/6.83 c
6.78/6.83 c # minimum percentage of integer variables that have to be fixed
6.78/6.83 c # [type: real, range: [0,1], default: 0.666]
6.78/6.83 c heuristics/crossover/minfixingrate = 0.5
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 20]
6.78/6.83 c heuristics/feaspump/freq = -1
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/feaspump/maxlpiterofs = 2000
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 10]
6.78/6.83 c heuristics/fracdiving/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to node LP iterations
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.78/6.83 c heuristics/fracdiving/maxlpiterquot = 0.075
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/fracdiving/maxlpiterofs = 1500
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 10]
6.78/6.83 c heuristics/guideddiving/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to node LP iterations
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.78/6.83 c heuristics/guideddiving/maxlpiterquot = 0.075
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/guideddiving/maxlpiterofs = 1500
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to node LP iterations
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.78/6.83 c heuristics/intdiving/maxlpiterquot = 0.075
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 10]
6.78/6.83 c heuristics/intshifting/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 10]
6.78/6.83 c heuristics/linesearchdiving/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to node LP iterations
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.78/6.83 c heuristics/linesearchdiving/maxlpiterquot = 0.075
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/linesearchdiving/maxlpiterofs = 1500
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 20]
6.78/6.83 c heuristics/objpscostdiving/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to total iteration number
6.78/6.83 c # [type: real, range: [0,1], default: 0.01]
6.78/6.83 c heuristics/objpscostdiving/maxlpiterquot = 0.015
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/objpscostdiving/maxlpiterofs = 1500
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 1]
6.78/6.83 c heuristics/oneopt/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 10]
6.78/6.83 c heuristics/pscostdiving/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to node LP iterations
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.78/6.83 c heuristics/pscostdiving/maxlpiterquot = 0.075
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/pscostdiving/maxlpiterofs = 1500
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 0]
6.78/6.83 c heuristics/rens/freq = -1
6.78/6.83 c
6.78/6.83 c # minimum percentage of integer variables that have to be fixable
6.78/6.83 c # [type: real, range: [0,1], default: 0.5]
6.78/6.83 c heuristics/rens/minfixingrate = 0.3
6.78/6.83 c
6.78/6.83 c # number of nodes added to the contingent of the total nodes
6.78/6.83 c # [type: longint, range: [0,9223372036854775807], default: 500]
6.78/6.83 c heuristics/rens/nodesofs = 2000
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 20]
6.78/6.83 c heuristics/rootsoldiving/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to node LP iterations
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.78/6.83 c heuristics/rootsoldiving/maxlpiterquot = 0.015
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/rootsoldiving/maxlpiterofs = 1500
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 1]
6.78/6.83 c heuristics/rounding/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 0]
6.78/6.83 c heuristics/shiftandpropagate/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 10]
6.78/6.83 c heuristics/shifting/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 1]
6.78/6.83 c heuristics/simplerounding/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 1]
6.78/6.83 c heuristics/subnlp/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 0]
6.78/6.83 c heuristics/trivial/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 1]
6.78/6.83 c heuristics/trysol/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 0]
6.78/6.83 c heuristics/undercover/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 10]
6.78/6.83 c heuristics/veclendiving/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal fraction of diving LP iterations compared to node LP iterations
6.78/6.83 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.78/6.83 c heuristics/veclendiving/maxlpiterquot = 0.075
6.78/6.83 c
6.78/6.83 c # additional number of allowed LP iterations
6.78/6.83 c # [type: int, range: [0,2147483647], default: 1000]
6.78/6.83 c heuristics/veclendiving/maxlpiterofs = 1500
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 1]
6.78/6.83 c heuristics/zirounding/freq = -1
6.78/6.83 c
6.78/6.83 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: -1]
6.78/6.83 c propagating/probing/maxprerounds = 0
6.78/6.83 c
6.78/6.83 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 0]
6.78/6.83 c separating/cmir/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 0]
6.78/6.83 c separating/flowcover/freq = -1
6.78/6.83 c
6.78/6.83 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: -1]
6.78/6.83 c separating/rapidlearning/freq = 0
6.78/6.83 c
6.78/6.83 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
6.78/6.83 c # [type: int, range: [-1,2147483647], default: 1]
6.78/6.83 c heuristics/indoneopt/freq = -1
6.78/6.83 c
6.78/6.83 c -----------------------------------------------------------------------------------------------
6.78/6.83 c start solving
6.78/6.83 c
8.28/8.32 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
8.28/8.32 c 8.3s| 1 | 0 | 1325 | - | 245M| 0 | 60 |5003 | 130k|5003 | 130k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
9.18/9.29 c 9.3s| 1 | 0 | 1342 | - | 245M| 0 | 23 |5003 | 130k|5003 | 130k| 11 | 0 | 0 | 0.000000e+00 | -- | Inf
10.19/10.25 c 10.2s| 1 | 0 | 1413 | - | 246M| 0 | 94 |5003 | 130k|5003 | 130k| 17 | 0 | 0 | 0.000000e+00 | -- | Inf
11.69/11.77 c 11.8s| 1 | 0 | 1653 | - | 248M| 0 | 371 |5003 | 130k|5003 | 130k| 27 | 0 | 0 | 0.000000e+00 | -- | Inf
13.69/13.71 c 13.7s| 1 | 0 | 2074 | - | 249M| 0 | 400 |5003 | 130k|5003 | 130k| 33 | 0 | 0 | 0.000000e+00 | -- | Inf
16.09/16.13 c 16.1s| 1 | 0 | 2305 | - | 251M| 0 | 403 |5003 | 130k|5003 | 130k| 41 | 0 | 0 | 0.000000e+00 | -- | Inf
67.98/68.09 c 68.1s| 1 | 2 | 2305 | - | 251M| 0 | 403 |5003 | 130k|5003 | 130k| 41 | 0 | 19 | 0.000000e+00 | -- | Inf
940.75/940.98 c 941s| 100 | 42 | 12182 | 99.8 | 254M| 24 | 181 |5003 | 130k|5003 | 130k| 41 | 57 | 836 | 0.000000e+00 | -- | Inf
974.04/974.21 c 974s| 200 | 82 | 16554 | 71.6 | 255M| 32 | 103 |5003 | 130k|5003 | 130k| 41 | 107 | 851 | 0.000000e+00 | -- | Inf
1014.54/1014.73 c 1015s| 300 | 128 | 19370 | 57.1 | 257M| 37 | 60 |5003 | 130k|5003 | 130k| 41 | 147 | 883 | 0.000000e+00 | -- | Inf
1067.02/1067.28 c 1067s| 400 | 186 | 23857 | 54.0 | 259M| 46 | 69 |5003 | 130k|5003 | 130k| 41 | 180 | 933 | 0.000000e+00 | -- | Inf
1125.92/1126.12 c 1126s| 500 | 215 | 31165 | 57.8 | 261M| 63 | 42 |5003 | 130k|5003 | 130k| 41 | 243 | 978 | 0.000000e+00 | -- | Inf
1140.72/1140.97 c 1141s| 600 | 242 | 33228 | 51.6 | 262M| 63 | - |5003 | 130k| 0 | 0 | 41 | 311 | 978 | 0.000000e+00 | -- | Inf
1186.71/1186.95 c 1187s| 700 | 273 | 36090 | 48.3 | 263M| 63 | 71 |5003 | 130k|5003 | 130k| 41 | 486 |1015 | 0.000000e+00 | -- | Inf
1216.10/1216.35 c 1216s| 800 | 310 | 39285 | 46.3 | 264M| 63 | - |5003 | 130k| 0 | 0 | 41 | 643 |1029 | 0.000000e+00 | -- | Inf
1246.60/1246.83 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1246.60/1246.83 c 1247s| 900 | 375 | 42511 | 44.7 | 267M| 63 | 52 |5003 | 130k|5003 | 130k| 41 | 746 |1042 | 0.000000e+00 | -- | Inf
1294.69/1294.92 c 1295s| 1000 | 429 | 45661 | 43.4 | 269M| 63 | - |5003 | 130k| 0 | 0 | 41 | 912 |1090 | 0.000000e+00 | -- | Inf
1345.29/1345.53 c 1346s| 1100 | 482 | 49476 | 42.9 | 271M| 63 | 167 |5003 | 130k|5003 | 130k| 41 | 995 |1139 | 0.000000e+00 | -- | Inf
1398.88/1399.18 c 1399s| 1200 | 518 | 52615 | 42.0 | 272M| 63 | - |5003 | 130k| 0 | 0 | 41 |1168 |1199 | 0.000000e+00 | -- | Inf
1451.07/1451.36 c 1451s| 1300 | 547 | 55839 | 41.2 | 273M| 63 | 46 |5003 | 131k|5003 | 130k| 41 |1404 |1256 | 0.000000e+00 | -- | Inf
1496.06/1496.35 c 1496s| 1400 | 589 | 58547 | 40.2 | 275M| 63 | 85 |5003 | 130k|5003 | 130k| 41 |1548 |1296 | 0.000000e+00 | -- | Inf
1529.26/1529.58 c 1530s| 1500 | 614 | 60860 | 39.1 | 276M| 63 | 59 |5003 | 131k|5003 | 130k| 41 |1691 |1321 | 0.000000e+00 | -- | Inf
1589.94/1590.27 c 1590s| 1600 | 658 | 64393 | 38.8 | 278M| 63 | 120 |5003 | 131k|5003 | 130k| 41 |1868 |1387 | 0.000000e+00 | -- | Inf
1639.94/1640.27 c 1640s| 1700 | 716 | 67310 | 38.3 | 280M| 63 | 66 |5003 | 131k|5003 | 130k| 41 |1892 |1433 | 0.000000e+00 | -- | Inf
1683.84/1684.16 c 1684s| 1800 | 766 | 69886 | 37.6 | 281M| 63 | 70 |5003 | 131k|5003 | 130k| 41 |1943 |1470 | 0.000000e+00 | -- | Inf
1729.13/1729.48 c 1729s| 1900 | 803 | 73095 | 37.3 | 283M| 63 | 52 |5003 | 131k|5003 | 130k| 41 |2101 |1517 | 0.000000e+00 | -- | Inf
1771.92/1772.27 c 1772s| 2000 | 879 | 77049 | 37.4 | 285M| 63 | 42 |5003 | 131k|5003 | 130k| 41 |2159 |1536 | 0.000000e+00 | -- | Inf
1796.92/1797.23 c
1796.92/1797.23 c SCIP Status : solving was interrupted [time limit reached]
1796.92/1797.23 c Solving Time (sec) : 1797.22
1796.92/1797.23 c Solving Nodes : 2036
1796.92/1797.23 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.92/1797.23 c Dual Bound : +0.00000000000000e+00
1796.92/1797.23 c Gap : infinite
1796.92/1797.23 s UNKNOWN
1796.92/1797.23 c SCIP Status : solving was interrupted [time limit reached]
1796.92/1797.23 c Total Time : 1797.22
1796.92/1797.23 c solving : 1797.22
1796.92/1797.23 c presolving : 6.06 (included in solving)
1796.92/1797.23 c reading : 0.60 (included in solving)
1796.92/1797.23 c copying : 0.00 (0 times copied the problem)
1796.92/1797.23 c Original Problem :
1796.92/1797.23 c Problem name : HOME/instance-3690610-1338024273.opb
1796.92/1797.23 c Variables : 10238 (10238 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.92/1797.23 c Constraints : 224043 initial, 224043 maximal
1796.92/1797.23 c Objective sense : minimize
1796.92/1797.23 c Presolved Problem :
1796.92/1797.23 c Problem name : t_HOME/instance-3690610-1338024273.opb
1796.92/1797.23 c Variables : 5003 (5003 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.92/1797.23 c Constraints : 130024 initial, 131152 maximal
1796.92/1797.23 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.92/1797.23 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c trivial : 0.00 0.00 135 0 0 0 0 0 0 0 0
1796.92/1797.23 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c gateextraction : 0.02 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c implics : 0.01 0.00 0 1240 0 0 0 0 0 0 0
1796.92/1797.23 c components : 0.07 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.92/1797.23 c knapsack : 0.24 0.00 0 0 0 0 0 0 0 124 517
1796.92/1797.23 c setppc : 0.11 0.00 0 0 0 0 0 525 0 0 0
1796.92/1797.23 c linear : 2.33 0.00 3683 177 0 3122 0 93442 0 4211 5406
1796.92/1797.23 c logicor : 1.67 0.92 0 0 0 0 0 52 0 0 0
1796.92/1797.23 c root node : - - 3 - - 3 - - - - -
1796.92/1797.23 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.92/1797.23 c integral : 0 0 0 0 1669 0 1 0 9 451 0 0 3096
1796.92/1797.23 c knapsack : 20151 20151 5 9346 0 1 0 118046 38 20472 12 0 0
1796.92/1797.23 c setppc : 12321 12321 5 9308 0 1 0 15636 125 13492 0 0 0
1796.92/1797.23 c linear : 1 1 5 9183 0 1 0 0 0 0 0 0 0
1796.92/1797.23 c logicor : 97551+ 98689 5 5956 0 1 0 47992 457 5972 0 0 0
1796.92/1797.23 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.92/1797.23 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.92/1797.23 c integral : 1286.44 0.00 0.00 0.00 1286.44 0.00 0.00 0.00
1796.92/1797.23 c knapsack : 3.34 0.00 0.14 3.06 0.00 0.00 0.00 0.14
1796.92/1797.23 c setppc : 2.62 0.00 0.00 2.59 0.00 0.00 0.00 0.02
1796.92/1797.23 c linear : 0.01 0.00 0.00 0.01 0.00 0.00 0.00 0.00
1796.92/1797.23 c logicor : 3.41 0.92 0.02 2.39 0.00 0.02 0.00 0.07
1796.92/1797.23 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.92/1797.23 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.92/1797.23 c rootredcost : 0 0 0 0
1796.92/1797.23 c pseudoobj : 0 0 0 0
1796.92/1797.23 c vbounds : 0 0 0 0
1796.92/1797.23 c redcost : 1674 0 0 0
1796.92/1797.23 c probing : 0 0 0 0
1796.92/1797.23 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.92/1797.23 c rootredcost : 0.01 0.00 0.00 0.01 0.00
1796.92/1797.23 c pseudoobj : 0.01 0.00 0.00 0.01 0.00
1796.92/1797.23 c vbounds : 0.01 0.00 0.00 0.01 0.00
1796.92/1797.23 c redcost : 0.14 0.00 0.00 0.14 0.00
1796.92/1797.23 c probing : 0.00 0.00 0.00 0.00 0.00
1796.92/1797.23 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.92/1797.23 c propagation : 1.06 620 620 7126 377.7 619 29.9 -
1796.92/1797.23 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.92/1797.23 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.92/1797.23 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.92/1797.23 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.92/1797.23 c applied globally : - - - 2159 135.2 - - -
1796.92/1797.23 c applied locally : - - - 0 0.0 - - -
1796.92/1797.23 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.92/1797.23 c cut pool : 0.00 4 - - 11 - (maximal pool size: 269)
1796.92/1797.23 c closecuts : 0.00 0.00 0 0 0 0 0
1796.92/1797.23 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.92/1797.23 c intobj : 0.00 0.00 0 0 0 0 0
1796.92/1797.23 c gomory : 0.37 0.00 5 0 0 250 0
1796.92/1797.23 c cgmip : 0.00 0.00 0 0 0 0 0
1796.92/1797.23 c strongcg : 3.21 0.00 5 0 0 2500 0
1796.92/1797.23 c cmir : 0.00 0.00 0 0 0 0 0
1796.92/1797.23 c flowcover : 0.00 0.00 0 0 0 0 0
1796.92/1797.23 c clique : 0.14 0.00 5 0 0 30 0
1796.92/1797.23 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.92/1797.23 c mcf : 0.11 0.00 1 0 0 0 0
1796.92/1797.23 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.92/1797.23 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.92/1797.23 c Pricers : ExecTime SetupTime Calls Vars
1796.92/1797.23 c problem variables: 0.00 - 0 0
1796.92/1797.23 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.92/1797.23 c relpscost : 1286.43 0.00 1669 9 451 0 0 3096
1796.92/1797.23 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.92/1797.23 c inference : 0.00 0.00 1 0 0 0 0 2
1796.92/1797.23 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.92/1797.23 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.92/1797.23 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.92/1797.23 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.92/1797.23 c random : 0.00 0.00 0 0 0 0 0 0
1796.92/1797.23 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.92/1797.23 c LP solutions : 0.00 - - 0
1796.92/1797.23 c pseudo solutions : 0.00 - - 0
1796.92/1797.23 c smallcard : 0.00 0.00 0 0
1796.92/1797.23 c trivial : 0.00 0.00 1 0
1796.92/1797.23 c shiftandpropagate: 0.00 0.00 0 0
1796.92/1797.23 c simplerounding : 0.00 0.00 0 0
1796.92/1797.23 c zirounding : 0.00 0.00 0 0
1796.92/1797.23 c rounding : 0.00 0.00 0 0
1796.92/1797.23 c shifting : 0.00 0.00 0 0
1796.92/1797.23 c intshifting : 0.00 0.00 0 0
1796.92/1797.23 c oneopt : 0.00 0.00 0 0
1796.92/1797.23 c twoopt : 0.00 0.00 0 0
1796.92/1797.23 c indtwoopt : 0.00 0.00 0 0
1796.92/1797.23 c indoneopt : 0.00 0.00 0 0
1796.92/1797.23 c fixandinfer : 0.00 0.00 0 0
1796.92/1797.23 c feaspump : 0.00 0.00 0 0
1796.92/1797.23 c clique : 0.00 0.00 0 0
1796.92/1797.23 c indrounding : 0.00 0.00 0 0
1796.92/1797.23 c indcoefdiving : 0.00 0.00 0 0
1796.92/1797.23 c coefdiving : 0.00 0.00 0 0
1796.92/1797.23 c pscostdiving : 0.00 0.00 0 0
1796.92/1797.23 c nlpdiving : 0.00 0.00 0 0
1796.92/1797.23 c fracdiving : 0.00 0.00 0 0
1796.92/1797.23 c veclendiving : 0.00 0.00 0 0
1796.92/1797.23 c intdiving : 0.00 0.00 0 0
1796.92/1797.23 c actconsdiving : 0.00 0.00 0 0
1796.92/1797.23 c objpscostdiving : 0.00 0.00 0 0
1796.92/1797.23 c rootsoldiving : 0.00 0.00 0 0
1796.92/1797.23 c linesearchdiving : 0.00 0.00 0 0
1796.92/1797.23 c guideddiving : 0.00 0.00 0 0
1796.92/1797.23 c octane : 0.00 0.00 0 0
1796.92/1797.23 c rens : 0.00 0.00 0 0
1796.92/1797.23 c rins : 0.00 0.00 0 0
1796.92/1797.23 c localbranching : 0.00 0.00 0 0
1796.92/1797.23 c mutation : 0.00 0.00 0 0
1796.92/1797.23 c crossover : 0.00 0.00 0 0
1796.92/1797.23 c dins : 0.00 0.00 0 0
1796.92/1797.23 c vbounds : 0.00 0.00 0 0
1796.92/1797.23 c undercover : 0.00 0.00 0 0
1796.92/1797.23 c subnlp : 0.00 0.00 0 0
1796.92/1797.23 c trysol : 0.00 0.00 0 0
1796.92/1797.23 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.92/1797.23 c primal LP : 0.24 1 0 0.00 0.00 0.24 1
1796.92/1797.23 c dual LP : 462.58 1674 78913 47.14 170.59 0.00 0
1796.92/1797.23 c lex dual LP : 0.00 0 0 0.00 -
1796.92/1797.23 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.92/1797.23 c diving/probing LP: 0.00 0 0 0.00 -
1796.92/1797.23 c strong branching : 1285.74 1556 151861 97.60 118.11
1796.92/1797.23 c (at root node) : - 19 12287 646.68 -
1796.92/1797.23 c conflict analysis: 0.00 0 0 0.00 -
1796.92/1797.23 c B&B Tree :
1796.92/1797.23 c number of runs : 1
1796.92/1797.23 c nodes : 2036
1796.92/1797.23 c nodes (total) : 2036
1796.92/1797.23 c nodes left : 915
1796.92/1797.23 c max depth : 63
1796.92/1797.23 c max depth (total): 63
1796.92/1797.23 c backtracks : 201 (9.9%)
1796.92/1797.23 c delayed cutoffs : 148
1796.92/1797.23 c repropagations : 4238 (3975 domain reductions, 142 cutoffs)
1796.92/1797.23 c avg switch length: 6.02
1796.92/1797.23 c switching time : 4.36
1796.92/1797.23 c Solution :
1796.92/1797.23 c Solutions found : 0 (0 improvements)
1796.92/1797.23 c Primal Bound : -
1796.92/1797.23 c Dual Bound : +0.00000000000000e+00
1796.92/1797.23 c Gap : infinite
1796.92/1797.23 c Root Dual Bound : +0.00000000000000e+00
1796.92/1797.23 c Root Iterations : 2305
1797.23/1797.59 c Time complete: 1797.31.
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-3690610-1338024273/watcher-3690610-1338024273 -o /tmp/evaluation-result-3690610-1338024273/solver-3690610-1338024273 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690610-1338024273.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6529
/proc/meminfo: memFree=27946000/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=10280 CPUtime=0 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 1307 0 0 0 0 0 0 0 20 0 1 0 268552968 10526720 1261 33554432000 4194304 10173063 140734274054816 140735414356968 7545739 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 2570 1261 413 1460 0 1101 0
[startup+0.101735 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6529
/proc/meminfo: memFree=27946000/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=24536 CPUtime=0.09 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 4894 0 0 0 9 0 0 0 20 0 1 0 268552968 25124864 4848 33554432000 4194304 10173063 140734274054816 140734273919400 7545739 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 6134 4848 413 1460 0 4665 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24536
[startup+0.200337 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6529
/proc/meminfo: memFree=27946000/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=35516 CPUtime=0.19 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 7632 0 0 0 18 1 0 0 20 0 1 0 268552968 36368384 7586 33554432000 4194304 10173063 140734274054816 140734273919400 5285017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 8879 7586 413 1460 0 7410 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35516
[startup+0.300331 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6529
/proc/meminfo: memFree=27946000/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=49968 CPUtime=0.28 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 11232 0 0 0 27 1 0 0 20 0 1 0 268552968 51167232 11186 33554432000 4194304 10173063 140734274054816 140734273919400 8831602 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 12492 11186 413 1460 0 11023 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49968
[startup+0.700288 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6529
/proc/meminfo: memFree=27946000/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=138508 CPUtime=0.69 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 33342 0 0 0 64 5 0 0 20 0 1 0 268552968 141832192 33296 33554432000 4194304 10173063 140734274054816 140734273919400 4900240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 34627 33296 465 1460 0 33158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138508
[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6530
/proc/meminfo: memFree=27359124/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=310972 CPUtime=1.48 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 86647 0 0 0 113 35 0 0 20 0 1 0 268552968 318435328 74586 33554432000 4194304 10173063 140734274054816 140734274050552 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 77743 74586 559 1460 0 76274 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 310972
[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6530
/proc/meminfo: memFree=27433400/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=316232 CPUtime=3.09 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 89535 0 0 0 126 183 0 0 20 0 1 0 268552968 323821568 75921 33554432000 4194304 10173063 140734274054816 140734274051816 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 79058 75921 567 1460 0 77589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 316232
[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6530
/proc/meminfo: memFree=27449384/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=324992 CPUtime=6.28 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 102544 0 0 0 226 402 0 0 20 0 1 0 268552968 332791808 77770 33554432000 4194304 10173063 140734274054816 140734274052424 4953292 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 81248 77770 613 1460 0 79779 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 324992
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6531
/proc/meminfo: memFree=26903740/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=593632 CPUtime=12.69 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 145107 0 0 0 836 433 0 0 20 0 1 0 268552968 607879168 142233 33554432000 4194304 10173063 140734274054816 140734274049656 7910530 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 148408 142233 799 1460 0 146939 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 593632
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6531
/proc/meminfo: memFree=26964372/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=25.49 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147437 0 0 0 2108 441 0 0 20 0 1 0 268552968 645857280 153154 33554432000 4194304 10173063 140734274054816 140734274047528 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153154 803 1460 0 156211 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 630720
[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6531
/proc/meminfo: memFree=25283904/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=51.08 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147478 0 0 0 4665 443 0 0 20 0 1 0 268552968 645857280 153195 33554432000 4194304 10173063 140734274054816 140734274048648 8012569 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153195 803 1460 0 156211 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 630720
[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6531
/proc/meminfo: memFree=25531164/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=102.28 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147494 0 0 0 9782 446 0 0 20 0 1 0 268552968 645857280 153211 33554432000 4194304 10173063 140734274054816 140734274048680 7911886 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153211 809 1460 0 156211 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 630720
[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 6531
/proc/meminfo: memFree=25420856/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=162.26 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147501 0 0 0 15777 449 0 0 20 0 1 0 268552968 645857280 153218 33554432000 4194304 10173063 140734274054816 140734274047992 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153218 809 1460 0 156211 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 630720
[startup+222.307 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6531
/proc/meminfo: memFree=25413688/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=222.26 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147582 0 0 0 21774 452 0 0 20 0 1 0 268552968 645857280 153299 33554432000 4194304 10173063 140734274054816 140734274047992 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153299 809 1460 0 156211 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 630720
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 6531
/proc/meminfo: memFree=25387312/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=282.25 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147582 0 0 0 27770 455 0 0 20 0 1 0 268552968 645857280 153299 33554432000 4194304 10173063 140734274054816 140734274047944 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153299 809 1460 0 156211 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 630720
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 6535
/proc/meminfo: memFree=25398008/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=342.23 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147584 0 0 0 33765 458 0 0 20 0 1 0 268552968 645857280 153301 33554432000 4194304 10173063 140734274054816 140734274047528 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153301 809 1460 0 156211 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 630720
[startup+402.3 s]
/proc/loadavg: 2.05 2.01 1.99 3/177 6535
/proc/meminfo: memFree=25335160/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=402.23 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147584 0 0 0 39761 462 0 0 20 0 1 0 268552968 645857280 153301 33554432000 4194304 10173063 140734274054816 140734274048264 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153301 809 1460 0 156211 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 630720
[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 6535
/proc/meminfo: memFree=25368120/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=462.22 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147604 0 0 0 45756 466 0 0 20 0 1 0 268552968 645857280 153321 33554432000 4194304 10173063 140734274054816 140734274047528 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153321 809 1460 0 156211 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 630720
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 6535
/proc/meminfo: memFree=25324216/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=522.21 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147610 0 0 0 51752 469 0 0 20 0 1 0 268552968 645857280 153327 33554432000 4194304 10173063 140734274054816 140734274047944 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153327 809 1460 0 156211 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 630720
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 6535
/proc/meminfo: memFree=25324928/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=630720 CPUtime=582.2 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 147620 0 0 0 57748 472 0 0 20 0 1 0 268552968 645857280 153337 33554432000 4194304 10173063 140734274054816 140734274047992 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157680 153337 809 1460 0 156211 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 630720
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=25308872/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=631972 CPUtime=1122.12 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 148467 0 0 0 111698 514 0 0 20 0 1 0 268552968 647139328 154033 33554432000 4194304 10173063 140734274054816 140734274047800 8063648 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157993 154033 812 1460 0 156524 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 631972
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6541
/proc/meminfo: memFree=25346256/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=631972 CPUtime=1182.11 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 148467 0 0 0 117691 520 0 0 20 0 1 0 268552968 647139328 154033 33554432000 4194304 10173063 140734274054816 140734274047944 7661753 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157993 154033 812 1460 0 156524 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 631972
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6542
/proc/meminfo: memFree=25377764/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=631972 CPUtime=1242.1 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 148467 0 0 0 123682 528 0 0 20 0 1 0 268552968 647139328 154033 33554432000 4194304 10173063 140734274054816 140734274048456 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157993 154033 812 1460 0 156524 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 631972
[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 6542
/proc/meminfo: memFree=25306236/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=631972 CPUtime=1302.09 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 148467 0 0 0 129675 534 0 0 20 0 1 0 268552968 647139328 154033 33554432000 4194304 10173063 140734274054816 140734274047944 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 157993 154033 812 1460 0 156524 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 631972
[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6542
/proc/meminfo: memFree=25305156/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=634620 CPUtime=1362.08 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 148477 0 0 0 135668 540 0 0 20 0 1 0 268552968 649850880 154043 33554432000 4194304 10173063 140734274054816 140734274047800 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 158655 154043 812 1460 0 157186 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 634620
[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6542
/proc/meminfo: memFree=25330700/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=634620 CPUtime=1422.08 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 148478 0 0 0 141664 544 0 0 20 0 1 0 268552968 649850880 154044 33554432000 4194304 10173063 140734274054816 140734274047944 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 158655 154044 812 1460 0 157186 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 634620
[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6542
/proc/meminfo: memFree=25368348/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=634620 CPUtime=1482.07 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 148478 0 0 0 147654 553 0 0 20 0 1 0 268552968 649850880 154044 33554432000 4194304 10173063 140734274054816 140734274047624 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 158655 154044 812 1460 0 157186 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 634620
[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6545
/proc/meminfo: memFree=25328596/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=638768 CPUtime=1542.06 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 148480 0 0 0 153645 561 0 0 20 0 1 0 268552968 654098432 154046 33554432000 4194304 10173063 140734274054816 140734274047992 7910525 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 159692 154046 812 1460 0 158223 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 638768
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25301340/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658740 CPUtime=1602.04 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150721 0 0 0 159627 577 0 0 20 0 1 0 268552968 674549760 160886 33554432000 4194304 10173063 140734274054816 140734274052184 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164685 160886 812 1460 0 163216 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 658740
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25299088/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658944 CPUtime=1662.04 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150776 0 0 0 165612 592 0 0 20 0 1 0 268552968 674758656 160941 33554432000 4194304 10173063 140734274054816 140734274047992 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164736 160941 812 1460 0 163267 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 658944
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25300976/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658944 CPUtime=1722.02 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150777 0 0 0 171596 606 0 0 20 0 1 0 268552968 674758656 160941 33554432000 4194304 10173063 140734274054816 140734274047944 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164736 160941 812 1460 0 163267 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 658944
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25298736/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658944 CPUtime=1782.02 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150779 0 0 0 177583 619 0 0 20 0 1 0 268552968 674758656 161962 33554432000 4194304 10173063 140734274054816 140734274047944 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164736 161962 812 1460 0 163267 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 658944
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25296812/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658944 CPUtime=1785.32 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150779 0 0 0 177913 619 0 0 20 0 1 0 268552968 674758656 161962 33554432000 4194304 10173063 140734274054816 140734274047944 8039667 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164736 161962 812 1460 0 163267 0
Current children cumulated CPU time (s) 1785.32
Current children cumulated vsize (KiB) 658944
[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25296796/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658944 CPUtime=1791.73 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150779 0 0 0 178553 620 0 0 20 0 1 0 268552968 674758656 161962 33554432000 4194304 10173063 140734274054816 140734274047944 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164736 161962 812 1460 0 163267 0
Current children cumulated CPU time (s) 1791.73
Current children cumulated vsize (KiB) 658944
[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6547
/proc/meminfo: memFree=25296424/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658944 CPUtime=1794.92 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150779 0 0 0 178872 620 0 0 20 0 1 0 268552968 674758656 161962 33554432000 4194304 10173063 140734274054816 140734274047800 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164736 161962 812 1460 0 163267 0
Current children cumulated CPU time (s) 1794.92
Current children cumulated vsize (KiB) 658944
[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6547
/proc/meminfo: memFree=25296416/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658944 CPUtime=1796.52 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150779 0 0 0 179032 620 0 0 20 0 1 0 268552968 674758656 161962 33554432000 4194304 10173063 140734274054816 140734274048648 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164736 161962 812 1460 0 163267 0
Current children cumulated CPU time (s) 1796.52
Current children cumulated vsize (KiB) 658944
[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6547
/proc/meminfo: memFree=25296416/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=658944 CPUtime=1796.92 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150779 0 0 0 179072 620 0 0 20 0 1 0 268552968 674758656 161962 33554432000 4194304 10173063 140734274054816 140734274048648 8886868 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 164736 161962 812 1460 0 163267 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 658944
[startup+1797.4 s]
/proc/loadavg: 2.00 2.00 2.00 2/172 6571
/proc/meminfo: memFree=28525368/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=653576 CPUtime=1797.12 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150792 0 0 0 179092 620 0 0 20 0 1 0 268552968 669261824 160633 33554432000 4194304 10173063 140734274054816 140734274053928 5284606 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 163394 160633 825 1460 0 161925 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 653576
[startup+1797.51 s]
/proc/loadavg: 2.00 2.00 2.00 2/172 6571
/proc/meminfo: memFree=28525368/32873844 swapFree=7616/7616
[pid=6529] ppid=6527 vsize=609464 CPUtime=1797.23 cores=0,2,4,6
/proc/6529/stat : 6529 (scip-2.1.1.4fix) R 6527 6529 5654 0 -1 4202496 150793 0 0 0 179102 621 0 0 20 0 1 0 268552968 624091136 149625 33554432000 4194304 10173063 140734274054816 140734274053928 7544969 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6529/statm: 152366 149625 826 1460 0 150897 0
Current children cumulated CPU time (s) 1797.23
Current children cumulated vsize (KiB) 609464
Child status: 0
Real time (s): 1797.59
CPU time (s): 1797.32
CPU user time (s): 1791.08
CPU system time (s): 6.23705
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 658944
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.08
system time used= 6.23705
maximum resident set size= 647892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150806
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= 5
involuntary context switches= 1928
runsolver used 2.76558 second user time and 7.39787 second system time
The end