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-3729586-1338681272.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.00/0.05 c presolving (4 rounds):
0.00/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.00/0.05 c 242 implications, 22 cliques
0.00/0.05 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.05 c 1 constraints of type <knapsack>
0.00/0.05 c 22 constraints of type <setppc>
0.00/0.05 c 2420 constraints of type <logicor>
0.00/0.05 c transformed objective value is always integral (scale: 1)
0.00/0.05 c Presolving Time: 0.03
0.00/0.05 c - non default parameters ----------------------------------------------------------------------
0.00/0.05 c # SCIP version 2.0.1.5
0.00/0.05 c
0.00/0.05 c # frequency for displaying node information lines
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05 c display/freq = 10000
0.00/0.05 c
0.00/0.05 c # maximal time in seconds to run
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05 c limits/time = 1797
0.00/0.05 c
0.00/0.05 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05 c limits/memory = 13950
0.00/0.05 c
0.00/0.05 c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05 c limits/solutions = 1
0.00/0.05 c
0.00/0.05 c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.05 c separating/maxrounds = 1
0.00/0.05 c
0.00/0.05 c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05 c separating/maxroundsroot = 5
0.00/0.05 c
0.00/0.05 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05 c # [type: int, range: [1,2], default: 1]
0.00/0.05 c timing/clocktype = 2
0.00/0.05 c
0.00/0.05 c # belongs reading time to solving time?
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c timing/reading = TRUE
0.00/0.05 c
0.00/0.05 c # should presolving try to simplify inequalities
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/linear/simplifyinequalities = TRUE
0.00/0.05 c
0.00/0.05 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/indicator/addCouplingCons = TRUE
0.00/0.05 c
0.00/0.05 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.05 c constraints/knapsack/disaggregation = FALSE
0.00/0.05 c
0.00/0.05 c # should presolving try to simplify knapsacks
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05 c
0.00/0.05 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05 c presolving/probing/maxrounds = 0
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/coefdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.05 c heuristics/crossover/freq = -1
0.00/0.05 c
0.00/0.05 c # number of nodes added to the contingent of the total nodes
0.00/0.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05 c heuristics/crossover/nodesofs = 750
0.00/0.05 c
0.00/0.05 c # number of nodes without incumbent change that heuristic should wait
0.00/0.05 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.05 c heuristics/crossover/nwaitingnodes = 100
0.00/0.05 c
0.00/0.05 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.05 c # [type: real, range: [0,1], default: 0.1]
0.00/0.05 c heuristics/crossover/nodesquot = 0.15
0.00/0.05 c
0.00/0.05 c # minimum percentage of integer variables that have to be fixed
0.00/0.05 c # [type: real, range: [0,1], default: 0.666]
0.00/0.05 c heuristics/crossover/minfixingrate = 0.5
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05 c heuristics/feaspump/freq = -1
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/fracdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/guideddiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/intshifting/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/linesearchdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05 c heuristics/objpscostdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.05 c # [type: real, range: [0,1], default: 0.01]
0.00/0.05 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05 c heuristics/oneopt/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/pscostdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05 c heuristics/rens/freq = -1
0.00/0.05 c
0.00/0.05 c # minimum percentage of integer variables that have to be fixable
0.00/0.05 c # [type: real, range: [0,1], default: 0.5]
0.00/0.05 c heuristics/rens/minfixingrate = 0.3
0.00/0.05 c
0.00/0.05 c # number of nodes added to the contingent of the total nodes
0.00/0.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05 c heuristics/rens/nodesofs = 2000
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05 c heuristics/rootsoldiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.05 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05 c heuristics/rounding/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05 c heuristics/shiftandpropagate/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/shifting/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05 c heuristics/simplerounding/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05 c heuristics/subnlp/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05 c heuristics/trivial/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05 c heuristics/trysol/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05 c heuristics/undercover/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/veclendiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05 c heuristics/zirounding/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05 c separating/cmir/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05 c separating/flowcover/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05 c separating/rapidlearning/freq = 0
0.00/0.05 c
0.00/0.05 c -----------------------------------------------------------------------------------------------
0.00/0.05 c start solving
0.00/0.05 c
0.00/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.00/0.06 c 0.1s| 1 | 0 | 76 | - |3825k| 0 | 36 | 231 |2443 | 231 |2443 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.09/0.15 c 0.2s| 1 | 0 | 90 | - |4130k| 0 | 43 | 231 |2488 | 231 |2454 | 11 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.22 c 0.2s| 1 | 0 | 105 | - |4577k| 0 | 46 | 231 |2488 | 231 |2458 | 15 | 0 | 0 | 0.000000e+00 | -- | Inf
0.28/0.33 c 0.3s| 1 | 0 | 111 | - |4873k| 0 | 45 | 231 |2488 | 231 |2460 | 17 | 0 | 0 | 0.000000e+00 | -- | Inf
0.38/0.45 c 0.5s| 1 | 0 | 129 | - |5140k| 0 | 46 | 231 |2488 | 231 |2463 | 20 | 0 | 0 | 0.000000e+00 | -- | Inf
0.49/0.58 c 0.6s| 1 | 0 | 151 | - |5409k| 0 | 50 | 231 |2488 | 231 |2467 | 24 | 0 | 0 | 0.000000e+00 | -- | Inf
0.88/0.90 c 0.9s| 1 | 2 | 151 | - |5410k| 0 | 50 | 231 |2488 | 231 |2467 | 24 | 0 | 12 | 0.000000e+00 | -- | Inf
33.58/33.68 c 33.7s| 10000 | 100 |170220 | 17.0 |7577k| 36 | - | 231 |6734 | 231 |2451 | 24 |6241 |2378 | 0.000000e+00 | -- | Inf
55.38/55.41 c 55.4s| 20000 | 137 |332112 | 16.6 |8877k| 39 | - | 231 |9297 | 231 |2451 | 24 | 12k|2547 | 0.000000e+00 | -- | Inf
78.77/78.85 c 78.8s| 30000 | 91 |502912 | 16.8 |9099k| 44 | 34 | 231 |9756 | 231 |2451 | 24 | 19k|2864 | 0.000000e+00 | -- | Inf
104.16/104.23 c 104s| 40000 | 117 |684872 | 17.1 |9821k| 44 | - | 231 | 10k| 231 |2451 | 24 | 25k|3408 | 0.000000e+00 | -- | Inf
128.86/128.90 c 129s| 50000 | 82 |859893 | 17.2 |9715k| 44 | 44 | 231 | 10k| 231 |2451 | 24 | 31k|3901 | 0.000000e+00 | -- | Inf
155.07/155.15 c 155s| 60000 | 74 | 1051k| 17.5 | 10M| 44 | - | 231 | 12k| 231 |2451 | 24 | 37k|4392 | 0.000000e+00 | -- | Inf
179.75/179.88 c 180s| 70000 | 82 | 1232k| 17.6 | 10M| 49 | 40 | 231 | 13k| 231 |2451 | 24 | 43k|4797 | 0.000000e+00 | -- | Inf
204.65/204.76 c 205s| 80000 | 116 | 1416k| 17.7 | 12M| 55 | 49 | 231 | 15k| 231 |2451 | 24 | 49k|5135 | 0.000000e+00 | -- | Inf
230.65/230.72 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
230.65/230.72 c 231s| 90000 | 133 | 1609k| 17.9 | 12M| 55 | 40 | 231 | 15k| 231 |2451 | 24 | 54k|5478 | 0.000000e+00 | -- | Inf
256.64/256.73 c 257s|100000 | 95 | 1801k| 18.0 | 10M| 55 | - | 231 | 11k| 231 |2451 | 24 | 59k|5832 | 0.000000e+00 | -- | Inf
281.44/281.56 c 282s|110000 | 81 | 1984k| 18.0 | 10M| 55 | 29 | 231 | 12k| 231 |2451 | 24 | 65k|6162 | 0.000000e+00 | -- | Inf
307.34/307.47 c 307s|120000 | 38 | 2178k| 18.2 | 11M| 55 | - | 231 | 13k| 231 |2451 | 24 | 71k|6470 | 0.000000e+00 | -- | Inf
332.83/332.92 c 333s|130000 | 9 | 2367k| 18.2 | 11M| 56 | - | 231 | 14k| 231 |2451 | 24 | 77k|6750 | 0.000000e+00 | -- | Inf
336.03/336.18 c
336.03/336.18 c SCIP Status : problem is solved [infeasible]
336.03/336.18 c Solving Time (sec) : 336.18
336.03/336.18 c Solving Nodes : 131273
336.03/336.18 c Primal Bound : +1.00000000000000e+20 (0 solutions)
336.03/336.18 c Dual Bound : +1.00000000000000e+20
336.03/336.18 c Gap : 0.00 %
336.03/336.18 s UNSATISFIABLE
336.03/336.18 c SCIP Status : problem is solved [infeasible]
336.03/336.18 c Total Time : 336.18
336.03/336.18 c solving : 336.18
336.03/336.18 c presolving : 0.03 (included in solving)
336.03/336.18 c reading : 0.02 (included in solving)
336.03/336.18 c Original Problem :
336.03/336.18 c Problem name : HOME/instance-3729586-1338681272.opb
336.03/336.18 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
336.03/336.18 c Constraints : 2707 initial, 2707 maximal
336.03/336.18 c Presolved Problem :
336.03/336.18 c Problem name : t_HOME/instance-3729586-1338681272.opb
336.03/336.18 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
336.03/336.18 c Constraints : 2443 initial, 15727 maximal
336.03/336.18 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
336.03/336.18 c trivial : 0.00 0 0 0 0 0 0 0 0 0
336.03/336.18 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
336.03/336.18 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
336.03/336.18 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
336.03/336.18 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
336.03/336.18 c implics : 0.00 0 0 0 0 0 0 0 0 0
336.03/336.18 c probing : 0.00 0 0 0 0 0 0 0 0 0
336.03/336.18 c knapsack : 0.00 0 0 0 0 0 0 0 0 0
336.03/336.18 c setppc : 0.00 0 0 0 0 0 121 0 0 0
336.03/336.18 c linear : 0.01 0 0 0 0 0 143 0 0 0
336.03/336.18 c logicor : 0.01 0 0 0 0 0 0 0 0 0
336.03/336.18 c root node : - 2 - - 2 - - - - -
336.03/336.18 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
336.03/336.18 c integral : 0 0 0 67801 0 1 0 252 2523 0 0 132252
336.03/336.18 c knapsack : 1 5 497883 0 0 0 34603 823 226624 0 0 0
336.03/336.18 c setppc : 22 5 497408 0 0 0 1408408 3081 682554 0 0 0
336.03/336.18 c linear : 0+ 5 348951 0 0 0 58 0 862 0 0 0
336.03/336.18 c logicor : 2420+ 5 242143 0 0 0 447695 914 869872 0 0 0
336.03/336.18 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0
336.03/336.18 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
336.03/336.18 c integral : 29.49 0.00 0.00 29.49 0.00 0.00 0.00
336.03/336.18 c knapsack : 0.43 0.00 0.40 0.00 0.00 0.00 0.03
336.03/336.18 c setppc : 1.40 0.00 1.15 0.00 0.00 0.00 0.25
336.03/336.18 c linear : 0.13 0.00 0.13 0.00 0.00 0.00 0.00
336.03/336.18 c logicor : 9.27 0.00 8.91 0.00 0.00 0.00 0.36
336.03/336.18 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
336.03/336.18 c Propagators : #Propagate #Resprop Cutoffs DomReds
336.03/336.18 c vbounds : 0 0 0 0
336.03/336.18 c rootredcost : 0 0 0 0
336.03/336.18 c pseudoobj : 0 0 0 0
336.03/336.18 c Propagator Timings : TotalTime Propagate Resprop
336.03/336.18 c vbounds : 0.06 0.06 0.00
336.03/336.18 c rootredcost : 0.06 0.06 0.00
336.03/336.18 c pseudoobj : 0.04 0.04 0.00
336.03/336.18 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
336.03/336.18 c propagation : 0.15 4818 4799 26279 23.4 82 22.1 -
336.03/336.18 c infeasible LP : 4.50 61046 59415 368528 35.2 171 17.2 0
336.03/336.18 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
336.03/336.18 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
336.03/336.18 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
336.03/336.18 c applied globally : - - - 69992 20.1 - - -
336.03/336.18 c applied locally : - - - 7921 35.3 - - -
336.03/336.18 c Separators : Time Calls Cutoffs DomReds Cuts Conss
336.03/336.18 c cut pool : 0.00 4 - - 122 - (maximal pool size: 503)
336.03/336.18 c redcost : 0.25 66473 0 0 0 0
336.03/336.18 c impliedbounds : 0.00 5 0 0 0 0
336.03/336.18 c intobj : 0.00 0 0 0 0 0
336.03/336.18 c gomory : 0.26 5 0 0 1251 0
336.03/336.18 c cgmip : 0.00 0 0 0 0 0
336.03/336.18 c closecuts : 0.00 0 0 0 0 0
336.03/336.18 c strongcg : 0.19 5 0 0 2342 0
336.03/336.18 c cmir : 0.00 0 0 0 0 0
336.03/336.18 c flowcover : 0.00 0 0 0 0 0
336.03/336.18 c clique : 0.00 5 0 0 0 0
336.03/336.18 c zerohalf : 0.00 0 0 0 0 0
336.03/336.18 c mcf : 0.00 1 0 0 0 0
336.03/336.18 c oddcycle : 0.00 0 0 0 0 0
336.03/336.18 c rapidlearning : 0.04 1 0 0 0 45
336.03/336.18 c Pricers : Time Calls Vars
336.03/336.18 c problem variables: 0.00 0 0
336.03/336.18 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
336.03/336.18 c relpscost : 29.45 67801 252 2523 0 0 132252
336.03/336.18 c pscost : 0.00 0 0 0 0 0 0
336.03/336.18 c inference : 0.00 0 0 0 0 0 0
336.03/336.18 c mostinf : 0.00 0 0 0 0 0 0
336.03/336.18 c leastinf : 0.00 0 0 0 0 0 0
336.03/336.18 c fullstrong : 0.00 0 0 0 0 0 0
336.03/336.18 c allfullstrong : 0.00 0 0 0 0 0 0
336.03/336.18 c random : 0.00 0 0 0 0 0 0
336.03/336.18 c Primal Heuristics : Time Calls Found
336.03/336.18 c LP solutions : 0.00 - 0
336.03/336.18 c pseudo solutions : 0.00 - 0
336.03/336.18 c trivial : 0.00 1 0
336.03/336.18 c shiftandpropagate: 0.00 0 0
336.03/336.18 c simplerounding : 0.00 0 0
336.03/336.18 c zirounding : 0.00 0 0
336.03/336.18 c rounding : 0.00 0 0
336.03/336.18 c shifting : 0.00 0 0
336.03/336.18 c intshifting : 0.00 0 0
336.03/336.18 c oneopt : 0.00 0 0
336.03/336.18 c twoopt : 0.00 0 0
336.03/336.18 c fixandinfer : 0.00 0 0
336.03/336.18 c feaspump : 0.00 0 0
336.03/336.18 c clique : 0.00 0 0
336.03/336.18 c coefdiving : 0.00 0 0
336.03/336.18 c pscostdiving : 0.00 0 0
336.03/336.18 c fracdiving : 0.00 0 0
336.03/336.18 c veclendiving : 0.00 0 0
336.03/336.18 c intdiving : 0.00 0 0
336.03/336.18 c actconsdiving : 0.00 0 0
336.03/336.18 c objpscostdiving : 0.00 0 0
336.03/336.18 c rootsoldiving : 0.00 0 0
336.03/336.18 c linesearchdiving : 0.00 0 0
336.03/336.18 c guideddiving : 0.00 0 0
336.03/336.18 c octane : 0.00 0 0
336.03/336.18 c rens : 0.00 0 0
336.03/336.18 c rins : 0.00 0 0
336.03/336.18 c localbranching : 0.00 0 0
336.03/336.18 c mutation : 0.00 0 0
336.03/336.18 c crossover : 0.00 0 0
336.03/336.18 c dins : 0.00 0 0
336.03/336.18 c vbounds : 0.00 0 0
336.03/336.18 c undercover : 0.00 0 0
336.03/336.18 c subnlp : 0.00 0 0
336.03/336.18 c trysol : 0.00 0 0
336.03/336.18 c LP : Time Calls Iterations Iter/call Iter/sec
336.03/336.18 c primal LP : 0.00 0 0 0.00 -
336.03/336.18 c dual LP : 260.07 128577 2390795 18.59 9192.71
336.03/336.18 c lex dual LP : 0.00 0 0 0.00 -
336.03/336.18 c barrier LP : 0.00 0 0 0.00 -
336.03/336.18 c diving/probing LP: 0.00 0 0 0.00 -
336.03/336.18 c strong branching : 28.48 6813 246113 36.12 8642.37
336.03/336.18 c (at root node) : - 12 3136 261.33 -
336.03/336.18 c conflict analysis: 0.00 0 0 0.00 -
336.03/336.18 c B&B Tree :
336.03/336.18 c number of runs : 1
336.03/336.18 c nodes : 131273
336.03/336.18 c nodes (total) : 131273
336.03/336.18 c nodes left : 0
336.03/336.18 c max depth : 56
336.03/336.18 c max depth (total): 56
336.03/336.18 c backtracks : 16714 (12.7%)
336.03/336.18 c delayed cutoffs : 980
336.03/336.18 c repropagations : 201662 (277698 domain reductions, 969 cutoffs)
336.03/336.18 c avg switch length: 4.79
336.03/336.18 c switching time : 10.30
336.03/336.18 c Solution :
336.03/336.18 c Solutions found : 0 (0 improvements)
336.03/336.18 c Primal Bound : infeasible
336.03/336.18 c Dual Bound : -
336.03/336.18 c Gap : 0.00 %
336.03/336.18 c Root Dual Bound : +0.00000000000000e+00
336.03/336.18 c Root Iterations : 151
336.13/336.20 c Time complete: 336.13.
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-3729586-1338681272/watcher-3729586-1338681272 -o /tmp/evaluation-result-3729586-1338681272/solver-3729586-1338681272 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729586-1338681272.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.03 1.99 1.77 3/176 30874
/proc/meminfo: memFree=30487372/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=11980 CPUtime=0 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 1896 0 0 0 0 0 0 0 20 0 1 0 334253206 12267520 1850 33554432000 4194304 9016284 140736834738608 140733727419528 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 2995 1859 340 1178 0 1813 0
[startup+0.00700397 s]
/proc/loadavg: 2.03 1.99 1.77 3/176 30874
/proc/meminfo: memFree=30487372/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=12708 CPUtime=0 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 2151 0 0 0 0 0 0 0 20 0 1 0 334253206 13012992 2105 33554432000 4194304 9016284 140736834738608 140733727419528 6813403 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 3177 2105 357 1178 0 1995 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12708
[startup+0.100192 s]
/proc/loadavg: 2.03 1.99 1.77 3/176 30874
/proc/meminfo: memFree=30487372/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=27724 CPUtime=0.09 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 6224 0 0 0 8 1 0 0 20 0 1 0 334253206 28389376 5881 33554432000 4194304 9016284 140736834738608 140733727419528 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 6931 5881 634 1178 0 5749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27724
[startup+0.300208 s]
/proc/loadavg: 2.03 1.99 1.77 3/176 30874
/proc/meminfo: memFree=30487372/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=41500 CPUtime=0.28 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10137 0 0 0 27 1 0 0 20 0 1 0 334253206 42496000 9083 33554432000 4194304 9016284 140736834738608 140733727419528 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10375 9083 679 1178 0 9193 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 41500
[startup+0.700211 s]
/proc/loadavg: 2.03 1.99 1.77 3/176 30874
/proc/meminfo: memFree=30487372/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=41732 CPUtime=0.68 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10260 0 0 0 66 2 0 0 20 0 1 0 334253206 42733568 9350 33554432000 4194304 9016284 140736834738608 140736834732408 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10433 9350 682 1178 0 9251 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41732
[startup+1.50013 s]
/proc/loadavg: 2.03 1.99 1.77 3/177 30875
/proc/meminfo: memFree=30452280/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=41732 CPUtime=1.49 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10262 0 0 0 146 3 0 0 20 0 1 0 334253206 42733568 9352 33554432000 4194304 9016284 140736834738608 140736834732408 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10433 9352 684 1178 0 9251 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41732
[startup+3.10011 s]
/proc/loadavg: 2.03 1.99 1.77 3/177 30875
/proc/meminfo: memFree=30452052/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=41732 CPUtime=3.09 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10262 0 0 0 304 5 0 0 20 0 1 0 334253206 42733568 9352 33554432000 4194304 9016284 140736834738608 140736834732776 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10433 9352 684 1178 0 9251 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41732
[startup+6.3001 s]
/proc/loadavg: 2.03 1.99 1.77 3/177 30875
/proc/meminfo: memFree=30451432/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=41732 CPUtime=6.28 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10264 0 0 0 620 8 0 0 20 0 1 0 334253206 42733568 9354 33554432000 4194304 9016284 140736834738608 140736834732664 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10433 9354 686 1178 0 9251 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41732
[startup+12.7001 s]
/proc/loadavg: 2.02 1.99 1.78 3/177 30875
/proc/meminfo: memFree=30449384/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=41732 CPUtime=12.68 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10301 0 0 0 1253 15 0 0 20 0 1 0 334253206 42733568 9635 33554432000 4194304 9016284 140736834738608 140736834732776 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10433 9635 686 1178 0 9251 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41732
[startup+25.5002 s]
/proc/loadavg: 2.02 1.99 1.78 3/177 30875
/proc/meminfo: memFree=30449888/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=41732 CPUtime=25.48 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10302 0 0 0 2519 29 0 0 20 0 1 0 334253206 42733568 9636 33554432000 4194304 9016284 140736834738608 140736834732520 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10433 9636 686 1178 0 9251 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41732
[startup+51.1001 s]
/proc/loadavg: 2.01 1.99 1.78 3/177 30875
/proc/meminfo: memFree=30449328/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=41732 CPUtime=51.08 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10302 0 0 0 5056 52 0 0 20 0 1 0 334253206 42733568 9636 33554432000 4194304 9016284 140736834738608 140736834732568 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10433 9636 686 1178 0 9251 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41732
[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.79 3/177 30876
/proc/meminfo: memFree=30449144/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=42176 CPUtime=102.27 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10394 0 0 0 10127 100 0 0 20 0 1 0 334253206 43188224 9728 33554432000 4194304 9016284 140736834738608 140736834732472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10544 9728 686 1178 0 9362 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42176
[startup+162.3 s]
/proc/loadavg: 2.08 2.00 1.81 3/177 30876
/proc/meminfo: memFree=30446908/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=43312 CPUtime=162.26 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 10674 0 0 0 16073 153 0 0 20 0 1 0 334253206 44351488 10026 33554432000 4194304 9016284 140736834738608 140736834732024 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 10828 10026 686 1178 0 9646 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 43312
[startup+222.3 s]
/proc/loadavg: 2.14 2.03 1.83 3/177 30990
/proc/meminfo: memFree=30450504/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=45228 CPUtime=222.25 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11164 0 0 0 22012 213 0 0 20 0 1 0 334253206 46313472 10515 33554432000 4194304 9016284 140736834738608 140736834732104 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11307 10515 686 1178 0 10125 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 45228
[startup+282.3 s]
/proc/loadavg: 2.05 2.02 1.84 3/177 30990
/proc/meminfo: memFree=30449312/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=45968 CPUtime=282.24 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11344 0 0 0 27954 270 0 0 20 0 1 0 334253206 47071232 10695 33554432000 4194304 9016284 140736834738608 140736834732360 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11492 10695 686 1178 0 10310 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 45968
Solver just ended. Dumping a history of the last processes samples
[startup+307.1 s]
/proc/loadavg: 2.03 2.02 1.84 3/177 30990
/proc/meminfo: memFree=30448320/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=46264 CPUtime=307.04 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11419 0 0 0 30408 296 0 0 20 0 1 0 334253206 47374336 10770 33554432000 4194304 9016284 140736834738608 140736834732472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11566 10770 686 1178 0 10384 0
Current children cumulated CPU time (s) 307.04
Current children cumulated vsize (KiB) 46264
[startup+319.9 s]
/proc/loadavg: 2.03 2.02 1.84 3/177 30990
/proc/meminfo: memFree=30447824/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=46432 CPUtime=319.83 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11435 0 0 0 31674 309 0 0 20 0 1 0 334253206 47546368 10786 33554432000 4194304 9016284 140736834738608 140736834732472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11608 10786 686 1178 0 10426 0
Current children cumulated CPU time (s) 319.83
Current children cumulated vsize (KiB) 46432
[startup+326.3 s]
/proc/loadavg: 2.02 2.02 1.84 3/177 30990
/proc/meminfo: memFree=30447204/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=46432 CPUtime=326.23 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11454 0 0 0 32308 315 0 0 20 0 1 0 334253206 47546368 10805 33554432000 4194304 9016284 140736834738608 140736834732472 4856633 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11608 10805 686 1178 0 10426 0
Current children cumulated CPU time (s) 326.23
Current children cumulated vsize (KiB) 46432
[startup+332.7 s]
/proc/loadavg: 2.02 2.02 1.84 3/178 30993
/proc/meminfo: memFree=30446288/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=46432 CPUtime=332.63 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11454 0 0 0 32943 320 0 0 20 0 1 0 334253206 47546368 10805 33554432000 4194304 9016284 140736834738608 140736834732472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11608 10805 686 1178 0 10426 0
Current children cumulated CPU time (s) 332.63
Current children cumulated vsize (KiB) 46432
[startup+334.3 s]
/proc/loadavg: 2.02 2.02 1.84 3/178 30993
/proc/meminfo: memFree=30446288/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=46432 CPUtime=334.23 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11454 0 0 0 33102 321 0 0 20 0 1 0 334253206 47546368 10805 33554432000 4194304 9016284 140736834738608 140736834732472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11608 10805 686 1178 0 10426 0
Current children cumulated CPU time (s) 334.23
Current children cumulated vsize (KiB) 46432
[startup+335.1 s]
/proc/loadavg: 2.02 2.02 1.84 3/178 30993
/proc/meminfo: memFree=30446288/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=46432 CPUtime=335.03 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11454 0 0 0 33181 322 0 0 20 0 1 0 334253206 47546368 10805 33554432000 4194304 9016284 140736834738608 140736834732024 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11608 10805 686 1178 0 10426 0
Current children cumulated CPU time (s) 335.03
Current children cumulated vsize (KiB) 46432
[startup+335.9 s]
/proc/loadavg: 2.02 2.02 1.84 3/178 30993
/proc/meminfo: memFree=30446524/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=46432 CPUtime=335.83 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11454 0 0 0 33261 322 0 0 20 0 1 0 334253206 47546368 10805 33554432000 4194304 9016284 140736834738608 140736834732520 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11608 10805 686 1178 0 10426 0
Current children cumulated CPU time (s) 335.83
Current children cumulated vsize (KiB) 46432
[startup+336.1 s]
/proc/loadavg: 2.02 2.02 1.84 3/178 30993
/proc/meminfo: memFree=30446524/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=46432 CPUtime=336.03 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11454 0 0 0 33280 323 0 0 20 0 1 0 334253206 47546368 10805 33554432000 4194304 9016284 140736834738608 140736834732520 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 11608 10805 686 1178 0 10426 0
Current children cumulated CPU time (s) 336.03
Current children cumulated vsize (KiB) 46432
[startup+336.2 s]
/proc/loadavg: 2.02 2.02 1.84 3/178 30993
/proc/meminfo: memFree=30446524/32873648 swapFree=7628/7628
[pid=30874] ppid=30872 vsize=36120 CPUtime=336.13 cores=0,2,4,6
/proc/30874/stat : 30874 (scip-2.0.1.4b_2) R 30872 30874 20657 0 -1 4202496 11456 0 0 0 33290 323 0 0 20 0 1 0 334253206 36986880 8135 33554432000 4194304 9016284 140736834738608 140736834732520 7933303 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30874/statm: 8677 8135 688 1178 0 7495 0
Current children cumulated CPU time (s) 336.13
Current children cumulated vsize (KiB) 36120
Child status: 0
Real time (s): 336.202
CPU time (s): 336.141
CPU user time (s): 332.906
CPU system time (s): 3.23451
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 46432
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 332.906
system time used= 3.23451
maximum resident set size= 43228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11461
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= 414
runsolver used 0.471928 second user time and 1.36479 second system time
The end