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-3729534-1338681101.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.03 c presolving:
0.02/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.02/0.05 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.02/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.02/0.06 c presolving (4 rounds):
0.02/0.06 c 0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06 c 242 implications, 22 cliques
0.02/0.06 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.02/0.06 c 1 constraints of type <knapsack>
0.02/0.06 c 22 constraints of type <setppc>
0.02/0.06 c 2420 constraints of type <logicor>
0.02/0.06 c transformed objective value is always integral (scale: 1)
0.02/0.06 c Presolving Time: 0.03
0.02/0.06 c - non default parameters ----------------------------------------------------------------------
0.02/0.06 c # SCIP version 2.0.1.5
0.02/0.06 c
0.02/0.06 c # frequency for displaying node information lines
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06 c display/freq = 10000
0.02/0.06 c
0.02/0.06 c # maximal time in seconds to run
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06 c limits/time = 1797
0.02/0.06 c
0.02/0.06 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06 c limits/memory = 13950
0.02/0.06 c
0.02/0.06 c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06 c limits/solutions = 1
0.02/0.06 c
0.02/0.06 c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.06 c separating/maxrounds = 1
0.02/0.06 c
0.02/0.06 c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06 c separating/maxroundsroot = 5
0.02/0.06 c
0.02/0.06 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.06 c # [type: int, range: [1,2], default: 1]
0.02/0.06 c timing/clocktype = 2
0.02/0.06 c
0.02/0.06 c # belongs reading time to solving time?
0.02/0.06 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06 c timing/reading = TRUE
0.02/0.06 c
0.02/0.06 c # should presolving try to simplify inequalities
0.02/0.06 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06 c constraints/linear/simplifyinequalities = TRUE
0.02/0.06 c
0.02/0.06 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.06 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06 c constraints/indicator/addCouplingCons = TRUE
0.02/0.06 c
0.02/0.06 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.06 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.06 c constraints/knapsack/disaggregation = FALSE
0.02/0.06 c
0.02/0.06 c # should presolving try to simplify knapsacks
0.02/0.06 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06 c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06 c
0.02/0.06 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06 c presolving/probing/maxrounds = 0
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06 c heuristics/coefdiving/freq = -1
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06 c heuristics/coefdiving/maxlpiterquot = 0.075
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/coefdiving/maxlpiterofs = 1500
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.06 c heuristics/crossover/freq = -1
0.02/0.06 c
0.02/0.06 c # number of nodes added to the contingent of the total nodes
0.02/0.06 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.06 c heuristics/crossover/nodesofs = 750
0.02/0.06 c
0.02/0.06 c # number of nodes without incumbent change that heuristic should wait
0.02/0.06 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.06 c heuristics/crossover/nwaitingnodes = 100
0.02/0.06 c
0.02/0.06 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.06 c # [type: real, range: [0,1], default: 0.1]
0.02/0.06 c heuristics/crossover/nodesquot = 0.15
0.02/0.06 c
0.02/0.06 c # minimum percentage of integer variables that have to be fixed
0.02/0.06 c # [type: real, range: [0,1], default: 0.666]
0.02/0.06 c heuristics/crossover/minfixingrate = 0.5
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06 c heuristics/feaspump/freq = -1
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/feaspump/maxlpiterofs = 2000
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06 c heuristics/fracdiving/freq = -1
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06 c heuristics/fracdiving/maxlpiterquot = 0.075
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/fracdiving/maxlpiterofs = 1500
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06 c heuristics/guideddiving/freq = -1
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06 c heuristics/guideddiving/maxlpiterquot = 0.075
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/guideddiving/maxlpiterofs = 1500
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06 c heuristics/intdiving/maxlpiterquot = 0.075
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06 c heuristics/intshifting/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06 c heuristics/linesearchdiving/freq = -1
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06 c heuristics/objpscostdiving/freq = -1
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.06 c # [type: real, range: [0,1], default: 0.01]
0.02/0.06 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06 c heuristics/oneopt/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06 c heuristics/pscostdiving/freq = -1
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/pscostdiving/maxlpiterofs = 1500
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06 c heuristics/rens/freq = -1
0.02/0.06 c
0.02/0.06 c # minimum percentage of integer variables that have to be fixable
0.02/0.06 c # [type: real, range: [0,1], default: 0.5]
0.02/0.06 c heuristics/rens/minfixingrate = 0.3
0.02/0.06 c
0.02/0.06 c # number of nodes added to the contingent of the total nodes
0.02/0.06 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.06 c heuristics/rens/nodesofs = 2000
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06 c heuristics/rootsoldiving/freq = -1
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.06 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06 c heuristics/rounding/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06 c heuristics/shiftandpropagate/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06 c heuristics/shifting/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06 c heuristics/simplerounding/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06 c heuristics/subnlp/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06 c heuristics/trivial/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06 c heuristics/trysol/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06 c heuristics/undercover/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06 c heuristics/veclendiving/freq = -1
0.02/0.06 c
0.02/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06 c heuristics/veclendiving/maxlpiterquot = 0.075
0.02/0.06 c
0.02/0.06 c # additional number of allowed LP iterations
0.02/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06 c heuristics/veclendiving/maxlpiterofs = 1500
0.02/0.06 c
0.02/0.06 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06 c heuristics/zirounding/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06 c separating/cmir/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06 c separating/flowcover/freq = -1
0.02/0.06 c
0.02/0.06 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06 c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06 c separating/rapidlearning/freq = 0
0.02/0.06 c
0.02/0.06 c -----------------------------------------------------------------------------------------------
0.02/0.06 c start solving
0.02/0.06 c
0.02/0.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.02/0.07 c 0.1s| 1 | 0 | 76 | - |3825k| 0 | 36 | 231 |2443 | 231 |2443 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.09/0.16 c 0.2s| 1 | 0 | 90 | - |4130k| 0 | 43 | 231 |2490 | 231 |2454 | 11 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.24 c 0.2s| 1 | 0 | 105 | - |4570k| 0 | 46 | 231 |2490 | 231 |2458 | 15 | 0 | 0 | 0.000000e+00 | -- | Inf
0.29/0.35 c 0.3s| 1 | 0 | 111 | - |4865k| 0 | 45 | 231 |2490 | 231 |2460 | 17 | 0 | 0 | 0.000000e+00 | -- | Inf
0.38/0.49 c 0.5s| 1 | 0 | 129 | - |5132k| 0 | 46 | 231 |2490 | 231 |2463 | 20 | 0 | 0 | 0.000000e+00 | -- | Inf
0.59/0.62 c 0.6s| 1 | 0 | 151 | - |5402k| 0 | 50 | 231 |2490 | 231 |2467 | 24 | 0 | 0 | 0.000000e+00 | -- | Inf
0.89/0.90 c 0.9s| 1 | 2 | 151 | - |5403k| 0 | 50 | 231 |2490 | 231 |2467 | 24 | 0 | 12 | 0.000000e+00 | -- | Inf
32.38/32.45 c 32.4s| 10000 | 65 |155441 | 15.5 |7326k| 37 | 31 | 231 |6373 | 231 |2451 | 24 |5941 |2547 | 0.000000e+00 | -- | Inf
53.07/53.14 c 53.1s| 20000 | 71 |308943 | 15.4 |8008k| 38 | 31 | 231 |7823 | 231 |2451 | 24 | 11k|2664 | 0.000000e+00 | -- | Inf
74.56/74.69 c 74.7s| 30000 | 79 |465924 | 15.5 |8766k| 40 | - | 231 |9282 | 231 |2451 | 24 | 17k|2945 | 0.000000e+00 | -- | Inf
97.56/97.62 c 97.6s| 40000 | 84 |624454 | 15.6 |9041k| 41 | 34 | 231 |9372 | 231 |2451 | 24 | 23k|3476 | 0.000000e+00 | -- | Inf
120.06/120.13 c 120s| 50000 | 105 |780318 | 15.6 | 10M| 45 | 26 | 231 | 11k| 231 |2451 | 24 | 29k|3949 | 0.000000e+00 | -- | Inf
143.15/143.26 c 143s| 60000 | 155 |947267 | 15.8 | 10M| 48 | - | 231 | 12k| 231 |2451 | 24 | 34k|4401 | 0.000000e+00 | -- | Inf
165.96/166.08 c 166s| 70000 | 112 | 1106k| 15.8 |9951k| 49 | - | 231 |9804 | 0 | 0 | 24 | 40k|4821 | 0.000000e+00 | -- | Inf
189.54/189.60 c 190s| 80000 | 126 | 1279k| 16.0 | 10M| 49 | - | 231 | 11k| 231 |2451 | 24 | 46k|5198 | 0.000000e+00 | -- | Inf
213.04/213.17 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
213.04/213.17 c 213s| 90000 | 150 | 1450k| 16.1 | 11M| 49 | 14 | 231 | 13k| 231 |2451 | 24 | 52k|5579 | 0.000000e+00 | -- | Inf
237.34/237.48 c 237s|100000 | 209 | 1627k| 16.3 | 13M| 49 | - | 231 | 16k| 231 |2451 | 24 | 58k|5897 | 0.000000e+00 | -- | Inf
261.04/261.14 c 261s|110000 | 210 | 1793k| 16.3 | 12M| 49 | 31 | 231 | 14k| 231 |2451 | 24 | 63k|6241 | 0.000000e+00 | -- | Inf
283.64/283.74 c 284s|120000 | 187 | 1954k| 16.3 | 11M| 52 | 33 | 231 | 10k| 231 |2451 | 24 | 69k|6484 | 0.000000e+00 | -- | Inf
307.23/307.32 c 307s|130000 | 208 | 2126k| 16.4 | 12M| 52 | 29 | 231 | 12k| 231 |2451 | 24 | 74k|6849 | 0.000000e+00 | -- | Inf
329.72/329.85 c 330s|140000 | 188 | 2293k| 16.4 | 11M| 52 | - | 231 | 10k| 231 |2451 | 24 | 80k|7021 | 0.000000e+00 | -- | Inf
354.13/354.28 c 354s|150000 | 233 | 2476k| 16.5 | 12M| 52 | 37 | 231 | 12k| 231 |2451 | 24 | 85k|7339 | 0.000000e+00 | -- | Inf
377.72/377.84 c 378s|160000 | 226 | 2651k| 16.6 | 12M| 52 | - | 231 | 11k| 231 |2451 | 24 | 91k|7573 | 0.000000e+00 | -- | Inf
400.72/400.87 c 401s|170000 | 207 | 2822k| 16.6 | 11M| 52 | - | 231 | 10k| 231 |2451 | 24 | 96k|7742 | 0.000000e+00 | -- | Inf
424.21/424.34 c 424s|180000 | 176 | 2995k| 16.6 | 11M| 55 | - | 231 | 10k| 231 |2451 | 24 | 101k|7989 | 0.000000e+00 | -- | Inf
447.21/447.39 c 447s|190000 | 212 | 3170k| 16.7 | 12M| 55 | 29 | 231 | 12k| 231 |2451 | 24 | 107k|8246 | 0.000000e+00 | -- | Inf
471.21/471.36 c 471s|200000 | 223 | 3350k| 16.8 | 12M| 55 | - | 231 | 12k| 231 |2451 | 24 | 112k|8536 | 0.000000e+00 | -- | Inf
495.20/495.34 c 495s|210000 | 150 | 3529k| 16.8 | 11M| 55 | - | 231 | 10k| 231 |2451 | 24 | 117k|8764 | 0.000000e+00 | -- | Inf
518.00/518.15 c 518s|220000 | 156 | 3704k| 16.8 | 12M| 55 | - | 231 | 11k| 231 |2451 | 24 | 122k|8965 | 0.000000e+00 | -- | Inf
542.29/542.46 c 542s|230000 | 185 | 3896k| 16.9 | 12M| 55 | - | 231 | 11k| 231 |2451 | 24 | 127k|9122 | 0.000000e+00 | -- | Inf
566.39/566.59 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
566.39/566.59 c 567s|240000 | 147 | 4080k| 17.0 | 12M| 59 | 39 | 231 | 12k| 231 |2451 | 24 | 133k|9323 | 0.000000e+00 | -- | Inf
590.29/590.48 c 590s|250000 | 88 | 4257k| 17.0 | 11M| 59 | 45 | 231 | 11k| 231 |2451 | 24 | 138k|9531 | 0.000000e+00 | -- | Inf
613.88/614.04 c 614s|260000 | 25 | 4433k| 17.1 | 11M| 59 | - | 231 | 10k| 231 |2451 | 24 | 144k|9757 | 0.000000e+00 | -- | Inf
629.88/630.06 c
629.88/630.06 c SCIP Status : problem is solved [infeasible]
629.88/630.06 c Solving Time (sec) : 630.06
629.88/630.06 c Solving Nodes : 266870
629.88/630.06 c Primal Bound : +1.00000000000000e+20 (0 solutions)
629.88/630.06 c Dual Bound : +1.00000000000000e+20
629.88/630.06 c Gap : 0.00 %
629.88/630.06 s UNSATISFIABLE
629.88/630.06 c SCIP Status : problem is solved [infeasible]
629.88/630.06 c Total Time : 630.06
629.88/630.06 c solving : 630.06
629.88/630.06 c presolving : 0.03 (included in solving)
629.88/630.06 c reading : 0.02 (included in solving)
629.88/630.06 c Original Problem :
629.88/630.06 c Problem name : HOME/instance-3729534-1338681101.opb
629.88/630.06 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
629.88/630.06 c Constraints : 2707 initial, 2707 maximal
629.88/630.06 c Presolved Problem :
629.88/630.06 c Problem name : t_HOME/instance-3729534-1338681101.opb
629.88/630.06 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
629.88/630.06 c Constraints : 2443 initial, 18381 maximal
629.88/630.06 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
629.88/630.06 c trivial : 0.00 0 0 0 0 0 0 0 0 0
629.88/630.06 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
629.88/630.06 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
629.88/630.06 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
629.88/630.06 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
629.88/630.06 c implics : 0.00 0 0 0 0 0 0 0 0 0
629.88/630.06 c probing : 0.00 0 0 0 0 0 0 0 0 0
629.88/630.06 c knapsack : 0.00 0 0 0 0 0 0 0 0 0
629.88/630.06 c setppc : 0.00 0 0 0 0 0 121 0 0 0
629.88/630.06 c linear : 0.01 0 0 0 0 0 143 0 0 0
629.88/630.06 c logicor : 0.01 0 0 0 0 0 0 0 0 0
629.88/630.06 c root node : - 1 - - 1 - - - - -
629.88/630.06 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
629.88/630.06 c integral : 0 0 0 137120 0 1 0 402 3987 0 0 268472
629.88/630.06 c knapsack : 1 5 993946 0 0 0 52059 1919 358439 0 0 0
629.88/630.06 c setppc : 22 5 992507 0 0 0 2988897 4827 1323902 0 0 0
629.88/630.06 c linear : 0+ 5 206318 0 0 0 104 0 2901 0 0 0
629.88/630.06 c logicor : 2420+ 5 489716 0 0 0 855128 1887 1779497 0 0 0
629.88/630.06 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0
629.88/630.06 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
629.88/630.06 c integral : 40.05 0.00 0.00 40.05 0.00 0.00 0.00
629.88/630.06 c knapsack : 0.79 0.00 0.73 0.00 0.00 0.00 0.06
629.88/630.06 c setppc : 2.87 0.00 2.33 0.00 0.00 0.00 0.54
629.88/630.06 c linear : 0.09 0.00 0.09 0.00 0.00 0.00 0.00
629.88/630.06 c logicor : 17.62 0.00 16.91 0.00 0.00 0.00 0.71
629.88/630.06 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
629.88/630.06 c Propagators : #Propagate #Resprop Cutoffs DomReds
629.88/630.06 c vbounds : 0 0 0 0
629.88/630.06 c rootredcost : 0 0 0 0
629.88/630.06 c pseudoobj : 0 0 0 0
629.88/630.06 c Propagator Timings : TotalTime Propagate Resprop
629.88/630.06 c vbounds : 0.11 0.11 0.00
629.88/630.06 c rootredcost : 0.12 0.12 0.00
629.88/630.06 c pseudoobj : 0.08 0.08 0.00
629.88/630.06 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
629.88/630.06 c propagation : 0.28 8633 8589 50269 25.1 86 25.3 -
629.88/630.06 c infeasible LP : 9.37 125190 120026 766006 36.7 320 20.0 0
629.88/630.06 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
629.88/630.06 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
629.88/630.06 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
629.88/630.06 c applied globally : - - - 127839 20.5 - - -
629.88/630.06 c applied locally : - - - 19739 34.8 - - -
629.88/630.06 c Separators : Time Calls Cutoffs DomReds Cuts Conss
629.88/630.06 c cut pool : 0.00 4 - - 122 - (maximal pool size: 501)
629.88/630.06 c redcost : 0.52 134776 0 0 0 0
629.88/630.06 c impliedbounds : 0.00 5 0 0 0 0
629.88/630.06 c intobj : 0.00 0 0 0 0 0
629.88/630.06 c gomory : 0.28 5 0 0 1251 0
629.88/630.06 c cgmip : 0.00 0 0 0 0 0
629.88/630.06 c closecuts : 0.00 0 0 0 0 0
629.88/630.06 c strongcg : 0.21 5 0 0 2342 0
629.88/630.06 c cmir : 0.00 0 0 0 0 0
629.88/630.06 c flowcover : 0.00 0 0 0 0 0
629.88/630.06 c clique : 0.00 5 0 0 0 0
629.88/630.06 c zerohalf : 0.00 0 0 0 0 0
629.88/630.06 c mcf : 0.00 1 0 0 0 0
629.88/630.06 c oddcycle : 0.00 0 0 0 0 0
629.88/630.06 c rapidlearning : 0.04 1 0 0 0 47
629.88/630.06 c Pricers : Time Calls Vars
629.88/630.06 c problem variables: 0.00 0 0
629.88/630.06 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
629.88/630.06 c relpscost : 39.97 137120 402 3987 0 0 268472
629.88/630.06 c pscost : 0.00 0 0 0 0 0 0
629.88/630.06 c inference : 0.00 0 0 0 0 0 0
629.88/630.06 c mostinf : 0.00 0 0 0 0 0 0
629.88/630.06 c leastinf : 0.00 0 0 0 0 0 0
629.88/630.06 c fullstrong : 0.00 0 0 0 0 0 0
629.88/630.06 c allfullstrong : 0.00 0 0 0 0 0 0
629.88/630.06 c random : 0.00 0 0 0 0 0 0
629.88/630.06 c Primal Heuristics : Time Calls Found
629.88/630.06 c LP solutions : 0.00 - 0
629.88/630.06 c pseudo solutions : 0.00 - 0
629.88/630.06 c trivial : 0.00 1 0
629.88/630.06 c shiftandpropagate: 0.00 0 0
629.88/630.06 c simplerounding : 0.00 0 0
629.88/630.06 c zirounding : 0.00 0 0
629.88/630.06 c rounding : 0.00 0 0
629.88/630.06 c shifting : 0.00 0 0
629.88/630.06 c intshifting : 0.00 0 0
629.88/630.06 c oneopt : 0.00 0 0
629.88/630.06 c twoopt : 0.00 0 0
629.88/630.06 c fixandinfer : 0.00 0 0
629.88/630.06 c feaspump : 0.00 0 0
629.88/630.06 c clique : 0.00 0 0
629.88/630.06 c coefdiving : 0.00 0 0
629.88/630.06 c pscostdiving : 0.00 0 0
629.88/630.06 c fracdiving : 0.00 0 0
629.88/630.06 c veclendiving : 0.00 0 0
629.88/630.06 c intdiving : 0.00 0 0
629.88/630.06 c actconsdiving : 0.00 0 0
629.88/630.06 c objpscostdiving : 0.00 0 0
629.88/630.06 c rootsoldiving : 0.00 0 0
629.88/630.06 c linesearchdiving : 0.00 0 0
629.88/630.06 c guideddiving : 0.00 0 0
629.88/630.06 c octane : 0.00 0 0
629.88/630.06 c rens : 0.00 0 0
629.88/630.06 c rins : 0.00 0 0
629.88/630.06 c localbranching : 0.00 0 0
629.88/630.06 c mutation : 0.00 0 0
629.88/630.06 c crossover : 0.00 0 0
629.88/630.06 c dins : 0.00 0 0
629.88/630.06 c vbounds : 0.00 0 0
629.88/630.06 c undercover : 0.00 0 0
629.88/630.06 c subnlp : 0.00 0 0
629.88/630.06 c trysol : 0.00 0 0
629.88/630.06 c LP : Time Calls Iterations Iter/call Iter/sec
629.88/630.06 c primal LP : 0.00 0 0 0.00 -
629.88/630.06 c dual LP : 497.93 261671 4553000 17.40 9143.78
629.88/630.06 c lex dual LP : 0.00 0 0 0.00 -
629.88/630.06 c barrier LP : 0.00 0 0 0.00 -
629.88/630.06 c diving/probing LP: 0.00 0 0 0.00 -
629.88/630.06 c strong branching : 38.10 9949 323967 32.56 8503.99
629.88/630.06 c (at root node) : - 12 2733 227.75 -
629.88/630.06 c conflict analysis: 0.00 0 0 0.00 -
629.88/630.06 c B&B Tree :
629.88/630.06 c number of runs : 1
629.88/630.06 c nodes : 266870
629.88/630.06 c nodes (total) : 266870
629.88/630.06 c nodes left : 0
629.88/630.06 c max depth : 59
629.88/630.06 c max depth (total): 59
629.88/630.06 c backtracks : 33897 (12.7%)
629.88/630.06 c delayed cutoffs : 1603
629.88/630.06 c repropagations : 398038 (502754 domain reductions, 1591 cutoffs)
629.88/630.06 c avg switch length: 4.67
629.88/630.06 c switching time : 20.72
629.88/630.06 c Solution :
629.88/630.06 c Solutions found : 0 (0 improvements)
629.88/630.06 c Primal Bound : infeasible
629.88/630.06 c Dual Bound : -
629.88/630.06 c Gap : 0.00 %
629.88/630.06 c Root Dual Bound : +0.00000000000000e+00
629.88/630.06 c Root Iterations : 151
629.88/630.07 c Time complete: 629.96.
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-3729534-1338681101/watcher-3729534-1338681101 -o /tmp/evaluation-result-3729534-1338681101/solver-3729534-1338681101 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729534-1338681101.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.04 2.02 1.81 2/174 28809
/proc/meminfo: memFree=27668944/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 1505 0 0 0 0 0 0 0 20 0 1 0 334236029 9818112 1460 33554432000 4194304 9016284 140736943582000 140734147093992 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28809/statm: 2397 1461 311 1178 0 1215 0
[startup+0.037369 s]
/proc/loadavg: 2.04 2.02 1.81 2/174 28809
/proc/meminfo: memFree=27668944/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=21192 CPUtime=0.02 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 4314 0 0 0 2 0 0 0 20 0 1 0 334236029 21700608 4012 33554432000 4194304 9016284 140736943582000 140734147093992 5206093 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28809/statm: 5298 4012 480 1178 0 4116 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21192
[startup+0.100276 s]
/proc/loadavg: 2.04 2.02 1.81 2/174 28809
/proc/meminfo: memFree=27668944/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=27508 CPUtime=0.09 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 6163 0 0 0 8 1 0 0 20 0 1 0 334236029 28168192 5821 33554432000 4194304 9016284 140736943582000 140734147093992 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28809/statm: 6877 5821 634 1178 0 5695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27508
[startup+0.300256 s]
/proc/loadavg: 2.04 2.02 1.81 2/174 28809
/proc/meminfo: memFree=27668944/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41500 CPUtime=0.29 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10131 0 0 0 28 1 0 0 20 0 1 0 334236029 42496000 9080 33554432000 4194304 9016284 140736943582000 140734147093992 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28809/statm: 10375 9080 679 1178 0 9193 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41500
[startup+0.700246 s]
/proc/loadavg: 2.04 2.02 1.81 2/174 28809
/proc/meminfo: memFree=27668944/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41732 CPUtime=0.69 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10214 0 0 0 67 2 0 0 20 0 1 0 334236029 42733568 9163 33554432000 4194304 9016284 140736943582000 140736943577160 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28809/statm: 10433 9163 682 1178 0 9251 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41732
[startup+1.50027 s]
/proc/loadavg: 2.04 2.02 1.81 3/175 28810
/proc/meminfo: memFree=27634720/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41732 CPUtime=1.48 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10216 0 0 0 145 3 0 0 20 0 1 0 334236029 42733568 9165 33554432000 4194304 9016284 140736943582000 140736943576056 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 10433 9165 684 1178 0 9251 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41732
[startup+3.10027 s]
/proc/loadavg: 2.04 2.02 1.81 3/175 28810
/proc/meminfo: memFree=27634092/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41732 CPUtime=3.08 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10222 0 0 0 303 5 0 0 20 0 1 0 334236029 42733568 9171 33554432000 4194304 9016284 140736943582000 140736943575800 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 10433 9171 686 1178 0 9251 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41732
[startup+6.30028 s]
/proc/loadavg: 2.03 2.02 1.81 3/175 28810
/proc/meminfo: memFree=27634464/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41732 CPUtime=6.29 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10222 0 0 0 621 8 0 0 20 0 1 0 334236029 42733568 9171 33554432000 4194304 9016284 140736943582000 140736943575864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 10433 9171 686 1178 0 9251 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41732
[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 1.82 3/175 28810
/proc/meminfo: memFree=27634116/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41732 CPUtime=12.68 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10278 0 0 0 1255 13 0 0 20 0 1 0 334236029 42733568 9225 33554432000 4194304 9016284 140736943582000 140736943575816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 10433 9225 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 2.02 1.82 3/175 28810
/proc/meminfo: memFree=27634364/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41732 CPUtime=25.49 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10286 0 0 0 2522 27 0 0 20 0 1 0 334236029 42733568 9233 33554432000 4194304 9016284 140736943582000 140736943575864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 10433 9233 686 1178 0 9251 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41732
[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 1.82 3/175 28810
/proc/meminfo: memFree=27632164/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41732 CPUtime=51.06 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10299 0 0 0 5056 50 0 0 20 0 1 0 334236029 42733568 9633 33554432000 4194304 9016284 140736943582000 140736943576328 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 10433 9633 686 1178 0 9251 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 41732
[startup+102.306 s]
/proc/loadavg: 2.05 2.03 1.83 3/175 28810
/proc/meminfo: memFree=27631544/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=41732 CPUtime=102.27 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10299 0 0 0 10133 94 0 0 20 0 1 0 334236029 42733568 9633 33554432000 4194304 9016284 140736943582000 140736943575864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 10433 9633 686 1178 0 9251 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 41732
[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.84 3/175 28810
/proc/meminfo: memFree=27628628/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=44528 CPUtime=162.26 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 10976 0 0 0 16069 157 0 0 20 0 1 0 334236029 45596672 10309 33554432000 4194304 9016284 140736943582000 140736943576168 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 11132 10309 686 1178 0 9950 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 44528
[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.84 3/175 28810
/proc/meminfo: memFree=27627012/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=45764 CPUtime=222.25 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 11274 0 0 0 22012 213 0 0 20 0 1 0 334236029 46862336 10607 33554432000 4194304 9016284 140736943582000 140736943575912 7213868 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 11441 10607 686 1178 0 10259 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 45764
[startup+282.3 s]
/proc/loadavg: 2.04 2.03 1.85 3/175 28811
/proc/meminfo: memFree=27624468/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=47904 CPUtime=282.24 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 11828 0 0 0 27956 268 0 0 20 0 1 0 334236029 49053696 11160 33554432000 4194304 9016284 140736943582000 140736943575864 4318159 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 11976 11160 686 1178 0 10794 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 47904
[startup+342.3 s]
/proc/loadavg: 2.05 2.03 1.87 3/175 28811
/proc/meminfo: memFree=27624220/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=48252 CPUtime=342.23 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 11928 0 0 0 33901 322 0 0 20 0 1 0 334236029 49410048 11260 33554432000 4194304 9016284 140736943582000 140736943575864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12063 11260 686 1178 0 10881 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 48252
[startup+402.3 s]
/proc/loadavg: 2.07 2.04 1.88 3/175 28811
/proc/meminfo: memFree=27623972/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=48676 CPUtime=402.22 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12022 0 0 0 39847 375 0 0 20 0 1 0 334236029 49844224 11354 33554432000 4194304 9016284 140736943582000 140736943576328 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12169 11354 686 1178 0 10987 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 48676
[startup+462.3 s]
/proc/loadavg: 2.02 2.03 1.88 3/175 28811
/proc/meminfo: memFree=27623412/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49104 CPUtime=462.2 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12120 0 0 0 45788 432 0 0 20 0 1 0 334236029 50282496 11452 33554432000 4194304 9016284 140736943582000 140736943575960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12276 11452 686 1178 0 11094 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 49104
[startup+522.3 s]
/proc/loadavg: 2.01 2.02 1.89 3/176 28814
/proc/meminfo: memFree=27623156/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49104 CPUtime=522.19 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12138 0 0 0 51732 487 0 0 20 0 1 0 334236029 50282496 11470 33554432000 4194304 9016284 140736943582000 140736943575368 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12276 11470 686 1178 0 11094 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 49104
[startup+582.3 s]
/proc/loadavg: 2.00 2.02 1.89 3/176 28838
/proc/meminfo: memFree=27622536/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=582.19 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12191 0 0 0 57674 545 0 0 20 0 1 0 334236029 50491392 11523 33554432000 4194304 9016284 140736943582000 140736943575960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11523 686 1178 0 11145 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 49308
Solver just ended. Dumping a history of the last processes samples
[startup+588.7 s]
/proc/loadavg: 2.00 2.02 1.89 3/176 28838
/proc/meminfo: memFree=27622536/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=588.58 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12195 0 0 0 58309 549 0 0 20 0 1 0 334236029 50491392 11527 33554432000 4194304 9016284 140736943582000 140736943576168 4290203 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11527 686 1178 0 11145 0
Current children cumulated CPU time (s) 588.58
Current children cumulated vsize (KiB) 49308
[startup+614.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/176 28838
/proc/meminfo: memFree=27622660/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=614.18 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12198 0 0 0 60844 574 0 0 20 0 1 0 334236029 50491392 11530 33554432000 4194304 9016284 140736943582000 140736943577112 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11530 686 1178 0 11145 0
Current children cumulated CPU time (s) 614.18
Current children cumulated vsize (KiB) 49308
[startup+620.7 s]
/proc/loadavg: 2.00 2.01 1.90 3/175 28838
/proc/meminfo: memFree=27622660/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=620.59 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12198 0 0 0 61478 581 0 0 20 0 1 0 334236029 50491392 11530 33554432000 4194304 9016284 140736943582000 140736943576328 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11530 686 1178 0 11145 0
Current children cumulated CPU time (s) 620.59
Current children cumulated vsize (KiB) 49308
[startup+623.9 s]
/proc/loadavg: 2.00 2.01 1.90 3/175 28838
/proc/meminfo: memFree=27622668/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=623.78 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12198 0 0 0 61794 584 0 0 20 0 1 0 334236029 50491392 11530 33554432000 4194304 9016284 140736943582000 140736943575960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11530 686 1178 0 11145 0
Current children cumulated CPU time (s) 623.78
Current children cumulated vsize (KiB) 49308
[startup+627.1 s]
/proc/loadavg: 2.00 2.01 1.90 3/175 28838
/proc/meminfo: memFree=27622668/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=626.99 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12198 0 0 0 62111 588 0 0 20 0 1 0 334236029 50491392 11530 33554432000 4194304 9016284 140736943582000 140736943575864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11530 686 1178 0 11145 0
Current children cumulated CPU time (s) 626.99
Current children cumulated vsize (KiB) 49308
[startup+628.7 s]
/proc/loadavg: 2.00 2.01 1.90 3/175 28838
/proc/meminfo: memFree=27622668/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=628.58 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12198 0 0 0 62269 589 0 0 20 0 1 0 334236029 50491392 11530 33554432000 4194304 9016284 140736943582000 140736943575864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11530 686 1178 0 11145 0
Current children cumulated CPU time (s) 628.58
Current children cumulated vsize (KiB) 49308
[startup+629.5 s]
/proc/loadavg: 2.00 2.01 1.90 3/175 28838
/proc/meminfo: memFree=27622668/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=629.38 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12198 0 0 0 62348 590 0 0 20 0 1 0 334236029 50491392 11530 33554432000 4194304 9016284 140736943582000 140736943575864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11530 686 1178 0 11145 0
Current children cumulated CPU time (s) 629.38
Current children cumulated vsize (KiB) 49308
[startup+629.9 s]
/proc/loadavg: 2.00 2.01 1.90 3/175 28838
/proc/meminfo: memFree=27622668/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=629.78 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12198 0 0 0 62387 591 0 0 20 0 1 0 334236029 50491392 11530 33554432000 4194304 9016284 140736943582000 140736943575864 4318191 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11530 686 1178 0 11145 0
Current children cumulated CPU time (s) 629.78
Current children cumulated vsize (KiB) 49308
[startup+630 s]
/proc/loadavg: 2.00 2.01 1.90 3/175 28838
/proc/meminfo: memFree=27622668/32873852 swapFree=6856/6856
[pid=28809] ppid=28807 vsize=49308 CPUtime=629.88 cores=0,2,4,6
/proc/28809/stat : 28809 (scip-2.0.1.4b_2) R 28807 28809 20074 0 -1 4202496 12198 0 0 0 62397 591 0 0 20 0 1 0 334236029 50491392 11530 33554432000 4194304 9016284 140736943582000 140736943575864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28809/statm: 12327 11530 686 1178 0 11145 0
Current children cumulated CPU time (s) 629.88
Current children cumulated vsize (KiB) 49308
Child status: 0
Real time (s): 630.078
CPU time (s): 629.968
CPU user time (s): 624.054
CPU system time (s): 5.9141
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 49308
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.054
system time used= 5.9141
maximum resident set size= 46128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12205
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 709
runsolver used 3.09553 second user time and 5.8941 second system time
The end