0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00 c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-3690687-1338024723.opb>
0.00/0.03 c original problem has 6936 variables (6936 bin, 0 int, 0 impl, 0 cont) and 7142 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.06/0.08 c presolving:
0.09/0.12 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12726 impls, 102 clqs
0.09/0.13 c (round 2) 136 del vars, 12 del conss, 0 add conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12726 impls, 100 clqs
0.09/0.14 c (round 3) 212 del vars, 155 del conss, 0 add conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12778 impls, 100 clqs
0.09/0.14 c (round 4) 269 del vars, 212 del conss, 0 add conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12890 impls, 100 clqs
0.09/0.15 c (round 5) 315 del vars, 258 del conss, 0 add conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13014 impls, 100 clqs
0.09/0.16 c (round 6) 345 del vars, 288 del conss, 0 add conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13148 impls, 100 clqs
0.09/0.16 c (round 7) 356 del vars, 299 del conss, 0 add conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13228 impls, 100 clqs
0.09/0.17 c (round 8) 360 del vars, 303 del conss, 0 add conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13260 impls, 100 clqs
0.09/0.18 c (round 9) 362 del vars, 305 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13270 impls, 100 clqs
0.19/0.26 c (round 10) 362 del vars, 405 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6637 upgd conss, 13282 impls, 100 clqs
0.19/0.29 c (round 11) 362 del vars, 405 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6737 upgd conss, 13282 impls, 100 clqs
0.29/0.34 c presolving (12 rounds):
0.29/0.34 c 362 deleted vars, 405 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.34 c 13282 implications, 100 cliques
0.29/0.34 c presolved problem has 6574 variables (6574 bin, 0 int, 0 impl, 0 cont) and 6737 constraints
0.29/0.34 c 1423 constraints of type <setppc>
0.29/0.34 c 5314 constraints of type <logicor>
0.29/0.34 c transformed objective value is always integral (scale: 1)
0.29/0.34 c Presolving Time: 0.29
0.29/0.34 c - non default parameters ----------------------------------------------------------------------
0.29/0.34 c # SCIP version 2.1.1.4
0.29/0.34 c
0.29/0.34 c # maximal time in seconds to run
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.34 c limits/time = 1797
0.29/0.34 c
0.29/0.34 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.34 c limits/memory = 13950
0.29/0.34 c
0.29/0.34 c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.34 c limits/solutions = 1
0.29/0.34 c
0.29/0.34 c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.34 c separating/maxrounds = 1
0.29/0.34 c
0.29/0.34 c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.34 c separating/maxroundsroot = 5
0.29/0.34 c
0.29/0.34 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.34 c # [type: int, range: [1,2], default: 1]
0.29/0.34 c timing/clocktype = 2
0.29/0.34 c
0.29/0.34 c # belongs reading time to solving time?
0.29/0.34 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.34 c timing/reading = TRUE
0.29/0.34 c
0.29/0.34 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.34 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.34 c constraints/knapsack/disaggregation = FALSE
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.34 c heuristics/coefdiving/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.34 c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.34 c heuristics/crossover/freq = -1
0.29/0.34 c
0.29/0.34 c # number of nodes added to the contingent of the total nodes
0.29/0.34 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.34 c heuristics/crossover/nodesofs = 750
0.29/0.34 c
0.29/0.34 c # number of nodes without incumbent change that heuristic should wait
0.29/0.34 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.34 c heuristics/crossover/nwaitingnodes = 100
0.29/0.34 c
0.29/0.34 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.34 c # [type: real, range: [0,1], default: 0.1]
0.29/0.34 c heuristics/crossover/nodesquot = 0.15
0.29/0.34 c
0.29/0.34 c # minimum percentage of integer variables that have to be fixed
0.29/0.34 c # [type: real, range: [0,1], default: 0.666]
0.29/0.34 c heuristics/crossover/minfixingrate = 0.5
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.34 c heuristics/feaspump/freq = -1
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.34 c heuristics/fracdiving/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.34 c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.34 c heuristics/guideddiving/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.34 c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.34 c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.34 c heuristics/intshifting/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.34 c heuristics/linesearchdiving/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.34 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.34 c heuristics/objpscostdiving/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.34 c # [type: real, range: [0,1], default: 0.01]
0.29/0.34 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.34 c heuristics/oneopt/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.34 c heuristics/pscostdiving/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.34 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.34 c heuristics/rens/freq = -1
0.29/0.34 c
0.29/0.34 c # minimum percentage of integer variables that have to be fixable
0.29/0.34 c # [type: real, range: [0,1], default: 0.5]
0.29/0.34 c heuristics/rens/minfixingrate = 0.3
0.29/0.34 c
0.29/0.34 c # number of nodes added to the contingent of the total nodes
0.29/0.34 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.34 c heuristics/rens/nodesofs = 2000
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.34 c heuristics/rootsoldiving/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.34 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.34 c heuristics/rounding/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.34 c heuristics/shiftandpropagate/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.34 c heuristics/shifting/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.34 c heuristics/simplerounding/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.34 c heuristics/subnlp/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.34 c heuristics/trivial/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.34 c heuristics/trysol/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.34 c heuristics/undercover/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.34 c heuristics/veclendiving/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.34 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.34 c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.34 c
0.29/0.34 c # additional number of allowed LP iterations
0.29/0.34 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.34 c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.34 c heuristics/zirounding/freq = -1
0.29/0.34 c
0.29/0.34 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.34 c propagating/probing/maxprerounds = 0
0.29/0.34 c
0.29/0.34 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.34 c separating/cmir/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.34 c separating/flowcover/freq = -1
0.29/0.34 c
0.29/0.34 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.34 c separating/rapidlearning/freq = 0
0.29/0.34 c
0.29/0.34 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.29/0.34 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.34 c heuristics/indoneopt/freq = -1
0.29/0.34 c
0.29/0.34 c -----------------------------------------------------------------------------------------------
0.29/0.34 c start solving
0.29/0.34 c
5.40/5.43 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
5.40/5.43 c 5.4s| 1 | 0 | 10997 | - | 29M| 0 |1532 |6574 |6737 |6574 |6737 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
10.69/10.79 c 10.8s| 1 | 0 | 13696 | - | 32M| 0 |1517 |6574 |8169 |6574 |6745 | 9 | 0 | 0 | 0.000000e+00 | -- | Inf
11.89/11.96 c 12.0s| 1 | 0 | 14702 | - | 32M| 0 |1707 |6574 |8169 |6574 |6752 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
12.89/12.95 c 13.0s| 1 | 0 | 15366 | - | 32M| 0 |1809 |6574 |8169 |6574 |6758 | 22 | 0 | 0 | 0.000000e+00 | -- | Inf
14.20/14.25 c 14.3s| 1 | 0 | 16391 | - | 32M| 0 |1746 |6574 |8169 |6574 |6764 | 28 | 0 | 0 | 0.000000e+00 | -- | Inf
15.69/15.74 c 15.7s| 1 | 0 | 17651 | - | 32M| 0 |1762 |6574 |8169 |6574 |6771 | 35 | 0 | 0 | 0.000000e+00 | -- | Inf
22.38/22.42 c 22.4s| 1 | 2 | 17651 | - | 32M| 0 |1762 |6574 |8169 |6574 |6771 | 35 | 0 | 10 | 0.000000e+00 | -- | Inf
186.26/186.35 c 186s| 100 | 99 | 94479 | 776.0 | 35M| 89 | 799 |6574 |8169 |6574 |6765 | 35 | 0 | 206 | 0.000000e+00 | -- | Inf
222.76/222.88 c 223s| 200 | 179 |135511 | 592.3 | 35M| 150 | 265 |6574 |8180 |6574 |6765 | 35 | 11 | 238 | 0.000000e+00 | -- | Inf
317.24/317.39 c 317s| 300 | 215 |240177 | 744.2 | 35M| 150 | 481 |6574 |8193 |6574 |6765 | 35 | 24 | 314 | 0.000000e+00 | -- | Inf
405.02/405.13 c 405s| 400 | 209 |353381 | 841.4 | 36M| 150 | - |6574 |8208 |6574 |6765 | 35 | 39 | 394 | 0.000000e+00 | -- | Inf
498.01/498.17 c 498s| 500 | 205 |475147 | 916.8 | 36M| 150 | 300 |6574 |8217 |6574 |6765 | 35 | 55 | 490 | 0.000000e+00 | -- | Inf
578.00/578.18 c 578s| 600 | 209 |576606 | 933.1 | 36M| 165 | 298 |6574 |8223 |6574 |6765 | 35 | 69 | 564 | 0.000000e+00 | -- | Inf
665.59/665.78 c 666s| 700 | 211 |687592 | 958.4 | 36M| 165 | - |6574 |8235 |6574 |6765 | 35 | 83 | 644 | 0.000000e+00 | -- | Inf
760.77/760.97 c 761s| 800 | 213 |809053 | 990.5 | 36M| 165 | 381 |6574 |8253 |6574 |6765 | 35 | 115 | 732 | 0.000000e+00 | -- | Inf
857.26/857.44 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
857.26/857.44 c 857s| 900 | 219 |930642 |1015.6 | 37M| 165 | 642 |6574 |8255 |6574 |6765 | 35 | 122 | 822 | 0.000000e+00 | -- | Inf
960.54/960.71 c 961s| 1000 | 251 | 1056k|1039.7 | 37M| 165 | 470 |6574 |8251 |6574 |6765 | 35 | 124 | 918 | 0.000000e+00 | -- | Inf
1049.02/1049.21 c 1049s| 1100 | 281 | 1165k|1044.2 | 38M| 165 | - |6574 |8288 |6574 |6765 | 35 | 163 | 998 | 0.000000e+00 | -- | Inf
1143.42/1143.62 c 1144s| 1200 | 295 | 1286k|1057.9 | 38M| 165 | 757 |6574 |8316 |6574 |6765 | 35 | 202 |1070 | 0.000000e+00 | -- | Inf
1238.80/1239.00 c 1239s| 1300 | 311 | 1402k|1066.4 | 38M| 165 | 506 |6574 |8297 |6574 |6765 | 35 | 219 |1158 | 0.000000e+00 | -- | Inf
1348.87/1349.17 c 1349s| 1400 | 331 | 1540k|1088.7 | 39M| 165 | 541 |6574 |8307 |6574 |6765 | 35 | 238 |1246 | 0.000000e+00 | -- | Inf
1443.35/1443.68 c 1444s| 1500 | 341 | 1660k|1095.7 | 39M| 165 | - |6574 |8318 | 0 | 0 | 35 | 263 |1335 | 0.000000e+00 | -- | Inf
1544.84/1545.19 c 1545s| 1600 | 359 | 1784k|1104.9 | 40M| 165 | - |6574 |8329 | 0 | 0 | 35 | 293 |1415 | 0.000000e+00 | -- | Inf
1663.72/1664.09 c 1664s| 1700 | 393 | 1926k|1123.5 | 40M| 165 | - |6574 |8322 |6574 |6765 | 35 | 297 |1521 | 0.000000e+00 | -- | Inf
1788.90/1789.29 c 1789s| 1800 | 419 | 2075k|1143.9 | 41M| 165 | 367 |6574 |8332 |6574 |6765 | 35 | 321 |1625 | 0.000000e+00 | -- | Inf
1796.70/1797.01 c
1796.70/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.01 c Solving Time (sec) : 1797.01
1796.70/1797.01 c Solving Nodes : 1809
1796.70/1797.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01 c Dual Bound : +0.00000000000000e+00
1796.70/1797.01 c Gap : infinite
1796.70/1797.01 s UNKNOWN
1796.70/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.01 c Total Time : 1797.01
1796.70/1797.01 c solving : 1797.01
1796.70/1797.01 c presolving : 0.29 (included in solving)
1796.70/1797.01 c reading : 0.03 (included in solving)
1796.70/1797.01 c copying : 0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.70/1797.01 c Original Problem :
1796.70/1797.01 c Problem name : HOME/instance-3690687-1338024723.opb
1796.70/1797.01 c Variables : 6936 (6936 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01 c Constraints : 7142 initial, 7142 maximal
1796.70/1797.01 c Objective sense : minimize
1796.70/1797.01 c Presolved Problem :
1796.70/1797.01 c Problem name : t_HOME/instance-3690687-1338024723.opb
1796.70/1797.01 c Variables : 6574 (6574 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01 c Constraints : 6737 initial, 8334 maximal
1796.70/1797.01 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.01 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c gateextraction : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c components : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c linear : 0.14 0.00 362 0 0 362 0 405 0 0 0
1796.70/1797.01 c logicor : 0.07 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c root node : - - 1 - - 1 - - - - -
1796.70/1797.01 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.70/1797.01 c integral : 0 0 0 0 1216 0 1 0 3 159 0 0 2228
1796.70/1797.01 c setppc : 1423 1423 6 12952 0 0 0 22889 8 121119 0 0 0
1796.70/1797.01 c linear : 0+ 1433 5 11845 0 0 0 281 0 457 38 0 0
1796.70/1797.01 c logicor : 5314+ 5480 6 9240 0 0 0 45669 120 155335 0 0 0
1796.70/1797.01 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1796.70/1797.01 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.70/1797.01 c integral : 691.45 0.00 0.00 0.00 691.45 0.00 0.00 0.00
1796.70/1797.01 c setppc : 0.58 0.00 0.00 0.56 0.00 0.00 0.00 0.02
1796.70/1797.01 c linear : 0.06 0.00 0.01 0.05 0.00 0.00 0.00 0.00
1796.70/1797.01 c logicor : 0.73 0.00 0.00 0.67 0.00 0.00 0.00 0.06
1796.70/1797.01 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.01 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.70/1797.01 c rootredcost : 0 0 0 0
1796.70/1797.01 c pseudoobj : 0 0 0 0
1796.70/1797.01 c vbounds : 0 0 0 0
1796.70/1797.01 c redcost : 1221 0 0 0
1796.70/1797.01 c probing : 0 0 0 0
1796.70/1797.01 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.70/1797.01 c rootredcost : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.01 c pseudoobj : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.01 c vbounds : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.01 c redcost : 0.15 0.00 0.00 0.15 0.00
1796.70/1797.01 c probing : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.01 c propagation : 0.11 128 128 542 61.9 19 13.2 -
1796.70/1797.01 c infeasible LP : 3.64 564 6 141 657.8 0 0.0 0
1796.70/1797.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.01 c applied globally : - - - 322 54.5 - - -
1796.70/1797.01 c applied locally : - - - 0 0.0 - - -
1796.70/1797.01 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.70/1797.01 c cut pool : 0.00 4 - - 1 - (maximal pool size: 36)
1796.70/1797.01 c closecuts : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.70/1797.01 c intobj : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c gomory : 1.17 0.00 5 0 0 16 0
1796.70/1797.01 c cgmip : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c strongcg : 1.19 0.00 5 0 0 16 0
1796.70/1797.01 c cmir : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c flowcover : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c clique : 0.28 0.00 5 0 0 30 0
1796.70/1797.01 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c mcf : 0.01 0.00 1 0 0 0 0
1796.70/1797.01 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.70/1797.01 c rapidlearning : 3.20 0.00 1 0 1 0 1433
1796.70/1797.01 c Pricers : ExecTime SetupTime Calls Vars
1796.70/1797.01 c problem variables: 0.00 - 0 0
1796.70/1797.01 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.01 c relpscost : 691.44 0.00 1216 3 159 0 0 2228
1796.70/1797.01 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c inference : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c random : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.01 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.70/1797.01 c LP solutions : 0.00 - - 0
1796.70/1797.01 c pseudo solutions : 0.00 - - 0
1796.70/1797.01 c smallcard : 0.00 0.00 0 0
1796.70/1797.01 c trivial : 0.01 0.00 1 0
1796.70/1797.01 c shiftandpropagate: 0.00 0.00 0 0
1796.70/1797.01 c simplerounding : 0.00 0.00 0 0
1796.70/1797.01 c zirounding : 0.00 0.00 0 0
1796.70/1797.01 c rounding : 0.00 0.00 0 0
1796.70/1797.01 c shifting : 0.00 0.00 0 0
1796.70/1797.01 c intshifting : 0.00 0.00 0 0
1796.70/1797.01 c oneopt : 0.00 0.00 0 0
1796.70/1797.01 c twoopt : 0.00 0.00 0 0
1796.70/1797.01 c indtwoopt : 0.00 0.00 0 0
1796.70/1797.01 c indoneopt : 0.00 0.00 0 0
1796.70/1797.01 c fixandinfer : 0.00 0.00 0 0
1796.70/1797.01 c feaspump : 0.00 0.00 0 0
1796.70/1797.01 c clique : 0.00 0.00 0 0
1796.70/1797.01 c indrounding : 0.00 0.00 0 0
1796.70/1797.01 c indcoefdiving : 0.00 0.00 0 0
1796.70/1797.01 c coefdiving : 0.00 0.00 0 0
1796.70/1797.01 c pscostdiving : 0.00 0.00 0 0
1796.70/1797.01 c nlpdiving : 0.00 0.00 0 0
1796.70/1797.01 c fracdiving : 0.00 0.00 0 0
1796.70/1797.01 c veclendiving : 0.00 0.00 0 0
1796.70/1797.01 c intdiving : 0.00 0.00 0 0
1796.70/1797.01 c actconsdiving : 0.00 0.00 0 0
1796.70/1797.01 c objpscostdiving : 0.00 0.00 0 0
1796.70/1797.01 c rootsoldiving : 0.00 0.00 0 0
1796.70/1797.01 c linesearchdiving : 0.00 0.00 0 0
1796.70/1797.01 c guideddiving : 0.00 0.00 0 0
1796.70/1797.01 c octane : 0.00 0.00 0 0
1796.70/1797.01 c rens : 0.00 0.00 0 0
1796.70/1797.01 c rins : 0.00 0.00 0 0
1796.70/1797.01 c localbranching : 0.00 0.00 0 0
1796.70/1797.01 c mutation : 0.00 0.00 0 0
1796.70/1797.01 c crossover : 0.00 0.00 0 0
1796.70/1797.01 c dins : 0.00 0.00 0 0
1796.70/1797.01 c vbounds : 0.00 0.00 0 0
1796.70/1797.01 c undercover : 0.00 0.00 0 0
1796.70/1797.01 c subnlp : 0.00 0.00 0 0
1796.70/1797.01 c trysol : 0.00 0.00 0 0
1796.70/1797.01 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.70/1797.01 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.70/1797.01 c dual LP : 1089.58 1786 2086794 1168.42 1915.23 0.00 0
1796.70/1797.01 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.01 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.70/1797.01 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.01 c strong branching : 691.14 1630 1154656 708.38 1670.66
1796.70/1797.01 c (at root node) : - 10 8681 868.10 -
1796.70/1797.01 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.01 c B&B Tree :
1796.70/1797.01 c number of runs : 1
1796.70/1797.01 c nodes : 1809
1796.70/1797.01 c nodes (total) : 1809
1796.70/1797.01 c nodes left : 420
1796.70/1797.01 c max depth : 165
1796.70/1797.01 c max depth (total): 165
1796.70/1797.01 c backtracks : 250 (13.8%)
1796.70/1797.01 c delayed cutoffs : 0
1796.70/1797.01 c repropagations : 3289 (913 domain reductions, 0 cutoffs)
1796.70/1797.01 c avg switch length: 9.46
1796.70/1797.01 c switching time : 1.83
1796.70/1797.01 c Solution :
1796.70/1797.01 c Solutions found : 0 (0 improvements)
1796.70/1797.01 c Primal Bound : -
1796.70/1797.01 c Dual Bound : +0.00000000000000e+00
1796.70/1797.01 c Gap : infinite
1796.70/1797.01 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.01 c Root Iterations : 17651
1796.70/1797.08 c Time complete: 1796.78.
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-3690687-1338024723/watcher-3690687-1338024723 -o /tmp/evaluation-result-3690687-1338024723/solver-3690687-1338024723 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690687-1338024723.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: 1.92 1.98 1.99 3/174 28859
/proc/meminfo: memFree=26217932/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=11164 CPUtime=0 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 1524 0 0 0 0 0 0 0 20 0 1 0 268600882 11431936 1479 33554432000 4194304 10173063 140734122646080 140735344530632 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 2791 1491 413 1460 0 1322 0
[startup+0.0687989 s]
/proc/loadavg: 1.92 1.98 1.99 3/174 28859
/proc/meminfo: memFree=26217932/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=37284 CPUtime=0.06 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 7833 0 0 0 5 1 0 0 20 0 1 0 268600882 38178816 7788 33554432000 4194304 10173063 140734122646080 140735344530632 7545739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 9321 7788 510 1460 0 7852 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 37284
[startup+0.10039 s]
/proc/loadavg: 1.92 1.98 1.99 3/174 28859
/proc/meminfo: memFree=26217932/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=41636 CPUtime=0.09 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 8832 0 0 0 7 2 0 0 20 0 1 0 268600882 42635264 8787 33554432000 4194304 10173063 140734122646080 140735344530632 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 10409 8787 550 1460 0 8940 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41636
[startup+0.300326 s]
/proc/loadavg: 1.92 1.98 1.99 3/174 28859
/proc/meminfo: memFree=26217932/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=51324 CPUtime=0.29 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 11712 0 0 0 20 9 0 0 20 0 1 0 268600882 52555776 11222 33554432000 4194304 10173063 140734122646080 140735344530632 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 12831 11222 577 1460 0 11362 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51324
[startup+0.700236 s]
/proc/loadavg: 1.92 1.98 1.99 3/174 28859
/proc/meminfo: memFree=26217932/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=72760 CPUtime=0.69 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 17179 0 0 0 58 11 0 0 20 0 1 0 268600882 74506240 16603 33554432000 4194304 10173063 140734122646080 140735344530632 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 18190 16603 733 1460 0 16721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72760
[startup+1.50023 s]
/proc/loadavg: 1.92 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26153452/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=73292 CPUtime=1.49 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 17315 0 0 0 138 11 0 0 20 0 1 0 268600882 75051008 16739 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 18323 16739 733 1460 0 16854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73292
[startup+3.10024 s]
/proc/loadavg: 1.92 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26152956/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=73608 CPUtime=3.09 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 17402 0 0 0 297 12 0 0 20 0 1 0 268600882 75374592 16826 33554432000 4194304 10173063 140734122646080 140734122639384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 18402 16826 733 1460 0 16933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73608
[startup+6.30032 s]
/proc/loadavg: 1.93 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26150112/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=119212 CPUtime=6.29 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 28972 0 0 0 605 24 0 0 20 0 1 0 268600882 122073088 28222 33554432000 4194304 10173063 140734122646080 140734122642040 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 29803 28222 786 1460 0 28334 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119212
[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26085872/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=12.68 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34313 0 0 0 1183 85 0 0 20 0 1 0 268600882 144142336 33563 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33563 810 1460 0 33722 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 140764
[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26085876/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=25.48 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34320 0 0 0 2460 88 0 0 20 0 1 0 268600882 144142336 33570 33554432000 4194304 10173063 140734122646080 140734122638792 8035795 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33570 814 1460 0 33722 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 140764
[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26196176/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=51.08 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34320 0 0 0 5016 92 0 0 20 0 1 0 268600882 144142336 33570 33554432000 4194304 10173063 140734122646080 140734122638792 8038454 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33570 814 1460 0 33722 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140764
[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26192560/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=102.28 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34327 0 0 0 10127 101 0 0 20 0 1 0 268600882 144142336 33577 33554432000 4194304 10173063 140734122646080 140734122639912 8012276 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33577 817 1460 0 33722 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 140764
[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26191172/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=162.27 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34327 0 0 0 16118 109 0 0 20 0 1 0 268600882 144142336 33577 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33577 817 1460 0 33722 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 140764
[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26191276/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=222.26 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34329 0 0 0 22106 120 0 0 20 0 1 0 268600882 144142336 33579 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33579 818 1460 0 33722 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 140764
[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 28860
/proc/meminfo: memFree=26186168/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=282.24 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34329 0 0 0 28093 131 0 0 20 0 1 0 268600882 144142336 33579 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33579 818 1460 0 33722 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 140764
[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 28861
/proc/meminfo: memFree=26182428/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=342.23 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34330 0 0 0 34079 144 0 0 20 0 1 0 268600882 144142336 33580 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33580 818 1460 0 33722 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 140764
[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 28861
/proc/meminfo: memFree=26180688/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=402.23 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34330 0 0 0 40065 158 0 0 20 0 1 0 268600882 144142336 33580 33554432000 4194304 10173063 140734122646080 140734122639912 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33580 818 1460 0 33722 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 140764
[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 28861
/proc/meminfo: memFree=26172572/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=462.22 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34330 0 0 0 46051 171 0 0 20 0 1 0 268600882 144142336 33580 33554432000 4194304 10173063 140734122646080 140734122639432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33580 818 1460 0 33722 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 140764
[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 28864
/proc/meminfo: memFree=26173708/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=522.21 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34332 0 0 0 52039 182 0 0 20 0 1 0 268600882 144142336 33582 33554432000 4194304 10173063 140734122646080 140734122639720 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33582 818 1460 0 33722 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 140764
[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 28864
/proc/meminfo: memFree=26173724/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=582.2 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34332 0 0 0 58028 192 0 0 20 0 1 0 268600882 144142336 33582 33554432000 4194304 10173063 140734122646080 140734122639624 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33582 818 1460 0 33722 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 140764
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=26135524/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1122.12 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34371 0 0 0 111933 279 0 0 20 0 1 0 268600882 144142336 33621 33554432000 4194304 10173063 140734122646080 140734122639336 8047672 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33621 818 1460 0 33722 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 140764
[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 28869
/proc/meminfo: memFree=26134352/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1182.11 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34371 0 0 0 117920 291 0 0 20 0 1 0 268600882 144142336 33621 33554432000 4194304 10173063 140734122646080 140734122639432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33621 818 1460 0 33722 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 140764
[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 28870
/proc/meminfo: memFree=26133792/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1242.1 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34371 0 0 0 123909 301 0 0 20 0 1 0 268600882 144142336 33621 33554432000 4194304 10173063 140734122646080 140734122639384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33621 818 1460 0 33722 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 140764
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28870
/proc/meminfo: memFree=26130636/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1302.1 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34371 0 0 0 129900 310 0 0 20 0 1 0 268600882 144142336 33621 33554432000 4194304 10173063 140734122646080 140734122639432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 33621 818 1460 0 33722 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 140764
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28909
/proc/meminfo: memFree=29234320/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1362.06 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34388 0 0 0 135886 320 0 0 20 0 1 0 268600882 144142336 34095 33554432000 4194304 10173063 140734122646080 140734122639528 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34095 818 1460 0 33722 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 140764
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28909
/proc/meminfo: memFree=29229764/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1422.07 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 141873 334 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 140764
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28909
/proc/meminfo: memFree=29225464/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1482.05 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 147860 345 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 140764
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28910
/proc/meminfo: memFree=29225588/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1542.04 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 153850 354 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 140764
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28910
/proc/meminfo: memFree=29225092/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1602.03 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 159839 364 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639432 8047303 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 140764
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28910
/proc/meminfo: memFree=29225028/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1662.02 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 165827 375 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 140764
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28913
/proc/meminfo: memFree=29224648/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1722.02 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 171816 386 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 140764
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28936
/proc/meminfo: memFree=29224896/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1782.01 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 177802 399 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 140764
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28936
/proc/meminfo: memFree=29225144/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1785.2 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 178121 399 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639624 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 140764
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28936
/proc/meminfo: memFree=29225144/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1791.6 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 178760 400 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 140764
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28936
/proc/meminfo: memFree=29225144/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1794.81 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 179080 401 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 140764
[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28936
/proc/meminfo: memFree=29225144/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1795.6 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 179159 401 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639624 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 140764
[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28936
/proc/meminfo: memFree=29225144/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1796.4 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 179239 401 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639624 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 140764
[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28936
/proc/meminfo: memFree=29225144/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1796.6 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 179259 401 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639912 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 140764
[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28936
/proc/meminfo: memFree=29225144/32873844 swapFree=7104/7104
[pid=28859] ppid=28857 vsize=140764 CPUtime=1796.7 cores=1,3,5,7
/proc/28859/stat : 28859 (scip-2.1.1.4fix) R 28857 28859 28130 0 -1 4202496 34390 0 0 0 179269 401 0 0 20 0 1 0 268600882 144142336 34489 33554432000 4194304 10173063 140734122646080 140734122639912 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28859/statm: 35191 34489 818 1460 0 33722 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 140764
Child status: 0
Real time (s): 1797.09
CPU time (s): 1796.79
CPU user time (s): 1792.78
CPU system time (s): 4.01839
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 140764
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.78
system time used= 4.01839
maximum resident set size= 137968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34395
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= 22
involuntary context switches= 1850
runsolver used 3.11053 second user time and 7.9098 second system time
The end