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-3729950-1338682785.opb>
0.48/0.50 c original problem has 1440 variables (1440 bin, 0 int, 0 impl, 0 cont) and 86040 constraints
0.48/0.50 c problem read
0.48/0.50 c No objective function, only one solution is needed.
0.48/0.50 c presolving settings loaded
0.59/0.64 c presolving:
1.00/1.06 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 86040 upgd conss, 0 impls, 360 clqs
1.10/1.11 c presolving (2 rounds):
1.10/1.11 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.10/1.11 c 0 implications, 360 cliques
1.10/1.11 c presolved problem has 1440 variables (1440 bin, 0 int, 0 impl, 0 cont) and 86040 constraints
1.10/1.11 c 360 constraints of type <setppc>
1.10/1.11 c 85680 constraints of type <logicor>
1.10/1.11 c transformed objective value is always integral (scale: 1)
1.10/1.11 c Presolving Time: 0.47
1.10/1.11 c - non default parameters ----------------------------------------------------------------------
1.10/1.11 c # SCIP version 2.0.1.5
1.10/1.11 c
1.10/1.11 c # frequency for displaying node information lines
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 100]
1.10/1.11 c display/freq = 10000
1.10/1.11 c
1.10/1.11 c # maximal time in seconds to run
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.11 c limits/time = 1797
1.10/1.11 c
1.10/1.11 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.11 c limits/memory = 13950
1.10/1.11 c
1.10/1.11 c # solving stops, if the given number of solutions were found (-1: no limit)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.11 c limits/solutions = 1
1.10/1.11 c
1.10/1.11 c # maximal number of separation rounds per node (-1: unlimited)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 5]
1.10/1.11 c separating/maxrounds = 1
1.10/1.11 c
1.10/1.11 c # maximal number of separation rounds in the root node (-1: unlimited)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.11 c separating/maxroundsroot = 5
1.10/1.11 c
1.10/1.11 c # default clock type (1: CPU user seconds, 2: wall clock time)
1.10/1.11 c # [type: int, range: [1,2], default: 1]
1.10/1.11 c timing/clocktype = 2
1.10/1.11 c
1.10/1.11 c # belongs reading time to solving time?
1.10/1.11 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.11 c timing/reading = TRUE
1.10/1.11 c
1.10/1.11 c # should presolving try to simplify inequalities
1.10/1.11 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.11 c constraints/linear/simplifyinequalities = TRUE
1.10/1.11 c
1.10/1.11 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.10/1.11 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.11 c constraints/indicator/addCouplingCons = TRUE
1.10/1.11 c
1.10/1.11 c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.10/1.11 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.10/1.11 c constraints/knapsack/disaggregation = FALSE
1.10/1.11 c
1.10/1.11 c # should presolving try to simplify knapsacks
1.10/1.11 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.11 c constraints/knapsack/simplifyinequalities = TRUE
1.10/1.11 c
1.10/1.11 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.11 c presolving/probing/maxrounds = 0
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 10]
1.10/1.11 c heuristics/coefdiving/freq = -1
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to node LP iterations
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.10/1.11 c heuristics/coefdiving/maxlpiterquot = 0.075
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/coefdiving/maxlpiterofs = 1500
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 30]
1.10/1.11 c heuristics/crossover/freq = -1
1.10/1.11 c
1.10/1.11 c # number of nodes added to the contingent of the total nodes
1.10/1.11 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.10/1.11 c heuristics/crossover/nodesofs = 750
1.10/1.11 c
1.10/1.11 c # number of nodes without incumbent change that heuristic should wait
1.10/1.11 c # [type: longint, range: [0,9223372036854775807], default: 200]
1.10/1.11 c heuristics/crossover/nwaitingnodes = 100
1.10/1.11 c
1.10/1.11 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.10/1.11 c # [type: real, range: [0,1], default: 0.1]
1.10/1.11 c heuristics/crossover/nodesquot = 0.15
1.10/1.11 c
1.10/1.11 c # minimum percentage of integer variables that have to be fixed
1.10/1.11 c # [type: real, range: [0,1], default: 0.666]
1.10/1.11 c heuristics/crossover/minfixingrate = 0.5
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 20]
1.10/1.11 c heuristics/feaspump/freq = -1
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/feaspump/maxlpiterofs = 2000
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 10]
1.10/1.11 c heuristics/fracdiving/freq = -1
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to node LP iterations
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.10/1.11 c heuristics/fracdiving/maxlpiterquot = 0.075
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/fracdiving/maxlpiterofs = 1500
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 10]
1.10/1.11 c heuristics/guideddiving/freq = -1
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to node LP iterations
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.10/1.11 c heuristics/guideddiving/maxlpiterquot = 0.075
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/guideddiving/maxlpiterofs = 1500
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to node LP iterations
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.10/1.11 c heuristics/intdiving/maxlpiterquot = 0.075
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 10]
1.10/1.11 c heuristics/intshifting/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 10]
1.10/1.11 c heuristics/linesearchdiving/freq = -1
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to node LP iterations
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.10/1.11 c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/linesearchdiving/maxlpiterofs = 1500
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 20]
1.10/1.11 c heuristics/objpscostdiving/freq = -1
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to total iteration number
1.10/1.11 c # [type: real, range: [0,1], default: 0.01]
1.10/1.11 c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/objpscostdiving/maxlpiterofs = 1500
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 1]
1.10/1.11 c heuristics/oneopt/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 10]
1.10/1.11 c heuristics/pscostdiving/freq = -1
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to node LP iterations
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.10/1.11 c heuristics/pscostdiving/maxlpiterquot = 0.075
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/pscostdiving/maxlpiterofs = 1500
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 0]
1.10/1.11 c heuristics/rens/freq = -1
1.10/1.11 c
1.10/1.11 c # minimum percentage of integer variables that have to be fixable
1.10/1.11 c # [type: real, range: [0,1], default: 0.5]
1.10/1.11 c heuristics/rens/minfixingrate = 0.3
1.10/1.11 c
1.10/1.11 c # number of nodes added to the contingent of the total nodes
1.10/1.11 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.10/1.11 c heuristics/rens/nodesofs = 2000
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 20]
1.10/1.11 c heuristics/rootsoldiving/freq = -1
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to node LP iterations
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.10/1.11 c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/rootsoldiving/maxlpiterofs = 1500
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 1]
1.10/1.11 c heuristics/rounding/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 0]
1.10/1.11 c heuristics/shiftandpropagate/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 10]
1.10/1.11 c heuristics/shifting/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 1]
1.10/1.11 c heuristics/simplerounding/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 1]
1.10/1.11 c heuristics/subnlp/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 0]
1.10/1.11 c heuristics/trivial/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 1]
1.10/1.11 c heuristics/trysol/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 0]
1.10/1.11 c heuristics/undercover/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 10]
1.10/1.11 c heuristics/veclendiving/freq = -1
1.10/1.11 c
1.10/1.11 c # maximal fraction of diving LP iterations compared to node LP iterations
1.10/1.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.10/1.11 c heuristics/veclendiving/maxlpiterquot = 0.075
1.10/1.11 c
1.10/1.11 c # additional number of allowed LP iterations
1.10/1.11 c # [type: int, range: [0,2147483647], default: 1000]
1.10/1.11 c heuristics/veclendiving/maxlpiterofs = 1500
1.10/1.11 c
1.10/1.11 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 1]
1.10/1.11 c heuristics/zirounding/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 0]
1.10/1.11 c separating/cmir/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: 0]
1.10/1.11 c separating/flowcover/freq = -1
1.10/1.11 c
1.10/1.11 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.10/1.11 c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.11 c separating/rapidlearning/freq = 0
1.10/1.11 c
1.10/1.11 c -----------------------------------------------------------------------------------------------
1.10/1.11 c start solving
1.10/1.11 c
15.18/15.27 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
15.18/15.27 c 15.3s| 1 | 0 | 5021 | - | 114M| 0 | 638 |1440 | 86k|1440 | 86k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
48.48/48.59 c 48.6s| 1 | 0 | 6103 | - | 117M| 0 | 638 |1440 | 86k|1440 | 86k| 1 | 0 | 0 | 0.000000e+00 | -- | Inf
78.67/78.75 c 78.7s| 1 | 0 | 6349 | - | 119M| 0 | 638 |1440 | 86k|1440 | 86k| 2 | 0 | 0 | 0.000000e+00 | -- | Inf
109.78/109.83 c 110s| 1 | 0 | 6801 | - | 122M| 0 | 638 |1440 | 86k|1440 | 86k| 3 | 0 | 0 | 0.000000e+00 | -- | Inf
140.47/140.54 c 141s| 1 | 0 | 6992 | - | 124M| 0 | 638 |1440 | 86k|1440 | 86k| 4 | 0 | 0 | 0.000000e+00 | -- | Inf
171.76/171.87 c 172s| 1 | 0 | 7265 | - | 127M| 0 | 638 |1440 | 86k|1440 | 86k| 5 | 0 | 0 | 0.000000e+00 | -- | Inf
271.24/271.35 c 271s| 1 | 2 | 7265 | - | 127M| 0 | 638 |1440 | 86k|1440 | 86k| 5 | 0 | 33 | 0.000000e+00 | -- | Inf
1796.71/1797.02 c
1796.71/1797.02 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.02 c Solving Time (sec) : 1797.02
1796.71/1797.02 c Solving Nodes : 615
1796.71/1797.02 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.71/1797.02 c Dual Bound : +0.00000000000000e+00
1796.71/1797.02 c Gap : infinite
1796.71/1797.02 s UNKNOWN
1796.71/1797.02 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.02 c Total Time : 1797.02
1796.71/1797.02 c solving : 1797.02
1796.71/1797.02 c presolving : 0.47 (included in solving)
1796.71/1797.02 c reading : 0.50 (included in solving)
1796.71/1797.02 c Original Problem :
1796.71/1797.02 c Problem name : HOME/instance-3729950-1338682785.opb
1796.71/1797.02 c Variables : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.02 c Constraints : 86040 initial, 86040 maximal
1796.71/1797.02 c Presolved Problem :
1796.71/1797.02 c Problem name : t_HOME/instance-3729950-1338682785.opb
1796.71/1797.02 c Variables : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.02 c Constraints : 86040 initial, 86494 maximal
1796.71/1797.02 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.71/1797.02 c trivial : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c implics : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c probing : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c setppc : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c linear : 0.27 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c logicor : 0.12 0 0 0 0 0 0 0 0 0
1796.71/1797.02 c root node : - 0 - - 0 - - - - -
1796.71/1797.02 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
1796.71/1797.02 c integral : 0 0 0 582 0 1 0 1 13 0 0 1150
1796.71/1797.02 c setppc : 360 5 1965 0 1 0 1603 28 2939 0 0 0
1796.71/1797.02 c logicor : 85680+ 5 1411 0 1 0 4216 32 7997 0 0 0
1796.71/1797.02 c countsols : 0 0 0 0 1 0 0 0 0 0 0 0
1796.71/1797.02 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
1796.71/1797.02 c integral : 868.37 0.00 0.00 868.37 0.00 0.00 0.00
1796.71/1797.02 c setppc : 0.06 0.00 0.05 0.00 0.00 0.00 0.00
1796.71/1797.02 c logicor : 0.48 0.02 0.44 0.00 0.01 0.00 0.00
1796.71/1797.02 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.71/1797.02 c Propagators : #Propagate #Resprop Cutoffs DomReds
1796.71/1797.02 c vbounds : 0 0 0 0
1796.71/1797.02 c rootredcost : 0 0 0 0
1796.71/1797.02 c pseudoobj : 0 0 0 0
1796.71/1797.02 c Propagator Timings : TotalTime Propagate Resprop
1796.71/1797.02 c vbounds : 0.00 0.00 0.00
1796.71/1797.02 c rootredcost : 0.00 0.00 0.00
1796.71/1797.02 c pseudoobj : 0.00 0.00 0.00
1796.71/1797.02 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.71/1797.02 c propagation : 0.02 60 60 1290 107.7 8 31.9 -
1796.71/1797.02 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.02 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.02 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.02 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.71/1797.02 c applied globally : - - - 500 86.4 - - -
1796.71/1797.02 c applied locally : - - - 0 0.0 - - -
1796.71/1797.02 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1796.71/1797.02 c cut pool : 0.01 4 - - 202 - (maximal pool size: 1705)
1796.71/1797.02 c redcost : 0.02 581 0 0 0 0
1796.71/1797.02 c impliedbounds : 0.00 5 0 0 0 0
1796.71/1797.02 c intobj : 0.00 0 0 0 0 0
1796.71/1797.02 c gomory : 145.92 5 0 0 0 0
1796.71/1797.02 c cgmip : 0.00 0 0 0 0 0
1796.71/1797.02 c closecuts : 0.00 0 0 0 0 0
1796.71/1797.02 c strongcg : 1.73 5 0 0 2500 0
1796.71/1797.02 c cmir : 0.00 0 0 0 0 0
1796.71/1797.02 c flowcover : 0.00 0 0 0 0 0
1796.71/1797.02 c clique : 0.03 5 0 0 0 0
1796.71/1797.02 c zerohalf : 0.00 0 0 0 0 0
1796.71/1797.02 c mcf : 0.07 1 0 0 0 0
1796.71/1797.02 c oddcycle : 0.00 0 0 0 0 0
1796.71/1797.02 c rapidlearning : 0.00 0 0 0 0 0
1796.71/1797.02 c Pricers : Time Calls Vars
1796.71/1797.02 c problem variables: 0.00 0 0
1796.71/1797.02 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1796.71/1797.02 c relpscost : 868.36 582 1 13 0 0 1150
1796.71/1797.02 c pscost : 0.00 0 0 0 0 0 0
1796.71/1797.02 c inference : 0.00 1 0 0 0 0 2
1796.71/1797.02 c mostinf : 0.00 0 0 0 0 0 0
1796.71/1797.02 c leastinf : 0.00 0 0 0 0 0 0
1796.71/1797.02 c fullstrong : 0.00 0 0 0 0 0 0
1796.71/1797.02 c allfullstrong : 0.00 0 0 0 0 0 0
1796.71/1797.02 c random : 0.00 0 0 0 0 0 0
1796.71/1797.02 c Primal Heuristics : Time Calls Found
1796.71/1797.02 c LP solutions : 0.00 - 0
1796.71/1797.02 c pseudo solutions : 0.00 - 0
1796.71/1797.02 c trivial : 0.00 1 0
1796.71/1797.02 c shiftandpropagate: 0.00 0 0
1796.71/1797.02 c simplerounding : 0.00 0 0
1796.71/1797.02 c zirounding : 0.00 0 0
1796.71/1797.02 c rounding : 0.00 0 0
1796.71/1797.02 c shifting : 0.00 0 0
1796.71/1797.02 c intshifting : 0.00 0 0
1796.71/1797.02 c oneopt : 0.00 0 0
1796.71/1797.02 c twoopt : 0.00 0 0
1796.71/1797.02 c fixandinfer : 0.00 0 0
1796.71/1797.02 c feaspump : 0.00 0 0
1796.71/1797.02 c clique : 0.00 0 0
1796.71/1797.02 c coefdiving : 0.00 0 0
1796.71/1797.02 c pscostdiving : 0.00 0 0
1796.71/1797.02 c fracdiving : 0.00 0 0
1796.71/1797.02 c veclendiving : 0.00 0 0
1796.71/1797.02 c intdiving : 0.00 0 0
1796.71/1797.02 c actconsdiving : 0.00 0 0
1796.71/1797.02 c objpscostdiving : 0.00 0 0
1796.71/1797.02 c rootsoldiving : 0.00 0 0
1796.71/1797.02 c linesearchdiving : 0.00 0 0
1796.71/1797.02 c guideddiving : 0.00 0 0
1796.71/1797.02 c octane : 0.00 0 0
1796.71/1797.02 c rens : 0.00 0 0
1796.71/1797.02 c rins : 0.00 0 0
1796.71/1797.02 c localbranching : 0.00 0 0
1796.71/1797.02 c mutation : 0.00 0 0
1796.71/1797.02 c crossover : 0.00 0 0
1796.71/1797.02 c dins : 0.00 0 0
1796.71/1797.02 c vbounds : 0.00 0 0
1796.71/1797.02 c undercover : 0.00 0 0
1796.71/1797.02 c subnlp : 0.00 0 0
1796.71/1797.02 c trysol : 0.00 0 0
1796.71/1797.02 c LP : Time Calls Iterations Iter/call Iter/sec
1796.71/1797.02 c primal LP : 0.00 0 0 0.00 -
1796.71/1797.02 c dual LP : 772.13 588 262931 447.16 340.53
1796.71/1797.02 c lex dual LP : 0.00 0 0 0.00 -
1796.71/1797.02 c barrier LP : 0.00 0 0 0.00 -
1796.71/1797.02 c diving/probing LP: 0.00 0 0 0.00 -
1796.71/1797.02 c strong branching : 868.17 570 264119 463.37 304.23
1796.71/1797.02 c (at root node) : - 33 25296 766.55 -
1796.71/1797.02 c conflict analysis: 0.00 0 0 0.00 -
1796.71/1797.02 c B&B Tree :
1796.71/1797.02 c number of runs : 1
1796.71/1797.02 c nodes : 615
1796.71/1797.02 c nodes (total) : 615
1796.71/1797.02 c nodes left : 516
1796.71/1797.02 c max depth : 168
1796.71/1797.02 c max depth (total): 168
1796.71/1797.02 c backtracks : 41 (6.7%)
1796.71/1797.02 c delayed cutoffs : 22
1796.71/1797.02 c repropagations : 53 (2477 domain reductions, 22 cutoffs)
1796.71/1797.02 c avg switch length: 2.36
1796.71/1797.02 c switching time : 0.73
1796.71/1797.02 c Solution :
1796.71/1797.02 c Solutions found : 0 (0 improvements)
1796.71/1797.02 c Primal Bound : -
1796.71/1797.02 c Dual Bound : +0.00000000000000e+00
1796.71/1797.02 c Gap : infinite
1796.71/1797.02 c Root Dual Bound : +0.00000000000000e+00
1796.71/1797.02 c Root Iterations : 7265
1796.91/1797.24 c Time complete: 1796.95.
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-3729950-1338682785/watcher-3729950-1338682785 -o /tmp/evaluation-result-3729950-1338682785/solver-3729950-1338682785 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729950-1338682785.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.02 1.97 3/174 29337
/proc/meminfo: memFree=25354036/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 1654 0 0 0 0 0 0 0 20 0 1 0 334404471 11214848 1609 33554432000 4194304 9016284 140733232555392 140734835995400 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 2738 1616 340 1178 0 1556 0
[startup+0.0637581 s]
/proc/loadavg: 2.00 2.02 1.97 3/174 29337
/proc/meminfo: memFree=25354036/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=19040 CPUtime=0.05 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 3722 0 0 0 5 0 0 0 20 0 1 0 334404471 19496960 3677 33554432000 4194304 9016284 140733232555392 140734835995400 6152047 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 4760 3677 357 1178 0 3578 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19040
[startup+0.100314 s]
/proc/loadavg: 2.00 2.02 1.97 3/174 29337
/proc/meminfo: memFree=25354036/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=21620 CPUtime=0.09 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 4379 0 0 0 9 0 0 0 20 0 1 0 334404471 22138880 4334 33554432000 4194304 9016284 140733232555392 140734835995400 4445508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 5405 4335 357 1178 0 4223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21620
[startup+0.300278 s]
/proc/loadavg: 2.00 2.02 1.97 3/174 29337
/proc/meminfo: memFree=25354036/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=35576 CPUtime=0.29 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 7901 0 0 0 28 1 0 0 20 0 1 0 334404471 36429824 7836 33554432000 4194304 9016284 140733232555392 140734835995400 7869834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 8894 7836 357 1178 0 7712 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35576
[startup+0.700306 s]
/proc/loadavg: 2.00 2.02 1.97 3/174 29337
/proc/meminfo: memFree=25354036/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=143144 CPUtime=0.68 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 34734 0 0 0 64 4 0 0 20 0 1 0 334404471 146579456 34350 33554432000 4194304 9016284 140733232555392 140734835995400 5252018 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 35786 34350 468 1178 0 34604 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 143144
[startup+1.50034 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 29338
/proc/meminfo: memFree=25215448/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=269640 CPUtime=1.49 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 58266 0 0 0 140 9 0 0 20 0 1 0 334404471 276111360 64982 33554432000 4194304 9016284 140733232555392 140733232552664 7227419 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 67410 64982 598 1178 0 66228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269640
[startup+3.10032 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 29338
/proc/meminfo: memFree=25080600/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=305644 CPUtime=3.09 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 64593 0 0 0 298 11 0 0 20 0 1 0 334404471 312979456 72411 33554432000 4194304 9016284 140733232555392 140733232548312 7180913 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 76411 72411 600 1178 0 75229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 305644
[startup+6.30032 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 29338
/proc/meminfo: memFree=25061976/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=305644 CPUtime=6.29 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 64696 0 0 0 617 12 0 0 20 0 1 0 334404471 312979456 72514 33554432000 4194304 9016284 140733232555392 140733232549256 7181032 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 76411 72514 600 1178 0 75229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 305644
[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 29338
/proc/meminfo: memFree=25059572/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=305644 CPUtime=12.69 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 64781 0 0 0 1256 13 0 0 20 0 1 0 334404471 312979456 72599 33554432000 4194304 9016284 140733232555392 140733232549256 7181022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 76411 72599 600 1178 0 75229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 305644
[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 1.97 3/176 29341
/proc/meminfo: memFree=25055620/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=303444 CPUtime=25.48 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 65773 0 0 0 2533 15 0 0 20 0 1 0 334404471 310726656 73218 33554432000 4194304 9016284 140733232555392 140733232550456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 75861 73218 615 1178 0 74679 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 303444
[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 29341
/proc/meminfo: memFree=25052364/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=303444 CPUtime=51.08 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 66540 0 0 0 5089 19 0 0 20 0 1 0 334404471 310726656 73985 33554432000 4194304 9016284 140733232555392 140733232550504 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 75861 73985 628 1178 0 74679 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 303444
[startup+102.307 s]
/proc/loadavg: 2.11 2.04 1.98 3/175 29342
/proc/meminfo: memFree=25050120/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=303444 CPUtime=102.28 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 66849 0 0 0 10199 29 0 0 20 0 1 0 334404471 310726656 74157 33554432000 4194304 9016284 140733232555392 140733232550456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 75861 74157 628 1178 0 74679 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 303444
[startup+162.3 s]
/proc/loadavg: 2.08 2.05 1.98 3/175 29342
/proc/meminfo: memFree=25048164/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=305988 CPUtime=162.26 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 67258 0 0 0 16187 39 0 0 20 0 1 0 334404471 313331712 74566 33554432000 4194304 9016284 140733232555392 140733232550456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 76497 74566 628 1178 0 75315 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 305988
[startup+222.3 s]
/proc/loadavg: 2.13 2.06 1.99 3/174 29342
/proc/meminfo: memFree=25031200/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=320964 CPUtime=222.25 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 68374 0 0 0 22177 48 0 0 20 0 1 0 334404471 328667136 78748 33554432000 4194304 9016284 140733232555392 140733232549144 7180891 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 80241 78748 630 1178 0 79059 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 320964
[startup+282.3 s]
/proc/loadavg: 2.09 2.06 2.00 3/175 29343
/proc/meminfo: memFree=25030476/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=320964 CPUtime=282.25 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 68383 0 0 0 28168 57 0 0 20 0 1 0 334404471 328667136 78757 33554432000 4194304 9016284 140733232555392 140733232549256 7180996 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 80241 78757 638 1178 0 79059 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 320964
[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/175 29343
/proc/meminfo: memFree=25037456/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=320964 CPUtime=342.24 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 68387 0 0 0 34159 65 0 0 20 0 1 0 334404471 328667136 78761 33554432000 4194304 9016284 140733232555392 140733232549448 7189220 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 80241 78761 638 1178 0 79059 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 320964
[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/175 29344
/proc/meminfo: memFree=25045740/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=320964 CPUtime=402.22 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 68389 0 0 0 40149 73 0 0 20 0 1 0 334404471 328667136 78763 33554432000 4194304 9016284 140733232555392 140733232548648 7228219 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 80241 78763 638 1178 0 79059 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 320964
[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 29344
/proc/meminfo: memFree=25044912/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=320964 CPUtime=462.22 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 68389 0 0 0 46142 80 0 0 20 0 1 0 334404471 328667136 78763 33554432000 4194304 9016284 140733232555392 140733232549256 7180679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 80241 78763 638 1178 0 79059 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 320964
[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 29344
/proc/meminfo: memFree=25032484/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=327596 CPUtime=522.21 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 69011 0 0 0 52133 88 0 0 20 0 1 0 334404471 335458304 80407 33554432000 4194304 9016284 140733232555392 140733232549448 6918429 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 81899 80407 638 1178 0 80717 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 327596
[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 29344
/proc/meminfo: memFree=24987396/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=334312 CPUtime=582.2 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 69131 0 0 0 58125 95 0 0 20 0 1 0 334404471 342335488 81038 33554432000 4194304 9016284 140733232555392 140733232549144 7181022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 83578 81038 638 1178 0 82396 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 334312
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=24975452/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1122.12 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70188 0 0 0 112045 167 0 0 20 0 1 0 334404471 352763904 84650 33554432000 4194304 9016284 140733232555392 140733232549560 7080744 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84650 638 1178 0 84942 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 344496
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29350
/proc/meminfo: memFree=24974056/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1182.11 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70188 0 0 0 118036 175 0 0 20 0 1 0 334404471 352763904 84650 33554432000 4194304 9016284 140733232555392 140733232549144 7180872 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84650 638 1178 0 84942 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 344496
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29352
/proc/meminfo: memFree=24972256/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1242.1 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70188 0 0 0 124027 183 0 0 20 0 1 0 334404471 352763904 84650 33554432000 4194304 9016284 140733232555392 140733232549144 7181002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84650 638 1178 0 84942 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 344496
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29352
/proc/meminfo: memFree=24970740/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1302.1 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70190 0 0 0 130019 191 0 0 20 0 1 0 334404471 352763904 84652 33554432000 4194304 9016284 140733232555392 140733232549144 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84652 638 1178 0 84942 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 344496
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24960336/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1362.08 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70196 0 0 0 136008 200 0 0 20 0 1 0 334404471 352763904 84658 33554432000 4194304 9016284 140733232555392 140733232549256 7180913 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84658 642 1178 0 84942 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 344496
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24960612/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1422.08 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70198 0 0 0 141999 209 0 0 20 0 1 0 334404471 352763904 84660 33554432000 4194304 9016284 140733232555392 140733232549560 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84660 642 1178 0 84942 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 344496
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24959336/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1482.07 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70199 0 0 0 147989 218 0 0 20 0 1 0 334404471 352763904 84661 33554432000 4194304 9016284 140733232555392 140733232549256 6606489 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84661 642 1178 0 84942 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 344496
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24957644/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1542.05 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70199 0 0 0 153979 226 0 0 20 0 1 0 334404471 352763904 84661 33554432000 4194304 9016284 140733232555392 140733232549256 7180679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84661 642 1178 0 84942 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 344496
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24958688/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1602.04 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70210 0 0 0 159970 234 0 0 20 0 1 0 334404471 352763904 84879 33554432000 4194304 9016284 140733232555392 140733232549144 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84879 642 1178 0 84942 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 344496
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29354
/proc/meminfo: memFree=24950264/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1662.03 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70242 0 0 0 165960 243 0 0 20 0 1 0 334404471 352763904 84960 33554432000 4194304 9016284 140733232555392 140733232549176 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 84960 644 1178 0 84942 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 344496
[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 29354
/proc/meminfo: memFree=24949272/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1722.02 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70242 0 0 0 171952 250 0 0 20 0 1 0 334404471 352763904 85149 33554432000 4194304 9016284 140733232555392 140733232549144 7181022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 85149 644 1178 0 84942 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 344496
[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24987876/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1782.01 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70243 0 0 0 177944 257 0 0 20 0 1 0 334404471 352763904 85150 33554432000 4194304 9016284 140733232555392 140733232548648 6971833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 85150 644 1178 0 84942 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 344496
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24978320/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1785.21 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70243 0 0 0 178263 258 0 0 20 0 1 0 334404471 352763904 85178 33554432000 4194304 9016284 140733232555392 140733232549144 7180996 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 85178 644 1178 0 84942 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 344496
[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24978444/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1791.61 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70243 0 0 0 178903 258 0 0 20 0 1 0 334404471 352763904 85178 33554432000 4194304 9016284 140733232555392 140733232549144 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 85178 644 1178 0 84942 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 344496
[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24978320/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1794.82 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70243 0 0 0 179223 259 0 0 20 0 1 0 334404471 352763904 85178 33554432000 4194304 9016284 140733232555392 140733232549256 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 85178 644 1178 0 84942 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 344496
[startup+1795.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24978320/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1795.61 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70243 0 0 0 179302 259 0 0 20 0 1 0 334404471 352763904 85178 33554432000 4194304 9016284 140733232555392 140733232549256 7181022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 85178 644 1178 0 84942 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 344496
[startup+1796.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24978320/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1796.41 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70243 0 0 0 179382 259 0 0 20 0 1 0 334404471 352763904 85178 33554432000 4194304 9016284 140733232555392 140733232549256 7080755 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 85178 644 1178 0 84942 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 344496
[startup+1797.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24978320/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=344496 CPUtime=1796.81 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70249 0 0 0 179422 259 0 0 20 0 1 0 334404471 352763904 85184 33554432000 4194304 9016284 140733232555392 140733232549256 6526792 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 86124 85184 650 1178 0 84942 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 344496
[startup+1797.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24978320/32873852 swapFree=6856/6856
[pid=29337] ppid=29335 vsize=340012 CPUtime=1796.91 cores=1,3,5,7
/proc/29337/stat : 29337 (scip-2.0.1.4b_2) R 29335 29337 20074 0 -1 4202496 70250 0 0 0 179432 259 0 0 20 0 1 0 334404471 348172288 84064 33554432000 4194304 9016284 140733232555392 140733232549256 6469244 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29337/statm: 85003 84064 651 1178 0 83821 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 340012
Child status: 0
Real time (s): 1797.24
CPU time (s): 1796.96
CPU user time (s): 1794.36
CPU system time (s): 2.6056
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 344496
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 2.6056
maximum resident set size= 340736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70258
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= 17
involuntary context switches= 1848
runsolver used 5.2482 second user time and 20.1949 second system time
The end