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-3691776-1338041274.opb>
0.59/0.64 c original problem has 10238 variables (10238 bin, 0 int, 0 impl, 0 cont) and 224043 constraints
0.59/0.64 c problem read in 0.64
0.59/0.64 c No objective function, only one solution is needed.
0.59/0.64 c presolving settings loaded
0.89/0.94 c presolving:
1.49/1.52 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
1.69/1.71 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
1.79/1.87 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
2.59/2.63 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
2.89/2.90 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
2.99/3.09 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
3.20/3.29 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
3.49/3.50 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
4.49/4.59 c presolving (9 rounds):
4.49/4.59 c 5235 deleted vars, 94019 deleted constraints, 0 added constraints, 3122 tightened bounds, 0 added holes, 4335 changed sides, 5923 changed coefficients
4.49/4.59 c 140914 implications, 226 cliques
4.49/4.59 c presolved problem has 5003 variables (5003 bin, 0 int, 0 impl, 0 cont) and 130024 constraints
4.49/4.59 c 20151 constraints of type <knapsack>
4.49/4.59 c 12321 constraints of type <setppc>
4.49/4.59 c 1 constraints of type <linear>
4.49/4.59 c 97551 constraints of type <logicor>
4.49/4.59 c transformed objective value is always integral (scale: 1)
4.49/4.59 c Presolving Time: 3.65
4.49/4.59 c - non default parameters ----------------------------------------------------------------------
4.49/4.59 c # SCIP version 2.1.1.4
4.49/4.59 c
4.49/4.59 c # maximal time in seconds to run
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.59 c limits/time = 1797
4.49/4.59 c
4.49/4.59 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.59 c limits/memory = 13950
4.49/4.59 c
4.49/4.59 c # solving stops, if the given number of solutions were found (-1: no limit)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.59 c limits/solutions = 1
4.49/4.59 c
4.49/4.59 c # maximal number of separation rounds per node (-1: unlimited)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 5]
4.49/4.59 c separating/maxrounds = 1
4.49/4.59 c
4.49/4.59 c # maximal number of separation rounds in the root node (-1: unlimited)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.59 c separating/maxroundsroot = 5
4.49/4.59 c
4.49/4.59 c # default clock type (1: CPU user seconds, 2: wall clock time)
4.49/4.59 c # [type: int, range: [1,2], default: 1]
4.49/4.59 c timing/clocktype = 2
4.49/4.59 c
4.49/4.59 c # belongs reading time to solving time?
4.49/4.59 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.59 c timing/reading = TRUE
4.49/4.59 c
4.49/4.59 c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.49/4.59 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.49/4.59 c constraints/knapsack/disaggregation = FALSE
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59 c heuristics/coefdiving/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59 c heuristics/coefdiving/maxlpiterquot = 0.075
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/coefdiving/maxlpiterofs = 1500
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 30]
4.49/4.59 c heuristics/crossover/freq = -1
4.49/4.59 c
4.49/4.59 c # number of nodes added to the contingent of the total nodes
4.49/4.59 c # [type: longint, range: [0,9223372036854775807], default: 500]
4.49/4.59 c heuristics/crossover/nodesofs = 750
4.49/4.59 c
4.49/4.59 c # number of nodes without incumbent change that heuristic should wait
4.49/4.59 c # [type: longint, range: [0,9223372036854775807], default: 200]
4.49/4.59 c heuristics/crossover/nwaitingnodes = 100
4.49/4.59 c
4.49/4.59 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.49/4.59 c # [type: real, range: [0,1], default: 0.1]
4.49/4.59 c heuristics/crossover/nodesquot = 0.15
4.49/4.59 c
4.49/4.59 c # minimum percentage of integer variables that have to be fixed
4.49/4.59 c # [type: real, range: [0,1], default: 0.666]
4.49/4.59 c heuristics/crossover/minfixingrate = 0.5
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.59 c heuristics/feaspump/freq = -1
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/feaspump/maxlpiterofs = 2000
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59 c heuristics/fracdiving/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59 c heuristics/fracdiving/maxlpiterquot = 0.075
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/fracdiving/maxlpiterofs = 1500
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59 c heuristics/guideddiving/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59 c heuristics/guideddiving/maxlpiterquot = 0.075
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/guideddiving/maxlpiterofs = 1500
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59 c heuristics/intdiving/maxlpiterquot = 0.075
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59 c heuristics/intshifting/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59 c heuristics/linesearchdiving/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59 c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/linesearchdiving/maxlpiterofs = 1500
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.59 c heuristics/objpscostdiving/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to total iteration number
4.49/4.59 c # [type: real, range: [0,1], default: 0.01]
4.49/4.59 c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/objpscostdiving/maxlpiterofs = 1500
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59 c heuristics/oneopt/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59 c heuristics/pscostdiving/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59 c heuristics/pscostdiving/maxlpiterquot = 0.075
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/pscostdiving/maxlpiterofs = 1500
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59 c heuristics/rens/freq = -1
4.49/4.59 c
4.49/4.59 c # minimum percentage of integer variables that have to be fixable
4.49/4.59 c # [type: real, range: [0,1], default: 0.5]
4.49/4.59 c heuristics/rens/minfixingrate = 0.3
4.49/4.59 c
4.49/4.59 c # number of nodes added to the contingent of the total nodes
4.49/4.59 c # [type: longint, range: [0,9223372036854775807], default: 500]
4.49/4.59 c heuristics/rens/nodesofs = 2000
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.59 c heuristics/rootsoldiving/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.49/4.59 c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/rootsoldiving/maxlpiterofs = 1500
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59 c heuristics/rounding/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59 c heuristics/shiftandpropagate/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59 c heuristics/shifting/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59 c heuristics/simplerounding/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59 c heuristics/subnlp/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59 c heuristics/trivial/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59 c heuristics/trysol/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59 c heuristics/undercover/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59 c heuristics/veclendiving/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59 c heuristics/veclendiving/maxlpiterquot = 0.075
4.49/4.59 c
4.49/4.59 c # additional number of allowed LP iterations
4.49/4.59 c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59 c heuristics/veclendiving/maxlpiterofs = 1500
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59 c heuristics/zirounding/freq = -1
4.49/4.59 c
4.49/4.59 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.59 c propagating/probing/maxprerounds = 0
4.49/4.59 c
4.49/4.59 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59 c separating/cmir/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59 c separating/flowcover/freq = -1
4.49/4.59 c
4.49/4.59 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.59 c separating/rapidlearning/freq = 0
4.49/4.59 c
4.49/4.59 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
4.49/4.59 c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59 c heuristics/indoneopt/freq = -1
4.49/4.59 c
4.49/4.59 c -----------------------------------------------------------------------------------------------
4.49/4.59 c start solving
4.49/4.59 c
5.99/6.05 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
5.99/6.05 c 6.0s| 1 | 0 | 1325 | - | 275M| 0 | 60 |5003 | 130k|5003 | 130k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
6.89/6.94 c 6.9s| 1 | 0 | 1342 | - | 275M| 0 | 23 |5003 | 130k|5003 | 130k| 11 | 0 | 0 | 0.000000e+00 | -- | Inf
7.79/7.88 c 7.9s| 1 | 0 | 1413 | - | 276M| 0 | 94 |5003 | 130k|5003 | 130k| 17 | 0 | 0 | 0.000000e+00 | -- | Inf
9.29/9.36 c 9.4s| 1 | 0 | 1653 | - | 278M| 0 | 371 |5003 | 130k|5003 | 130k| 27 | 0 | 0 | 0.000000e+00 | -- | Inf
11.19/11.25 c 11.2s| 1 | 0 | 2074 | - | 279M| 0 | 400 |5003 | 130k|5003 | 130k| 33 | 0 | 0 | 0.000000e+00 | -- | Inf
13.58/13.62 c 13.6s| 1 | 0 | 2305 | - | 281M| 0 | 403 |5003 | 130k|5003 | 130k| 41 | 0 | 0 | 0.000000e+00 | -- | Inf
63.39/63.46 c 63.5s| 1 | 2 | 2305 | - | 281M| 0 | 403 |5003 | 130k|5003 | 130k| 41 | 0 | 19 | 0.000000e+00 | -- | Inf
918.45/918.62 c 919s| 100 | 42 | 12182 | 99.8 | 284M| 24 | 181 |5003 | 130k|5003 | 130k| 41 | 57 | 836 | 0.000000e+00 | -- | Inf
951.44/951.60 c 952s| 200 | 82 | 16554 | 71.6 | 285M| 32 | 103 |5003 | 130k|5003 | 130k| 41 | 107 | 851 | 0.000000e+00 | -- | Inf
991.53/991.70 c 992s| 300 | 128 | 19370 | 57.1 | 287M| 37 | 60 |5003 | 130k|5003 | 130k| 41 | 147 | 883 | 0.000000e+00 | -- | Inf
1044.12/1044.31 c 1044s| 400 | 186 | 23857 | 54.0 | 289M| 46 | 69 |5003 | 130k|5003 | 130k| 41 | 180 | 933 | 0.000000e+00 | -- | Inf
1102.81/1103.03 c 1103s| 500 | 215 | 31165 | 57.8 | 291M| 63 | 42 |5003 | 130k|5003 | 130k| 41 | 243 | 978 | 0.000000e+00 | -- | Inf
1117.71/1117.94 c 1118s| 600 | 242 | 33228 | 51.6 | 292M| 63 | - |5003 | 130k| 0 | 0 | 41 | 311 | 978 | 0.000000e+00 | -- | Inf
1163.91/1164.10 c 1164s| 700 | 273 | 36090 | 48.3 | 293M| 63 | 71 |5003 | 130k|5003 | 130k| 41 | 486 |1015 | 0.000000e+00 | -- | Inf
1193.50/1193.71 c 1194s| 800 | 310 | 39285 | 46.3 | 295M| 63 | - |5003 | 130k| 0 | 0 | 41 | 643 |1029 | 0.000000e+00 | -- | Inf
1223.90/1224.15 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1223.90/1224.15 c 1224s| 900 | 375 | 42511 | 44.7 | 297M| 63 | 52 |5003 | 130k|5003 | 130k| 41 | 746 |1042 | 0.000000e+00 | -- | Inf
1272.40/1272.69 c 1273s| 1000 | 429 | 45661 | 43.4 | 299M| 63 | - |5003 | 130k| 0 | 0 | 41 | 912 |1090 | 0.000000e+00 | -- | Inf
1323.18/1323.42 c 1323s| 1100 | 482 | 49476 | 42.9 | 301M| 63 | 167 |5003 | 130k|5003 | 130k| 41 | 995 |1139 | 0.000000e+00 | -- | Inf
1377.07/1377.31 c 1377s| 1200 | 518 | 52615 | 42.0 | 302M| 63 | - |5003 | 130k| 0 | 0 | 41 |1168 |1199 | 0.000000e+00 | -- | Inf
1429.26/1429.58 c 1430s| 1300 | 547 | 55839 | 41.2 | 304M| 63 | 46 |5003 | 131k|5003 | 130k| 41 |1404 |1256 | 0.000000e+00 | -- | Inf
1474.16/1474.47 c 1474s| 1400 | 589 | 58547 | 40.2 | 305M| 63 | 85 |5003 | 130k|5003 | 130k| 41 |1548 |1296 | 0.000000e+00 | -- | Inf
1507.65/1507.91 c 1508s| 1500 | 614 | 60860 | 39.1 | 306M| 63 | 59 |5003 | 131k|5003 | 130k| 41 |1691 |1321 | 0.000000e+00 | -- | Inf
1567.34/1567.65 c 1568s| 1600 | 658 | 64393 | 38.8 | 308M| 63 | 120 |5003 | 131k|5003 | 130k| 41 |1868 |1387 | 0.000000e+00 | -- | Inf
1616.44/1616.73 c 1617s| 1700 | 716 | 67310 | 38.3 | 310M| 63 | 66 |5003 | 131k|5003 | 130k| 41 |1892 |1433 | 0.000000e+00 | -- | Inf
1659.53/1659.87 c 1660s| 1800 | 766 | 69886 | 37.6 | 312M| 63 | 70 |5003 | 131k|5003 | 130k| 41 |1943 |1470 | 0.000000e+00 | -- | Inf
1703.83/1704.11 c 1704s| 1900 | 803 | 73095 | 37.3 | 313M| 63 | 52 |5003 | 131k|5003 | 130k| 41 |2101 |1517 | 0.000000e+00 | -- | Inf
1745.21/1745.52 c 1746s| 2000 | 879 | 77049 | 37.4 | 316M| 63 | 42 |5003 | 131k|5003 | 130k| 41 |2159 |1536 | 0.000000e+00 | -- | Inf
1796.11/1796.40 c 1796s| 2100 | 969 | 80571 | 37.3 | 319M| 63 | 42 |5003 | 130k|5003 | 130k| 41 |2168 |1576 | 0.000000e+00 | -- | Inf
1796.81/1797.13 c
1796.81/1797.13 c SCIP Status : solving was interrupted [time limit reached]
1796.81/1797.13 c Solving Time (sec) : 1797.12
1796.81/1797.13 c Solving Nodes : 2103
1796.81/1797.13 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.81/1797.13 c Dual Bound : +0.00000000000000e+00
1796.81/1797.13 c Gap : infinite
1796.81/1797.13 s UNKNOWN
1796.81/1797.13 c SCIP Status : solving was interrupted [time limit reached]
1796.81/1797.13 c Total Time : 1797.12
1796.81/1797.13 c solving : 1797.12
1796.81/1797.13 c presolving : 3.65 (included in solving)
1796.81/1797.13 c reading : 0.64 (included in solving)
1796.81/1797.13 c copying : 0.00 (0 times copied the problem)
1796.81/1797.13 c Original Problem :
1796.81/1797.13 c Problem name : HOME/instance-3691776-1338041274.opb
1796.81/1797.13 c Variables : 10238 (10238 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.13 c Constraints : 224043 initial, 224043 maximal
1796.81/1797.13 c Objective sense : minimize
1796.81/1797.13 c Presolved Problem :
1796.81/1797.13 c Problem name : t_HOME/instance-3691776-1338041274.opb
1796.81/1797.13 c Variables : 5003 (5003 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.13 c Constraints : 130024 initial, 131152 maximal
1796.81/1797.13 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.81/1797.13 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c trivial : 0.00 0.00 135 0 0 0 0 0 0 0 0
1796.81/1797.13 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c gateextraction : 0.02 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c implics : 0.01 0.00 0 1240 0 0 0 0 0 0 0
1796.81/1797.13 c components : 0.07 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c knapsack : 0.17 0.00 0 0 0 0 0 0 0 124 517
1796.81/1797.13 c setppc : 0.06 0.00 0 0 0 0 0 525 0 0 0
1796.81/1797.13 c linear : 1.28 0.11 3683 177 0 3122 0 93442 0 4211 5406
1796.81/1797.13 c logicor : 0.93 0.90 0 0 0 0 0 52 0 0 0
1796.81/1797.13 c root node : - - 3 - - 3 - - - - -
1796.81/1797.13 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.81/1797.13 c integral : 0 0 0 0 1734 0 1 0 9 464 0 0 3222
1796.81/1797.13 c knapsack : 20151 20151 5 9588 0 0 0 118053 38 21111 12 0 0
1796.81/1797.13 c setppc : 12321 12321 5 9550 0 0 0 15641 125 13864 0 0 0
1796.81/1797.13 c linear : 1 1 5 9425 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c logicor : 97551+ 98689 5 6114 0 0 0 47992 462 6251 0 0 0
1796.81/1797.13 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.81/1797.13 c integral : 1276.27 0.00 0.00 0.00 1276.27 0.00 0.00 0.00
1796.81/1797.13 c knapsack : 3.32 0.00 0.07 3.18 0.00 0.00 0.00 0.06
1796.81/1797.13 c setppc : 2.73 0.00 0.00 2.72 0.00 0.00 0.00 0.01
1796.81/1797.13 c linear : 0.11 0.11 0.00 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c logicor : 3.35 0.90 0.02 2.39 0.00 0.00 0.00 0.04
1796.81/1797.13 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.81/1797.13 c rootredcost : 0 0 0 0
1796.81/1797.13 c pseudoobj : 0 0 0 0
1796.81/1797.13 c vbounds : 0 0 0 0
1796.81/1797.13 c redcost : 1738 0 0 0
1796.81/1797.13 c probing : 0 0 0 0
1796.81/1797.13 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.81/1797.13 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c redcost : 0.14 0.00 0.00 0.14 0.00
1796.81/1797.13 c probing : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.81/1797.13 c propagation : 0.83 625 625 7135 377.2 619 29.9 -
1796.81/1797.13 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.13 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.13 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.13 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.81/1797.13 c applied globally : - - - 2168 134.7 - - -
1796.81/1797.13 c applied locally : - - - 0 0.0 - - -
1796.81/1797.13 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.81/1797.13 c cut pool : 0.00 4 - - 11 - (maximal pool size: 269)
1796.81/1797.13 c closecuts : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.81/1797.13 c intobj : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c gomory : 0.37 0.00 5 0 0 250 0
1796.81/1797.13 c cgmip : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c strongcg : 3.15 0.00 5 0 0 2500 0
1796.81/1797.13 c cmir : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c flowcover : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c clique : 0.12 0.00 5 0 0 30 0
1796.81/1797.13 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c mcf : 0.11 0.00 1 0 0 0 0
1796.81/1797.13 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c Pricers : ExecTime SetupTime Calls Vars
1796.81/1797.13 c problem variables: 0.00 - 0 0
1796.81/1797.13 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.81/1797.13 c relpscost : 1276.27 0.00 1734 9 464 0 0 3222
1796.81/1797.13 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c inference : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c random : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.81/1797.13 c LP solutions : 0.00 - - 0
1796.81/1797.13 c pseudo solutions : 0.00 - - 0
1796.81/1797.13 c smallcard : 0.00 0.00 0 0
1796.81/1797.13 c trivial : 0.00 0.00 1 0
1796.81/1797.13 c shiftandpropagate: 0.00 0.00 0 0
1796.81/1797.13 c simplerounding : 0.00 0.00 0 0
1796.81/1797.13 c zirounding : 0.00 0.00 0 0
1796.81/1797.13 c rounding : 0.00 0.00 0 0
1796.81/1797.13 c shifting : 0.00 0.00 0 0
1796.81/1797.13 c intshifting : 0.00 0.00 0 0
1796.81/1797.13 c oneopt : 0.00 0.00 0 0
1796.81/1797.13 c twoopt : 0.00 0.00 0 0
1796.81/1797.13 c indtwoopt : 0.00 0.00 0 0
1796.81/1797.13 c indoneopt : 0.00 0.00 0 0
1796.81/1797.13 c fixandinfer : 0.00 0.00 0 0
1796.81/1797.13 c feaspump : 0.00 0.00 0 0
1796.81/1797.13 c clique : 0.00 0.00 0 0
1796.81/1797.13 c indrounding : 0.00 0.00 0 0
1796.81/1797.13 c indcoefdiving : 0.00 0.00 0 0
1796.81/1797.13 c coefdiving : 0.00 0.00 0 0
1796.81/1797.13 c pscostdiving : 0.00 0.00 0 0
1796.81/1797.13 c nlpdiving : 0.00 0.00 0 0
1796.81/1797.13 c fracdiving : 0.00 0.00 0 0
1796.81/1797.13 c veclendiving : 0.00 0.00 0 0
1796.81/1797.13 c intdiving : 0.00 0.00 0 0
1796.81/1797.13 c actconsdiving : 0.00 0.00 0 0
1796.81/1797.13 c objpscostdiving : 0.00 0.00 0 0
1796.81/1797.13 c rootsoldiving : 0.00 0.00 0 0
1796.81/1797.13 c linesearchdiving : 0.00 0.00 0 0
1796.81/1797.13 c guideddiving : 0.00 0.00 0 0
1796.81/1797.13 c octane : 0.00 0.00 0 0
1796.81/1797.13 c rens : 0.00 0.00 0 0
1796.81/1797.13 c rins : 0.00 0.00 0 0
1796.81/1797.13 c localbranching : 0.00 0.00 0 0
1796.81/1797.13 c mutation : 0.00 0.00 0 0
1796.81/1797.13 c crossover : 0.00 0.00 0 0
1796.81/1797.13 c dins : 0.00 0.00 0 0
1796.81/1797.13 c vbounds : 0.00 0.00 0 0
1796.81/1797.13 c undercover : 0.00 0.00 0 0
1796.81/1797.13 c subnlp : 0.00 0.00 0 0
1796.81/1797.13 c trysol : 0.00 0.00 0 0
1796.81/1797.13 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.81/1797.13 c primal LP : 0.23 1 0 0.00 0.00 0.23 1
1796.81/1797.13 c dual LP : 470.78 1739 80656 46.38 171.32 0.00 0
1796.81/1797.13 c lex dual LP : 0.00 0 0 0.00 -
1796.81/1797.13 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.81/1797.13 c diving/probing LP: 0.00 0 0 0.00 -
1796.81/1797.13 c strong branching : 1275.58 1576 152777 96.94 119.77
1796.81/1797.13 c (at root node) : - 19 12287 646.68 -
1796.81/1797.13 c conflict analysis: 0.00 0 0 0.00 -
1796.81/1797.13 c B&B Tree :
1796.81/1797.13 c number of runs : 1
1796.81/1797.13 c nodes : 2103
1796.81/1797.13 c nodes (total) : 2103
1796.81/1797.13 c nodes left : 972
1796.81/1797.13 c max depth : 63
1796.81/1797.13 c max depth (total): 63
1796.81/1797.13 c backtracks : 208 (9.9%)
1796.81/1797.13 c delayed cutoffs : 148
1796.81/1797.13 c repropagations : 4315 (3980 domain reductions, 142 cutoffs)
1796.81/1797.13 c avg switch length: 5.96
1796.81/1797.13 c switching time : 4.81
1796.81/1797.13 c Solution :
1796.81/1797.13 c Solutions found : 0 (0 improvements)
1796.81/1797.13 c Primal Bound : -
1796.81/1797.13 c Dual Bound : +0.00000000000000e+00
1796.81/1797.13 c Gap : infinite
1796.81/1797.13 c Root Dual Bound : +0.00000000000000e+00
1796.81/1797.13 c Root Iterations : 2305
1797.21/1797.56 c Time complete: 1797.28.
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-3691776-1338041274/watcher-3691776-1338041274 -o /tmp/evaluation-result-3691776-1338041274/solver-3691776-1338041274 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691776-1338041274.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.01 2.03 2.00 3/176 31084
/proc/meminfo: memFree=28048192/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=12992 CPUtime=0 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 1981 0 0 0 0 0 0 0 20 0 1 0 270251537 13303808 1935 33554432000 4194304 10219143 140735672832816 140735672829368 8844210 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 3248 1935 419 1471 0 1768 0
[startup+0.073286 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 31084
/proc/meminfo: memFree=28048192/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=25812 CPUtime=0.06 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 5208 0 0 0 6 0 0 0 20 0 1 0 270251537 26431488 5162 33554432000 4194304 10219143 140735672832816 140735672829368 8875661 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 6453 5163 419 1471 0 4973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25812
[startup+0.100327 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 31084
/proc/meminfo: memFree=28048192/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=30540 CPUtime=0.09 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 6314 0 0 0 8 1 0 0 20 0 1 0 270251537 31272960 6269 33554432000 4194304 10219143 140735672832816 140735672829368 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 7635 6298 419 1471 0 6155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30540
[startup+0.300231 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 31084
/proc/meminfo: memFree=28048192/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=64972 CPUtime=0.29 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 14987 0 0 0 27 2 0 0 20 0 1 0 270251537 66531328 14941 33554432000 4194304 10219143 140735672832816 140735672829368 8930492 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 16243 14941 419 1471 0 14763 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64972
[startup+0.700274 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 31084
/proc/meminfo: memFree=28048192/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=161448 CPUtime=0.69 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 38935 0 0 0 64 5 0 0 20 0 1 0 270251537 165322752 38781 33554432000 4194304 10219143 140735672832816 140735672697992 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 40362 38814 472 1471 0 38882 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161448
[startup+1.50027 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 31085
/proc/meminfo: memFree=27747360/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=316868 CPUtime=1.49 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 76318 0 0 0 131 18 0 0 20 0 1 0 270251537 324472832 76163 33554432000 4194304 10219143 140735672832816 140735672829816 4965562 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 79217 76163 567 1471 0 77737 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 316868
[startup+3.10028 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 31085
/proc/meminfo: memFree=27721444/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=338652 CPUtime=3.09 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 91634 0 0 0 268 41 0 0 20 0 1 0 270251537 346779648 81334 33554432000 4194304 10219143 140735672832816 140735672829816 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 84663 81334 601 1471 0 83183 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 338652
[startup+6.30022 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 31085
/proc/meminfo: memFree=27524816/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=572464 CPUtime=6.29 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 130502 0 0 0 574 55 0 0 20 0 1 0 270251537 586203136 136897 33554432000 4194304 10219143 140735672832816 140735672824904 8931182 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 143116 136897 782 1471 0 141636 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 572464
[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 31085
/proc/meminfo: memFree=27452012/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=638712 CPUtime=12.69 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 135583 0 0 0 1211 58 0 0 20 0 1 0 270251537 654041088 155583 33554432000 4194304 10219143 140735672832816 140735672827656 8056416 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 159678 155583 793 1471 0 158198 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 638712
[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 31085
/proc/meminfo: memFree=27419960/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=650388 CPUtime=25.48 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 136212 0 0 0 2489 59 0 0 20 0 1 0 270251537 665997312 158458 33554432000 4194304 10219143 140735672832816 140735672826184 7954752 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 162597 158458 796 1471 0 161117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 650388
[startup+51.1002 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31085
/proc/meminfo: memFree=27418676/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=650856 CPUtime=51.09 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 136355 0 0 0 5046 63 0 0 20 0 1 0 270251537 666476544 158601 33554432000 4194304 10219143 140735672832816 140735672826264 7954742 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 162714 158601 796 1471 0 161234 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 650856
[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31085
/proc/meminfo: memFree=27416568/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=650856 CPUtime=102.28 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 136399 0 0 0 10162 66 0 0 20 0 1 0 270251537 666476544 158641 33554432000 4194304 10219143 140735672832816 140735672825944 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 162714 158641 799 1471 0 161234 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 650856
[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 31088
/proc/meminfo: memFree=27397016/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=671916 CPUtime=162.26 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 137213 0 0 0 16154 72 0 0 20 0 1 0 270251537 688041984 162010 33554432000 4194304 10219143 140735672832816 140735672825944 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 167979 162010 799 1471 0 166499 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 671916
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31089
/proc/meminfo: memFree=27381724/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=683328 CPUtime=222.26 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 137480 0 0 0 22151 75 0 0 20 0 1 0 270251537 699727872 164832 33554432000 4194304 10219143 140735672832816 140735672825944 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 170832 164832 800 1471 0 169352 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 683328
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31089
/proc/meminfo: memFree=27393184/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=683328 CPUtime=282.25 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 137483 0 0 0 28147 78 0 0 20 0 1 0 270251537 699727872 164835 33554432000 4194304 10219143 140735672832816 140735672825944 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 170832 164835 800 1471 0 169352 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 683328
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31089
/proc/meminfo: memFree=27391788/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=683328 CPUtime=342.24 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 137495 0 0 0 34143 81 0 0 20 0 1 0 270251537 699727872 164847 33554432000 4194304 10219143 140735672832816 140735672826264 8056775 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 170832 164847 800 1471 0 169352 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 683328
[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 31089
/proc/meminfo: memFree=27388680/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=683328 CPUtime=402.22 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 137498 0 0 0 40135 87 0 0 20 0 1 0 270251537 699727872 164850 33554432000 4194304 10219143 140735672832816 140735672825944 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 170832 164850 800 1471 0 169352 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 683328
[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31089
/proc/meminfo: memFree=27385112/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=683328 CPUtime=462.21 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 137509 0 0 0 46129 92 0 0 20 0 1 0 270251537 699727872 165598 33554432000 4194304 10219143 140735672832816 140735672826264 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 170832 165598 800 1471 0 169352 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 683328
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31090
/proc/meminfo: memFree=27379576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=683644 CPUtime=522.2 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 137626 0 0 0 52123 97 0 0 20 0 1 0 270251537 700051456 166876 33554432000 4194304 10219143 140735672832816 140735672826264 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 170911 166876 800 1471 0 169431 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 683644
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31090
/proc/meminfo: memFree=27377560/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=683644 CPUtime=582.2 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 137629 0 0 0 58119 101 0 0 20 0 1 0 270251537 700051456 167483 33554432000 4194304 10219143 140735672832816 140735672826648 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 170911 167483 800 1471 0 169431 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 683644
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=27400252/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=650060 CPUtime=1062.12 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 139028 0 0 0 106087 125 0 0 20 0 1 0 270251537 665661440 161436 33554432000 4194304 10219143 140735672832816 140735672825336 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 162515 161436 803 1471 0 161035 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 650060
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31094
/proc/meminfo: memFree=27389712/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=661812 CPUtime=1122.11 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 139037 0 0 0 112080 131 0 0 20 0 1 0 270251537 677695488 161445 33554432000 4194304 10219143 140735672832816 140735672825992 7956100 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 165453 161445 803 1471 0 163973 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 661812
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31095
/proc/meminfo: memFree=27371520/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=661812 CPUtime=1182.1 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 139462 0 0 0 118074 136 0 0 20 0 1 0 270251537 677695488 163914 33554432000 4194304 10219143 140735672832816 140735672825800 7954738 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 165453 163914 803 1471 0 163973 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 661812
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31095
/proc/meminfo: memFree=27403664/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=661812 CPUtime=1242.1 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 139462 0 0 0 124071 139 0 0 20 0 1 0 270251537 677695488 163914 33554432000 4194304 10219143 140735672832816 140735672826072 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 165453 163914 803 1471 0 163973 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 661812
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31095
/proc/meminfo: memFree=27404344/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=661812 CPUtime=1302.09 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 139462 0 0 0 130068 141 0 0 20 0 1 0 270251537 677695488 163914 33554432000 4194304 10219143 140735672832816 140735672825992 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 165453 163914 803 1471 0 163973 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 661812
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31098
/proc/meminfo: memFree=27376040/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=670604 CPUtime=1362.08 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 140430 0 0 0 136064 144 0 0 20 0 1 0 270251537 686698496 166415 33554432000 4194304 10219143 140735672832816 140735672825992 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 167651 166415 803 1471 0 166171 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 670604
[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 31098
/proc/meminfo: memFree=27400312/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=670604 CPUtime=1422.07 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 140430 0 0 0 142060 147 0 0 20 0 1 0 270251537 686698496 166415 33554432000 4194304 10219143 140735672832816 140735672825944 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 167651 166415 803 1471 0 166171 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 670604
[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31099
/proc/meminfo: memFree=27395152/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=670604 CPUtime=1482.06 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 140430 0 0 0 148055 151 0 0 20 0 1 0 270251537 686698496 166415 33554432000 4194304 10219143 140735672832816 140735672825944 8056250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 167651 166415 803 1471 0 166171 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 670604
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31099
/proc/meminfo: memFree=27372428/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=670604 CPUtime=1542.05 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 140430 0 0 0 154052 153 0 0 20 0 1 0 270251537 686698496 166415 33554432000 4194304 10219143 140735672832816 140735672825944 8024960 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 167651 166415 803 1471 0 166171 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 670604
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 31132
/proc/meminfo: memFree=28168580/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=670796 CPUtime=1602.04 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 140640 0 0 0 160048 156 0 0 20 0 1 0 270251537 686895104 166625 33554432000 4194304 10219143 140735672832816 140735672825944 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 167699 166625 803 1471 0 166219 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 670796
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31137
/proc/meminfo: memFree=28047860/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=680228 CPUtime=1662.03 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 141450 0 0 0 166043 160 0 0 20 0 1 0 270251537 696553472 168968 33554432000 4194304 10219143 140735672832816 140735672828184 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 170057 168968 803 1471 0 168577 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 680228
[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 31137
/proc/meminfo: memFree=28035576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=692612 CPUtime=1722.02 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 142393 0 0 0 172038 164 0 0 20 0 1 0 270251537 709234688 171955 33554432000 4194304 10219143 140735672832816 140735672825800 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 173153 171955 803 1471 0 171673 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 692612
[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31138
/proc/meminfo: memFree=28035576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=692612 CPUtime=1782.01 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 142393 0 0 0 178033 168 0 0 20 0 1 0 270251537 709234688 171955 33554432000 4194304 10219143 140735672832816 140735672825944 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 173153 171955 803 1471 0 171673 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 692612
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31138
/proc/meminfo: memFree=28035576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=692612 CPUtime=1785.21 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 142393 0 0 0 178353 168 0 0 20 0 1 0 270251537 709234688 171955 33554432000 4194304 10219143 140735672832816 140735672825944 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 173153 171955 803 1471 0 171673 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 692612
[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31138
/proc/meminfo: memFree=28035576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=692612 CPUtime=1791.62 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 142393 0 0 0 178994 168 0 0 20 0 1 0 270251537 709234688 171955 33554432000 4194304 10219143 140735672832816 140735672826456 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 173153 171955 803 1471 0 171673 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 692612
[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31138
/proc/meminfo: memFree=28035576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=692612 CPUtime=1794.82 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 142393 0 0 0 179313 169 0 0 20 0 1 0 270251537 709234688 171955 33554432000 4194304 10219143 140735672832816 140735672825800 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 173153 171955 803 1471 0 171673 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 692612
[startup+1796.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31138
/proc/meminfo: memFree=28035576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=692612 CPUtime=1796.41 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 142393 0 0 0 179472 169 0 0 20 0 1 0 270251537 709234688 171955 33554432000 4194304 10219143 140735672832816 140735672825800 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 173153 171955 803 1471 0 171673 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 692612
[startup+1797.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31138
/proc/meminfo: memFree=28035576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=692612 CPUtime=1796.81 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 142393 0 0 0 179512 169 0 0 20 0 1 0 270251537 709234688 171955 33554432000 4194304 10219143 140735672832816 140735672825800 8077311 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 173153 171955 803 1471 0 171673 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 692612
[startup+1797.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31138
/proc/meminfo: memFree=28035576/32873648 swapFree=7360/7360
[pid=31084] ppid=31082 vsize=601724 CPUtime=1797.21 cores=1,3,5,7
/proc/31084/stat : 31084 (scip-2.1.1.4exp) R 31082 31084 28235 0 -1 4202496 142403 0 0 0 179551 170 0 0 20 0 1 0 270251537 616165376 149323 33554432000 4194304 10219143 140735672832816 140735672832120 7589177 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31084/statm: 150431 149066 813 1471 0 148951 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 601724
Child status: 0
Real time (s): 1797.57
CPU time (s): 1797.29
CPU user time (s): 1795.57
CPU system time (s): 1.71774
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 692612
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.57
system time used= 1.71774
maximum resident set size= 687860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142416
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= 13
involuntary context switches= 1851
runsolver used 3.2805 second user time and 9.77551 second system time
The end