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-3740957-1338767872.opb>
1.29/1.31 c original problem has 10086 variables (10086 bin, 0 int, 0 impl, 0 cont) and 226240 constraints
1.29/1.31 c problem read
1.39/1.44 c No objective function, only one solution is needed.
1.39/1.44 c presolving settings loaded
1.48/1.59 c presolving:
3.09/3.11 c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 108276 impls, 366 clqs
3.49/3.50 c presolving (2 rounds):
3.49/3.50 c 1 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
3.49/3.50 c 108276 implications, 366 cliques
3.49/3.50 c presolved problem has 10085 variables (10085 bin, 0 int, 0 impl, 0 cont) and 226222 constraints
3.49/3.50 c 22570 constraints of type <knapsack>
3.49/3.50 c 48174 constraints of type <setppc>
3.49/3.50 c 2 constraints of type <linear>
3.49/3.50 c 155476 constraints of type <logicor>
3.49/3.50 c transformed objective value is always integral (scale: 1)
3.49/3.50 c Presolving Time: 1.92
3.49/3.50 c - non default parameters ----------------------------------------------------------------------
3.49/3.50 c # SCIP version 2.0.1.5
3.49/3.50 c
3.49/3.50 c # frequency for displaying node information lines
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 100]
3.49/3.50 c display/freq = 10000
3.49/3.50 c
3.49/3.50 c # maximal time in seconds to run
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.50 c limits/time = 1797
3.49/3.50 c
3.49/3.50 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.50 c limits/memory = 13950
3.49/3.50 c
3.49/3.50 c # solving stops, if the given number of solutions were found (-1: no limit)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.50 c limits/solutions = 1
3.49/3.50 c
3.49/3.50 c # maximal number of separation rounds per node (-1: unlimited)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 5]
3.49/3.50 c separating/maxrounds = 1
3.49/3.50 c
3.49/3.50 c # maximal number of separation rounds in the root node (-1: unlimited)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.50 c separating/maxroundsroot = 5
3.49/3.50 c
3.49/3.50 c # default clock type (1: CPU user seconds, 2: wall clock time)
3.49/3.50 c # [type: int, range: [1,2], default: 1]
3.49/3.50 c timing/clocktype = 2
3.49/3.50 c
3.49/3.50 c # belongs reading time to solving time?
3.49/3.50 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.50 c timing/reading = TRUE
3.49/3.50 c
3.49/3.50 c # should presolving try to simplify inequalities
3.49/3.50 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.50 c constraints/linear/simplifyinequalities = TRUE
3.49/3.50 c
3.49/3.50 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.49/3.50 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.50 c constraints/indicator/addCouplingCons = TRUE
3.49/3.50 c
3.49/3.50 c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.49/3.50 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.49/3.50 c constraints/knapsack/disaggregation = FALSE
3.49/3.50 c
3.49/3.50 c # should presolving try to simplify knapsacks
3.49/3.50 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.50 c constraints/knapsack/simplifyinequalities = TRUE
3.49/3.50 c
3.49/3.50 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.50 c presolving/probing/maxrounds = 0
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50 c heuristics/coefdiving/freq = -1
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50 c heuristics/coefdiving/maxlpiterquot = 0.075
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/coefdiving/maxlpiterofs = 1500
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 30]
3.49/3.50 c heuristics/crossover/freq = -1
3.49/3.50 c
3.49/3.50 c # number of nodes added to the contingent of the total nodes
3.49/3.50 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.49/3.50 c heuristics/crossover/nodesofs = 750
3.49/3.50 c
3.49/3.50 c # number of nodes without incumbent change that heuristic should wait
3.49/3.50 c # [type: longint, range: [0,9223372036854775807], default: 200]
3.49/3.50 c heuristics/crossover/nwaitingnodes = 100
3.49/3.50 c
3.49/3.50 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.49/3.50 c # [type: real, range: [0,1], default: 0.1]
3.49/3.50 c heuristics/crossover/nodesquot = 0.15
3.49/3.50 c
3.49/3.50 c # minimum percentage of integer variables that have to be fixed
3.49/3.50 c # [type: real, range: [0,1], default: 0.666]
3.49/3.50 c heuristics/crossover/minfixingrate = 0.5
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.50 c heuristics/feaspump/freq = -1
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/feaspump/maxlpiterofs = 2000
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50 c heuristics/fracdiving/freq = -1
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50 c heuristics/fracdiving/maxlpiterquot = 0.075
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/fracdiving/maxlpiterofs = 1500
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50 c heuristics/guideddiving/freq = -1
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50 c heuristics/guideddiving/maxlpiterquot = 0.075
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/guideddiving/maxlpiterofs = 1500
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50 c heuristics/intdiving/maxlpiterquot = 0.075
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50 c heuristics/intshifting/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50 c heuristics/linesearchdiving/freq = -1
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50 c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/linesearchdiving/maxlpiterofs = 1500
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.50 c heuristics/objpscostdiving/freq = -1
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to total iteration number
3.49/3.50 c # [type: real, range: [0,1], default: 0.01]
3.49/3.50 c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/objpscostdiving/maxlpiterofs = 1500
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50 c heuristics/oneopt/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50 c heuristics/pscostdiving/freq = -1
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50 c heuristics/pscostdiving/maxlpiterquot = 0.075
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/pscostdiving/maxlpiterofs = 1500
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50 c heuristics/rens/freq = -1
3.49/3.50 c
3.49/3.50 c # minimum percentage of integer variables that have to be fixable
3.49/3.50 c # [type: real, range: [0,1], default: 0.5]
3.49/3.50 c heuristics/rens/minfixingrate = 0.3
3.49/3.50 c
3.49/3.50 c # number of nodes added to the contingent of the total nodes
3.49/3.50 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.49/3.50 c heuristics/rens/nodesofs = 2000
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.50 c heuristics/rootsoldiving/freq = -1
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.49/3.50 c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/rootsoldiving/maxlpiterofs = 1500
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50 c heuristics/rounding/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50 c heuristics/shiftandpropagate/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50 c heuristics/shifting/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50 c heuristics/simplerounding/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50 c heuristics/subnlp/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50 c heuristics/trivial/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50 c heuristics/trysol/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50 c heuristics/undercover/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50 c heuristics/veclendiving/freq = -1
3.49/3.50 c
3.49/3.50 c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50 c heuristics/veclendiving/maxlpiterquot = 0.075
3.49/3.50 c
3.49/3.50 c # additional number of allowed LP iterations
3.49/3.50 c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50 c heuristics/veclendiving/maxlpiterofs = 1500
3.49/3.50 c
3.49/3.50 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50 c heuristics/zirounding/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50 c separating/cmir/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50 c separating/flowcover/freq = -1
3.49/3.50 c
3.49/3.50 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.49/3.50 c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.50 c separating/rapidlearning/freq = 0
3.49/3.50 c
3.49/3.50 c -----------------------------------------------------------------------------------------------
3.49/3.50 c start solving
3.49/3.50 c
6.19/6.26 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
6.19/6.26 c 6.3s| 1 | 0 | 2006 | - | 333M| 0 | 736 | 10k| 226k| 10k| 226k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
9.59/9.63 c 9.6s| 1 | 0 | 2885 | - | 333M| 0 |1251 | 10k| 226k| 10k| 226k| 11 | 0 | 0 | 0.000000e+00 | -- | Inf
19.69/19.76 c 19.8s| 1 | 0 | 8175 | - | 334M| 0 |2667 | 10k| 226k| 10k| 226k| 33 | 0 | 0 | 0.000000e+00 | -- | Inf
33.58/33.69 c 33.7s| 1 | 0 | 13547 | - | 335M| 0 |3446 | 10k| 226k| 10k| 226k| 56 | 0 | 0 | 0.000000e+00 | -- | Inf
42.48/42.56 c 42.6s| 1 | 0 | 15697 | - | 335M| 0 |3229 | 10k| 226k| 10k| 226k| 126 | 0 | 0 | 0.000000e+00 | -- | Inf
64.09/64.16 c 64.2s| 1 | 0 | 21228 | - | 337M| 0 |3315 | 10k| 226k| 10k| 226k| 160 | 0 | 0 | 0.000000e+00 | -- | Inf
111.67/111.70 c 112s| 1 | 2 | 21228 | - | 337M| 0 |3315 | 10k| 226k| 10k| 226k| 160 | 0 | 17 | 0.000000e+00 | -- | Inf
1796.71/1797.03 c
1796.71/1797.03 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.03 c Solving Time (sec) : 1797.02
1796.71/1797.03 c Solving Nodes : 193
1796.71/1797.03 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.71/1797.03 c Dual Bound : +0.00000000000000e+00
1796.71/1797.03 c Gap : infinite
1796.71/1797.03 s UNKNOWN
1796.71/1797.03 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.03 c Total Time : 1797.02
1796.71/1797.03 c solving : 1797.02
1796.71/1797.03 c presolving : 1.92 (included in solving)
1796.71/1797.03 c reading : 1.31 (included in solving)
1796.71/1797.03 c Original Problem :
1796.71/1797.03 c Problem name : HOME/instance-3740957-1338767872.opb
1796.71/1797.03 c Variables : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03 c Constraints : 226240 initial, 226240 maximal
1796.71/1797.03 c Presolved Problem :
1796.71/1797.03 c Problem name : t_HOME/instance-3740957-1338767872.opb
1796.71/1797.03 c Variables : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03 c Constraints : 226222 initial, 226222 maximal
1796.71/1797.03 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.71/1797.03 c trivial : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c implics : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c probing : 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c knapsack : 0.09 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c setppc : 0.10 0 0 0 0 0 0 0 0 0
1796.71/1797.03 c linear : 1.37 0 1 0 0 0 10 0 9 0
1796.71/1797.03 c logicor : 0.20 0 0 0 0 0 8 0 0 0
1796.71/1797.03 c root node : - 0 - - 0 - - - - -
1796.71/1797.03 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
1796.71/1797.03 c integral : 0 0 0 193 0 1 0 0 2 0 0 384
1796.71/1797.03 c knapsack : 22570 5 366 0 1 0 0 0 24 189 0 0
1796.71/1797.03 c setppc : 48174 5 366 0 1 0 0 0 5899 0 0 0
1796.71/1797.03 c linear : 2 5 366 0 1 0 0 0 0 0 0 0
1796.71/1797.03 c logicor : 155476 5 218 0 1 0 0 0 201 0 0 0
1796.71/1797.03 c countsols : 0 0 0 0 1 0 0 0 0 0 0 0
1796.71/1797.03 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
1796.71/1797.03 c integral : 1008.89 0.00 0.00 1008.89 0.00 0.00 0.00
1796.71/1797.03 c knapsack : 0.36 0.13 0.23 0.00 0.00 0.00 0.00
1796.71/1797.03 c setppc : 0.60 0.01 0.59 0.00 0.01 0.00 0.00
1796.71/1797.03 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.71/1797.03 c logicor : 0.11 0.03 0.07 0.00 0.01 0.00 0.00
1796.71/1797.03 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.71/1797.03 c Propagators : #Propagate #Resprop Cutoffs DomReds
1796.71/1797.03 c vbounds : 0 0 0 0
1796.71/1797.03 c rootredcost : 0 0 0 0
1796.71/1797.03 c pseudoobj : 0 0 0 0
1796.71/1797.03 c Propagator Timings : TotalTime Propagate Resprop
1796.71/1797.03 c vbounds : 0.00 0.00 0.00
1796.71/1797.03 c rootredcost : 0.00 0.00 0.00
1796.71/1797.03 c pseudoobj : 0.00 0.00 0.00
1796.71/1797.03 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.71/1797.03 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1796.71/1797.03 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.03 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.03 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.03 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.71/1797.03 c applied globally : - - - 0 0.0 - - -
1796.71/1797.03 c applied locally : - - - 0 0.0 - - -
1796.71/1797.03 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1796.71/1797.03 c cut pool : 0.00 4 - - 125 - (maximal pool size: 1196)
1796.71/1797.03 c redcost : 0.03 196 0 0 0 0
1796.71/1797.03 c impliedbounds : 0.00 5 0 0 0 0
1796.71/1797.03 c intobj : 0.00 0 0 0 0 0
1796.71/1797.03 c gomory : 7.39 5 0 0 2500 0
1796.71/1797.03 c cgmip : 0.00 0 0 0 0 0
1796.71/1797.03 c closecuts : 0.00 0 0 0 0 0
1796.71/1797.03 c strongcg : 6.75 5 0 0 2500 0
1796.71/1797.03 c cmir : 0.00 0 0 0 0 0
1796.71/1797.03 c flowcover : 0.00 0 0 0 0 0
1796.71/1797.03 c clique : 0.48 5 0 0 40 0
1796.71/1797.03 c zerohalf : 0.00 0 0 0 0 0
1796.71/1797.03 c mcf : 0.18 1 0 0 0 0
1796.71/1797.03 c oddcycle : 0.00 0 0 0 0 0
1796.71/1797.03 c rapidlearning : 0.00 0 0 0 0 0
1796.71/1797.03 c Pricers : Time Calls Vars
1796.71/1797.03 c problem variables: 0.00 0 0
1796.71/1797.03 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1796.71/1797.03 c relpscost : 1008.89 193 0 2 0 0 384
1796.71/1797.03 c pscost : 0.00 0 0 0 0 0 0
1796.71/1797.03 c inference : 0.00 1 0 0 0 0 2
1796.71/1797.03 c mostinf : 0.00 0 0 0 0 0 0
1796.71/1797.03 c leastinf : 0.00 0 0 0 0 0 0
1796.71/1797.03 c fullstrong : 0.00 0 0 0 0 0 0
1796.71/1797.03 c allfullstrong : 0.00 0 0 0 0 0 0
1796.71/1797.03 c random : 0.00 0 0 0 0 0 0
1796.71/1797.03 c Primal Heuristics : Time Calls Found
1796.71/1797.03 c LP solutions : 0.00 - 0
1796.71/1797.03 c pseudo solutions : 0.00 - 0
1796.71/1797.03 c trivial : 0.00 1 0
1796.71/1797.03 c shiftandpropagate: 0.00 0 0
1796.71/1797.03 c simplerounding : 0.00 0 0
1796.71/1797.03 c zirounding : 0.00 0 0
1796.71/1797.03 c rounding : 0.00 0 0
1796.71/1797.03 c shifting : 0.00 0 0
1796.71/1797.03 c intshifting : 0.00 0 0
1796.71/1797.03 c oneopt : 0.00 0 0
1796.71/1797.03 c twoopt : 0.00 0 0
1796.71/1797.03 c fixandinfer : 0.00 0 0
1796.71/1797.03 c feaspump : 0.00 0 0
1796.71/1797.03 c clique : 0.00 0 0
1796.71/1797.03 c coefdiving : 0.00 0 0
1796.71/1797.03 c pscostdiving : 0.00 0 0
1796.71/1797.03 c fracdiving : 0.00 0 0
1796.71/1797.03 c veclendiving : 0.00 0 0
1796.71/1797.03 c intdiving : 0.00 0 0
1796.71/1797.03 c actconsdiving : 0.00 0 0
1796.71/1797.03 c objpscostdiving : 0.00 0 0
1796.71/1797.03 c rootsoldiving : 0.00 0 0
1796.71/1797.03 c linesearchdiving : 0.00 0 0
1796.71/1797.03 c guideddiving : 0.00 0 0
1796.71/1797.03 c octane : 0.00 0 0
1796.71/1797.03 c rens : 0.00 0 0
1796.71/1797.03 c rins : 0.00 0 0
1796.71/1797.03 c localbranching : 0.00 0 0
1796.71/1797.03 c mutation : 0.00 0 0
1796.71/1797.03 c crossover : 0.00 0 0
1796.71/1797.03 c dins : 0.00 0 0
1796.71/1797.03 c vbounds : 0.00 0 0
1796.71/1797.03 c undercover : 0.00 0 0
1796.71/1797.03 c subnlp : 0.00 0 0
1796.71/1797.03 c trysol : 0.00 0 0
1796.71/1797.03 c LP : Time Calls Iterations Iter/call Iter/sec
1796.71/1797.03 c primal LP : 0.14 0 0 0.00 0.00
1796.71/1797.03 c dual LP : 762.70 199 173780 873.27 227.85
1796.71/1797.03 c lex dual LP : 0.00 0 0 0.00 -
1796.71/1797.03 c barrier LP : 0.00 0 0 0.00 -
1796.71/1797.03 c diving/probing LP: 0.00 0 0 0.00 -
1796.71/1797.03 c strong branching : 1008.60 354 202314 571.51 200.59
1796.71/1797.03 c (at root node) : - 17 9915 583.24 -
1796.71/1797.03 c conflict analysis: 0.00 0 0 0.00 -
1796.71/1797.03 c B&B Tree :
1796.71/1797.03 c number of runs : 1
1796.71/1797.03 c nodes : 193
1796.71/1797.03 c nodes (total) : 193
1796.71/1797.03 c nodes left : 194
1796.71/1797.03 c max depth : 44
1796.71/1797.03 c max depth (total): 44
1796.71/1797.03 c backtracks : 28 (14.5%)
1796.71/1797.03 c delayed cutoffs : 0
1796.71/1797.03 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1796.71/1797.03 c avg switch length: 1.79
1796.71/1797.03 c switching time : 0.63
1796.71/1797.03 c Solution :
1796.71/1797.03 c Solutions found : 0 (0 improvements)
1796.71/1797.03 c Primal Bound : -
1796.71/1797.03 c Dual Bound : +0.00000000000000e+00
1796.71/1797.03 c Gap : infinite
1796.71/1797.03 c Root Dual Bound : +0.00000000000000e+00
1796.71/1797.03 c Root Iterations : 21228
1797.11/1797.49 c Time complete: 1797.2.
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-3740957-1338767872/watcher-3740957-1338767872 -o /tmp/evaluation-result-3740957-1338767872/solver-3740957-1338767872 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740957-1338767872.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 1.83 2.18 2.95 3/173 16242
/proc/meminfo: memFree=31045660/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=11980 CPUtime=0 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 1895 0 0 0 0 0 0 0 20 0 1 0 342912183 12267520 1849 33554432000 4194304 9016284 140735564422256 140735564421224 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 2995 1860 340 1178 0 1813 0
[startup+0.035972 s]
/proc/loadavg: 1.83 2.18 2.95 3/173 16242
/proc/meminfo: memFree=31045660/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=15592 CPUtime=0.03 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 2871 0 0 0 3 0 0 0 20 0 1 0 342912183 15966208 2825 33554432000 4194304 9016284 140735564422256 140735564421224 6813403 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 3898 2834 357 1178 0 2716 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15592
[startup+0.100331 s]
/proc/loadavg: 1.83 2.18 2.95 3/173 16242
/proc/meminfo: memFree=31045660/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=21484 CPUtime=0.09 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 4359 0 0 0 9 0 0 0 20 0 1 0 342912183 21999616 4313 33554432000 4194304 9016284 140735564422256 140735564421224 7260942 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 5371 4313 357 1178 0 4189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21484
[startup+0.300316 s]
/proc/loadavg: 1.83 2.18 2.95 3/173 16242
/proc/meminfo: memFree=31045660/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=36792 CPUtime=0.29 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 8184 0 0 0 28 1 0 0 20 0 1 0 342912183 37675008 8138 33554432000 4194304 9016284 140735564422256 140735564421224 6180689 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 9198 8138 357 1178 0 8016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36792
[startup+0.700324 s]
/proc/loadavg: 1.83 2.18 2.95 3/173 16242
/proc/meminfo: memFree=31045660/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=66232 CPUtime=0.69 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 15523 0 0 0 67 2 0 0 20 0 1 0 342912183 67821568 15477 33554432000 4194304 9016284 140735564422256 140735564421224 6181824 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 16558 15477 357 1178 0 15376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66232
[startup+1.50034 s]
/proc/loadavg: 1.83 2.18 2.95 3/177 16246
/proc/meminfo: memFree=30880980/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=229332 CPUtime=1.48 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 56206 0 0 0 141 7 0 0 20 0 1 0 342912183 234835968 56105 33554432000 4194304 9016284 140735564422256 140735564286152 6813403 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 57333 56121 411 1178 0 56151 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 229332
[startup+3.10036 s]
/proc/loadavg: 1.83 2.18 2.95 3/177 16246
/proc/meminfo: memFree=30458124/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=299192 CPUtime=3.09 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 92510 0 0 0 296 13 0 0 20 0 1 0 342912183 306372608 72324 33554432000 4194304 9016284 140735564422256 140735564417912 7933303 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 74798 72324 496 1178 0 73616 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 299192
[startup+6.30034 s]
/proc/loadavg: 1.84 2.18 2.95 3/177 16246
/proc/meminfo: memFree=29826524/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=698464 CPUtime=6.29 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 142182 0 0 0 605 24 0 0 20 0 1 0 342912183 715227136 166730 33554432000 4194304 9016284 140735564422256 140735564416120 6924934 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 174616 166730 649 1178 0 173434 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 698464
[startup+12.7004 s]
/proc/loadavg: 1.86 2.17 2.94 3/177 16246
/proc/meminfo: memFree=29780164/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=685372 CPUtime=12.68 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 146397 0 0 0 1243 25 0 0 20 0 1 0 342912183 701820928 166509 33554432000 4194304 9016284 140735564422256 140735564417416 6971634 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 171343 166509 661 1178 0 170161 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 685372
[startup+25.5004 s]
/proc/loadavg: 1.89 2.17 2.92 3/177 16246
/proc/meminfo: memFree=29675620/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=744412 CPUtime=25.49 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 151188 0 0 0 2521 28 0 0 20 0 1 0 342912183 762277888 179921 33554432000 4194304 9016284 140735564422256 140735564416216 7199020 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 186103 179921 661 1178 0 184921 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 744412
[startup+51.1004 s]
/proc/loadavg: 1.99 2.17 2.90 3/177 16246
/proc/meminfo: memFree=29674256/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=745900 CPUtime=51.08 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 154234 0 0 0 5077 31 0 0 20 0 1 0 342912183 763801600 180630 33554432000 4194304 9016284 140735564422256 140735564415176 7181002 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 186475 180630 661 1178 0 185293 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 745900
[startup+102.3 s]
/proc/loadavg: 1.99 2.14 2.85 3/177 16247
/proc/meminfo: memFree=29659416/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=734076 CPUtime=102.27 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 155773 0 0 0 10191 36 0 0 20 0 1 0 342912183 751693824 179121 33554432000 4194304 9016284 140735564422256 140735564415096 7180898 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 183519 179121 662 1178 0 182337 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 734076
[startup+162.3 s]
/proc/loadavg: 2.07 2.13 2.80 3/178 16250
/proc/meminfo: memFree=29655600/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=734076 CPUtime=162.26 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 155787 0 0 0 16185 41 0 0 20 0 1 0 342912183 751693824 180020 33554432000 4194304 9016284 140735564422256 140735564416008 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 183519 180020 670 1178 0 182337 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 734076
[startup+222.3 s]
/proc/loadavg: 2.15 2.13 2.76 3/178 16273
/proc/meminfo: memFree=29668984/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=726912 CPUtime=222.25 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 157167 0 0 0 22177 48 0 0 20 0 1 0 342912183 744357888 176828 33554432000 4194304 9016284 140735564422256 140735564416008 6971597 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 181728 176828 670 1178 0 180546 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 726912
[startup+282.3 s]
/proc/loadavg: 2.05 2.11 2.71 3/177 16273
/proc/meminfo: memFree=29667976/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=733864 CPUtime=282.24 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 160345 0 0 0 28169 55 0 0 20 0 1 0 342912183 751476736 177049 33554432000 4194304 9016284 140735564422256 140735564415512 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 183466 177049 670 1178 0 182284 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 733864
[startup+342.3 s]
/proc/loadavg: 2.02 2.08 2.66 3/177 16273
/proc/meminfo: memFree=29654056/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=733864 CPUtime=342.23 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 160372 0 0 0 34163 60 0 0 20 0 1 0 342912183 751476736 177076 33554432000 4194304 9016284 140735564422256 140735564416472 7082192 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 183466 177076 670 1178 0 182284 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 733864
[startup+402.3 s]
/proc/loadavg: 2.00 2.07 2.62 3/177 16274
/proc/meminfo: memFree=29657496/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=726932 CPUtime=402.21 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 176497 0 0 0 40146 75 0 0 20 0 1 0 342912183 744378368 176956 33554432000 4194304 9016284 140735564422256 140735564415512 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 181733 176956 670 1178 0 180551 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 726932
[startup+462.3 s]
/proc/loadavg: 2.00 2.05 2.58 3/177 16274
/proc/meminfo: memFree=29667652/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=745876 CPUtime=462.22 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 202109 0 0 0 46125 97 0 0 20 0 1 0 342912183 763777024 181735 33554432000 4194304 9016284 140735564422256 140735564416008 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 186469 181735 670 1178 0 185287 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 745876
[startup+522.3 s]
/proc/loadavg: 2.00 2.04 2.54 3/177 16274
/proc/meminfo: memFree=29630892/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=745876 CPUtime=522.21 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 203131 0 0 0 52116 105 0 0 20 0 1 0 342912183 763777024 185312 33554432000 4194304 9016284 140735564422256 140735564416008 6855199 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 186469 185312 670 1178 0 185287 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 745876
[startup+582.307 s]
/proc/loadavg: 2.00 2.03 2.50 3/177 16274
/proc/meminfo: memFree=29615972/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=745888 CPUtime=582.19 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 206386 0 0 0 58109 110 0 0 20 0 1 0 342912183 763789312 185288 33554432000 4194304 9016284 140735564422256 140735564416008 7080778 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 186472 185288 670 1178 0 185290 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 745888
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=29580332/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=791880 CPUtime=1122.12 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 243634 0 0 0 112039 173 0 0 20 0 1 0 342912183 810885120 194243 33554432000 4194304 9016284 140735564422256 140735564416120 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 197970 194243 672 1178 0 196788 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 791880
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/177 16279
/proc/meminfo: memFree=29538744/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=796516 CPUtime=1182.1 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 244857 0 0 0 118033 177 0 0 20 0 1 0 342912183 815632384 196928 33554432000 4194304 9016284 140735564422256 140735564416040 7181387 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 199129 196928 672 1178 0 197947 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 796516
[startup+1242.31 s]
/proc/loadavg: 2.14 2.03 2.24 3/177 16279
/proc/meminfo: memFree=29569764/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=796516 CPUtime=1242.1 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 244858 0 0 0 124030 180 0 0 20 0 1 0 342912183 815632384 196929 33554432000 4194304 9016284 140735564422256 140735564416424 7152978 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 199129 196929 672 1178 0 197947 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 796516
[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 2.22 3/177 16279
/proc/meminfo: memFree=29624944/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=754648 CPUtime=1302.08 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 249165 0 0 0 130022 186 0 0 20 0 1 0 342912183 772759552 183808 33554432000 4194304 9016284 140735564422256 140735564416008 6971597 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 188662 183808 672 1178 0 187480 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 754648
[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.20 3/178 16283
/proc/meminfo: memFree=29646588/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=762448 CPUtime=1362.07 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 250413 0 0 0 136016 191 0 0 20 0 1 0 342912183 780746752 189439 33554432000 4194304 9016284 140735564422256 140735564415176 6971833 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 190612 189439 672 1178 0 189430 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 762448
[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/177 16283
/proc/meminfo: memFree=29688228/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=742184 CPUtime=1422.06 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 255206 0 0 0 142007 199 0 0 20 0 1 0 342912183 759996416 179544 33554432000 4194304 9016284 140735564422256 140735564416120 6855218 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 185546 179544 672 1178 0 184364 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 742184
[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/177 16283
/proc/meminfo: memFree=29622584/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=760124 CPUtime=1482.06 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 258208 0 0 0 148001 205 0 0 20 0 1 0 342912183 778366976 184030 33554432000 4194304 9016284 140735564422256 140735564416056 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 190031 184030 672 1178 0 188849 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 760124
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/177 16283
/proc/meminfo: memFree=29617916/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=758484 CPUtime=1542.04 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 269080 0 0 0 153989 215 0 0 20 0 1 0 342912183 776687616 185081 33554432000 4194304 9016284 140735564422256 140735564416120 6971837 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 189621 185081 672 1178 0 188439 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 758484
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/177 16283
/proc/meminfo: memFree=29556732/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=769764 CPUtime=1602.03 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 279851 0 0 0 159977 226 0 0 20 0 1 0 342912183 788238336 190764 33554432000 4194304 9016284 140735564422256 140735564416120 7180942 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 192441 190764 672 1178 0 191259 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 769764
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/177 16284
/proc/meminfo: memFree=29603328/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=750464 CPUtime=1662.02 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 281707 0 0 0 165971 231 0 0 20 0 1 0 342912183 768475136 182060 33554432000 4194304 9016284 140735564422256 140735564416008 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 187616 182060 672 1178 0 186434 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 750464
[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.13 3/177 16284
/proc/meminfo: memFree=29618280/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=772028 CPUtime=1722.01 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 287924 0 0 0 171958 243 0 0 20 0 1 0 342912183 790556672 184255 33554432000 4194304 9016284 140735564422256 140735564415176 7204751 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 193007 184255 672 1178 0 191825 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 772028
[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.12 3/177 16284
/proc/meminfo: memFree=29635956/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=758520 CPUtime=1782.02 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 290099 0 0 0 177952 250 0 0 20 0 1 0 342912183 776724480 186670 33554432000 4194304 9016284 140735564422256 140735564416008 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 189630 186670 672 1178 0 188448 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 758520
Solver just ended. Dumping a history of the last processes samples
[startup+1785.9 s]
/proc/loadavg: 2.05 2.02 2.12 3/177 16284
/proc/meminfo: memFree=29635956/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=758520 CPUtime=1785.61 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 290099 0 0 0 178311 250 0 0 20 0 1 0 342912183 776724480 186670 33554432000 4194304 9016284 140735564422256 140735564416008 6971634 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 189630 186670 672 1178 0 188448 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (KiB) 758520
[startup+1792.31 s]
/proc/loadavg: 2.04 2.02 2.12 3/177 16284
/proc/meminfo: memFree=29631984/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=768728 CPUtime=1792.01 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 290102 0 0 0 178950 251 0 0 20 0 1 0 342912183 787177472 187695 33554432000 4194304 9016284 140735564422256 140735564416424 7142912 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 192182 187695 672 1178 0 191000 0
Current children cumulated CPU time (s) 1792.01
Current children cumulated vsize (KiB) 768728
[startup+1795.5 s]
/proc/loadavg: 2.04 2.02 2.12 3/177 16284
/proc/meminfo: memFree=29606236/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=768728 CPUtime=1795.22 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 290102 0 0 0 179270 252 0 0 20 0 1 0 342912183 787177472 187695 33554432000 4194304 9016284 140735564422256 140735564416536 7180742 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 192182 187695 672 1178 0 191000 0
Current children cumulated CPU time (s) 1795.22
Current children cumulated vsize (KiB) 768728
[startup+1796.3 s]
/proc/loadavg: 2.04 2.02 2.12 3/177 16284
/proc/meminfo: memFree=29606236/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=768728 CPUtime=1796.01 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 290102 0 0 0 179349 252 0 0 20 0 1 0 342912183 787177472 187695 33554432000 4194304 9016284 140735564422256 140735564416120 7227598 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 192182 187695 672 1178 0 191000 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 768728
[startup+1797.1 s]
/proc/loadavg: 2.04 2.02 2.12 3/177 16284
/proc/meminfo: memFree=29587496/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=768728 CPUtime=1796.81 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 290109 0 0 0 179429 252 0 0 20 0 1 0 342912183 787177472 187702 33554432000 4194304 9016284 140735564422256 140735564415176 6545755 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 192182 187702 679 1178 0 191000 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 768728
[startup+1797.3 s]
/proc/loadavg: 2.04 2.02 2.12 3/177 16284
/proc/meminfo: memFree=29587496/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=763488 CPUtime=1797.01 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 290110 0 0 0 179449 252 0 0 20 0 1 0 342912183 781811712 186393 33554432000 4194304 9016284 140735564422256 140735564415176 4881024 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 190872 186393 680 1178 0 189690 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 763488
[startup+1797.4 s]
/proc/loadavg: 2.04 2.02 2.12 3/177 16284
/proc/meminfo: memFree=29587496/32873844 swapFree=7116/7116
[pid=16242] ppid=16239 vsize=760068 CPUtime=1797.11 cores=0,2,4,6
/proc/16242/stat : 16242 (scip-2.0.1.4b_2) R 16239 16242 13088 0 -1 4202496 290110 0 0 0 179459 252 0 0 20 0 1 0 342912183 778309632 185553 33554432000 4194304 9016284 140735564422256 140735564415176 4895701 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16242/statm: 190017 185553 680 1178 0 188835 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 760068
Child status: 0
Real time (s): 1797.5
CPU time (s): 1797.21
CPU user time (s): 1794.68
CPU system time (s): 2.53961
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 810440
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 2.53961
maximum resident set size= 793904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290118
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= 19
involuntary context switches= 1871
runsolver used 5.2562 second user time and 12.6711 second system time
The end