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-3729924-1338682639.opb>
0.69/0.70 c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
0.69/0.70 c problem read
0.69/0.70 c No objective function, only one solution is needed.
0.69/0.70 c presolving settings loaded
0.88/0.92 c presolving:
1.68/1.75 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 113164 upgd conss, 0 impls, 550 clqs
1.79/1.88 c presolving (2 rounds):
1.79/1.88 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.79/1.88 c 0 implications, 550 cliques
1.79/1.88 c presolved problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
1.79/1.88 c 550 constraints of type <setppc>
1.79/1.88 c 112614 constraints of type <logicor>
1.79/1.88 c transformed objective value is always integral (scale: 1)
1.79/1.88 c Presolving Time: 0.96
1.79/1.88 c - non default parameters ----------------------------------------------------------------------
1.79/1.88 c # SCIP version 2.0.1.5
1.79/1.88 c
1.79/1.88 c # frequency for displaying node information lines
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 100]
1.79/1.88 c display/freq = 10000
1.79/1.88 c
1.79/1.88 c # maximal time in seconds to run
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.79/1.88 c limits/time = 1797
1.79/1.88 c
1.79/1.88 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.79/1.88 c limits/memory = 13950
1.79/1.88 c
1.79/1.88 c # solving stops, if the given number of solutions were found (-1: no limit)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: -1]
1.79/1.88 c limits/solutions = 1
1.79/1.88 c
1.79/1.88 c # maximal number of separation rounds per node (-1: unlimited)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 5]
1.79/1.88 c separating/maxrounds = 1
1.79/1.88 c
1.79/1.88 c # maximal number of separation rounds in the root node (-1: unlimited)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: -1]
1.79/1.88 c separating/maxroundsroot = 5
1.79/1.88 c
1.79/1.88 c # default clock type (1: CPU user seconds, 2: wall clock time)
1.79/1.88 c # [type: int, range: [1,2], default: 1]
1.79/1.88 c timing/clocktype = 2
1.79/1.88 c
1.79/1.88 c # belongs reading time to solving time?
1.79/1.88 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.79/1.88 c timing/reading = TRUE
1.79/1.88 c
1.79/1.88 c # should presolving try to simplify inequalities
1.79/1.88 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.79/1.88 c constraints/linear/simplifyinequalities = TRUE
1.79/1.88 c
1.79/1.88 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.79/1.88 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.79/1.88 c constraints/indicator/addCouplingCons = TRUE
1.79/1.88 c
1.79/1.88 c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.79/1.88 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.79/1.88 c constraints/knapsack/disaggregation = FALSE
1.79/1.88 c
1.79/1.88 c # should presolving try to simplify knapsacks
1.79/1.88 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.79/1.88 c constraints/knapsack/simplifyinequalities = TRUE
1.79/1.88 c
1.79/1.88 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: -1]
1.79/1.88 c presolving/probing/maxrounds = 0
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 10]
1.79/1.88 c heuristics/coefdiving/freq = -1
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to node LP iterations
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.79/1.88 c heuristics/coefdiving/maxlpiterquot = 0.075
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/coefdiving/maxlpiterofs = 1500
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 30]
1.79/1.88 c heuristics/crossover/freq = -1
1.79/1.88 c
1.79/1.88 c # number of nodes added to the contingent of the total nodes
1.79/1.88 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.79/1.88 c heuristics/crossover/nodesofs = 750
1.79/1.88 c
1.79/1.88 c # number of nodes without incumbent change that heuristic should wait
1.79/1.88 c # [type: longint, range: [0,9223372036854775807], default: 200]
1.79/1.88 c heuristics/crossover/nwaitingnodes = 100
1.79/1.88 c
1.79/1.88 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.79/1.88 c # [type: real, range: [0,1], default: 0.1]
1.79/1.88 c heuristics/crossover/nodesquot = 0.15
1.79/1.88 c
1.79/1.88 c # minimum percentage of integer variables that have to be fixed
1.79/1.88 c # [type: real, range: [0,1], default: 0.666]
1.79/1.88 c heuristics/crossover/minfixingrate = 0.5
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 20]
1.79/1.88 c heuristics/feaspump/freq = -1
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/feaspump/maxlpiterofs = 2000
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 10]
1.79/1.88 c heuristics/fracdiving/freq = -1
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to node LP iterations
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.79/1.88 c heuristics/fracdiving/maxlpiterquot = 0.075
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/fracdiving/maxlpiterofs = 1500
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 10]
1.79/1.88 c heuristics/guideddiving/freq = -1
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to node LP iterations
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.79/1.88 c heuristics/guideddiving/maxlpiterquot = 0.075
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/guideddiving/maxlpiterofs = 1500
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to node LP iterations
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.79/1.88 c heuristics/intdiving/maxlpiterquot = 0.075
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 10]
1.79/1.88 c heuristics/intshifting/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 10]
1.79/1.88 c heuristics/linesearchdiving/freq = -1
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to node LP iterations
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.79/1.88 c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/linesearchdiving/maxlpiterofs = 1500
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 20]
1.79/1.88 c heuristics/objpscostdiving/freq = -1
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to total iteration number
1.79/1.88 c # [type: real, range: [0,1], default: 0.01]
1.79/1.88 c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/objpscostdiving/maxlpiterofs = 1500
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 1]
1.79/1.88 c heuristics/oneopt/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 10]
1.79/1.88 c heuristics/pscostdiving/freq = -1
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to node LP iterations
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.79/1.88 c heuristics/pscostdiving/maxlpiterquot = 0.075
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/pscostdiving/maxlpiterofs = 1500
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 0]
1.79/1.88 c heuristics/rens/freq = -1
1.79/1.88 c
1.79/1.88 c # minimum percentage of integer variables that have to be fixable
1.79/1.88 c # [type: real, range: [0,1], default: 0.5]
1.79/1.88 c heuristics/rens/minfixingrate = 0.3
1.79/1.88 c
1.79/1.88 c # number of nodes added to the contingent of the total nodes
1.79/1.88 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.79/1.88 c heuristics/rens/nodesofs = 2000
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 20]
1.79/1.88 c heuristics/rootsoldiving/freq = -1
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to node LP iterations
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.79/1.88 c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/rootsoldiving/maxlpiterofs = 1500
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 1]
1.79/1.88 c heuristics/rounding/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 0]
1.79/1.88 c heuristics/shiftandpropagate/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 10]
1.79/1.88 c heuristics/shifting/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 1]
1.79/1.88 c heuristics/simplerounding/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 1]
1.79/1.88 c heuristics/subnlp/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 0]
1.79/1.88 c heuristics/trivial/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 1]
1.79/1.88 c heuristics/trysol/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 0]
1.79/1.88 c heuristics/undercover/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 10]
1.79/1.88 c heuristics/veclendiving/freq = -1
1.79/1.88 c
1.79/1.88 c # maximal fraction of diving LP iterations compared to node LP iterations
1.79/1.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.79/1.88 c heuristics/veclendiving/maxlpiterquot = 0.075
1.79/1.88 c
1.79/1.88 c # additional number of allowed LP iterations
1.79/1.88 c # [type: int, range: [0,2147483647], default: 1000]
1.79/1.88 c heuristics/veclendiving/maxlpiterofs = 1500
1.79/1.88 c
1.79/1.88 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 1]
1.79/1.88 c heuristics/zirounding/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 0]
1.79/1.88 c separating/cmir/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: 0]
1.79/1.88 c separating/flowcover/freq = -1
1.79/1.88 c
1.79/1.88 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.79/1.88 c # [type: int, range: [-1,2147483647], default: -1]
1.79/1.88 c separating/rapidlearning/freq = 0
1.79/1.88 c
1.79/1.88 c -----------------------------------------------------------------------------------------------
1.79/1.88 c start solving
1.79/1.88 c
67.68/67.71 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
67.68/67.71 c 67.7s| 1 | 0 | 11503 | - | 169M| 0 | 994 |1650 | 113k|1650 | 113k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
143.74/143.82 c 144s| 1 | 0 | 11689 | - | 174M| 0 | 994 |1650 | 113k|1650 | 113k| 1 | 0 | 0 | 0.000000e+00 | -- | Inf
219.73/219.80 c 220s| 1 | 0 | 11818 | - | 179M| 0 | 994 |1650 | 113k|1650 | 113k| 2 | 0 | 0 | 0.000000e+00 | -- | Inf
370.91/371.01 c 371s| 1 | 0 | 22669 | - | 184M| 0 | 994 |1650 | 113k|1650 | 113k| 3 | 0 | 0 | 0.000000e+00 | -- | Inf
582.27/582.47 c 582s| 1 | 0 | 38827 | - | 188M| 0 | 994 |1650 | 113k|1650 | 113k| 4 | 0 | 0 | 0.000000e+00 | -- | Inf
836.64/836.84 c 837s| 1 | 0 | 58932 | - | 191M| 0 | 994 |1650 | 113k|1650 | 113k| 5 | 0 | 0 | 0.000000e+00 | -- | Inf
1016.30/1016.59 c 1017s| 1 | 2 | 58932 | - | 191M| 0 | 994 |1650 | 113k|1650 | 113k| 5 | 0 | 29 | 0.000000e+00 | -- | Inf
1800.98/1801.37 c
1800.98/1801.37 c SCIP Status : solving was interrupted [user interrupt]
1800.98/1801.37 c Solving Time (sec) : 1801.37
1800.98/1801.37 c Solving Nodes : 6
1800.98/1801.37 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1800.98/1801.37 c Dual Bound : +0.00000000000000e+00
1800.98/1801.37 c Gap : infinite
1800.98/1801.37 s UNKNOWN
1800.98/1801.37 c SCIP Status : solving was interrupted [user interrupt]
1800.98/1801.37 c Total Time : 1801.37
1800.98/1801.37 c solving : 1801.37
1800.98/1801.37 c presolving : 0.96 (included in solving)
1800.98/1801.37 c reading : 0.70 (included in solving)
1800.98/1801.37 c Original Problem :
1800.98/1801.37 c Problem name : HOME/instance-3729924-1338682639.opb
1800.98/1801.37 c Variables : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.98/1801.37 c Constraints : 113164 initial, 113164 maximal
1800.98/1801.37 c Presolved Problem :
1800.98/1801.37 c Problem name : t_HOME/instance-3729924-1338682639.opb
1800.98/1801.37 c Variables : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.98/1801.37 c Constraints : 113164 initial, 113164 maximal
1800.98/1801.37 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1800.98/1801.37 c trivial : 0.00 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c implics : 0.00 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c probing : 0.00 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c setppc : 0.00 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c linear : 0.58 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c logicor : 0.28 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c root node : - 0 - - 0 - - - - -
1800.98/1801.37 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
1800.98/1801.37 c integral : 0 0 0 6 0 1 0 0 0 0 0 12
1800.98/1801.37 c setppc : 550 5 8 0 0 0 0 0 4 0 0 0
1800.98/1801.37 c logicor : 112614 5 3 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0
1800.98/1801.37 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
1800.98/1801.37 c integral : 599.22 0.00 0.00 599.22 0.00 0.00 0.00
1800.98/1801.37 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1800.98/1801.37 c logicor : 0.07 0.03 0.04 0.00 0.00 0.00 0.00
1800.98/1801.37 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1800.98/1801.37 c Propagators : #Propagate #Resprop Cutoffs DomReds
1800.98/1801.37 c vbounds : 0 0 0 0
1800.98/1801.37 c rootredcost : 0 0 0 0
1800.98/1801.37 c pseudoobj : 0 0 0 0
1800.98/1801.37 c Propagator Timings : TotalTime Propagate Resprop
1800.98/1801.37 c vbounds : 0.00 0.00 0.00
1800.98/1801.37 c rootredcost : 0.00 0.00 0.00
1800.98/1801.37 c pseudoobj : 0.00 0.00 0.00
1800.98/1801.37 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1800.98/1801.37 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1800.98/1801.37 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1800.98/1801.37 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1800.98/1801.37 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1800.98/1801.37 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1800.98/1801.37 c applied globally : - - - 0 0.0 - - -
1800.98/1801.37 c applied locally : - - - 0 0.0 - - -
1800.98/1801.37 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1800.98/1801.37 c cut pool : 0.01 4 - - 0 - (maximal pool size: 1812)
1800.98/1801.37 c redcost : 0.00 10 0 0 0 0
1800.98/1801.37 c impliedbounds : 0.00 5 0 0 0 0
1800.98/1801.37 c intobj : 0.00 0 0 0 0 0
1800.98/1801.37 c gomory : 366.71 5 0 0 0 0
1800.98/1801.37 c cgmip : 0.00 0 0 0 0 0
1800.98/1801.37 c closecuts : 0.00 0 0 0 0 0
1800.98/1801.37 c strongcg : 2.74 5 0 0 2500 0
1800.98/1801.37 c cmir : 0.00 0 0 0 0 0
1800.98/1801.37 c flowcover : 0.00 0 0 0 0 0
1800.98/1801.37 c clique : 0.07 5 0 0 0 0
1800.98/1801.37 c zerohalf : 0.00 0 0 0 0 0
1800.98/1801.37 c mcf : 0.12 1 0 0 0 0
1800.98/1801.37 c oddcycle : 0.00 0 0 0 0 0
1800.98/1801.37 c rapidlearning : 0.00 0 0 0 0 0
1800.98/1801.37 c Pricers : Time Calls Vars
1800.98/1801.37 c problem variables: 0.00 0 0
1800.98/1801.37 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1800.98/1801.37 c relpscost : 599.22 6 0 0 0 0 12
1800.98/1801.37 c pscost : 0.00 0 0 0 0 0 0
1800.98/1801.37 c inference : 0.00 0 0 0 0 0 0
1800.98/1801.37 c mostinf : 0.00 0 0 0 0 0 0
1800.98/1801.37 c leastinf : 0.00 0 0 0 0 0 0
1800.98/1801.37 c fullstrong : 0.00 0 0 0 0 0 0
1800.98/1801.37 c allfullstrong : 0.00 0 0 0 0 0 0
1800.98/1801.37 c random : 0.00 0 0 0 0 0 0
1800.98/1801.37 c Primal Heuristics : Time Calls Found
1800.98/1801.37 c LP solutions : 0.00 - 0
1800.98/1801.37 c pseudo solutions : 0.00 - 0
1800.98/1801.37 c trivial : 0.00 1 0
1800.98/1801.37 c shiftandpropagate: 0.00 0 0
1800.98/1801.37 c simplerounding : 0.00 0 0
1800.98/1801.37 c zirounding : 0.00 0 0
1800.98/1801.37 c rounding : 0.00 0 0
1800.98/1801.37 c shifting : 0.00 0 0
1800.98/1801.37 c intshifting : 0.00 0 0
1800.98/1801.37 c oneopt : 0.00 0 0
1800.98/1801.37 c twoopt : 0.00 0 0
1800.98/1801.37 c fixandinfer : 0.00 0 0
1800.98/1801.37 c feaspump : 0.00 0 0
1800.98/1801.37 c clique : 0.00 0 0
1800.98/1801.37 c coefdiving : 0.00 0 0
1800.98/1801.37 c pscostdiving : 0.00 0 0
1800.98/1801.37 c fracdiving : 0.00 0 0
1800.98/1801.37 c veclendiving : 0.00 0 0
1800.98/1801.37 c intdiving : 0.00 0 0
1800.98/1801.37 c actconsdiving : 0.00 0 0
1800.98/1801.37 c objpscostdiving : 0.00 0 0
1800.98/1801.37 c rootsoldiving : 0.00 0 0
1800.98/1801.37 c linesearchdiving : 0.00 0 0
1800.98/1801.37 c guideddiving : 0.00 0 0
1800.98/1801.37 c octane : 0.00 0 0
1800.98/1801.37 c rens : 0.00 0 0
1800.98/1801.37 c rins : 0.00 0 0
1800.98/1801.37 c localbranching : 0.00 0 0
1800.98/1801.37 c mutation : 0.00 0 0
1800.98/1801.37 c crossover : 0.00 0 0
1800.98/1801.37 c dins : 0.00 0 0
1800.98/1801.37 c vbounds : 0.00 0 0
1800.98/1801.37 c undercover : 0.00 0 0
1800.98/1801.37 c subnlp : 0.00 0 0
1800.98/1801.37 c trysol : 0.00 0 0
1800.98/1801.37 c LP : Time Calls Iterations Iter/call Iter/sec
1800.98/1801.37 c primal LP : 0.00 0 0 0.00 -
1800.98/1801.37 c dual LP : 830.02 11 115717 10519.73 139.42
1800.98/1801.37 c lex dual LP : 0.00 0 0 0.00 -
1800.98/1801.37 c barrier LP : 0.00 0 0 0.00 -
1800.98/1801.37 c diving/probing LP: 0.00 0 0 0.00 -
1800.98/1801.37 c strong branching : 599.20 119 95290 800.76 159.03
1800.98/1801.37 c (at root node) : - 29 27525 949.14 -
1800.98/1801.37 c conflict analysis: 0.00 0 0 0.00 -
1800.98/1801.37 c B&B Tree :
1800.98/1801.37 c number of runs : 1
1800.98/1801.37 c nodes : 6
1800.98/1801.37 c nodes (total) : 6
1800.98/1801.37 c nodes left : 7
1800.98/1801.37 c max depth : 5
1800.98/1801.37 c max depth (total): 5
1800.98/1801.37 c backtracks : 0 (0.0%)
1800.98/1801.37 c delayed cutoffs : 0
1800.98/1801.37 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1800.98/1801.37 c avg switch length: 1.00
1800.98/1801.37 c switching time : 0.01
1800.98/1801.37 c Solution :
1800.98/1801.37 c Solutions found : 0 (0 improvements)
1800.98/1801.37 c Primal Bound : -
1800.98/1801.37 c Dual Bound : +0.00000000000000e+00
1800.98/1801.37 c Gap : infinite
1800.98/1801.37 c Root Dual Bound : +0.00000000000000e+00
1800.98/1801.37 c Root Iterations : 58932
1801.28/1801.64 c Time complete: 1801.32.
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-3729924-1338682639/watcher-3729924-1338682639 -o /tmp/evaluation-result-3729924-1338682639/solver-3729924-1338682639 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729924-1338682639.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.00 2.00 1.91 3/176 2077
/proc/meminfo: memFree=27864312/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=9456 CPUtime=0 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 1492 0 0 0 0 0 0 0 20 0 1 0 334330899 9682944 1446 33554432000 4194304 9016284 140736118248288 140734271822920 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 2364 1448 311 1178 0 1182 0
[startup+0.0827811 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 2077
/proc/meminfo: memFree=27864312/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=20472 CPUtime=0.07 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 4105 0 0 0 7 0 0 0 20 0 1 0 334330899 20963328 4059 33554432000 4194304 9016284 140736118248288 140734271822920 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 5118 4059 357 1178 0 3936 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20472
[startup+0.100353 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 2077
/proc/meminfo: memFree=27864312/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=20472 CPUtime=0.09 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 4111 0 0 0 9 0 0 0 20 0 1 0 334330899 20963328 4065 33554432000 4194304 9016284 140736118248288 140734271822920 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 5118 4065 357 1178 0 3936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20472
[startup+0.300292 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 2077
/proc/meminfo: memFree=27864312/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=33928 CPUtime=0.29 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 7463 0 0 0 28 1 0 0 20 0 1 0 334330899 34742272 7417 33554432000 4194304 9016284 140736118248288 140734271822920 6178246 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 8482 7417 357 1178 0 7300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33928
[startup+0.700297 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 2077
/proc/meminfo: memFree=27864312/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=60700 CPUtime=0.69 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 14169 0 0 0 67 2 0 0 20 0 1 0 334330899 62156800 14123 33554432000 4194304 9016284 140736118248288 140736118112184 7854980 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 15175 14123 357 1178 0 13993 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60700
[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2078
/proc/meminfo: memFree=27676560/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=232508 CPUtime=1.49 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 58140 0 0 0 141 8 0 0 20 0 1 0 334330899 238088192 56547 33554432000 4194304 9016284 140736118248288 140736118112184 4321196 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 58127 56547 478 1178 0 56945 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232508
[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2078
/proc/meminfo: memFree=27603440/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=423336 CPUtime=3.08 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 89479 0 0 0 294 14 0 0 20 0 1 0 334330899 433496064 99638 33554432000 4194304 9016284 140736118248288 140736118242456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 105834 99638 598 1178 0 104652 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 423336
[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2078
/proc/meminfo: memFree=27424896/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=477644 CPUtime=6.28 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 92467 0 0 0 613 15 0 0 20 0 1 0 334330899 489107456 110860 33554432000 4194304 9016284 140736118248288 140736118241208 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 119411 110860 600 1178 0 118229 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 477644
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2078
/proc/meminfo: memFree=27422748/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=477644 CPUtime=12.69 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 92508 0 0 0 1253 16 0 0 20 0 1 0 334330899 489107456 110901 33554432000 4194304 9016284 140736118248288 140736118241208 7214116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 119411 110901 600 1178 0 118229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 477644
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2078
/proc/meminfo: memFree=27422420/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=477644 CPUtime=25.48 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 92533 0 0 0 2531 17 0 0 20 0 1 0 334330899 489107456 110925 33554432000 4194304 9016284 140736118248288 140736118242152 6855206 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 119411 110925 600 1178 0 118229 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 477644
[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2078
/proc/meminfo: memFree=27422264/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=477644 CPUtime=51.08 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 92549 0 0 0 5086 22 0 0 20 0 1 0 334330899 489107456 110941 33554432000 4194304 9016284 140736118248288 140736118242152 7214028 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 119411 110941 600 1178 0 118229 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 477644
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2078
/proc/meminfo: memFree=27402940/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=475828 CPUtime=102.26 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 94703 0 0 0 10198 28 0 0 20 0 1 0 334330899 487247872 115602 33554432000 4194304 9016284 140736118248288 140736118243400 7876078 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 118957 115602 617 1178 0 117775 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 475828
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2078
/proc/meminfo: memFree=27396944/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=475828 CPUtime=162.24 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 95274 0 0 0 16194 30 0 0 20 0 1 0 334330899 487247872 116980 33554432000 4194304 9016284 140736118248288 140736118243352 7876071 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 118957 116980 630 1178 0 117775 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 475828
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2119
/proc/meminfo: memFree=26112256/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=475828 CPUtime=222.23 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 95775 0 0 0 22186 37 0 0 20 0 1 0 334330899 487247872 117779 33554432000 4194304 9016284 140736118248288 140736118243352 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 118957 117779 630 1178 0 117775 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 475828
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26111904/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=475828 CPUtime=282.22 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 95776 0 0 0 28177 45 0 0 20 0 1 0 334330899 487247872 117780 33554432000 4194304 9016284 140736118248288 140736118243352 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 118957 117780 630 1178 0 117775 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 475828
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26082144/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=491756 CPUtime=342.21 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 95980 0 0 0 34170 51 0 0 20 0 1 0 334330899 503558144 121561 33554432000 4194304 9016284 140736118248288 140736118242152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 122939 121561 630 1178 0 121757 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 491756
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26129456/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=491756 CPUtime=402.2 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96065 0 0 0 40163 57 0 0 20 0 1 0 334330899 503558144 121646 33554432000 4194304 9016284 140736118248288 140736118243400 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 122939 121646 630 1178 0 121757 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 491756
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26122224/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=462.19 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96329 0 0 0 46156 63 0 0 20 0 1 0 334330899 526106624 123443 33554432000 4194304 9016284 140736118248288 140736118242152 7205409 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 123443 630 1178 0 127262 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 513776
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26120452/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=522.18 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96330 0 0 0 52149 69 0 0 20 0 1 0 334330899 526106624 123955 33554432000 4194304 9016284 140736118248288 140736118242072 7180745 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 123955 630 1178 0 127262 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 513776
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2121
/proc/meminfo: memFree=26120120/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=582.17 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96330 0 0 0 58145 72 0 0 20 0 1 0 334330899 526106624 123955 33554432000 4194304 9016284 140736118248288 140736118242072 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 123955 630 1178 0 127262 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 513776
[startup+642.3 s]
################
# More data... #
################
[startup+1002.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/177 2125
/proc/meminfo: memFree=26095676/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1002.11 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96598 0 0 0 100101 110 0 0 20 0 1 0 334330899 526106624 124734 33554432000 4194304 9016284 140736118248288 140736118242040 7180540 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124734 632 1178 0 127262 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 513776
[startup+1062.3 s]
/proc/loadavg: 2.05 2.04 1.94 3/177 2125
/proc/meminfo: memFree=26095860/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1062.09 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96605 0 0 0 106093 116 0 0 20 0 1 0 334330899 526106624 124741 33554432000 4194304 9016284 140736118248288 140736118242152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124741 639 1178 0 127262 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 513776
[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/177 2125
/proc/meminfo: memFree=26095984/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1122.08 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96605 0 0 0 112088 120 0 0 20 0 1 0 334330899 526106624 124741 33554432000 4194304 9016284 140736118248288 140736118242040 7180679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124741 639 1178 0 127262 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 513776
[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 2126
/proc/meminfo: memFree=26103928/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1182.08 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96605 0 0 0 118081 127 0 0 20 0 1 0 334330899 526106624 124741 33554432000 4194304 9016284 140736118248288 140736118242040 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124741 639 1178 0 127262 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 513776
[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 2126
/proc/meminfo: memFree=26103488/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1242.07 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96606 0 0 0 124073 134 0 0 20 0 1 0 334330899 526106624 124772 33554432000 4194304 9016284 140736118248288 140736118242152 7181026 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124772 639 1178 0 127262 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 513776
[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 2126
/proc/meminfo: memFree=26103360/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1302.07 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96606 0 0 0 130067 140 0 0 20 0 1 0 334330899 526106624 124772 33554432000 4194304 9016284 140736118248288 140736118242040 7181026 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124772 639 1178 0 127262 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 513776
[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/177 2126
/proc/meminfo: memFree=26091508/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1362.05 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 136058 147 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 513776
[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 2129
/proc/meminfo: memFree=26091004/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1422.05 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 142053 152 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 513776
[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 2130
/proc/meminfo: memFree=26091012/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1482.03 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 148046 157 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242040 7181009 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 513776
[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/177 2130
/proc/meminfo: memFree=26091136/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1542.02 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 154038 164 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242040 7181026 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 513776
[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 2130
/proc/meminfo: memFree=26091136/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1602.02 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 160032 170 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242152 7180996 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 513776
[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 2131
/proc/meminfo: memFree=26091004/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1662 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 166024 176 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242040 7180891 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 513776
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2131
/proc/meminfo: memFree=26091196/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1722 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 172018 182 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118241208 7180928 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 513776
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2132
/proc/meminfo: memFree=26090700/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1781.98 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 178011 187 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242040 7181002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 513776
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2132
/proc/meminfo: memFree=26090824/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1800.09 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 179820 189 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242040 7181026 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 513776
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended. Dumping a history of the last processes samples
[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2133
/proc/meminfo: memFree=26090824/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1800.29 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96607 0 0 0 179840 189 0 0 20 0 1 0 334330899 526106624 124773 33554432000 4194304 9016284 140736118248288 140736118242040 7181022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124773 640 1178 0 127262 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 513776
[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2133
/proc/meminfo: memFree=26090824/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=513776 CPUtime=1801.08 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96612 0 0 0 179919 189 0 0 20 0 1 0 334330899 526106624 124778 33554432000 4194304 9016284 140736118248288 140736118242040 6548353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 128444 124778 645 1178 0 127262 0
Current children cumulated CPU time (s) 1801.08
Current children cumulated vsize (KiB) 513776
[startup+1801.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2133
/proc/meminfo: memFree=26090824/32873844 swapFree=7128/7128
[pid=2077] ppid=2075 vsize=398792 CPUtime=1801.28 cores=1,3,5,7
/proc/2077/stat : 2077 (scip-2.0.1.4b_2) R 2075 2077 25330 0 -1 4202496 96614 0 0 0 179939 189 0 0 20 0 1 0 334330899 408363008 98755 33554432000 4194304 9016284 140736118248288 140736118242040 6817713 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2077/statm: 99698 98755 647 1178 0 98516 0
Current children cumulated CPU time (s) 1801.28
Current children cumulated vsize (KiB) 398792
Child status: 0
Real time (s): 1801.64
CPU time (s): 1801.34
CPU user time (s): 1799.43
CPU system time (s): 1.90771
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 513776
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.90771
maximum resident set size= 499120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96622
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= 37
involuntary context switches= 1853
runsolver used 3.79242 second user time and 10.5724 second system time
The end