0.00/0.00 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00 c Copyright (c) 2002-2011 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-3729521-1338681031.opb>
0.00/0.02 c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.02 c problem read
0.00/0.02 c No objective function, only one solution is needed.
0.00/0.02 c presolving settings loaded
0.00/0.02 c presolving:
0.00/0.04 c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.00/0.04 c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.05 c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.04/0.05 c presolving (4 rounds):
0.04/0.05 c 0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.05 c 242 implications, 22 cliques
0.04/0.05 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.04/0.05 c 1 constraints of type <knapsack>
0.04/0.05 c 22 constraints of type <setppc>
0.04/0.05 c 2420 constraints of type <logicor>
0.04/0.05 c transformed objective value is always integral (scale: 1)
0.04/0.05 c Presolving Time: 0.03
0.04/0.05 c - non default parameters ----------------------------------------------------------------------
0.04/0.05 c # SCIP version 2.0.1.5
0.04/0.05 c
0.04/0.05 c # frequency for displaying node information lines
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.05 c display/freq = 10000
0.04/0.05 c
0.04/0.05 c # maximal time in seconds to run
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.05 c limits/time = 1797
0.04/0.05 c
0.04/0.05 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.05 c limits/memory = 13950
0.04/0.05 c
0.04/0.05 c # solving stops, if the given number of solutions were found (-1: no limit)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.05 c limits/solutions = 1
0.04/0.05 c
0.04/0.05 c # maximal number of separation rounds per node (-1: unlimited)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 5]
0.04/0.05 c separating/maxrounds = 1
0.04/0.05 c
0.04/0.05 c # maximal number of separation rounds in the root node (-1: unlimited)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.05 c separating/maxroundsroot = 5
0.04/0.05 c
0.04/0.05 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.04/0.05 c # [type: int, range: [1,2], default: 1]
0.04/0.05 c timing/clocktype = 2
0.04/0.05 c
0.04/0.05 c # belongs reading time to solving time?
0.04/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05 c timing/reading = TRUE
0.04/0.05 c
0.04/0.05 c # should presolving try to simplify inequalities
0.04/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05 c constraints/linear/simplifyinequalities = TRUE
0.04/0.05 c
0.04/0.05 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.04/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05 c constraints/indicator/addCouplingCons = TRUE
0.04/0.05 c
0.04/0.05 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.04/0.05 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.04/0.05 c constraints/knapsack/disaggregation = FALSE
0.04/0.05 c
0.04/0.05 c # should presolving try to simplify knapsacks
0.04/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05 c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.05 c
0.04/0.05 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.05 c presolving/probing/maxrounds = 0
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.05 c heuristics/coefdiving/freq = -1
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.05 c heuristics/coefdiving/maxlpiterquot = 0.075
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/coefdiving/maxlpiterofs = 1500
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 30]
0.04/0.05 c heuristics/crossover/freq = -1
0.04/0.05 c
0.04/0.05 c # number of nodes added to the contingent of the total nodes
0.04/0.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.04/0.05 c heuristics/crossover/nodesofs = 750
0.04/0.05 c
0.04/0.05 c # number of nodes without incumbent change that heuristic should wait
0.04/0.05 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.04/0.05 c heuristics/crossover/nwaitingnodes = 100
0.04/0.05 c
0.04/0.05 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.04/0.05 c # [type: real, range: [0,1], default: 0.1]
0.04/0.05 c heuristics/crossover/nodesquot = 0.15
0.04/0.05 c
0.04/0.05 c # minimum percentage of integer variables that have to be fixed
0.04/0.05 c # [type: real, range: [0,1], default: 0.666]
0.04/0.05 c heuristics/crossover/minfixingrate = 0.5
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.04/0.05 c heuristics/feaspump/freq = -1
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/feaspump/maxlpiterofs = 2000
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.05 c heuristics/fracdiving/freq = -1
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.05 c heuristics/fracdiving/maxlpiterquot = 0.075
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/fracdiving/maxlpiterofs = 1500
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.05 c heuristics/guideddiving/freq = -1
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.05 c heuristics/guideddiving/maxlpiterquot = 0.075
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/guideddiving/maxlpiterofs = 1500
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.05 c heuristics/intdiving/maxlpiterquot = 0.075
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.05 c heuristics/intshifting/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.05 c heuristics/linesearchdiving/freq = -1
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.05 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.04/0.05 c heuristics/objpscostdiving/freq = -1
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to total iteration number
0.04/0.05 c # [type: real, range: [0,1], default: 0.01]
0.04/0.05 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.05 c heuristics/oneopt/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.05 c heuristics/pscostdiving/freq = -1
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.05 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/pscostdiving/maxlpiterofs = 1500
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.05 c heuristics/rens/freq = -1
0.04/0.05 c
0.04/0.05 c # minimum percentage of integer variables that have to be fixable
0.04/0.05 c # [type: real, range: [0,1], default: 0.5]
0.04/0.05 c heuristics/rens/minfixingrate = 0.3
0.04/0.05 c
0.04/0.05 c # number of nodes added to the contingent of the total nodes
0.04/0.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.04/0.05 c heuristics/rens/nodesofs = 2000
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.04/0.05 c heuristics/rootsoldiving/freq = -1
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.04/0.05 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.05 c heuristics/rounding/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.05 c heuristics/shiftandpropagate/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.05 c heuristics/shifting/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.05 c heuristics/simplerounding/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.05 c heuristics/subnlp/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.05 c heuristics/trivial/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.05 c heuristics/trysol/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.05 c heuristics/undercover/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.05 c heuristics/veclendiving/freq = -1
0.04/0.05 c
0.04/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.05 c heuristics/veclendiving/maxlpiterquot = 0.075
0.04/0.05 c
0.04/0.05 c # additional number of allowed LP iterations
0.04/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.05 c heuristics/veclendiving/maxlpiterofs = 1500
0.04/0.05 c
0.04/0.05 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.05 c heuristics/zirounding/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.05 c separating/cmir/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.05 c separating/flowcover/freq = -1
0.04/0.05 c
0.04/0.05 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.05 c separating/rapidlearning/freq = 0
0.04/0.05 c
0.04/0.05 c -----------------------------------------------------------------------------------------------
0.04/0.05 c start solving
0.04/0.05 c
0.04/0.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.04/0.06 c 0.1s| 1 | 0 | 76 | - |3825k| 0 | 36 | 231 |2443 | 231 |2443 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.08/0.15 c 0.1s| 1 | 0 | 90 | - |4125k| 0 | 43 | 231 |2489 | 231 |2454 | 11 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.22 c 0.2s| 1 | 0 | 105 | - |4572k| 0 | 46 | 231 |2489 | 231 |2458 | 15 | 0 | 0 | 0.000000e+00 | -- | Inf
0.29/0.33 c 0.3s| 1 | 0 | 111 | - |4868k| 0 | 45 | 231 |2489 | 231 |2460 | 17 | 0 | 0 | 0.000000e+00 | -- | Inf
0.39/0.45 c 0.4s| 1 | 0 | 129 | - |5135k| 0 | 46 | 231 |2489 | 231 |2463 | 20 | 0 | 0 | 0.000000e+00 | -- | Inf
0.49/0.58 c 0.6s| 1 | 0 | 151 | - |5405k| 0 | 50 | 231 |2489 | 231 |2467 | 24 | 0 | 0 | 0.000000e+00 | -- | Inf
0.88/0.92 c 0.9s| 1 | 2 | 151 | - |5405k| 0 | 50 | 231 |2489 | 231 |2467 | 24 | 0 | 13 | 0.000000e+00 | -- | Inf
33.78/33.85 c 33.8s| 10000 | 80 |171135 | 17.1 |7399k| 38 | - | 231 |6337 | 231 |2451 | 24 |5708 |2505 | 0.000000e+00 | -- | Inf
56.17/56.22 c 56.2s| 20000 | 89 |342366 | 17.1 |7878k| 39 | 33 | 231 |7090 | 231 |2451 | 24 | 11k|2644 | 0.000000e+00 | -- | Inf
79.07/79.18 c 79.2s| 30000 | 165 |509269 | 17.0 |9028k| 40 | - | 231 |9300 | 0 | 0 | 24 | 17k|3051 | 0.000000e+00 | -- | Inf
102.67/102.77 c 103s| 40000 | 164 |675868 | 16.9 |8877k| 42 | - | 231 |8015 | 231 |2451 | 24 | 22k|3516 | 0.000000e+00 | -- | Inf
125.57/125.61 c 126s| 50000 | 158 |836043 | 16.7 |9078k| 43 | - | 231 |8304 | 231 |2451 | 24 | 28k|3969 | 0.000000e+00 | -- | Inf
148.66/148.73 c 149s| 60000 | 126 | 1000k| 16.7 |9015k| 47 | 35 | 231 |8208 | 231 |2451 | 24 | 34k|4388 | 0.000000e+00 | -- | Inf
170.95/171.09 c 171s| 70000 | 138 | 1161k| 16.6 |9900k| 47 | - | 231 | 10k| 0 | 0 | 24 | 40k|4739 | 0.000000e+00 | -- | Inf
193.55/193.64 c 194s| 80000 | 98 | 1319k| 16.5 |9446k| 54 | - | 231 |8806 | 231 |2451 | 24 | 46k|5163 | 0.000000e+00 | -- | Inf
216.14/216.28 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
216.14/216.28 c 216s| 90000 | 74 | 1484k| 16.5 |9393k| 54 | - | 231 |8815 | 231 |2451 | 24 | 51k|5476 | 0.000000e+00 | -- | Inf
239.44/239.58 c 240s|100000 | 122 | 1656k| 16.6 | 11M| 54 | - | 231 | 12k| 231 |2451 | 24 | 57k|5790 | 0.000000e+00 | -- | Inf
263.03/263.10 c 263s|110000 | 152 | 1827k| 16.6 | 12M| 54 | 37 | 231 | 14k| 231 |2451 | 24 | 63k|6151 | 0.000000e+00 | -- | Inf
287.13/287.23 c 287s|120000 | 176 | 2008k| 16.7 | 11M| 54 | - | 231 | 14k| 231 |2451 | 24 | 68k|6358 | 0.000000e+00 | -- | Inf
311.82/311.91 c 312s|130000 | 176 | 2190k| 16.8 | 11M| 60 | 27 | 231 | 13k| 231 |2451 | 24 | 74k|6724 | 0.000000e+00 | -- | Inf
337.21/337.39 c 337s|140000 | 169 | 2383k| 17.0 | 12M| 60 | 38 | 231 | 14k| 231 |2451 | 24 | 79k|6940 | 0.000000e+00 | -- | Inf
361.31/361.46 c 361s|150000 | 112 | 2558k| 17.1 | 10M| 60 | 36 | 231 |9124 | 231 |2451 | 24 | 85k|7247 | 0.000000e+00 | -- | Inf
384.71/384.80 c 385s|160000 | 85 | 2731k| 17.1 | 10M| 60 | 40 | 231 |9503 | 231 |2451 | 24 | 90k|7500 | 0.000000e+00 | -- | Inf
408.01/408.12 c 408s|170000 | 55 | 2905k| 17.1 | 10M| 60 | 43 | 231 | 11k| 231 |2451 | 24 | 96k|7727 | 0.000000e+00 | -- | Inf
431.40/431.55 c 432s|180000 | 18 | 3080k| 17.1 | 10M| 60 | - | 231 | 10k| 231 |2451 | 24 | 102k|7950 | 0.000000e+00 | -- | Inf
435.29/435.43 c
435.29/435.43 c SCIP Status : problem is solved [infeasible]
435.29/435.43 c Solving Time (sec) : 435.42
435.29/435.43 c Solving Nodes : 181590
435.29/435.43 c Primal Bound : +1.00000000000000e+20 (0 solutions)
435.29/435.43 c Dual Bound : +1.00000000000000e+20
435.29/435.43 c Gap : 0.00 %
435.29/435.43 s UNSATISFIABLE
435.29/435.43 c SCIP Status : problem is solved [infeasible]
435.29/435.43 c Total Time : 435.42
435.29/435.43 c solving : 435.42
435.29/435.43 c presolving : 0.03 (included in solving)
435.29/435.43 c reading : 0.02 (included in solving)
435.29/435.43 c Original Problem :
435.29/435.43 c Problem name : HOME/instance-3729521-1338681031.opb
435.29/435.43 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
435.29/435.43 c Constraints : 2707 initial, 2707 maximal
435.29/435.43 c Presolved Problem :
435.29/435.43 c Problem name : t_HOME/instance-3729521-1338681031.opb
435.29/435.43 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
435.29/435.43 c Constraints : 2443 initial, 15058 maximal
435.29/435.43 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
435.29/435.43 c trivial : 0.00 0 0 0 0 0 0 0 0 0
435.29/435.43 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
435.29/435.43 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
435.29/435.43 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
435.29/435.43 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
435.29/435.43 c implics : 0.00 0 0 0 0 0 0 0 0 0
435.29/435.43 c probing : 0.00 0 0 0 0 0 0 0 0 0
435.29/435.43 c knapsack : 0.00 0 0 0 0 0 0 0 0 0
435.29/435.43 c setppc : 0.00 0 0 0 0 0 121 0 0 0
435.29/435.43 c linear : 0.01 0 0 0 0 0 143 0 0 0
435.29/435.43 c logicor : 0.01 0 0 0 0 0 0 0 0 0
435.29/435.43 c root node : - 1 - - 1 - - - - -
435.29/435.43 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
435.29/435.43 c integral : 0 0 0 93323 0 1 0 314 3193 0 0 182384
435.29/435.43 c knapsack : 1 5 693628 0 0 0 32575 984 238997 0 0 0
435.29/435.43 c setppc : 22 5 692987 0 0 0 2031536 2831 923506 0 0 0
435.29/435.43 c linear : 0+ 5 276526 0 0 0 109 0 1735 0 0 0
435.29/435.43 c logicor : 2420+ 5 331413 0 0 0 693790 856 1141032 0 0 0
435.29/435.43 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0
435.29/435.43 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
435.29/435.43 c integral : 33.07 0.00 0.00 33.07 0.00 0.00 0.00
435.29/435.43 c knapsack : 0.54 0.00 0.50 0.00 0.00 0.00 0.04
435.29/435.43 c setppc : 1.97 0.00 1.60 0.00 0.00 0.00 0.37
435.29/435.43 c linear : 0.12 0.00 0.12 0.00 0.00 0.00 0.00
435.29/435.43 c logicor : 12.29 0.00 11.76 0.00 0.00 0.00 0.53
435.29/435.43 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
435.29/435.43 c Propagators : #Propagate #Resprop Cutoffs DomReds
435.29/435.43 c vbounds : 0 0 0 0
435.29/435.43 c rootredcost : 0 0 0 0
435.29/435.43 c pseudoobj : 0 0 0 0
435.29/435.43 c Propagator Timings : TotalTime Propagate Resprop
435.29/435.43 c vbounds : 0.07 0.07 0.00
435.29/435.43 c rootredcost : 0.08 0.08 0.00
435.29/435.43 c pseudoobj : 0.05 0.05 0.00
435.29/435.43 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
435.29/435.43 c propagation : 0.15 4671 4660 26687 24.4 68 18.6 -
435.29/435.43 c infeasible LP : 6.53 86201 83281 529057 36.1 235 18.1 0
435.29/435.43 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
435.29/435.43 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
435.29/435.43 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
435.29/435.43 c applied globally : - - - 90132 20.2 - - -
435.29/435.43 c applied locally : - - - 13128 35.2 - - -
435.29/435.43 c Separators : Time Calls Cutoffs DomReds Cuts Conss
435.29/435.43 c cut pool : 0.00 4 - - 121 - (maximal pool size: 501)
435.29/435.43 c redcost : 0.35 91606 0 0 0 0
435.29/435.43 c impliedbounds : 0.00 5 0 0 0 0
435.29/435.43 c intobj : 0.00 0 0 0 0 0
435.29/435.43 c gomory : 0.26 5 0 0 1251 0
435.29/435.43 c cgmip : 0.00 0 0 0 0 0
435.29/435.43 c closecuts : 0.00 0 0 0 0 0
435.29/435.43 c strongcg : 0.19 5 0 0 2342 0
435.29/435.43 c cmir : 0.00 0 0 0 0 0
435.29/435.43 c flowcover : 0.00 0 0 0 0 0
435.29/435.43 c clique : 0.00 5 0 0 0 0
435.29/435.43 c zerohalf : 0.00 0 0 0 0 0
435.29/435.43 c mcf : 0.00 1 0 0 0 0
435.29/435.43 c oddcycle : 0.00 0 0 0 0 0
435.29/435.43 c rapidlearning : 0.04 1 0 0 0 46
435.29/435.43 c Pricers : Time Calls Vars
435.29/435.43 c problem variables: 0.00 0 0
435.29/435.43 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
435.29/435.43 c relpscost : 33.02 93323 314 3193 0 0 182384
435.29/435.43 c pscost : 0.00 0 0 0 0 0 0
435.29/435.43 c inference : 0.00 0 0 0 0 0 0
435.29/435.43 c mostinf : 0.00 0 0 0 0 0 0
435.29/435.43 c leastinf : 0.00 0 0 0 0 0 0
435.29/435.43 c fullstrong : 0.00 0 0 0 0 0 0
435.29/435.43 c allfullstrong : 0.00 0 0 0 0 0 0
435.29/435.43 c random : 0.00 0 0 0 0 0 0
435.29/435.43 c Primal Heuristics : Time Calls Found
435.29/435.43 c LP solutions : 0.00 - 0
435.29/435.43 c pseudo solutions : 0.00 - 0
435.29/435.43 c trivial : 0.00 1 0
435.29/435.43 c shiftandpropagate: 0.00 0 0
435.29/435.43 c simplerounding : 0.00 0 0
435.29/435.43 c zirounding : 0.00 0 0
435.29/435.43 c rounding : 0.00 0 0
435.29/435.43 c shifting : 0.00 0 0
435.29/435.43 c intshifting : 0.00 0 0
435.29/435.43 c oneopt : 0.00 0 0
435.29/435.43 c twoopt : 0.00 0 0
435.29/435.43 c fixandinfer : 0.00 0 0
435.29/435.43 c feaspump : 0.00 0 0
435.29/435.43 c clique : 0.00 0 0
435.29/435.43 c coefdiving : 0.00 0 0
435.29/435.43 c pscostdiving : 0.00 0 0
435.29/435.43 c fracdiving : 0.00 0 0
435.29/435.43 c veclendiving : 0.00 0 0
435.29/435.43 c intdiving : 0.00 0 0
435.29/435.43 c actconsdiving : 0.00 0 0
435.29/435.43 c objpscostdiving : 0.00 0 0
435.29/435.43 c rootsoldiving : 0.00 0 0
435.29/435.43 c linesearchdiving : 0.00 0 0
435.29/435.43 c guideddiving : 0.00 0 0
435.29/435.43 c octane : 0.00 0 0
435.29/435.43 c rens : 0.00 0 0
435.29/435.43 c rins : 0.00 0 0
435.29/435.43 c localbranching : 0.00 0 0
435.29/435.43 c mutation : 0.00 0 0
435.29/435.43 c crossover : 0.00 0 0
435.29/435.43 c dins : 0.00 0 0
435.29/435.43 c vbounds : 0.00 0 0
435.29/435.43 c undercover : 0.00 0 0
435.29/435.43 c subnlp : 0.00 0 0
435.29/435.43 c trysol : 0.00 0 0
435.29/435.43 c LP : Time Calls Iterations Iter/call Iter/sec
435.29/435.43 c primal LP : 0.00 0 0 0.00 -
435.29/435.43 c dual LP : 339.48 179056 3107515 17.35 9153.81
435.29/435.43 c lex dual LP : 0.00 0 0 0.00 -
435.29/435.43 c barrier LP : 0.00 0 0 0.00 -
435.29/435.43 c diving/probing LP: 0.00 0 0 0.00 -
435.29/435.43 c strong branching : 31.71 8008 272111 33.98 8580.32
435.29/435.43 c (at root node) : - 13 3394 261.08 -
435.29/435.43 c conflict analysis: 0.00 0 0 0.00 -
435.29/435.43 c B&B Tree :
435.29/435.43 c number of runs : 1
435.29/435.43 c nodes : 181590
435.29/435.43 c nodes (total) : 181590
435.29/435.43 c nodes left : 0
435.29/435.43 c max depth : 60
435.29/435.43 c max depth (total): 60
435.29/435.43 c backtracks : 21122 (11.6%)
435.29/435.43 c delayed cutoffs : 795
435.29/435.43 c repropagations : 289685 (324986 domain reductions, 788 cutoffs)
435.29/435.43 c avg switch length: 4.87
435.29/435.43 c switching time : 13.82
435.29/435.43 c Solution :
435.29/435.43 c Solutions found : 0 (0 improvements)
435.29/435.43 c Primal Bound : infeasible
435.29/435.43 c Dual Bound : -
435.29/435.43 c Gap : 0.00 %
435.29/435.43 c Root Dual Bound : +0.00000000000000e+00
435.29/435.43 c Root Iterations : 151
435.29/435.44 c Time complete: 435.35.
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-3729521-1338681031/watcher-3729521-1338681031 -o /tmp/evaluation-result-3729521-1338681031/solver-3729521-1338681031 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729521-1338681031.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.94 1.96 1.72 4/177 30721
/proc/meminfo: memFree=30479728/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=9456 CPUtime=0 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 1473 0 0 0 0 0 0 0 20 0 1 0 334229090 9682944 1427 33554432000 4194304 9016284 140737355525168 140735566482520 7824814 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 2364 1428 311 1178 0 1182 0
[startup+0.0536329 s]
/proc/loadavg: 1.94 1.96 1.72 4/177 30721
/proc/meminfo: memFree=30479728/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=22768 CPUtime=0.04 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 4731 0 0 0 4 0 0 0 20 0 1 0 334229090 23314432 4428 33554432000 4194304 9016284 140737355525168 140735566482520 7928192 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 5692 4428 508 1178 0 4510 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22768
[startup+0.100261 s]
/proc/loadavg: 1.94 1.96 1.72 4/177 30721
/proc/meminfo: memFree=30479728/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=27716 CPUtime=0.08 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 6217 0 0 0 8 0 0 0 20 0 1 0 334229090 28381184 5874 33554432000 4194304 9016284 140737355525168 140735566482520 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 6929 5874 634 1178 0 5747 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27716
[startup+0.300231 s]
/proc/loadavg: 1.94 1.96 1.72 4/177 30721
/proc/meminfo: memFree=30479728/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41520 CPUtime=0.29 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10137 0 0 0 28 1 0 0 20 0 1 0 334229090 42516480 9083 33554432000 4194304 9016284 140737355525168 140735566482520 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10380 9083 679 1178 0 9198 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41520
[startup+0.700186 s]
/proc/loadavg: 1.94 1.96 1.72 4/177 30721
/proc/meminfo: memFree=30479728/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41752 CPUtime=0.69 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10243 0 0 0 68 1 0 0 20 0 1 0 334229090 42754048 9184 33554432000 4194304 9016284 140737355525168 140737355520328 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10438 9184 680 1178 0 9256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41752
[startup+1.50019 s]
/proc/loadavg: 1.94 1.96 1.72 3/178 30722
/proc/meminfo: memFree=30445852/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41752 CPUtime=1.49 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10247 0 0 0 147 2 0 0 20 0 1 0 334229090 42754048 9188 33554432000 4194304 9016284 140737355525168 140737355518920 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10438 9188 684 1178 0 9256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41752
[startup+3.10018 s]
/proc/loadavg: 1.94 1.96 1.72 3/178 30722
/proc/meminfo: memFree=30445364/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41752 CPUtime=3.09 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10253 0 0 0 305 4 0 0 20 0 1 0 334229090 42754048 9194 33554432000 4194304 9016284 140737355525168 140737355518424 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10438 9194 686 1178 0 9256 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41752
[startup+6.30018 s]
/proc/loadavg: 1.94 1.96 1.72 3/178 30722
/proc/meminfo: memFree=30446196/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41752 CPUtime=6.28 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10253 0 0 0 621 7 0 0 20 0 1 0 334229090 42754048 9194 33554432000 4194304 9016284 140737355525168 140737355518424 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10438 9194 686 1178 0 9256 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41752
[startup+12.7001 s]
/proc/loadavg: 1.95 1.96 1.72 3/178 30723
/proc/meminfo: memFree=30445828/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41752 CPUtime=12.69 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10299 0 0 0 1256 13 0 0 20 0 1 0 334229090 42754048 9381 33554432000 4194304 9016284 140737355525168 140737355519080 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10438 9381 686 1178 0 9256 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41752
[startup+25.5002 s]
/proc/loadavg: 1.96 1.96 1.73 3/178 30723
/proc/meminfo: memFree=30445680/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41752 CPUtime=25.48 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10302 0 0 0 2525 23 0 0 20 0 1 0 334229090 42754048 9636 33554432000 4194304 9016284 140737355525168 140737355518536 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10438 9636 686 1178 0 9256 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41752
[startup+51.1001 s]
/proc/loadavg: 1.97 1.96 1.73 3/177 30723
/proc/meminfo: memFree=30445940/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41752 CPUtime=51.07 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10302 0 0 0 5058 49 0 0 20 0 1 0 334229090 42754048 9636 33554432000 4194304 9016284 140737355525168 140737355519496 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10438 9636 686 1178 0 9256 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41752
[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.74 3/177 30723
/proc/meminfo: memFree=30445796/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=41752 CPUtime=102.27 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10303 0 0 0 10130 97 0 0 20 0 1 0 334229090 42754048 9636 33554432000 4194304 9016284 140737355525168 140737355519336 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10438 9636 686 1178 0 9256 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 41752
[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/177 30761
/proc/meminfo: memFree=30452696/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=42104 CPUtime=162.25 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10352 0 0 0 16072 153 0 0 20 0 1 0 334229090 43114496 9685 33554432000 4194304 9016284 140737355525168 140737355519496 5325519 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 10526 9685 686 1178 0 9344 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 42104
[startup+222.3 s]
/proc/loadavg: 2.04 1.99 1.77 3/177 30799
/proc/meminfo: memFree=30451748/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=43072 CPUtime=222.24 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 10624 0 0 0 22015 209 0 0 20 0 1 0 334229090 44105728 9956 33554432000 4194304 9016284 140737355525168 140737355519496 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/30721/statm: 10768 9956 686 1178 0 9586 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 43072
[startup+282.3 s]
/proc/loadavg: 2.01 1.99 1.78 3/177 30875
/proc/meminfo: memFree=30449764/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=44908 CPUtime=282.23 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11108 0 0 0 27956 267 0 0 20 0 1 0 334229090 45985792 10439 33554432000 4194304 9016284 140737355525168 140737355518584 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11227 10439 686 1178 0 10045 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 44908
[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/177 30876
/proc/meminfo: memFree=30449392/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=45752 CPUtime=342.22 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11283 0 0 0 33899 323 0 0 20 0 1 0 334229090 46850048 10614 33554432000 4194304 9016284 140737355525168 140737355518216 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11438 10614 686 1178 0 10256 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 45752
[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/177 30876
/proc/meminfo: memFree=30446908/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46192 CPUtime=402.21 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11408 0 0 0 39846 375 0 0 20 0 1 0 334229090 47300608 10739 33554432000 4194304 9016284 140737355525168 140737355519032 6466192 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/30721/statm: 11548 10739 686 1178 0 10366 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 46192
Solver just ended. Dumping a history of the last processes samples
[startup+409.5 s]
/proc/loadavg: 2.07 2.00 1.81 3/177 30876
/proc/meminfo: memFree=30446412/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=409.41 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11495 0 0 0 40559 382 0 0 20 0 1 0 334229090 47796224 10826 33554432000 4194304 9016284 140737355525168 140737355519032 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/30721/statm: 11669 10826 686 1178 0 10487 0
Current children cumulated CPU time (s) 409.41
Current children cumulated vsize (KiB) 46676
[startup+422.3 s]
/proc/loadavg: 2.06 2.00 1.81 3/177 30876
/proc/meminfo: memFree=30446412/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=422.21 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11499 0 0 0 41828 393 0 0 20 0 1 0 334229090 47796224 10830 33554432000 4194304 9016284 140737355525168 140737355519032 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11669 10830 686 1178 0 10487 0
Current children cumulated CPU time (s) 422.21
Current children cumulated vsize (KiB) 46676
[startup+428.7 s]
/proc/loadavg: 2.05 2.00 1.82 3/177 30876
/proc/meminfo: memFree=30445544/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=428.6 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11503 0 0 0 42463 397 0 0 20 0 1 0 334229090 47796224 10834 33554432000 4194304 9016284 140737355525168 140737355519032 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11669 10834 686 1178 0 10487 0
Current children cumulated CPU time (s) 428.6
Current children cumulated vsize (KiB) 46676
[startup+431.9 s]
/proc/loadavg: 2.05 2.00 1.82 3/177 30876
/proc/meminfo: memFree=30445296/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=431.8 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11503 0 0 0 42780 400 0 0 20 0 1 0 334229090 47796224 10834 33554432000 4194304 9016284 140737355525168 140737355518536 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11669 10834 686 1178 0 10487 0
Current children cumulated CPU time (s) 431.8
Current children cumulated vsize (KiB) 46676
[startup+433.5 s]
/proc/loadavg: 2.05 2.00 1.82 3/177 30876
/proc/meminfo: memFree=30444924/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=433.4 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11505 0 0 0 42939 401 0 0 20 0 1 0 334229090 47796224 10836 33554432000 4194304 9016284 140737355525168 140737355519496 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11669 10836 686 1178 0 10487 0
Current children cumulated CPU time (s) 433.4
Current children cumulated vsize (KiB) 46676
[startup+434.3 s]
/proc/loadavg: 2.05 2.00 1.82 3/177 30876
/proc/meminfo: memFree=30444924/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=434.2 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11506 0 0 0 43018 402 0 0 20 0 1 0 334229090 47796224 10837 33554432000 4194304 9016284 140737355525168 140737355519032 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11669 10837 686 1178 0 10487 0
Current children cumulated CPU time (s) 434.2
Current children cumulated vsize (KiB) 46676
[startup+435.1 s]
/proc/loadavg: 2.05 2.00 1.82 3/177 30876
/proc/meminfo: memFree=30444800/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=434.99 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11506 0 0 0 43097 402 0 0 20 0 1 0 334229090 47796224 10837 33554432000 4194304 9016284 140737355525168 140737355519336 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11669 10837 686 1178 0 10487 0
Current children cumulated CPU time (s) 434.99
Current children cumulated vsize (KiB) 46676
[startup+435.3 s]
/proc/loadavg: 2.05 2.00 1.82 3/177 30876
/proc/meminfo: memFree=30444800/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=435.19 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11506 0 0 0 43117 402 0 0 20 0 1 0 334229090 47796224 10837 33554432000 4194304 9016284 140737355525168 140737355519336 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11669 10837 686 1178 0 10487 0
Current children cumulated CPU time (s) 435.19
Current children cumulated vsize (KiB) 46676
[startup+435.4 s]
/proc/loadavg: 2.05 2.00 1.82 3/177 30876
/proc/meminfo: memFree=30444800/32873648 swapFree=7628/7628
[pid=30721] ppid=30719 vsize=46676 CPUtime=435.29 cores=1,3,5,7
/proc/30721/stat : 30721 (scip-2.0.1.4b_2) R 30719 30721 20657 0 -1 4202496 11506 0 0 0 43127 402 0 0 20 0 1 0 334229090 47796224 10837 33554432000 4194304 9016284 140737355525168 140737355519336 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/30721/statm: 11669 10837 686 1178 0 10487 0
Current children cumulated CPU time (s) 435.29
Current children cumulated vsize (KiB) 46676
Child status: 0
Real time (s): 435.448
CPU time (s): 435.355
CPU user time (s): 431.324
CPU system time (s): 4.03039
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 46676
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.324
system time used= 4.03039
maximum resident set size= 43356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 1070
runsolver used 0.793879 second user time and 2.01569 second system time
The end