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-3741009-1338769097.opb>
1.59/1.65 c original problem has 12587 variables (12587 bin, 0 int, 0 impl, 0 cont) and 283937 constraints
1.59/1.65 c problem read
1.59/1.65 c No objective function, only one solution is needed.
1.59/1.65 c presolving settings loaded
1.99/2.00 c presolving:
3.09/3.19 c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283924 upgd conss, 138752 impls, 458 clqs
3.40/3.47 c presolving (2 rounds):
3.40/3.47 c 1 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
3.40/3.47 c 138752 implications, 458 cliques
3.40/3.47 c presolved problem has 12586 variables (12586 bin, 0 int, 0 impl, 0 cont) and 283919 constraints
3.40/3.47 c 28351 constraints of type <knapsack>
3.40/3.47 c 60278 constraints of type <setppc>
3.40/3.47 c 3 constraints of type <linear>
3.40/3.47 c 195287 constraints of type <logicor>
3.40/3.47 c transformed objective value is always integral (scale: 1)
3.40/3.47 c Presolving Time: 1.49
3.40/3.47 c - non default parameters ----------------------------------------------------------------------
3.40/3.47 c # SCIP version 2.0.1.5
3.40/3.47 c
3.40/3.47 c # frequency for displaying node information lines
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 100]
3.40/3.47 c display/freq = 10000
3.40/3.47 c
3.40/3.47 c # maximal time in seconds to run
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.40/3.47 c limits/time = 1797
3.40/3.47 c
3.40/3.47 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.40/3.47 c limits/memory = 13950
3.40/3.47 c
3.40/3.47 c # solving stops, if the given number of solutions were found (-1: no limit)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: -1]
3.40/3.47 c limits/solutions = 1
3.40/3.47 c
3.40/3.47 c # maximal number of separation rounds per node (-1: unlimited)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 5]
3.40/3.47 c separating/maxrounds = 1
3.40/3.47 c
3.40/3.47 c # maximal number of separation rounds in the root node (-1: unlimited)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: -1]
3.40/3.47 c separating/maxroundsroot = 5
3.40/3.47 c
3.40/3.47 c # default clock type (1: CPU user seconds, 2: wall clock time)
3.40/3.47 c # [type: int, range: [1,2], default: 1]
3.40/3.47 c timing/clocktype = 2
3.40/3.47 c
3.40/3.47 c # belongs reading time to solving time?
3.40/3.47 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.40/3.47 c timing/reading = TRUE
3.40/3.47 c
3.40/3.47 c # should presolving try to simplify inequalities
3.40/3.47 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.40/3.47 c constraints/linear/simplifyinequalities = TRUE
3.40/3.47 c
3.40/3.47 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.40/3.47 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.40/3.47 c constraints/indicator/addCouplingCons = TRUE
3.40/3.47 c
3.40/3.47 c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.40/3.47 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.40/3.47 c constraints/knapsack/disaggregation = FALSE
3.40/3.47 c
3.40/3.47 c # should presolving try to simplify knapsacks
3.40/3.47 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.40/3.47 c constraints/knapsack/simplifyinequalities = TRUE
3.40/3.47 c
3.40/3.47 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: -1]
3.40/3.47 c presolving/probing/maxrounds = 0
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 10]
3.40/3.47 c heuristics/coefdiving/freq = -1
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to node LP iterations
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.40/3.47 c heuristics/coefdiving/maxlpiterquot = 0.075
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/coefdiving/maxlpiterofs = 1500
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 30]
3.40/3.47 c heuristics/crossover/freq = -1
3.40/3.47 c
3.40/3.47 c # number of nodes added to the contingent of the total nodes
3.40/3.47 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.40/3.47 c heuristics/crossover/nodesofs = 750
3.40/3.47 c
3.40/3.47 c # number of nodes without incumbent change that heuristic should wait
3.40/3.47 c # [type: longint, range: [0,9223372036854775807], default: 200]
3.40/3.47 c heuristics/crossover/nwaitingnodes = 100
3.40/3.47 c
3.40/3.47 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.40/3.47 c # [type: real, range: [0,1], default: 0.1]
3.40/3.47 c heuristics/crossover/nodesquot = 0.15
3.40/3.47 c
3.40/3.47 c # minimum percentage of integer variables that have to be fixed
3.40/3.47 c # [type: real, range: [0,1], default: 0.666]
3.40/3.47 c heuristics/crossover/minfixingrate = 0.5
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 20]
3.40/3.47 c heuristics/feaspump/freq = -1
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/feaspump/maxlpiterofs = 2000
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 10]
3.40/3.47 c heuristics/fracdiving/freq = -1
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to node LP iterations
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.40/3.47 c heuristics/fracdiving/maxlpiterquot = 0.075
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/fracdiving/maxlpiterofs = 1500
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 10]
3.40/3.47 c heuristics/guideddiving/freq = -1
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to node LP iterations
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.40/3.47 c heuristics/guideddiving/maxlpiterquot = 0.075
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/guideddiving/maxlpiterofs = 1500
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to node LP iterations
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.40/3.47 c heuristics/intdiving/maxlpiterquot = 0.075
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 10]
3.40/3.47 c heuristics/intshifting/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 10]
3.40/3.47 c heuristics/linesearchdiving/freq = -1
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to node LP iterations
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.40/3.47 c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/linesearchdiving/maxlpiterofs = 1500
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 20]
3.40/3.47 c heuristics/objpscostdiving/freq = -1
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to total iteration number
3.40/3.47 c # [type: real, range: [0,1], default: 0.01]
3.40/3.47 c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/objpscostdiving/maxlpiterofs = 1500
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 1]
3.40/3.47 c heuristics/oneopt/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 10]
3.40/3.47 c heuristics/pscostdiving/freq = -1
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to node LP iterations
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.40/3.47 c heuristics/pscostdiving/maxlpiterquot = 0.075
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/pscostdiving/maxlpiterofs = 1500
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 0]
3.40/3.47 c heuristics/rens/freq = -1
3.40/3.47 c
3.40/3.47 c # minimum percentage of integer variables that have to be fixable
3.40/3.47 c # [type: real, range: [0,1], default: 0.5]
3.40/3.47 c heuristics/rens/minfixingrate = 0.3
3.40/3.47 c
3.40/3.47 c # number of nodes added to the contingent of the total nodes
3.40/3.47 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.40/3.47 c heuristics/rens/nodesofs = 2000
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 20]
3.40/3.47 c heuristics/rootsoldiving/freq = -1
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to node LP iterations
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.40/3.47 c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/rootsoldiving/maxlpiterofs = 1500
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 1]
3.40/3.47 c heuristics/rounding/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 0]
3.40/3.47 c heuristics/shiftandpropagate/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 10]
3.40/3.47 c heuristics/shifting/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 1]
3.40/3.47 c heuristics/simplerounding/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 1]
3.40/3.47 c heuristics/subnlp/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 0]
3.40/3.47 c heuristics/trivial/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 1]
3.40/3.47 c heuristics/trysol/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 0]
3.40/3.47 c heuristics/undercover/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 10]
3.40/3.47 c heuristics/veclendiving/freq = -1
3.40/3.47 c
3.40/3.47 c # maximal fraction of diving LP iterations compared to node LP iterations
3.40/3.47 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.40/3.47 c heuristics/veclendiving/maxlpiterquot = 0.075
3.40/3.47 c
3.40/3.47 c # additional number of allowed LP iterations
3.40/3.47 c # [type: int, range: [0,2147483647], default: 1000]
3.40/3.47 c heuristics/veclendiving/maxlpiterofs = 1500
3.40/3.47 c
3.40/3.47 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 1]
3.40/3.47 c heuristics/zirounding/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 0]
3.40/3.47 c separating/cmir/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: 0]
3.40/3.47 c separating/flowcover/freq = -1
3.40/3.47 c
3.40/3.47 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.40/3.47 c # [type: int, range: [-1,2147483647], default: -1]
3.40/3.47 c separating/rapidlearning/freq = 0
3.40/3.47 c
3.40/3.47 c -----------------------------------------------------------------------------------------------
3.40/3.47 c start solving
3.40/3.48 c
8.59/8.63 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
8.59/8.63 c 8.6s| 1 | 0 | 3832 | - | 418M| 0 | 834 | 12k| 283k| 12k| 283k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
12.78/12.84 c 12.8s| 1 | 0 | 4582 | - | 419M| 0 |2321 | 12k| 283k| 12k| 283k| 8 | 0 | 0 | 0.000000e+00 | -- | Inf
19.18/19.23 c 19.2s| 1 | 0 | 6291 | - | 420M| 0 |2826 | 12k| 283k| 12k| 283k| 17 | 0 | 0 | 0.000000e+00 | -- | Inf
55.28/55.36 c 55.4s| 1 | 0 | 16502 | - | 422M| 0 |3168 | 12k| 283k| 12k| 283k| 44 | 0 | 0 | 0.000000e+00 | -- | Inf
69.57/69.64 c 69.6s| 1 | 0 | 19844 | - | 424M| 0 |3632 | 12k| 283k| 12k| 284k| 119 | 0 | 0 | 0.000000e+00 | -- | Inf
109.57/109.61 c 110s| 1 | 0 | 26337 | - | 425M| 0 |4398 | 12k| 283k| 12k| 284k| 181 | 0 | 0 | 0.000000e+00 | -- | Inf
192.46/192.54 c 193s| 1 | 2 | 26337 | - | 425M| 0 |4398 | 12k| 283k| 12k| 284k| 181 | 0 | 20 | 0.000000e+00 | -- | Inf
1796.70/1797.04 c
1796.70/1797.04 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.04 c Solving Time (sec) : 1797.03
1796.70/1797.04 c Solving Nodes : 40
1796.70/1797.04 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.04 c Dual Bound : +0.00000000000000e+00
1796.70/1797.04 c Gap : infinite
1796.70/1797.04 s UNKNOWN
1796.70/1797.04 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.04 c Total Time : 1797.03
1796.70/1797.04 c solving : 1797.03
1796.70/1797.04 c presolving : 1.49 (included in solving)
1796.70/1797.04 c reading : 1.65 (included in solving)
1796.70/1797.04 c Original Problem :
1796.70/1797.04 c Problem name : HOME/instance-3741009-1338769097.opb
1796.70/1797.04 c Variables : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.04 c Constraints : 283937 initial, 283937 maximal
1796.70/1797.04 c Presolved Problem :
1796.70/1797.04 c Problem name : t_HOME/instance-3741009-1338769097.opb
1796.70/1797.04 c Variables : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.04 c Constraints : 283919 initial, 283921 maximal
1796.70/1797.04 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.04 c trivial : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c implics : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c probing : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c knapsack : 0.09 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c setppc : 0.05 0 0 0 0 0 0 0 0 0
1796.70/1797.04 c linear : 1.01 0 1 0 0 0 10 0 9 0
1796.70/1797.04 c logicor : 0.14 0 0 0 0 0 8 0 0 0
1796.70/1797.04 c root node : - 0 - - 0 - - - - -
1796.70/1797.04 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
1796.70/1797.04 c integral : 0 0 0 39 0 1 0 0 4 0 0 76
1796.70/1797.04 c knapsack : 28351 5 86 0 1 0 3 0 81 252 0 0
1796.70/1797.04 c setppc : 60278 5 86 0 1 0 21 1 3759 0 0 0
1796.70/1797.04 c linear : 3 5 85 0 1 0 0 0 0 0 0 0
1796.70/1797.04 c logicor : 195287+ 5 61 0 1 0 5 0 488 0 0 0
1796.70/1797.04 c countsols : 0 0 0 0 1 0 0 0 0 0 0 0
1796.70/1797.04 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
1796.70/1797.04 c integral : 1114.21 0.00 0.00 1114.21 0.00 0.00 0.00
1796.70/1797.04 c knapsack : 0.18 0.08 0.09 0.00 0.01 0.00 0.00
1796.70/1797.04 c setppc : 0.19 0.01 0.17 0.00 0.01 0.00 0.00
1796.70/1797.04 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.04 c logicor : 0.11 0.03 0.06 0.00 0.01 0.00 0.00
1796.70/1797.04 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.04 c Propagators : #Propagate #Resprop Cutoffs DomReds
1796.70/1797.04 c vbounds : 0 0 0 0
1796.70/1797.04 c rootredcost : 0 0 0 0
1796.70/1797.04 c pseudoobj : 0 0 0 0
1796.70/1797.04 c Propagator Timings : TotalTime Propagate Resprop
1796.70/1797.04 c vbounds : 0.00 0.00 0.00
1796.70/1797.04 c rootredcost : 0.00 0.00 0.00
1796.70/1797.04 c pseudoobj : 0.00 0.00 0.00
1796.70/1797.04 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.04 c propagation : 0.00 1 1 4 16.2 0 0.0 -
1796.70/1797.04 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.04 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.04 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.04 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.04 c applied globally : - - - 2 9.5 - - -
1796.70/1797.04 c applied locally : - - - 0 0.0 - - -
1796.70/1797.04 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1796.70/1797.04 c cut pool : 0.00 4 - - 51 - (maximal pool size: 1498)
1796.70/1797.04 c redcost : 0.01 42 0 0 0 0
1796.70/1797.04 c impliedbounds : 0.01 5 0 0 0 0
1796.70/1797.04 c intobj : 0.00 0 0 0 0 0
1796.70/1797.04 c gomory : 17.16 5 0 0 2500 0
1796.70/1797.04 c cgmip : 0.00 0 0 0 0 0
1796.70/1797.04 c closecuts : 0.00 0 0 0 0 0
1796.70/1797.04 c strongcg : 13.82 5 0 0 2500 0
1796.70/1797.04 c cmir : 0.00 0 0 0 0 0
1796.70/1797.04 c flowcover : 0.00 0 0 0 0 0
1796.70/1797.04 c clique : 0.55 5 0 0 36 0
1796.70/1797.04 c zerohalf : 0.00 0 0 0 0 0
1796.70/1797.04 c mcf : 0.28 1 0 0 0 0
1796.70/1797.04 c oddcycle : 0.00 0 0 0 0 0
1796.70/1797.04 c rapidlearning : 0.00 0 0 0 0 0
1796.70/1797.04 c Pricers : Time Calls Vars
1796.70/1797.04 c problem variables: 0.00 0 0
1796.70/1797.04 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.04 c relpscost : 1114.21 39 0 4 0 0 76
1796.70/1797.04 c pscost : 0.00 0 0 0 0 0 0
1796.70/1797.04 c inference : 0.00 1 0 0 0 0 2
1796.70/1797.04 c mostinf : 0.00 0 0 0 0 0 0
1796.70/1797.04 c leastinf : 0.00 0 0 0 0 0 0
1796.70/1797.04 c fullstrong : 0.00 0 0 0 0 0 0
1796.70/1797.04 c allfullstrong : 0.00 0 0 0 0 0 0
1796.70/1797.04 c random : 0.00 0 0 0 0 0 0
1796.70/1797.04 c Primal Heuristics : Time Calls Found
1796.70/1797.04 c LP solutions : 0.00 - 0
1796.70/1797.04 c pseudo solutions : 0.00 - 0
1796.70/1797.04 c trivial : 0.01 1 0
1796.70/1797.04 c shiftandpropagate: 0.00 0 0
1796.70/1797.04 c simplerounding : 0.00 0 0
1796.70/1797.04 c zirounding : 0.00 0 0
1796.70/1797.04 c rounding : 0.00 0 0
1796.70/1797.04 c shifting : 0.00 0 0
1796.70/1797.04 c intshifting : 0.00 0 0
1796.70/1797.04 c oneopt : 0.00 0 0
1796.70/1797.04 c twoopt : 0.00 0 0
1796.70/1797.04 c fixandinfer : 0.00 0 0
1796.70/1797.04 c feaspump : 0.00 0 0
1796.70/1797.04 c clique : 0.00 0 0
1796.70/1797.04 c coefdiving : 0.00 0 0
1796.70/1797.04 c pscostdiving : 0.00 0 0
1796.70/1797.04 c fracdiving : 0.00 0 0
1796.70/1797.04 c veclendiving : 0.00 0 0
1796.70/1797.04 c intdiving : 0.00 0 0
1796.70/1797.04 c actconsdiving : 0.00 0 0
1796.70/1797.04 c objpscostdiving : 0.00 0 0
1796.70/1797.04 c rootsoldiving : 0.00 0 0
1796.70/1797.04 c linesearchdiving : 0.00 0 0
1796.70/1797.04 c guideddiving : 0.00 0 0
1796.70/1797.04 c octane : 0.00 0 0
1796.70/1797.04 c rens : 0.00 0 0
1796.70/1797.04 c rins : 0.00 0 0
1796.70/1797.04 c localbranching : 0.00 0 0
1796.70/1797.04 c mutation : 0.00 0 0
1796.70/1797.04 c crossover : 0.00 0 0
1796.70/1797.04 c dins : 0.00 0 0
1796.70/1797.04 c vbounds : 0.00 0 0
1796.70/1797.04 c undercover : 0.00 0 0
1796.70/1797.04 c subnlp : 0.00 0 0
1796.70/1797.04 c trysol : 0.00 0 0
1796.70/1797.04 c LP : Time Calls Iterations Iter/call Iter/sec
1796.70/1797.04 c primal LP : 0.20 0 0 0.00 0.00
1796.70/1797.04 c dual LP : 644.63 45 133423 2964.96 206.97
1796.70/1797.04 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.04 c barrier LP : 0.00 0 0 0.00 -
1796.70/1797.04 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.04 c strong branching : 1114.04 233 194422 834.43 174.52
1796.70/1797.04 c (at root node) : - 20 17494 874.70 -
1796.70/1797.04 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.04 c B&B Tree :
1796.70/1797.04 c number of runs : 1
1796.70/1797.04 c nodes : 40
1796.70/1797.04 c nodes (total) : 40
1796.70/1797.04 c nodes left : 39
1796.70/1797.04 c max depth : 28
1796.70/1797.04 c max depth (total): 28
1796.70/1797.04 c backtracks : 3 (7.5%)
1796.70/1797.04 c delayed cutoffs : 0
1796.70/1797.04 c repropagations : 1 (11 domain reductions, 0 cutoffs)
1796.70/1797.04 c avg switch length: 1.27
1796.70/1797.04 c switching time : 0.33
1796.70/1797.04 c Solution :
1796.70/1797.04 c Solutions found : 0 (0 improvements)
1796.70/1797.04 c Primal Bound : -
1796.70/1797.04 c Dual Bound : +0.00000000000000e+00
1796.70/1797.04 c Gap : infinite
1796.70/1797.04 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.04 c Root Iterations : 26337
1797.40/1797.73 c Time complete: 1797.45.
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-3741009-1338769097/watcher-3741009-1338769097 -o /tmp/evaluation-result-3741009-1338769097/solver-3741009-1338769097 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741009-1338769097.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: 2.03 2.01 2.00 4/176 21567
/proc/meminfo: memFree=30851500/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 1719 0 0 0 0 0 0 0 20 0 1 0 343035679 11214848 1673 33554432000 4194304 9016284 140735555543232 140736544443656 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 2738 1685 340 1178 0 1556 0
[startup+0.0384139 s]
/proc/loadavg: 2.03 2.01 2.00 4/176 21567
/proc/meminfo: memFree=30851500/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=16556 CPUtime=0.03 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 3123 0 0 0 3 0 0 0 20 0 1 0 343035679 16953344 3077 33554432000 4194304 9016284 140735555543232 140736544443656 7854980 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 4139 3077 357 1178 0 2957 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16556
[startup+0.100306 s]
/proc/loadavg: 2.03 2.01 2.00 4/176 21567
/proc/meminfo: memFree=30851500/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=21428 CPUtime=0.09 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 4346 0 0 0 9 0 0 0 20 0 1 0 343035679 21942272 4300 33554432000 4194304 9016284 140735555543232 140736544443656 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 5357 4300 357 1178 0 4175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21428
[startup+0.30026 s]
/proc/loadavg: 2.03 2.01 2.00 4/176 21567
/proc/meminfo: memFree=30851500/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=36736 CPUtime=0.29 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 8171 0 0 0 28 1 0 0 20 0 1 0 343035679 37617664 8125 33554432000 4194304 9016284 140735555543232 140736544443656 6179695 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 9184 8125 357 1178 0 8002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36736
[startup+0.700263 s]
/proc/loadavg: 2.03 2.01 2.00 4/176 21567
/proc/meminfo: memFree=30851500/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=66284 CPUtime=0.69 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 15537 0 0 0 66 3 0 0 20 0 1 0 343035679 67874816 15491 33554432000 4194304 9016284 140735555543232 140736544443656 6151248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 16571 15491 357 1178 0 15389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66284
[startup+1.50026 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21568
/proc/meminfo: memFree=30768900/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=124716 CPUtime=1.48 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 30129 0 0 0 143 5 0 0 20 0 1 0 343035679 127709184 30083 33554432000 4194304 9016284 140735555543232 140735555406536 7854944 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 31179 30083 357 1178 0 29997 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 124716
[startup+3.10015 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21568
/proc/meminfo: memFree=30509244/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=431300 CPUtime=3.09 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 115130 0 0 0 290 19 0 0 20 0 1 0 343035679 441651200 103948 33554432000 4194304 9016284 140735555543232 140735555538888 7854966 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 107825 103948 496 1178 0 106643 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 431300
[startup+6.30028 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 21568
/proc/meminfo: memFree=30094360/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=857744 CPUtime=6.29 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 173240 0 0 0 599 30 0 0 20 0 1 0 343035679 878329856 201011 33554432000 4194304 9016284 140735555543232 140735555537096 7875833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 214436 201011 625 1178 0 213254 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 857744
[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 21568
/proc/meminfo: memFree=30036968/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=867792 CPUtime=12.68 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 181141 0 0 0 1236 32 0 0 20 0 1 0 343035679 888619008 210546 33554432000 4194304 9016284 140735555543232 140735555537400 7876071 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 216948 210546 661 1178 0 215766 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867792
[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 21568
/proc/meminfo: memFree=29969040/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=921684 CPUtime=25.49 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 186177 0 0 0 2513 36 0 0 20 0 1 0 343035679 943804416 221368 33554432000 4194304 9016284 140735555543232 140735555537096 7180891 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 230421 221368 661 1178 0 229239 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 921684
[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 4/177 21568
/proc/meminfo: memFree=29947852/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=946540 CPUtime=51.08 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 187718 0 0 0 5069 39 0 0 20 0 1 0 343035679 969256960 226432 33554432000 4194304 9016284 140735555543232 140735555537096 7180672 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 236635 226432 661 1178 0 235453 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 946540
[startup+102.3 s]
/proc/loadavg: 2.06 2.02 2.00 4/177 21569
/proc/meminfo: memFree=29930720/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=954896 CPUtime=102.28 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 190149 0 0 0 10183 45 0 0 20 0 1 0 343035679 977813504 230595 33554432000 4194304 9016284 140735555543232 140735555536152 7180992 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 238724 230595 663 1178 0 237542 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 954896
[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 21572
/proc/meminfo: memFree=29942372/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=956328 CPUtime=162.27 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 190154 0 0 0 16176 51 0 0 20 0 1 0 343035679 979279872 231622 33554432000 4194304 9016284 140735555543232 140735555536984 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 239082 231622 664 1178 0 237900 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 956328
[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 21572
/proc/meminfo: memFree=29922200/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=957320 CPUtime=222.26 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 190163 0 0 0 22170 56 0 0 20 0 1 0 343035679 980295680 231631 33554432000 4194304 9016284 140735555543232 140735555536040 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 239330 231631 672 1178 0 238148 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 957320
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 21572
/proc/meminfo: memFree=29948588/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=944568 CPUtime=282.25 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 191718 0 0 0 28162 63 0 0 20 0 1 0 343035679 967237632 229300 33554432000 4194304 9016284 140735555543232 140735555537288 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 236142 229300 672 1178 0 234960 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 944568
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 21572
/proc/meminfo: memFree=29911324/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=944568 CPUtime=342.24 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 191785 0 0 0 34155 69 0 0 20 0 1 0 343035679 967237632 229367 33554432000 4194304 9016284 140735555543232 140735555537080 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 236142 229367 672 1178 0 234960 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 944568
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 21573
/proc/meminfo: memFree=29916152/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=944740 CPUtime=402.22 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 194044 0 0 0 40147 75 0 0 20 0 1 0 343035679 967413760 229979 33554432000 4194304 9016284 140735555543232 140735555536984 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 236185 229979 672 1178 0 235003 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 944740
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 21573
/proc/meminfo: memFree=29931632/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=944740 CPUtime=462.21 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 194071 0 0 0 46140 81 0 0 20 0 1 0 343035679 967413760 231113 33554432000 4194304 9016284 140735555543232 140735555536152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 236185 231113 672 1178 0 235003 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 944740
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 21574
/proc/meminfo: memFree=29957504/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=960492 CPUtime=522.21 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 194807 0 0 0 52134 87 0 0 20 0 1 0 343035679 983543808 232870 33554432000 4194304 9016284 140735555543232 140735555536984 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240123 232870 672 1178 0 238941 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 960492
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 21574
/proc/meminfo: memFree=29931372/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=905800 CPUtime=582.2 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 207111 0 0 0 58119 101 0 0 20 0 1 0 343035679 927539200 224337 33554432000 4194304 9016284 140735555543232 140735555537288 6922740 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 226450 224337 672 1178 0 225268 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 905800
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=29906264/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=963152 CPUtime=1122.11 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 290013 0 0 0 112017 194 0 0 20 0 1 0 343035679 986267648 239089 33554432000 4194304 9016284 140735555543232 140735555537080 7198839 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240788 239089 672 1178 0 239606 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 963152
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 21579
/proc/meminfo: memFree=29851224/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=991584 CPUtime=1182.1 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 299562 0 0 0 118007 203 0 0 20 0 1 0 343035679 1015382016 241331 33554432000 4194304 9016284 140735555543232 140735555537096 7214187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 247896 241331 672 1178 0 246714 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 991584
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 21579
/proc/meminfo: memFree=29848064/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=991584 CPUtime=1242.09 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 299568 0 0 0 124001 208 0 0 20 0 1 0 343035679 1015382016 241337 33554432000 4194304 9016284 140735555543232 140735555537096 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 247896 241337 675 1178 0 246714 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 991584
[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 2.01 4/177 21579
/proc/meminfo: memFree=29864508/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=905800 CPUtime=1302.08 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 311926 0 0 0 129988 220 0 0 20 0 1 0 343035679 927539200 224833 33554432000 4194304 9016284 140735555543232 140735555536072 7152978 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 226450 224833 675 1178 0 225268 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 905800
[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 4/178 21583
/proc/meminfo: memFree=29871476/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=964288 CPUtime=1362.08 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 321951 0 0 0 135978 230 0 0 20 0 1 0 343035679 987430912 235073 33554432000 4194304 9016284 140735555543232 140735555537400 6863428 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 241072 235073 675 1178 0 239890 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 964288
[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/177 21583
/proc/meminfo: memFree=29844096/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=992228 CPUtime=1422.07 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 323898 0 0 0 141972 235 0 0 20 0 1 0 343035679 1016041472 241614 33554432000 4194304 9016284 140735555543232 140735555537096 7180515 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 248057 241614 675 1178 0 246875 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 992228
[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21621
/proc/meminfo: memFree=29296644/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=963660 CPUtime=1482.06 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 325808 0 0 0 147965 241 0 0 20 0 1 0 343035679 986787840 236210 33554432000 4194304 9016284 140735555543232 140735555536040 6855193 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240915 236210 675 1178 0 239733 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 963660
[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21621
/proc/meminfo: memFree=29259732/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=963364 CPUtime=1542.05 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 330020 0 0 0 153958 247 0 0 20 0 1 0 343035679 986484736 239191 33554432000 4194304 9016284 140735555543232 140735555536984 6971817 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240841 239191 675 1178 0 239659 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 963364
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21621
/proc/meminfo: memFree=29225732/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=963364 CPUtime=1602.04 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 330021 0 0 0 159950 254 0 0 20 0 1 0 343035679 986484736 239192 33554432000 4194304 9016284 140735555543232 140735555537096 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240841 239192 675 1178 0 239659 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 963364
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21622
/proc/meminfo: memFree=29225864/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=963364 CPUtime=1662.03 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 330021 0 0 0 165944 259 0 0 20 0 1 0 343035679 986484736 239192 33554432000 4194304 9016284 140735555543232 140735555536648 7180936 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240841 239192 675 1178 0 239659 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 963364
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21623
/proc/meminfo: memFree=29262728/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=962788 CPUtime=1722.02 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 332445 0 0 0 171938 264 0 0 20 0 1 0 343035679 985894912 234000 33554432000 4194304 9016284 140735555543232 140735555536984 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240697 234000 675 1178 0 239515 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 962788
[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 21623
/proc/meminfo: memFree=29270768/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=934228 CPUtime=1782.01 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 352665 0 0 0 177917 284 0 0 20 0 1 0 343035679 956649472 231889 33554432000 4194304 9016284 140735555543232 140735555536984 7213854 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 233557 231889 675 1178 0 232375 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 934228
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 21623
/proc/meminfo: memFree=29205920/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=990960 CPUtime=1785.31 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 353320 0 0 0 178247 284 0 0 20 0 1 0 343035679 1014743040 241231 33554432000 4194304 9016284 140735555543232 140735555536984 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 247740 241231 675 1178 0 246558 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 990960
[startup+1792.01 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21623
/proc/meminfo: memFree=29233784/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=962948 CPUtime=1791.72 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 354508 0 0 0 178886 286 0 0 20 0 1 0 343035679 986058752 234197 33554432000 4194304 9016284 140735555543232 140735555536984 7214210 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240737 234197 675 1178 0 239555 0
Current children cumulated CPU time (s) 1791.72
Current children cumulated vsize (KiB) 962948
[startup+1795.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21623
/proc/meminfo: memFree=29233288/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=962948 CPUtime=1794.91 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 354644 0 0 0 179205 286 0 0 20 0 1 0 343035679 986058752 234333 33554432000 4194304 9016284 140735555543232 140735555536984 7227736 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240737 234333 675 1178 0 239555 0
Current children cumulated CPU time (s) 1794.91
Current children cumulated vsize (KiB) 962948
[startup+1796.8 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21623
/proc/meminfo: memFree=29233288/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=962948 CPUtime=1796.5 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 354645 0 0 0 179364 286 0 0 20 0 1 0 343035679 986058752 234334 33554432000 4194304 9016284 140735555543232 140735555537096 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240737 234334 675 1178 0 239555 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (KiB) 962948
[startup+1797.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21623
/proc/meminfo: memFree=29233288/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=962688 CPUtime=1796.9 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 354651 0 0 0 179404 286 0 0 20 0 1 0 343035679 985792512 234275 33554432000 4194304 9016284 140735555543232 140735555537096 6812657 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 240672 234275 681 1178 0 239490 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (KiB) 962688
[startup+1797.6 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21623
/proc/meminfo: memFree=29234404/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=956244 CPUtime=1797.3 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 354652 0 0 0 179444 286 0 0 20 0 1 0 343035679 979193856 232749 33554432000 4194304 9016284 140735555543232 140735555537096 7854966 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 239061 232749 682 1178 0 237879 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (KiB) 956244
[startup+1797.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21623
/proc/meminfo: memFree=29234404/32873648 swapFree=7628/7628
[pid=21567] ppid=21565 vsize=774172 CPUtime=1797.4 cores=1,3,5,7
/proc/21567/stat : 21567 (scip-2.0.1.4b_2) R 21565 21567 20052 0 -1 4202496 354652 0 0 0 179453 287 0 0 20 0 1 0 343035679 792752128 192207 33554432000 4194304 9016284 140735555543232 140735555537096 7933303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21567/statm: 193543 192008 682 1178 0 192361 0
Current children cumulated CPU time (s) 1797.4
Current children cumulated vsize (KiB) 774172
Child status: 0
Real time (s): 1797.74
CPU time (s): 1797.45
CPU user time (s): 1794.56
CPU system time (s): 2.89056
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1021760
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 2.89056
maximum resident set size= 998524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354660
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= 16
involuntary context switches= 1848
runsolver used 3.13352 second user time and 8.5727 second system time
The end