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-3691854-1338043655.opb>
0.00/0.03 c original problem has 7004 variables (7004 bin, 0 int, 0 impl, 0 cont) and 7212 constraints
0.00/0.03 c problem read in 0.03
0.00/0.03 c No objective function, only one solution is needed.
0.00/0.03 c presolving settings loaded
0.05/0.07 c presolving:
0.05/0.09 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12752 impls, 103 clqs
0.05/0.09 c (round 2) 136 del vars, 12 del conss, 0 add conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12752 impls, 101 clqs
0.09/0.10 c (round 3) 212 del vars, 155 del conss, 0 add conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12804 impls, 101 clqs
0.09/0.10 c (round 4) 269 del vars, 212 del conss, 0 add conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12916 impls, 101 clqs
0.09/0.10 c (round 5) 315 del vars, 258 del conss, 0 add conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13040 impls, 101 clqs
0.09/0.11 c (round 6) 345 del vars, 288 del conss, 0 add conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13174 impls, 101 clqs
0.09/0.11 c (round 7) 356 del vars, 299 del conss, 0 add conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13254 impls, 101 clqs
0.09/0.11 c (round 8) 360 del vars, 303 del conss, 0 add conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13286 impls, 101 clqs
0.09/0.12 c (round 9) 362 del vars, 305 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13296 impls, 101 clqs
0.09/0.17 c (round 10) 362 del vars, 406 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6705 upgd conss, 13308 impls, 101 clqs
0.19/0.20 c (round 11) 362 del vars, 406 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6806 upgd conss, 13308 impls, 101 clqs
0.19/0.23 c presolving (12 rounds):
0.19/0.23 c 362 deleted vars, 406 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.23 c 13308 implications, 101 cliques
0.19/0.23 c presolved problem has 6642 variables (6642 bin, 0 int, 0 impl, 0 cont) and 6806 constraints
0.19/0.23 c 1437 constraints of type <setppc>
0.19/0.23 c 5369 constraints of type <logicor>
0.19/0.23 c transformed objective value is always integral (scale: 1)
0.19/0.23 c Presolving Time: 0.17
0.19/0.23 c - non default parameters ----------------------------------------------------------------------
0.19/0.23 c # SCIP version 2.1.1.4
0.19/0.23 c
0.19/0.23 c # maximal time in seconds to run
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23 c limits/time = 1797
0.19/0.23 c
0.19/0.23 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23 c limits/memory = 13950
0.19/0.23 c
0.19/0.23 c # solving stops, if the given number of solutions were found (-1: no limit)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23 c limits/solutions = 1
0.19/0.23 c
0.19/0.23 c # maximal number of separation rounds per node (-1: unlimited)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 5]
0.19/0.23 c separating/maxrounds = 1
0.19/0.23 c
0.19/0.23 c # maximal number of separation rounds in the root node (-1: unlimited)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23 c separating/maxroundsroot = 5
0.19/0.23 c
0.19/0.23 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23 c # [type: int, range: [1,2], default: 1]
0.19/0.23 c timing/clocktype = 2
0.19/0.23 c
0.19/0.23 c # belongs reading time to solving time?
0.19/0.23 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23 c timing/reading = TRUE
0.19/0.23 c
0.19/0.23 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.19/0.23 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.19/0.23 c constraints/knapsack/disaggregation = FALSE
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/coefdiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/coefdiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/coefdiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 30]
0.19/0.23 c heuristics/crossover/freq = -1
0.19/0.23 c
0.19/0.23 c # number of nodes added to the contingent of the total nodes
0.19/0.23 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.23 c heuristics/crossover/nodesofs = 750
0.19/0.23 c
0.19/0.23 c # number of nodes without incumbent change that heuristic should wait
0.19/0.23 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.19/0.23 c heuristics/crossover/nwaitingnodes = 100
0.19/0.23 c
0.19/0.23 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.19/0.23 c # [type: real, range: [0,1], default: 0.1]
0.19/0.23 c heuristics/crossover/nodesquot = 0.15
0.19/0.23 c
0.19/0.23 c # minimum percentage of integer variables that have to be fixed
0.19/0.23 c # [type: real, range: [0,1], default: 0.666]
0.19/0.23 c heuristics/crossover/minfixingrate = 0.5
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.23 c heuristics/feaspump/freq = -1
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/feaspump/maxlpiterofs = 2000
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/fracdiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/fracdiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/fracdiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/guideddiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/guideddiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/guideddiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/intdiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/intshifting/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/linesearchdiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.23 c heuristics/objpscostdiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to total iteration number
0.19/0.23 c # [type: real, range: [0,1], default: 0.01]
0.19/0.23 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23 c heuristics/oneopt/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/pscostdiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/pscostdiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23 c heuristics/rens/freq = -1
0.19/0.23 c
0.19/0.23 c # minimum percentage of integer variables that have to be fixable
0.19/0.23 c # [type: real, range: [0,1], default: 0.5]
0.19/0.23 c heuristics/rens/minfixingrate = 0.3
0.19/0.23 c
0.19/0.23 c # number of nodes added to the contingent of the total nodes
0.19/0.23 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.23 c heuristics/rens/nodesofs = 2000
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.23 c heuristics/rootsoldiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.19/0.23 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23 c heuristics/rounding/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23 c heuristics/shiftandpropagate/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/shifting/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23 c heuristics/simplerounding/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23 c heuristics/subnlp/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23 c heuristics/trivial/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23 c heuristics/trysol/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23 c heuristics/undercover/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/veclendiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/veclendiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/veclendiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23 c heuristics/zirounding/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23 c propagating/probing/maxprerounds = 0
0.19/0.23 c
0.19/0.23 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23 c separating/cmir/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23 c separating/flowcover/freq = -1
0.19/0.23 c
0.19/0.23 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23 c separating/rapidlearning/freq = 0
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23 c heuristics/indoneopt/freq = -1
0.19/0.23 c
0.19/0.23 c -----------------------------------------------------------------------------------------------
0.19/0.23 c start solving
0.19/0.23 c
4.69/4.73 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
4.69/4.73 c 4.7s| 1 | 0 | 10185 | - | 30M| 0 |1301 |6642 |6806 |6642 |6806 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
9.68/9.80 c 9.8s| 1 | 0 | 13152 | - | 33M| 0 |1498 |6642 |8088 |6642 |6810 | 6 | 0 | 0 | 0.000000e+00 | -- | Inf
11.99/12.03 c 12.0s| 1 | 0 | 16003 | - | 33M| 0 |1669 |6642 |8088 |6642 |6817 | 13 | 0 | 0 | 0.000000e+00 | -- | Inf
13.49/13.50 c 13.5s| 1 | 0 | 17454 | - | 33M| 0 |1816 |6642 |8088 |6642 |6823 | 19 | 0 | 0 | 0.000000e+00 | -- | Inf
15.59/15.60 c 15.6s| 1 | 0 | 19679 | - | 33M| 0 |1805 |6642 |8088 |6642 |6829 | 25 | 0 | 0 | 0.000000e+00 | -- | Inf
18.08/18.13 c 18.1s| 1 | 0 | 22472 | - | 33M| 0 |1973 |6642 |8088 |6642 |6835 | 31 | 0 | 0 | 0.000000e+00 | -- | Inf
23.78/23.88 c 23.9s| 1 | 2 | 22472 | - | 33M| 0 |1973 |6642 |8088 |6642 |6835 | 31 | 0 | 12 | 0.000000e+00 | -- | Inf
172.06/172.15 c 172s| 100 | 99 | 76751 | 548.3 | 34M| 95 | - |6642 |8089 | 0 | 0 | 31 | 1 | 215 | 0.000000e+00 | -- | Inf
260.84/260.90 c 261s| 200 | 177 |173467 | 758.8 | 35M| 116 | 778 |6642 |8100 |6642 |6832 | 31 | 12 | 277 | 0.000000e+00 | -- | Inf
339.33/339.48 c 339s| 300 | 215 |270378 | 829.1 | 36M| 157 | - |6642 |8134 | 0 | 0 | 31 | 65 | 321 | 0.000000e+00 | -- | Inf
482.60/482.77 c 483s| 400 | 194 |428915 |1018.7 | 36M| 157 | 672 |6642 |8151 |6642 |6832 | 31 | 124 | 444 | 0.000000e+00 | -- | Inf
646.48/646.61 c 647s| 500 | 184 |616207 |1189.8 | 36M| 157 | - |6642 |8156 |6642 |6832 | 31 | 154 | 577 | 0.000000e+00 | -- | Inf
809.66/809.89 c 810s| 600 | 184 |800655 |1299.1 | 36M| 157 | - |6642 |8179 |6642 |6832 | 31 | 190 | 688 | 0.000000e+00 | -- | Inf
933.53/933.74 c 934s| 700 | 170 |947373 |1323.2 | 36M| 157 | 566 |6642 |8198 |6642 |6832 | 31 | 229 | 780 | 0.000000e+00 | -- | Inf
1075.52/1075.79 c 1076s| 800 | 156 | 1118k|1372.3 | 36M| 157 | - |6642 |8207 |6642 |6832 | 31 | 261 | 879 | 0.000000e+00 | -- | Inf
1217.40/1217.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1217.40/1217.68 c 1218s| 900 | 160 | 1281k|1400.7 | 36M| 157 | - |6642 |8227 |6642 |6832 | 31 | 291 | 985 | 0.000000e+00 | -- | Inf
1392.16/1392.44 c 1392s| 1000 | 158 | 1481k|1460.7 | 37M| 157 | 626 |6642 |8223 |6642 |6832 | 31 | 313 |1107 | 0.000000e+00 | -- | Inf
1638.52/1638.80 c 1639s| 1100 | 138 | 1755k|1576.9 | 37M| 157 |1025 |6642 |8224 |6642 |6832 | 31 | 336 |1266 | 0.000000e+00 | -- | Inf
1787.50/1787.80 c 1788s| 1200 | 152 | 1920k|1582.7 | 37M| 157 | 527 |6642 |8223 |6642 |6832 | 31 | 350 |1363 | 0.000000e+00 | -- | Inf
1796.70/1797.05 c
1796.70/1797.05 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.05 c Solving Time (sec) : 1797.05
1796.70/1797.05 c Solving Nodes : 1209
1796.70/1797.05 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.05 c Dual Bound : +0.00000000000000e+00
1796.70/1797.05 c Gap : infinite
1796.70/1797.05 s UNKNOWN
1796.70/1797.05 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.05 c Total Time : 1797.05
1796.70/1797.05 c solving : 1797.05
1796.70/1797.05 c presolving : 0.17 (included in solving)
1796.70/1797.05 c reading : 0.03 (included in solving)
1796.70/1797.05 c copying : 0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.70/1797.05 c Original Problem :
1796.70/1797.05 c Problem name : HOME/instance-3691854-1338043655.opb
1796.70/1797.05 c Variables : 7004 (7004 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.05 c Constraints : 7212 initial, 7212 maximal
1796.70/1797.05 c Objective sense : minimize
1796.70/1797.05 c Presolved Problem :
1796.70/1797.05 c Problem name : t_HOME/instance-3691854-1338043655.opb
1796.70/1797.05 c Variables : 6642 (6642 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.05 c Constraints : 6806 initial, 8231 maximal
1796.70/1797.05 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.05 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c linear : 0.08 0.01 362 0 0 362 0 406 0 0 0
1796.70/1797.05 c logicor : 0.05 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c root node : - - 2 - - 2 - - - - -
1796.70/1797.05 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.70/1797.05 c integral : 0 0 0 0 750 0 1 0 0 128 0 0 1360
1796.70/1797.05 c setppc : 1437 1437 6 10723 0 0 0 175792 5 93084 0 0 0
1796.70/1797.05 c linear : 0+ 1284 5 10711 0 0 0 6069 0 130 0 0 0
1796.70/1797.05 c logicor : 5369+ 5516 6 7122 0 0 0 308723 64 147275 0 0 0
1796.70/1797.05 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.70/1797.05 c integral : 700.30 0.00 0.00 0.00 700.30 0.00 0.00 0.00
1796.70/1797.05 c setppc : 0.34 0.00 0.00 0.26 0.00 0.00 0.00 0.08
1796.70/1797.05 c linear : 0.04 0.01 0.01 0.02 0.00 0.00 0.00 0.01
1796.70/1797.05 c logicor : 0.43 0.00 0.00 0.27 0.00 0.00 0.00 0.15
1796.70/1797.05 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.05 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.70/1797.05 c rootredcost : 0 0 0 0
1796.70/1797.05 c pseudoobj : 0 0 0 0
1796.70/1797.05 c vbounds : 0 0 0 0
1796.70/1797.05 c redcost : 755 0 0 0
1796.70/1797.05 c probing : 0 0 0 0
1796.70/1797.05 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.70/1797.05 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.05 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.05 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.05 c redcost : 0.08 0.00 0.00 0.08 0.00
1796.70/1797.05 c probing : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.05 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.05 c propagation : 0.02 69 69 202 59.3 0 0.0 -
1796.70/1797.05 c infeasible LP : 4.26 460 148 3825 944.1 0 0.0 0
1796.70/1797.05 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.05 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.05 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.05 c applied globally : - - - 351 180.9 - - -
1796.70/1797.05 c applied locally : - - - 0 0.0 - - -
1796.70/1797.05 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.70/1797.05 c cut pool : 0.00 4 - - 0 - (maximal pool size: 32)
1796.70/1797.05 c closecuts : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.70/1797.05 c intobj : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c gomory : 1.03 0.00 5 0 0 8 0
1796.70/1797.05 c cgmip : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c strongcg : 1.05 0.00 5 0 0 8 0
1796.70/1797.05 c cmir : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c flowcover : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c clique : 0.25 0.00 5 0 0 30 0
1796.70/1797.05 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c mcf : 0.00 0.00 1 0 0 0 0
1796.70/1797.05 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c rapidlearning : 2.91 0.00 1 0 2 0 1284
1796.70/1797.05 c Pricers : ExecTime SetupTime Calls Vars
1796.70/1797.05 c problem variables: 0.00 - 0 0
1796.70/1797.05 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.05 c relpscost : 700.30 0.00 750 0 128 0 0 1360
1796.70/1797.05 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c inference : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c random : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.70/1797.05 c LP solutions : 0.00 - - 0
1796.70/1797.05 c pseudo solutions : 0.00 - - 0
1796.70/1797.05 c smallcard : 0.00 0.00 0 0
1796.70/1797.05 c trivial : 0.01 0.00 1 0
1796.70/1797.05 c shiftandpropagate: 0.00 0.00 0 0
1796.70/1797.05 c simplerounding : 0.00 0.00 0 0
1796.70/1797.05 c zirounding : 0.00 0.00 0 0
1796.70/1797.05 c rounding : 0.00 0.00 0 0
1796.70/1797.05 c shifting : 0.00 0.00 0 0
1796.70/1797.05 c intshifting : 0.00 0.00 0 0
1796.70/1797.05 c oneopt : 0.00 0.00 0 0
1796.70/1797.05 c twoopt : 0.00 0.00 0 0
1796.70/1797.05 c indtwoopt : 0.00 0.00 0 0
1796.70/1797.05 c indoneopt : 0.00 0.00 0 0
1796.70/1797.05 c fixandinfer : 0.00 0.00 0 0
1796.70/1797.05 c feaspump : 0.00 0.00 0 0
1796.70/1797.05 c clique : 0.00 0.00 0 0
1796.70/1797.05 c indrounding : 0.00 0.00 0 0
1796.70/1797.05 c indcoefdiving : 0.00 0.00 0 0
1796.70/1797.05 c coefdiving : 0.00 0.00 0 0
1796.70/1797.05 c pscostdiving : 0.00 0.00 0 0
1796.70/1797.05 c nlpdiving : 0.00 0.00 0 0
1796.70/1797.05 c fracdiving : 0.00 0.00 0 0
1796.70/1797.05 c veclendiving : 0.00 0.00 0 0
1796.70/1797.05 c intdiving : 0.00 0.00 0 0
1796.70/1797.05 c actconsdiving : 0.00 0.00 0 0
1796.70/1797.05 c objpscostdiving : 0.00 0.00 0 0
1796.70/1797.05 c rootsoldiving : 0.00 0.00 0 0
1796.70/1797.05 c linesearchdiving : 0.00 0.00 0 0
1796.70/1797.05 c guideddiving : 0.00 0.00 0 0
1796.70/1797.05 c octane : 0.00 0.00 0 0
1796.70/1797.05 c rens : 0.00 0.00 0 0
1796.70/1797.05 c rins : 0.00 0.00 0 0
1796.70/1797.05 c localbranching : 0.00 0.00 0 0
1796.70/1797.05 c mutation : 0.00 0.00 0 0
1796.70/1797.05 c crossover : 0.00 0.00 0 0
1796.70/1797.05 c dins : 0.00 0.00 0 0
1796.70/1797.05 c vbounds : 0.00 0.00 0 0
1796.70/1797.05 c undercover : 0.00 0.00 0 0
1796.70/1797.05 c subnlp : 0.00 0.00 0 0
1796.70/1797.05 c trysol : 0.00 0.00 0 0
1796.70/1797.05 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.70/1797.05 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.70/1797.05 c dual LP : 1084.36 1216 1930956 1589.26 1780.74 0.00 1
1796.70/1797.05 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.05 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.70/1797.05 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.05 c strong branching : 700.08 1370 1074417 784.25 1534.72
1796.70/1797.05 c (at root node) : - 12 6953 579.42 -
1796.70/1797.05 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.05 c B&B Tree :
1796.70/1797.05 c number of runs : 1
1796.70/1797.05 c nodes : 1209
1796.70/1797.05 c nodes (total) : 1209
1796.70/1797.05 c nodes left : 151
1796.70/1797.05 c max depth : 157
1796.70/1797.05 c max depth (total): 157
1796.70/1797.05 c backtracks : 201 (16.6%)
1796.70/1797.05 c delayed cutoffs : 1
1796.70/1797.05 c repropagations : 3166 (3537 domain reductions, 0 cutoffs)
1796.70/1797.05 c avg switch length: 7.71
1796.70/1797.05 c switching time : 0.57
1796.70/1797.05 c Solution :
1796.70/1797.05 c Solutions found : 0 (0 improvements)
1796.70/1797.05 c Primal Bound : -
1796.70/1797.05 c Dual Bound : +0.00000000000000e+00
1796.70/1797.05 c Gap : infinite
1796.70/1797.05 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.05 c Root Iterations : 22472
1796.80/1797.10 c Time complete: 1796.8.
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-3691854-1338043655/watcher-3691854-1338043655 -o /tmp/evaluation-result-3691854-1338043655/solver-3691854-1338043655 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691854-1338043655.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 2.00 2/176 3426
/proc/meminfo: memFree=23129236/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=12992 CPUtime=0 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 1981 0 0 0 0 0 0 0 20 0 1 0 270491565 13303808 1936 33554432000 4194304 10219143 140734846265696 140737183110488 7589947 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3426/statm: 3248 1936 419 1471 0 1768 0
[startup+0.062358 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3426
/proc/meminfo: memFree=23129236/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=38120 CPUtime=0.05 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 8276 0 0 0 4 1 0 0 20 0 1 0 270491565 39034880 8231 33554432000 4194304 10219143 140734846265696 140734846261544 5823500 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3426/statm: 9530 8231 499 1471 0 8050 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38120
[startup+0.100299 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3426
/proc/meminfo: memFree=23129236/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=44068 CPUtime=0.09 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 9686 0 0 0 7 2 0 0 20 0 1 0 270491565 45125632 9384 33554432000 4194304 10219143 140734846265696 140734846261544 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3426/statm: 11017 9384 559 1471 0 9537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44068
[startup+0.300238 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3426
/proc/meminfo: memFree=23129236/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=74200 CPUtime=0.29 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 17212 0 0 0 25 4 0 0 20 0 1 0 270491565 75980800 16828 33554432000 4194304 10219143 140734846265696 140734846261544 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3426/statm: 18550 16828 727 1471 0 17070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74200
[startup+0.700181 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3426
/proc/meminfo: memFree=23129236/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=75312 CPUtime=0.69 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 17611 0 0 0 65 4 0 0 20 0 1 0 270491565 77119488 17226 33554432000 4194304 10219143 140734846265696 140734846261544 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3426/statm: 18828 17226 727 1471 0 17348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75312
[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3427
/proc/meminfo: memFree=23062740/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=75464 CPUtime=1.49 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 17659 0 0 0 145 4 0 0 20 0 1 0 270491565 77275136 17274 33554432000 4194304 10219143 140734846265696 140734846259336 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3426/statm: 18866 17274 727 1471 0 17386 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75464
[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3427
/proc/meminfo: memFree=23061872/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=76016 CPUtime=3.08 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 17796 0 0 0 304 4 0 0 20 0 1 0 270491565 77840384 17411 33554432000 4194304 10219143 140734846265696 140734846259048 7638782 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3426/statm: 19004 17411 728 1471 0 17524 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76016
[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3427
/proc/meminfo: memFree=23012752/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=135860 CPUtime=6.29 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 32696 0 0 0 615 14 0 0 20 0 1 0 270491565 139120640 32144 33554432000 4194304 10219143 140734846265696 140734846258680 9008087 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 33965 32144 774 1471 0 32485 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135860
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3427
/proc/meminfo: memFree=22992484/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=12.69 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35779 0 0 0 1244 25 0 0 20 0 1 0 270491565 149499904 34833 33554432000 4194304 10219143 140734846265696 140734846260616 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 34833 799 1471 0 35019 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145996
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3427
/proc/meminfo: memFree=22992104/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=25.49 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35781 0 0 0 2521 28 0 0 20 0 1 0 270491565 149499904 34835 33554432000 4194304 10219143 140734846265696 140734846259192 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 34835 800 1471 0 35019 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145996
[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3427
/proc/meminfo: memFree=22988992/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=51.08 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35781 0 0 0 5075 33 0 0 20 0 1 0 270491565 149499904 34835 33554432000 4194304 10219143 140734846265696 140734846259192 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 34835 800 1471 0 35019 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 145996
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3427
/proc/meminfo: memFree=22988292/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=102.27 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35782 0 0 0 10183 44 0 0 20 0 1 0 270491565 149499904 34836 33554432000 4194304 10219143 140734846265696 140734846259240 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 34836 801 1471 0 35019 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 145996
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3430
/proc/meminfo: memFree=22988248/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=162.26 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35782 0 0 0 16169 57 0 0 20 0 1 0 270491565 149499904 34836 33554432000 4194304 10219143 140734846265696 140734846258952 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 34836 801 1471 0 35019 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 145996
[startup+222.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 3470
/proc/meminfo: memFree=28225224/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=222.24 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35801 0 0 0 22156 68 0 0 20 0 1 0 270491565 149499904 34994 33554432000 4194304 10219143 140734846265696 140734846259144 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 34994 805 1471 0 35019 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 145996
[startup+282.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 3470
/proc/meminfo: memFree=28219420/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=282.24 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35802 0 0 0 28139 85 0 0 20 0 1 0 270491565 149499904 35682 33554432000 4194304 10219143 140734846265696 140734846259048 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35682 805 1471 0 35019 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 145996
[startup+342.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 3470
/proc/meminfo: memFree=28217024/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=342.23 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35804 0 0 0 34121 102 0 0 20 0 1 0 270491565 149499904 35684 33554432000 4194304 10219143 140734846265696 140734846258952 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35684 805 1471 0 35019 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 145996
[startup+402.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 3470
/proc/meminfo: memFree=28218140/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=402.22 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 40104 118 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259528 8100421 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 145996
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3470
/proc/meminfo: memFree=28217148/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=462.21 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 46087 134 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846258952 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 145996
[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3471
/proc/meminfo: memFree=28216724/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=522.2 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 52073 147 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259144 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 145996
[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3471
/proc/meminfo: memFree=28216260/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=582.19 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 58056 163 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259240 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 145996
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28216424/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1062.11 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 105932 279 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259048 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 145996
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3499
/proc/meminfo: memFree=28218040/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1122.1 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 111917 293 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846258632 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 145996
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3500
/proc/meminfo: memFree=28217364/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1182.1 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 117904 306 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259048 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 145996
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3500
/proc/meminfo: memFree=28217548/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1242.08 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 123886 322 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259048 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 145996
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3500
/proc/meminfo: memFree=28218048/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1302.08 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 129873 335 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259000 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 145996
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3503
/proc/meminfo: memFree=28214980/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1362.06 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 135858 348 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259000 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 145996
[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3504
/proc/meminfo: memFree=28216588/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1422.07 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 141844 363 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259144 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 145996
[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3504
/proc/meminfo: memFree=28214128/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1482.04 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 147828 376 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259144 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 145996
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3504
/proc/meminfo: memFree=28210736/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1542.04 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 153814 390 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846258952 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 145996
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3504
/proc/meminfo: memFree=28213420/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1602.02 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 159801 401 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259144 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 145996
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3504
/proc/meminfo: memFree=28203996/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1662.02 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 165786 416 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259528 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 145996
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=28207112/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1722.01 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 171771 430 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259048 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 145996
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=28205776/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1782.01 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 177755 446 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259144 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 145996
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=28205900/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1785.2 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 178074 446 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846258952 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 145996
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=28205900/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1791.6 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 178712 448 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846258952 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 145996
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=28205900/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1794.8 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 179031 449 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259144 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 145996
[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=28205900/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1795.6 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 179111 449 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259144 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 145996
[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=28205900/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=145996 CPUtime=1796.4 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35806 0 0 0 179190 450 0 0 20 0 1 0 270491565 149499904 35774 33554432000 4194304 10219143 140734846265696 140734846259144 8099950 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 36499 35774 805 1471 0 35019 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 145996
[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=28205900/32873648 swapFree=6852/6852
[pid=3426] ppid=3424 vsize=126604 CPUtime=1796.8 cores=0,2,4,6
/proc/3426/stat : 3426 (scip-2.1.1.4exp) R 3424 3426 1296 0 -1 4202496 35809 0 0 0 179230 450 0 0 20 0 1 0 270491565 129642496 30929 33554432000 4194304 10219143 140734846265696 140734846259192 9036791 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3426/statm: 31651 30576 808 1471 0 30171 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 126604
Child status: 0
Real time (s): 1797.1
CPU time (s): 1796.81
CPU user time (s): 1792.3
CPU system time (s): 4.50831
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 147408
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.3
system time used= 4.50831
maximum resident set size= 143108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35811
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= 18
involuntary context switches= 1944
runsolver used 2.55761 second user time and 7.2459 second system time
The end