0.00/0.01 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.01 c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01 c
0.00/0.01 c user parameter file <scip.set> not found - using default parameters
0.00/0.01 c reading problem <HOME/instance-3740827-1338764718.opb>
1.28/1.32 c original problem has 10086 variables (10086 bin, 0 int, 0 impl, 0 cont) and 226240 constraints
1.28/1.32 c problem read
1.48/1.51 c No objective function, only one solution is needed.
1.48/1.51 c presolving settings loaded
1.48/1.59 c presolving:
2.49/2.53 c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 107014 impls, 366 clqs
2.68/2.75 c presolving (2 rounds):
2.68/2.75 c 1 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
2.68/2.75 c 107014 implications, 366 cliques
2.68/2.75 c presolved problem has 10085 variables (10085 bin, 0 int, 0 impl, 0 cont) and 226222 constraints
2.68/2.75 c 22570 constraints of type <knapsack>
2.68/2.75 c 48174 constraints of type <setppc>
2.68/2.75 c 2 constraints of type <linear>
2.68/2.75 c 155476 constraints of type <logicor>
2.68/2.75 c transformed objective value is always integral (scale: 1)
2.68/2.75 c Presolving Time: 1.17
2.68/2.75 c - non default parameters ----------------------------------------------------------------------
2.68/2.75 c # SCIP version 2.0.1.5
2.68/2.75 c
2.68/2.75 c # frequency for displaying node information lines
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 100]
2.68/2.75 c display/freq = 10000
2.68/2.75 c
2.68/2.75 c # maximal time in seconds to run
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.68/2.75 c limits/time = 1797
2.68/2.75 c
2.68/2.75 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.68/2.75 c limits/memory = 13950
2.68/2.75 c
2.68/2.75 c # solving stops, if the given number of solutions were found (-1: no limit)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: -1]
2.68/2.75 c limits/solutions = 1
2.68/2.75 c
2.68/2.75 c # maximal number of separation rounds per node (-1: unlimited)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 5]
2.68/2.75 c separating/maxrounds = 1
2.68/2.75 c
2.68/2.75 c # maximal number of separation rounds in the root node (-1: unlimited)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: -1]
2.68/2.75 c separating/maxroundsroot = 5
2.68/2.75 c
2.68/2.75 c # default clock type (1: CPU user seconds, 2: wall clock time)
2.68/2.75 c # [type: int, range: [1,2], default: 1]
2.68/2.75 c timing/clocktype = 2
2.68/2.75 c
2.68/2.75 c # belongs reading time to solving time?
2.68/2.75 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.75 c timing/reading = TRUE
2.68/2.75 c
2.68/2.75 c # should presolving try to simplify inequalities
2.68/2.75 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.75 c constraints/linear/simplifyinequalities = TRUE
2.68/2.75 c
2.68/2.75 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.68/2.75 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.75 c constraints/indicator/addCouplingCons = TRUE
2.68/2.75 c
2.68/2.75 c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.68/2.75 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.68/2.75 c constraints/knapsack/disaggregation = FALSE
2.68/2.75 c
2.68/2.75 c # should presolving try to simplify knapsacks
2.68/2.75 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.75 c constraints/knapsack/simplifyinequalities = TRUE
2.68/2.75 c
2.68/2.75 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: -1]
2.68/2.75 c presolving/probing/maxrounds = 0
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 10]
2.68/2.75 c heuristics/coefdiving/freq = -1
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to node LP iterations
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.68/2.75 c heuristics/coefdiving/maxlpiterquot = 0.075
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/coefdiving/maxlpiterofs = 1500
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 30]
2.68/2.75 c heuristics/crossover/freq = -1
2.68/2.75 c
2.68/2.75 c # number of nodes added to the contingent of the total nodes
2.68/2.75 c # [type: longint, range: [0,9223372036854775807], default: 500]
2.68/2.75 c heuristics/crossover/nodesofs = 750
2.68/2.75 c
2.68/2.75 c # number of nodes without incumbent change that heuristic should wait
2.68/2.75 c # [type: longint, range: [0,9223372036854775807], default: 200]
2.68/2.75 c heuristics/crossover/nwaitingnodes = 100
2.68/2.75 c
2.68/2.75 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.68/2.75 c # [type: real, range: [0,1], default: 0.1]
2.68/2.75 c heuristics/crossover/nodesquot = 0.15
2.68/2.75 c
2.68/2.75 c # minimum percentage of integer variables that have to be fixed
2.68/2.75 c # [type: real, range: [0,1], default: 0.666]
2.68/2.75 c heuristics/crossover/minfixingrate = 0.5
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 20]
2.68/2.75 c heuristics/feaspump/freq = -1
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/feaspump/maxlpiterofs = 2000
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 10]
2.68/2.75 c heuristics/fracdiving/freq = -1
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to node LP iterations
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.68/2.75 c heuristics/fracdiving/maxlpiterquot = 0.075
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/fracdiving/maxlpiterofs = 1500
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 10]
2.68/2.75 c heuristics/guideddiving/freq = -1
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to node LP iterations
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.68/2.75 c heuristics/guideddiving/maxlpiterquot = 0.075
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/guideddiving/maxlpiterofs = 1500
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to node LP iterations
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.68/2.75 c heuristics/intdiving/maxlpiterquot = 0.075
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 10]
2.68/2.75 c heuristics/intshifting/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 10]
2.68/2.75 c heuristics/linesearchdiving/freq = -1
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to node LP iterations
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.68/2.75 c heuristics/linesearchdiving/maxlpiterquot = 0.075
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/linesearchdiving/maxlpiterofs = 1500
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 20]
2.68/2.75 c heuristics/objpscostdiving/freq = -1
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to total iteration number
2.68/2.75 c # [type: real, range: [0,1], default: 0.01]
2.68/2.75 c heuristics/objpscostdiving/maxlpiterquot = 0.015
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/objpscostdiving/maxlpiterofs = 1500
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 1]
2.68/2.75 c heuristics/oneopt/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 10]
2.68/2.75 c heuristics/pscostdiving/freq = -1
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to node LP iterations
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.68/2.75 c heuristics/pscostdiving/maxlpiterquot = 0.075
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/pscostdiving/maxlpiterofs = 1500
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 0]
2.68/2.75 c heuristics/rens/freq = -1
2.68/2.75 c
2.68/2.75 c # minimum percentage of integer variables that have to be fixable
2.68/2.75 c # [type: real, range: [0,1], default: 0.5]
2.68/2.75 c heuristics/rens/minfixingrate = 0.3
2.68/2.75 c
2.68/2.75 c # number of nodes added to the contingent of the total nodes
2.68/2.75 c # [type: longint, range: [0,9223372036854775807], default: 500]
2.68/2.75 c heuristics/rens/nodesofs = 2000
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 20]
2.68/2.75 c heuristics/rootsoldiving/freq = -1
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to node LP iterations
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.68/2.75 c heuristics/rootsoldiving/maxlpiterquot = 0.015
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/rootsoldiving/maxlpiterofs = 1500
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 1]
2.68/2.75 c heuristics/rounding/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 0]
2.68/2.75 c heuristics/shiftandpropagate/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 10]
2.68/2.75 c heuristics/shifting/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 1]
2.68/2.75 c heuristics/simplerounding/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 1]
2.68/2.75 c heuristics/subnlp/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 0]
2.68/2.75 c heuristics/trivial/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 1]
2.68/2.75 c heuristics/trysol/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 0]
2.68/2.75 c heuristics/undercover/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 10]
2.68/2.75 c heuristics/veclendiving/freq = -1
2.68/2.75 c
2.68/2.75 c # maximal fraction of diving LP iterations compared to node LP iterations
2.68/2.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.68/2.75 c heuristics/veclendiving/maxlpiterquot = 0.075
2.68/2.75 c
2.68/2.75 c # additional number of allowed LP iterations
2.68/2.75 c # [type: int, range: [0,2147483647], default: 1000]
2.68/2.75 c heuristics/veclendiving/maxlpiterofs = 1500
2.68/2.75 c
2.68/2.75 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 1]
2.68/2.75 c heuristics/zirounding/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 0]
2.68/2.75 c separating/cmir/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: 0]
2.68/2.75 c separating/flowcover/freq = -1
2.68/2.75 c
2.68/2.75 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.68/2.75 c # [type: int, range: [-1,2147483647], default: -1]
2.68/2.75 c separating/rapidlearning/freq = 0
2.68/2.75 c
2.68/2.75 c -----------------------------------------------------------------------------------------------
2.68/2.75 c start solving
2.68/2.75 c
5.08/5.17 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
5.08/5.17 c 5.2s| 1 | 0 | 1979 | - | 333M| 0 | 886 | 10k| 226k| 10k| 226k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
9.88/9.98 c 10.0s| 1 | 0 | 3926 | - | 333M| 0 |2362 | 10k| 226k| 10k| 226k| 17 | 0 | 0 | 0.000000e+00 | -- | Inf
15.99/16.06 c 16.1s| 1 | 0 | 6035 | - | 334M| 0 |3055 | 10k| 226k| 10k| 226k| 34 | 0 | 0 | 0.000000e+00 | -- | Inf
25.78/25.88 c 25.9s| 1 | 0 | 6972 | - | 336M| 0 |3587 | 10k| 226k| 10k| 226k| 60 | 0 | 0 | 0.000000e+00 | -- | Inf
30.68/30.72 c 30.7s| 1 | 0 | 7868 | - | 338M| 0 |3546 | 10k| 226k| 10k| 226k| 85 | 0 | 0 | 0.000000e+00 | -- | Inf
49.97/50.07 c 50.1s| 1 | 0 | 9365 | - | 339M| 0 |3866 | 10k| 226k| 10k| 226k| 105 | 0 | 0 | 0.000000e+00 | -- | Inf
92.37/92.43 c 92.4s| 1 | 2 | 9365 | - | 339M| 0 |3866 | 10k| 226k| 10k| 226k| 105 | 0 | 19 | 0.000000e+00 | -- | Inf
1796.70/1797.09 c
1796.70/1797.09 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.09 c Solving Time (sec) : 1797.08
1796.70/1797.09 c Solving Nodes : 435
1796.70/1797.09 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.09 c Dual Bound : +0.00000000000000e+00
1796.70/1797.09 c Gap : infinite
1796.70/1797.09 s UNKNOWN
1796.70/1797.09 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.09 c Total Time : 1797.08
1796.70/1797.09 c solving : 1797.08
1796.70/1797.09 c presolving : 1.17 (included in solving)
1796.70/1797.09 c reading : 1.31 (included in solving)
1796.70/1797.09 c Original Problem :
1796.70/1797.09 c Problem name : HOME/instance-3740827-1338764718.opb
1796.70/1797.09 c Variables : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.09 c Constraints : 226240 initial, 226240 maximal
1796.70/1797.09 c Presolved Problem :
1796.70/1797.09 c Problem name : t_HOME/instance-3740827-1338764718.opb
1796.70/1797.09 c Variables : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.09 c Constraints : 226222 initial, 226564 maximal
1796.70/1797.09 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.09 c trivial : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c implics : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c probing : 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c knapsack : 0.08 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c setppc : 0.04 0 0 0 0 0 0 0 0 0
1796.70/1797.09 c linear : 0.80 0 1 0 0 0 10 0 9 0
1796.70/1797.09 c logicor : 0.10 0 0 0 0 0 8 0 0 0
1796.70/1797.09 c root node : - 0 - - 0 - - - - -
1796.70/1797.09 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
1796.70/1797.09 c integral : 0 0 0 373 0 1 0 0 1 0 0 744
1796.70/1797.09 c knapsack : 22570 5 2580 0 1 0 703 4 1124 66 0 0
1796.70/1797.09 c setppc : 48174 5 2576 0 1 0 4290 17 13741 0 0 0
1796.70/1797.09 c linear : 2 5 2559 0 1 0 9 1 10 0 0 0
1796.70/1797.09 c logicor : 155476+ 5 1854 0 1 0 1163 48 3042 0 0 0
1796.70/1797.09 c countsols : 0 0 0 0 1 0 0 0 0 0 0 0
1796.70/1797.09 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
1796.70/1797.09 c integral : 959.44 0.00 0.00 959.44 0.00 0.00 0.00
1796.70/1797.09 c knapsack : 1.27 0.07 1.20 0.00 0.01 0.00 0.00
1796.70/1797.09 c setppc : 0.65 0.01 0.63 0.00 0.01 0.00 0.00
1796.70/1797.09 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.09 c logicor : 0.50 0.03 0.43 0.00 0.03 0.00 0.00
1796.70/1797.09 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.09 c Propagators : #Propagate #Resprop Cutoffs DomReds
1796.70/1797.09 c vbounds : 0 0 0 0
1796.70/1797.09 c rootredcost : 0 0 0 0
1796.70/1797.09 c pseudoobj : 0 0 0 0
1796.70/1797.09 c Propagator Timings : TotalTime Propagate Resprop
1796.70/1797.09 c vbounds : 0.00 0.00 0.00
1796.70/1797.09 c rootredcost : 0.00 0.00 0.00
1796.70/1797.09 c pseudoobj : 0.00 0.00 0.00
1796.70/1797.09 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.09 c propagation : 0.01 70 70 425 48.7 82 11.3 -
1796.70/1797.09 c infeasible LP : 0.08 14 14 234 81.7 15 18.9 0
1796.70/1797.09 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.09 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.09 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.09 c applied globally : - - - 357 24.0 - - -
1796.70/1797.09 c applied locally : - - - 0 0.0 - - -
1796.70/1797.09 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1796.70/1797.09 c cut pool : 0.00 4 - - 61 - (maximal pool size: 1162)
1796.70/1797.09 c redcost : 0.06 376 0 0 0 0
1796.70/1797.09 c impliedbounds : 0.01 5 0 0 0 0
1796.70/1797.09 c intobj : 0.00 0 0 0 0 0
1796.70/1797.09 c gomory : 20.29 5 0 0 2500 0
1796.70/1797.09 c cgmip : 0.00 0 0 0 0 0
1796.70/1797.09 c closecuts : 0.00 0 0 0 0 0
1796.70/1797.09 c strongcg : 7.50 5 0 0 2500 0
1796.70/1797.09 c cmir : 0.00 0 0 0 0 0
1796.70/1797.09 c flowcover : 0.00 0 0 0 0 0
1796.70/1797.09 c clique : 0.53 5 0 0 41 0
1796.70/1797.09 c zerohalf : 0.00 0 0 0 0 0
1796.70/1797.09 c mcf : 0.33 1 0 0 0 0
1796.70/1797.09 c oddcycle : 0.00 0 0 0 0 0
1796.70/1797.09 c rapidlearning : 0.00 0 0 0 0 0
1796.70/1797.09 c Pricers : Time Calls Vars
1796.70/1797.09 c problem variables: 0.00 0 0
1796.70/1797.09 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.09 c relpscost : 959.44 373 0 1 0 0 744
1796.70/1797.09 c pscost : 0.00 0 0 0 0 0 0
1796.70/1797.09 c inference : 0.00 1 0 0 0 0 2
1796.70/1797.09 c mostinf : 0.00 0 0 0 0 0 0
1796.70/1797.09 c leastinf : 0.00 0 0 0 0 0 0
1796.70/1797.09 c fullstrong : 0.00 0 0 0 0 0 0
1796.70/1797.09 c allfullstrong : 0.00 0 0 0 0 0 0
1796.70/1797.09 c random : 0.00 0 0 0 0 0 0
1796.70/1797.09 c Primal Heuristics : Time Calls Found
1796.70/1797.09 c LP solutions : 0.00 - 0
1796.70/1797.09 c pseudo solutions : 0.00 - 0
1796.70/1797.09 c trivial : 0.00 1 0
1796.70/1797.09 c shiftandpropagate: 0.00 0 0
1796.70/1797.09 c simplerounding : 0.00 0 0
1796.70/1797.09 c zirounding : 0.00 0 0
1796.70/1797.09 c rounding : 0.00 0 0
1796.70/1797.09 c shifting : 0.00 0 0
1796.70/1797.09 c intshifting : 0.00 0 0
1796.70/1797.09 c oneopt : 0.00 0 0
1796.70/1797.09 c twoopt : 0.00 0 0
1796.70/1797.09 c fixandinfer : 0.00 0 0
1796.70/1797.09 c feaspump : 0.00 0 0
1796.70/1797.09 c clique : 0.00 0 0
1796.70/1797.09 c coefdiving : 0.00 0 0
1796.70/1797.09 c pscostdiving : 0.00 0 0
1796.70/1797.09 c fracdiving : 0.00 0 0
1796.70/1797.09 c veclendiving : 0.00 0 0
1796.70/1797.09 c intdiving : 0.00 0 0
1796.70/1797.09 c actconsdiving : 0.00 0 0
1796.70/1797.09 c objpscostdiving : 0.00 0 0
1796.70/1797.09 c rootsoldiving : 0.00 0 0
1796.70/1797.09 c linesearchdiving : 0.00 0 0
1796.70/1797.09 c guideddiving : 0.00 0 0
1796.70/1797.09 c octane : 0.00 0 0
1796.70/1797.09 c rens : 0.00 0 0
1796.70/1797.09 c rins : 0.00 0 0
1796.70/1797.09 c localbranching : 0.00 0 0
1796.70/1797.09 c mutation : 0.00 0 0
1796.70/1797.09 c crossover : 0.00 0 0
1796.70/1797.09 c dins : 0.00 0 0
1796.70/1797.09 c vbounds : 0.00 0 0
1796.70/1797.09 c undercover : 0.00 0 0
1796.70/1797.09 c subnlp : 0.00 0 0
1796.70/1797.09 c trysol : 0.00 0 0
1796.70/1797.09 c LP : Time Calls Iterations Iter/call Iter/sec
1796.70/1797.09 c primal LP : 0.13 0 0 0.00 0.00
1796.70/1797.09 c dual LP : 791.35 393 201138 511.80 254.17
1796.70/1797.09 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.09 c barrier LP : 0.00 0 0 0.00 -
1796.70/1797.09 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.09 c strong branching : 959.05 386 215740 558.91 224.95
1796.70/1797.09 c (at root node) : - 19 11048 581.47 -
1796.70/1797.09 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.09 c B&B Tree :
1796.70/1797.09 c number of runs : 1
1796.70/1797.09 c nodes : 435
1796.70/1797.09 c nodes (total) : 435
1796.70/1797.09 c nodes left : 104
1796.70/1797.09 c max depth : 159
1796.70/1797.09 c max depth (total): 159
1796.70/1797.09 c backtracks : 38 (8.7%)
1796.70/1797.09 c delayed cutoffs : 208
1796.70/1797.09 c repropagations : 1446 (2882 domain reductions, 22 cutoffs)
1796.70/1797.09 c avg switch length: 9.14
1796.70/1797.09 c switching time : 1.47
1796.70/1797.09 c Solution :
1796.70/1797.09 c Solutions found : 0 (0 improvements)
1796.70/1797.09 c Primal Bound : -
1796.70/1797.09 c Dual Bound : +0.00000000000000e+00
1796.70/1797.09 c Gap : infinite
1796.70/1797.09 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.09 c Root Iterations : 9365
1797.29/1797.65 c Time complete: 1797.34.
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-3740827-1338764718/watcher-3740827-1338764718 -o /tmp/evaluation-result-3740827-1338764718/solver-3740827-1338764718 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740827-1338764718.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: 1.70 1.94 1.98 3/173 31343
/proc/meminfo: memFree=27054428/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/31343/stat : 31343 (runsolver) D 31341 31343 31309 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 342597582 12095488 51 33554432000 4194304 5436572 140735721261568 140735721257864 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/31343/statm: 2953 51 31 304 0 2645 0
[startup+0.0803019 s]
/proc/loadavg: 1.70 1.94 1.98 3/173 31343
/proc/meminfo: memFree=27054428/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=19604 CPUtime=0.06 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 3864 0 0 0 6 0 0 0 20 0 1 0 342597582 20074496 3818 33554432000 4194304 9016284 140733273982224 140735721257752 6152375 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 4901 3818 357 1178 0 3719 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19604
[startup+0.100269 s]
/proc/loadavg: 1.70 1.94 1.98 3/173 31343
/proc/meminfo: memFree=27054428/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=20204 CPUtime=0.08 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 4039 0 0 0 8 0 0 0 20 0 1 0 342597582 20688896 3993 33554432000 4194304 9016284 140733273982224 140735721257752 7842253 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 5051 3993 357 1178 0 3869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20204
[startup+0.300221 s]
/proc/loadavg: 1.70 1.94 1.98 3/173 31343
/proc/meminfo: memFree=27054428/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=35960 CPUtime=0.28 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 7976 0 0 0 28 0 0 0 20 0 1 0 342597582 36823040 7930 33554432000 4194304 9016284 140733273982224 140735721257752 6813403 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 8990 7930 357 1178 0 7808 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35960
[startup+0.700266 s]
/proc/loadavg: 1.70 1.94 1.98 3/173 31343
/proc/meminfo: memFree=27054428/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=65208 CPUtime=0.69 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 15267 0 0 0 67 2 0 0 20 0 1 0 342597582 66772992 15221 33554432000 4194304 9016284 140733273982224 140735721257752 7842240 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 16302 15221 357 1178 0 15120 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65208
[startup+1.50018 s]
/proc/loadavg: 1.70 1.94 1.98 3/174 31344
/proc/meminfo: memFree=26917152/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=229652 CPUtime=1.48 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 56302 0 0 0 142 6 0 0 20 0 1 0 342597582 235163648 56200 33554432000 4194304 9016284 140733273982224 140733273845640 5205792 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 57413 56200 411 1178 0 56231 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 229652
[startup+3.10029 s]
/proc/loadavg: 1.70 1.94 1.98 3/174 31344
/proc/meminfo: memFree=26651652/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=435600 CPUtime=3.08 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 125592 0 0 0 291 17 0 0 20 0 1 0 342597582 446054400 104919 33554432000 4194304 9016284 140733273982224 140733273978344 6813403 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 108900 104939 572 1178 0 107718 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 435600
[startup+6.30019 s]
/proc/loadavg: 1.72 1.94 1.98 3/172 31344
/proc/meminfo: memFree=26141712/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=693964 CPUtime=6.28 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 142594 0 0 0 606 22 0 0 20 0 1 0 342597582 710619136 165203 33554432000 4194304 9016284 140733273982224 140733273977288 6924808 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 173491 165203 650 1178 0 172309 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 693964
[startup+12.7003 s]
/proc/loadavg: 1.83 1.95 1.98 3/177 31354
/proc/meminfo: memFree=25581872/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=735092 CPUtime=12.69 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 144936 0 0 0 1244 25 0 0 20 0 1 0 342597582 752734208 175768 33554432000 4194304 9016284 140733273982224 140733273977336 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 183773 175768 661 1178 0 182591 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 735092
[startup+25.5003 s]
/proc/loadavg: 1.95 1.97 1.99 3/177 31354
/proc/meminfo: memFree=24684996/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=755028 CPUtime=25.48 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 147003 0 0 0 2522 26 0 0 20 0 1 0 342597582 773148672 183452 33554432000 4194304 9016284 140733273982224 140733273975144 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 188757 183452 661 1178 0 187575 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 755028
[startup+51.1002 s]
/proc/loadavg: 2.04 1.99 1.99 3/176 31354
/proc/meminfo: memFree=19771456/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=765640 CPUtime=51.07 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 148439 0 0 0 5078 29 0 0 20 0 1 0 342597582 784015360 187003 33554432000 4194304 9016284 140733273982224 140733273975976 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 191410 187003 662 1178 0 190228 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 765640
[startup+102.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/176 31354
/proc/meminfo: memFree=16943288/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=758140 CPUtime=102.26 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 158746 0 0 0 10188 38 0 0 20 0 1 0 342597582 776335360 183207 33554432000 4194304 9016284 140733273982224 140733273976280 7180882 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 189535 183207 670 1178 0 188353 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 758140
[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 31355
/proc/meminfo: memFree=12551484/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=767860 CPUtime=162.26 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 169857 0 0 0 16176 50 0 0 20 0 1 0 342597582 786288640 182049 33554432000 4194304 9016284 140733273982224 140733273975976 7214116 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 191965 182049 670 1178 0 190783 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 767860
[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 31356
/proc/meminfo: memFree=12529668/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=758032 CPUtime=222.24 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 196158 0 0 0 22153 71 0 0 20 0 1 0 342597582 776224768 180614 33554432000 4194304 9016284 140733273982224 140733273975976 6863444 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 189508 180614 670 1178 0 188326 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 758032
[startup+282.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 31356
/proc/meminfo: memFree=12521660/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=748824 CPUtime=282.24 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 208715 0 0 0 28140 84 0 0 20 0 1 0 342597582 766795776 181970 33554432000 4194304 9016284 140733273982224 140733273975976 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 187206 181970 670 1178 0 186024 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 748824
[startup+342.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/178 31359
/proc/meminfo: memFree=12499244/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=758520 CPUtime=342.22 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 208730 0 0 0 34134 88 0 0 20 0 1 0 342597582 776724480 183780 33554432000 4194304 9016284 140733273982224 140733273975976 6855183 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 189630 183780 670 1178 0 188448 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 758520
[startup+402.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 31359
/proc/meminfo: memFree=12469636/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=758556 CPUtime=402.21 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 220531 0 0 0 40122 99 0 0 20 0 1 0 342597582 776761344 184282 33554432000 4194304 9016284 140733273982224 140733273976072 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 189639 184282 670 1178 0 188457 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 758556
[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31359
/proc/meminfo: memFree=12464668/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=769080 CPUtime=462.2 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 247320 0 0 0 46101 119 0 0 20 0 1 0 342597582 787537920 185750 33554432000 4194304 9016284 140733273982224 140733273975976 7181022 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 192270 185750 670 1178 0 191088 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 769080
[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31360
/proc/meminfo: memFree=12452036/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=749296 CPUtime=522.19 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 248878 0 0 0 52094 125 0 0 20 0 1 0 342597582 767279104 180866 33554432000 4194304 9016284 140733273982224 140733273975976 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 187324 180866 670 1178 0 186142 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 749296
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31360
/proc/meminfo: memFree=12429352/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=770508 CPUtime=582.18 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 254142 0 0 0 58086 132 0 0 20 0 1 0 342597582 789000192 186341 33554432000 4194304 9016284 140733273982224 140733273975480 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 192627 186341 670 1178 0 191445 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 770508
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=24927232/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=796984 CPUtime=1062.11 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 286558 0 0 0 106012 199 0 0 20 0 1 0 342597582 816111616 196020 33554432000 4194304 9016284 140733273982224 140733273975144 7180540 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 199246 196020 673 1178 0 198064 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 796984
[startup+1122.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/177 31404
/proc/meminfo: memFree=23753968/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=796984 CPUtime=1122.09 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 286560 0 0 0 112005 204 0 0 20 0 1 0 342597582 816111616 196022 33554432000 4194304 9016284 140733273982224 140733273976088 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 199246 196022 675 1178 0 198064 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 796984
[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 31404
/proc/meminfo: memFree=23761372/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=773432 CPUtime=1182.09 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 286985 0 0 0 118000 209 0 0 20 0 1 0 342597582 791994368 187045 33554432000 4194304 9016284 140733273982224 140733273975976 7214178 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 193358 187045 677 1178 0 192176 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 773432
[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 31404
/proc/meminfo: memFree=23484760/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=773600 CPUtime=1242.08 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 287427 0 0 0 123993 215 0 0 20 0 1 0 342597582 792166400 187998 33554432000 4194304 9016284 140733273982224 140733273976552 6918280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 193400 187998 677 1178 0 192218 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 773600
[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 31405
/proc/meminfo: memFree=23615964/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=792556 CPUtime=1302.07 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 289282 0 0 0 129987 220 0 0 20 0 1 0 342597582 811577344 188477 33554432000 4194304 9016284 140733273982224 140733273975976 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 198139 188477 677 1178 0 196957 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 792556
[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31405
/proc/meminfo: memFree=23561836/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=837556 CPUtime=1362.06 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 301951 0 0 0 135973 233 0 0 20 0 1 0 342597582 857657344 202627 33554432000 4194304 9016284 140733273982224 140733273976008 7181488 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 209389 202627 677 1178 0 208207 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 837556
[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 31405
/proc/meminfo: memFree=23599408/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=841284 CPUtime=1422.05 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 303015 0 0 0 141968 237 0 0 20 0 1 0 342597582 861474816 204079 33554432000 4194304 9016284 140733273982224 140733273976008 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 210321 204079 677 1178 0 209139 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 841284
[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31406
/proc/meminfo: memFree=23646780/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=798008 CPUtime=1482.05 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 307870 0 0 0 147959 246 0 0 20 0 1 0 342597582 817160192 192567 33554432000 4194304 9016284 140733273982224 140733273975976 6863440 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 199502 192567 677 1178 0 198320 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 798008
[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 31409
/proc/meminfo: memFree=23601548/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=820116 CPUtime=1542.04 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 315488 0 0 0 153948 256 0 0 20 0 1 0 342597582 839798784 199114 33554432000 4194304 9016284 140733273982224 140733273976088 7180942 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 205029 199114 677 1178 0 203847 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 820116
[startup+1602.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31409
/proc/meminfo: memFree=23642776/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=842796 CPUtime=1602.03 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 315499 0 0 0 159942 261 0 0 20 0 1 0 342597582 863023104 199125 33554432000 4194304 9016284 140733273982224 140733273976088 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 210699 199125 677 1178 0 209517 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 842796
[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31409
/proc/meminfo: memFree=23658288/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=799500 CPUtime=1662.01 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 317868 0 0 0 165932 269 0 0 20 0 1 0 342597582 818688000 193590 33554432000 4194304 9016284 140733273982224 140733273975528 6855173 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 199875 193590 677 1178 0 198693 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 799500
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31409
/proc/meminfo: memFree=23631636/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=822748 CPUtime=1722.01 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 321597 0 0 0 171923 278 0 0 20 0 1 0 342597582 842493952 199769 33554432000 4194304 9016284 140733273982224 140733273976392 7180928 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 205687 199769 677 1178 0 204505 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 822748
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31410
/proc/meminfo: memFree=23629752/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=822748 CPUtime=1782 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 321599 0 0 0 177918 282 0 0 20 0 1 0 342597582 842493952 199771 33554432000 4194304 9016284 140733273982224 140733273976088 7181022 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 205687 199771 677 1178 0 204505 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 822748
Solver just ended. Dumping a history of the last processes samples
[startup+1786.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31410
/proc/meminfo: memFree=23587056/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=822748 CPUtime=1785.9 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 321599 0 0 0 178308 282 0 0 20 0 1 0 342597582 842493952 199771 33554432000 4194304 9016284 140733273982224 140733273976392 7180936 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 205687 199771 677 1178 0 204505 0
Current children cumulated CPU time (s) 1785.9
Current children cumulated vsize (KiB) 822748
[startup+1792.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31410
/proc/meminfo: memFree=23630060/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=822748 CPUtime=1792.31 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 321599 0 0 0 178948 283 0 0 20 0 1 0 342597582 842493952 199771 33554432000 4194304 9016284 140733273982224 140733273975144 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 205687 199771 677 1178 0 204505 0
Current children cumulated CPU time (s) 1792.31
Current children cumulated vsize (KiB) 822748
[startup+1795.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31410
/proc/meminfo: memFree=23589908/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=822748 CPUtime=1795.5 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 321599 0 0 0 179267 283 0 0 20 0 1 0 342597582 842493952 199771 33554432000 4194304 9016284 140733273982224 140733273976136 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 205687 199771 677 1178 0 204505 0
Current children cumulated CPU time (s) 1795.5
Current children cumulated vsize (KiB) 822748
[startup+1796.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31410
/proc/meminfo: memFree=23589908/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=822748 CPUtime=1796.3 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 321599 0 0 0 179347 283 0 0 20 0 1 0 342597582 842493952 199771 33554432000 4194304 9016284 140733273982224 140733273976088 6918400 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 205687 199771 677 1178 0 204505 0
Current children cumulated CPU time (s) 1796.3
Current children cumulated vsize (KiB) 822748
[startup+1797.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31410
/proc/meminfo: memFree=23633952/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=817508 CPUtime=1797.1 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 321606 0 0 0 179427 283 0 0 20 0 1 0 342597582 837128192 198468 33554432000 4194304 9016284 140733273982224 140733273976088 6812662 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 204377 198468 684 1178 0 203195 0
Current children cumulated CPU time (s) 1797.1
Current children cumulated vsize (KiB) 817508
[startup+1797.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31410
/proc/meminfo: memFree=23633952/32873660 swapFree=7120/7120
[pid=31343] ppid=31341 vsize=656016 CPUtime=1797.29 cores=0,2,4,6
/proc/31343/stat : 31343 (scip-2.0.1.4b_2) R 31341 31343 31309 0 -1 4202496 321606 0 0 0 179446 283 0 0 20 0 1 0 342597582 671760384 163211 33554432000 4194304 9016284 140733273982224 140733273976088 4446653 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31343/statm: 164004 163211 684 1178 0 162822 0
Current children cumulated CPU time (s) 1797.29
Current children cumulated vsize (KiB) 656016
Child status: 0
Real time (s): 1797.65
CPU time (s): 1797.36
CPU user time (s): 1794.51
CPU system time (s): 2.84757
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 845944
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 2.84757
maximum resident set size= 834344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 2003
runsolver used 4.52031 second user time and 9.60454 second system time
The end