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-3740892-1338766516.opb>
1.19/1.29 c original problem has 10238 variables (10238 bin, 0 int, 0 impl, 0 cont) and 224043 constraints
1.19/1.29 c problem read
1.19/1.29 c No objective function, only one solution is needed.
1.19/1.29 c presolving settings loaded
1.49/1.57 c presolving:
1.88/1.98 c (round 1) 2941 del vars, 45937 del conss, 0 add conss, 2940 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 121746 impls, 325 clqs
1.98/2.08 c (round 2) 3798 del vars, 83188 del conss, 0 add conss, 2940 chg bounds, 2427 chg sides, 3024 chg coeffs, 0 upgd conss, 129838 impls, 325 clqs
2.09/2.14 c (round 3) 3853 del vars, 85933 del conss, 0 add conss, 2940 chg bounds, 3131 chg sides, 3902 chg coeffs, 0 upgd conss, 129882 impls, 325 clqs
2.68/2.70 c (round 4) 3853 del vars, 85964 del conss, 0 add conss, 2940 chg bounds, 3148 chg sides, 3902 chg coeffs, 138092 upgd conss, 129882 impls, 325 clqs
2.78/2.85 c (round 5) 3853 del vars, 85964 del conss, 0 add conss, 2940 chg bounds, 3176 chg sides, 4000 chg coeffs, 138092 upgd conss, 129882 impls, 325 clqs
2.88/2.93 c presolving (6 rounds):
2.88/2.93 c 3853 deleted vars, 85972 deleted constraints, 0 added constraints, 2940 tightened bounds, 0 added holes, 3178 changed sides, 4011 changed coefficients
2.88/2.93 c 129894 implications, 325 cliques
2.88/2.93 c presolved problem has 6385 variables (6385 bin, 0 int, 0 impl, 0 cont) and 138071 constraints
2.88/2.93 c 21012 constraints of type <knapsack>
2.88/2.93 c 16532 constraints of type <setppc>
2.88/2.93 c 1 constraints of type <linear>
2.88/2.93 c 100526 constraints of type <logicor>
2.88/2.93 c transformed objective value is always integral (scale: 1)
2.88/2.93 c Presolving Time: 1.37
2.88/2.93 c - non default parameters ----------------------------------------------------------------------
2.88/2.93 c # SCIP version 2.0.1.5
2.88/2.93 c
2.88/2.93 c # frequency for displaying node information lines
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 100]
2.88/2.93 c display/freq = 10000
2.88/2.93 c
2.88/2.93 c # maximal time in seconds to run
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.88/2.93 c limits/time = 1797
2.88/2.93 c
2.88/2.93 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.88/2.93 c limits/memory = 13950
2.88/2.93 c
2.88/2.93 c # solving stops, if the given number of solutions were found (-1: no limit)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.93 c limits/solutions = 1
2.88/2.93 c
2.88/2.93 c # maximal number of separation rounds per node (-1: unlimited)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 5]
2.88/2.93 c separating/maxrounds = 1
2.88/2.93 c
2.88/2.93 c # maximal number of separation rounds in the root node (-1: unlimited)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.93 c separating/maxroundsroot = 5
2.88/2.93 c
2.88/2.93 c # default clock type (1: CPU user seconds, 2: wall clock time)
2.88/2.93 c # [type: int, range: [1,2], default: 1]
2.88/2.93 c timing/clocktype = 2
2.88/2.93 c
2.88/2.93 c # belongs reading time to solving time?
2.88/2.93 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.93 c timing/reading = TRUE
2.88/2.93 c
2.88/2.93 c # should presolving try to simplify inequalities
2.88/2.93 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.93 c constraints/linear/simplifyinequalities = TRUE
2.88/2.93 c
2.88/2.93 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.88/2.93 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.93 c constraints/indicator/addCouplingCons = TRUE
2.88/2.93 c
2.88/2.93 c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.88/2.93 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.88/2.93 c constraints/knapsack/disaggregation = FALSE
2.88/2.93 c
2.88/2.93 c # should presolving try to simplify knapsacks
2.88/2.93 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.93 c constraints/knapsack/simplifyinequalities = TRUE
2.88/2.93 c
2.88/2.93 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.93 c presolving/probing/maxrounds = 0
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.93 c heuristics/coefdiving/freq = -1
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.93 c heuristics/coefdiving/maxlpiterquot = 0.075
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/coefdiving/maxlpiterofs = 1500
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 30]
2.88/2.93 c heuristics/crossover/freq = -1
2.88/2.93 c
2.88/2.93 c # number of nodes added to the contingent of the total nodes
2.88/2.93 c # [type: longint, range: [0,9223372036854775807], default: 500]
2.88/2.93 c heuristics/crossover/nodesofs = 750
2.88/2.93 c
2.88/2.93 c # number of nodes without incumbent change that heuristic should wait
2.88/2.93 c # [type: longint, range: [0,9223372036854775807], default: 200]
2.88/2.93 c heuristics/crossover/nwaitingnodes = 100
2.88/2.93 c
2.88/2.93 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.88/2.93 c # [type: real, range: [0,1], default: 0.1]
2.88/2.93 c heuristics/crossover/nodesquot = 0.15
2.88/2.93 c
2.88/2.93 c # minimum percentage of integer variables that have to be fixed
2.88/2.93 c # [type: real, range: [0,1], default: 0.666]
2.88/2.93 c heuristics/crossover/minfixingrate = 0.5
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.93 c heuristics/feaspump/freq = -1
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/feaspump/maxlpiterofs = 2000
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.93 c heuristics/fracdiving/freq = -1
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.93 c heuristics/fracdiving/maxlpiterquot = 0.075
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/fracdiving/maxlpiterofs = 1500
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.93 c heuristics/guideddiving/freq = -1
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.93 c heuristics/guideddiving/maxlpiterquot = 0.075
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/guideddiving/maxlpiterofs = 1500
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.93 c heuristics/intdiving/maxlpiterquot = 0.075
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.93 c heuristics/intshifting/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.93 c heuristics/linesearchdiving/freq = -1
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.93 c heuristics/linesearchdiving/maxlpiterquot = 0.075
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/linesearchdiving/maxlpiterofs = 1500
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.93 c heuristics/objpscostdiving/freq = -1
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to total iteration number
2.88/2.93 c # [type: real, range: [0,1], default: 0.01]
2.88/2.93 c heuristics/objpscostdiving/maxlpiterquot = 0.015
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/objpscostdiving/maxlpiterofs = 1500
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.93 c heuristics/oneopt/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.93 c heuristics/pscostdiving/freq = -1
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.93 c heuristics/pscostdiving/maxlpiterquot = 0.075
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/pscostdiving/maxlpiterofs = 1500
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.93 c heuristics/rens/freq = -1
2.88/2.93 c
2.88/2.93 c # minimum percentage of integer variables that have to be fixable
2.88/2.93 c # [type: real, range: [0,1], default: 0.5]
2.88/2.93 c heuristics/rens/minfixingrate = 0.3
2.88/2.93 c
2.88/2.93 c # number of nodes added to the contingent of the total nodes
2.88/2.93 c # [type: longint, range: [0,9223372036854775807], default: 500]
2.88/2.93 c heuristics/rens/nodesofs = 2000
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.93 c heuristics/rootsoldiving/freq = -1
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.88/2.93 c heuristics/rootsoldiving/maxlpiterquot = 0.015
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/rootsoldiving/maxlpiterofs = 1500
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.93 c heuristics/rounding/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.93 c heuristics/shiftandpropagate/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.93 c heuristics/shifting/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.93 c heuristics/simplerounding/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.93 c heuristics/subnlp/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.93 c heuristics/trivial/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.93 c heuristics/trysol/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.93 c heuristics/undercover/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.93 c heuristics/veclendiving/freq = -1
2.88/2.93 c
2.88/2.93 c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.93 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.93 c heuristics/veclendiving/maxlpiterquot = 0.075
2.88/2.93 c
2.88/2.93 c # additional number of allowed LP iterations
2.88/2.93 c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.93 c heuristics/veclendiving/maxlpiterofs = 1500
2.88/2.93 c
2.88/2.93 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.93 c heuristics/zirounding/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.93 c separating/cmir/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.93 c separating/flowcover/freq = -1
2.88/2.93 c
2.88/2.93 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.88/2.93 c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.93 c separating/rapidlearning/freq = 0
2.88/2.93 c
2.88/2.93 c -----------------------------------------------------------------------------------------------
2.88/2.93 c start solving
2.88/2.93 c
4.99/5.00 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
5.09/5.12 c 5.0s| 1 | 0 | 2087 | - | 257M| 0 | 241 |6385 | 138k|6385 | 138k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
6.89/6.97 c 7.0s| 1 | 0 | 2095 | - | 258M| 0 | 219 |6385 | 138k|6385 | 138k| 5 | 0 | 0 | 0.000000e+00 | -- | Inf
8.80/8.82 c 8.8s| 1 | 0 | 2104 | - | 258M| 0 | 216 |6385 | 138k|6385 | 138k| 10 | 0 | 0 | 0.000000e+00 | -- | Inf
10.68/10.78 c 10.8s| 1 | 0 | 2143 | - | 259M| 0 | 207 |6385 | 138k|6385 | 138k| 15 | 0 | 0 | 0.000000e+00 | -- | Inf
24.09/24.19 c 24.2s| 1 | 0 | 2291 | - | 259M| 0 | 159 |6385 | 138k|6385 | 138k| 42 | 0 | 0 | 0.000000e+00 | -- | Inf
40.29/40.34 c 40.3s| 1 | 0 | 2498 | - | 261M| 0 | 177 |6385 | 138k|6385 | 138k| 62 | 0 | 0 | 0.000000e+00 | -- | Inf
52.38/52.49 c 52.5s| 1 | 2 | 2498 | - | 261M| 0 | 177 |6385 | 138k|6385 | 138k| 62 | 0 | 20 | 0.000000e+00 | -- | Inf
1796.99/1797.36 c
1796.99/1797.36 c SCIP Status : solving was interrupted [time limit reached]
1796.99/1797.36 c Solving Time (sec) : 1797.36
1796.99/1797.36 c Solving Nodes : 1233
1796.99/1797.36 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.99/1797.36 c Dual Bound : +0.00000000000000e+00
1796.99/1797.36 c Gap : infinite
1796.99/1797.36 s UNKNOWN
1796.99/1797.36 c SCIP Status : solving was interrupted [time limit reached]
1796.99/1797.36 c Total Time : 1797.36
1796.99/1797.36 c solving : 1797.36
1796.99/1797.36 c presolving : 1.37 (included in solving)
1796.99/1797.36 c reading : 1.29 (included in solving)
1796.99/1797.36 c Original Problem :
1796.99/1797.36 c Problem name : HOME/instance-3740892-1338766516.opb
1796.99/1797.36 c Variables : 10238 (10238 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.99/1797.36 c Constraints : 224043 initial, 224043 maximal
1796.99/1797.36 c Presolved Problem :
1796.99/1797.36 c Problem name : t_HOME/instance-3740892-1338766516.opb
1796.99/1797.36 c Variables : 6385 (6385 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.99/1797.36 c Constraints : 138071 initial, 138218 maximal
1796.99/1797.36 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.99/1797.36 c trivial : 0.00 55 0 0 0 0 0 0 0 0
1796.99/1797.36 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
1796.99/1797.36 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
1796.99/1797.36 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
1796.99/1797.36 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
1796.99/1797.36 c implics : 0.01 0 420 0 0 0 0 0 0 0
1796.99/1797.36 c probing : 0.00 0 0 0 0 0 0 0 0 0
1796.99/1797.36 c knapsack : 0.10 0 0 0 0 0 0 0 30 109
1796.99/1797.36 c setppc : 0.03 0 0 0 0 0 0 0 0 0
1796.99/1797.36 c linear : 0.86 3301 77 0 2940 0 85950 0 3148 3902
1796.99/1797.36 c logicor : 0.19 0 0 0 0 0 22 0 0 0
1796.99/1797.36 c root node : - 11 - - 11 - - - - -
1796.99/1797.36 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
1796.99/1797.36 c integral : 0 0 0 1026 0 1 0 3 170 0 0 1946
1796.99/1797.36 c knapsack : 21012 5 6202 0 0 0 946 18 11022 14 0 0
1796.99/1797.36 c setppc : 16532 5 6184 0 0 0 1400 108 10335 0 0 0
1796.99/1797.36 c linear : 1 5 6076 0 0 0 0 0 0 0 0 0
1796.99/1797.36 c logicor : 100526+ 5 3569 0 0 0 445 137 3187 0 0 0
1796.99/1797.36 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0
1796.99/1797.36 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
1796.99/1797.36 c integral : 1214.13 0.00 0.00 1214.13 0.00 0.00 0.00
1796.99/1797.36 c knapsack : 2.97 0.06 2.91 0.00 0.00 0.00 0.00
1796.99/1797.36 c setppc : 2.08 0.00 2.08 0.00 0.00 0.00 0.00
1796.99/1797.36 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.99/1797.36 c logicor : 1.00 0.02 0.98 0.00 0.00 0.00 0.00
1796.99/1797.36 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.99/1797.36 c Propagators : #Propagate #Resprop Cutoffs DomReds
1796.99/1797.36 c vbounds : 0 0 0 0
1796.99/1797.36 c rootredcost : 0 0 0 0
1796.99/1797.36 c pseudoobj : 0 0 0 0
1796.99/1797.36 c Propagator Timings : TotalTime Propagate Resprop
1796.99/1797.36 c vbounds : 0.00 0.00 0.00
1796.99/1797.36 c rootredcost : 0.00 0.00 0.00
1796.99/1797.36 c pseudoobj : 0.00 0.00 0.00
1796.99/1797.36 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.99/1797.36 c propagation : 0.01 263 263 388 35.7 22 62.5 -
1796.99/1797.36 c infeasible LP : 0.02 8 8 35 23.3 4 12.0 0
1796.99/1797.36 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.99/1797.36 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.99/1797.36 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.99/1797.36 c applied globally : - - - 407 11.3 - - -
1796.99/1797.36 c applied locally : - - - 0 0.0 - - -
1796.99/1797.36 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1796.99/1797.36 c cut pool : 0.00 4 - - 142 - (maximal pool size: 291)
1796.99/1797.36 c redcost : 0.11 981 0 0 0 0
1796.99/1797.36 c impliedbounds : 0.00 5 0 0 0 0
1796.99/1797.36 c intobj : 0.00 0 0 0 0 0
1796.99/1797.36 c gomory : 24.49 5 0 0 2500 0
1796.99/1797.36 c cgmip : 0.00 0 0 0 0 0
1796.99/1797.36 c closecuts : 0.00 0 0 0 0 0
1796.99/1797.36 c strongcg : 7.64 5 0 0 2500 0
1796.99/1797.36 c cmir : 0.00 0 0 0 0 0
1796.99/1797.36 c flowcover : 0.00 0 0 0 0 0
1796.99/1797.36 c clique : 0.24 5 0 0 30 0
1796.99/1797.36 c zerohalf : 0.00 0 0 0 0 0
1796.99/1797.36 c mcf : 0.12 1 0 0 0 0
1796.99/1797.36 c oddcycle : 0.00 0 0 0 0 0
1796.99/1797.36 c rapidlearning : 0.00 0 0 0 0 0
1796.99/1797.36 c Pricers : Time Calls Vars
1796.99/1797.36 c problem variables: 0.00 0 0
1796.99/1797.36 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1796.99/1797.36 c relpscost : 1214.13 1026 3 170 0 0 1946
1796.99/1797.36 c pscost : 0.00 0 0 0 0 0 0
1796.99/1797.36 c inference : 0.00 0 0 0 0 0 0
1796.99/1797.36 c mostinf : 0.00 0 0 0 0 0 0
1796.99/1797.36 c leastinf : 0.00 0 0 0 0 0 0
1796.99/1797.36 c fullstrong : 0.00 0 0 0 0 0 0
1796.99/1797.36 c allfullstrong : 0.00 0 0 0 0 0 0
1796.99/1797.36 c random : 0.00 0 0 0 0 0 0
1796.99/1797.36 c Primal Heuristics : Time Calls Found
1796.99/1797.36 c LP solutions : 0.00 - 0
1796.99/1797.36 c pseudo solutions : 0.00 - 0
1796.99/1797.36 c trivial : 0.00 1 0
1796.99/1797.36 c shiftandpropagate: 0.00 0 0
1796.99/1797.36 c simplerounding : 0.00 0 0
1796.99/1797.36 c zirounding : 0.00 0 0
1796.99/1797.36 c rounding : 0.00 0 0
1796.99/1797.36 c shifting : 0.00 0 0
1796.99/1797.36 c intshifting : 0.00 0 0
1796.99/1797.36 c oneopt : 0.00 0 0
1796.99/1797.36 c twoopt : 0.00 0 0
1796.99/1797.36 c fixandinfer : 0.00 0 0
1796.99/1797.36 c feaspump : 0.00 0 0
1796.99/1797.36 c clique : 0.00 0 0
1796.99/1797.36 c coefdiving : 0.00 0 0
1796.99/1797.36 c pscostdiving : 0.00 0 0
1796.99/1797.36 c fracdiving : 0.00 0 0
1796.99/1797.36 c veclendiving : 0.00 0 0
1796.99/1797.36 c intdiving : 0.00 0 0
1796.99/1797.36 c actconsdiving : 0.00 0 0
1796.99/1797.36 c objpscostdiving : 0.00 0 0
1796.99/1797.36 c rootsoldiving : 0.00 0 0
1796.99/1797.36 c linesearchdiving : 0.00 0 0
1796.99/1797.36 c guideddiving : 0.00 0 0
1796.99/1797.36 c octane : 0.00 0 0
1796.99/1797.36 c rens : 0.00 0 0
1796.99/1797.36 c rins : 0.00 0 0
1796.99/1797.36 c localbranching : 0.00 0 0
1796.99/1797.36 c mutation : 0.00 0 0
1796.99/1797.36 c crossover : 0.00 0 0
1796.99/1797.36 c dins : 0.00 0 0
1796.99/1797.36 c vbounds : 0.00 0 0
1796.99/1797.36 c undercover : 0.00 0 0
1796.99/1797.36 c subnlp : 0.00 0 0
1796.99/1797.36 c trysol : 0.00 0 0
1796.99/1797.36 c LP : Time Calls Iterations Iter/call Iter/sec
1796.99/1797.36 c primal LP : 0.22 0 0 0.00 0.00
1796.99/1797.36 c dual LP : 522.70 1039 151402 145.72 289.65
1796.99/1797.36 c lex dual LP : 0.00 0 0 0.00 -
1796.99/1797.36 c barrier LP : 0.00 0 0 0.00 -
1796.99/1797.36 c diving/probing LP: 0.00 0 0 0.00 -
1796.99/1797.36 c strong branching : 1213.62 1174 178653 152.17 147.21
1796.99/1797.36 c (at root node) : - 20 933 46.65 -
1796.99/1797.36 c conflict analysis: 0.00 0 0 0.00 -
1796.99/1797.36 c B&B Tree :
1796.99/1797.36 c number of runs : 1
1796.99/1797.36 c nodes : 1233
1796.99/1797.36 c nodes (total) : 1233
1796.99/1797.36 c nodes left : 694
1796.99/1797.36 c max depth : 76
1796.99/1797.36 c max depth (total): 76
1796.99/1797.36 c backtracks : 80 (6.5%)
1796.99/1797.36 c delayed cutoffs : 20
1796.99/1797.36 c repropagations : 3516 (1086 domain reductions, 14 cutoffs)
1796.99/1797.36 c avg switch length: 7.37
1796.99/1797.36 c switching time : 2.81
1796.99/1797.36 c Solution :
1796.99/1797.36 c Solutions found : 0 (0 improvements)
1796.99/1797.36 c Primal Bound : -
1796.99/1797.36 c Dual Bound : +0.00000000000000e+00
1796.99/1797.36 c Gap : infinite
1796.99/1797.36 c Root Dual Bound : +0.00000000000000e+00
1796.99/1797.36 c Root Iterations : 2498
1797.39/1797.78 c Time complete: 1797.48.
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-3740892-1338766516/watcher-3740892-1338766516 -o /tmp/evaluation-result-3740892-1338766516/solver-3740892-1338766516 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740892-1338766516.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: 2.00 2.00 2.00 3/176 31447
/proc/meminfo: memFree=24429076/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=11980 CPUtime=0 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 1925 0 0 0 0 0 0 0 20 0 1 0 342777392 12267520 1881 33554432000 4194304 9016284 140735980325776 140735980324312 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 2995 1891 340 1178 0 1813 0
[startup+0.0851591 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31447
/proc/meminfo: memFree=24429076/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=20136 CPUtime=0.07 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 4024 0 0 0 7 0 0 0 20 0 1 0 342777392 20619264 3979 33554432000 4194304 9016284 140735980325776 140735980324312 4536486 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 5034 3979 357 1178 0 3852 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20136
[startup+0.100212 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31447
/proc/meminfo: memFree=24429076/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=21564 CPUtime=0.09 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 4378 0 0 0 9 0 0 0 20 0 1 0 342777392 22081536 4333 33554432000 4194304 9016284 140735980325776 140735980324312 7870473 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 5391 4333 357 1178 0 4209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21564
[startup+0.300156 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31447
/proc/meminfo: memFree=24429076/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=36872 CPUtime=0.29 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 8204 0 0 0 28 1 0 0 20 0 1 0 342777392 37756928 8159 33554432000 4194304 9016284 140735980325776 140735980324312 7870488 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 9218 8159 357 1178 0 8036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36872
[startup+0.700167 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31447
/proc/meminfo: memFree=24429076/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=66088 CPUtime=0.69 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 15490 0 0 0 67 2 0 0 20 0 1 0 342777392 67674112 15445 33554432000 4194304 9016284 140735980325776 140735980324312 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 16522 15445 357 1178 0 15340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66088
[startup+1.50019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31448
/proc/meminfo: memFree=24343800/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=248372 CPUtime=1.49 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 60075 0 0 0 141 8 0 0 20 0 1 0 342777392 254332928 60031 33554432000 4194304 9016284 140735980325776 140735980189672 6813403 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 62093 60049 411 1178 0 60911 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 248372
[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31448
/proc/meminfo: memFree=24145896/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=357776 CPUtime=3.09 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 94547 0 0 0 295 14 0 0 20 0 1 0 342777392 366362624 86409 33554432000 4194304 9016284 140735980325776 140735980321448 7876121 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 89444 86409 571 1178 0 88262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 357776
[startup+6.30016 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31448
/proc/meminfo: memFree=23885164/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=548896 CPUtime=6.29 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 121895 0 0 0 609 20 0 0 20 0 1 0 342777392 562069504 131358 33554432000 4194304 9016284 140735980325776 140735980320888 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 137224 131358 657 1178 0 136042 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 548896
[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 31448
/proc/meminfo: memFree=23827028/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=575912 CPUtime=12.68 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 127828 0 0 0 1247 21 0 0 20 0 1 0 342777392 589733888 139704 33554432000 4194304 9016284 140735980325776 140735980320840 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 143978 139704 668 1178 0 142796 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 575912
[startup+25.5002 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 31448
/proc/meminfo: memFree=23860096/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=582224 CPUtime=25.48 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 128807 0 0 0 2526 22 0 0 20 0 1 0 342777392 596197376 142216 33554432000 4194304 9016284 140735980325776 140735980320840 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 145556 142216 668 1178 0 144374 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 582224
[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 31448
/proc/meminfo: memFree=23786600/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=613288 CPUtime=51.08 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 129952 0 0 0 5084 24 0 0 20 0 1 0 342777392 628006912 149991 33554432000 4194304 9016284 140735980325776 140735980319032 7214178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 153322 149991 669 1178 0 152140 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 613288
[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31448
/proc/meminfo: memFree=23770520/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=102.28 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131283 0 0 0 10202 26 0 0 20 0 1 0 342777392 652959744 154387 33554432000 4194304 9016284 140735980325776 140735980319080 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154387 674 1178 0 158232 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 637656
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31448
/proc/meminfo: memFree=23806516/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=162.26 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131283 0 0 0 16196 30 0 0 20 0 1 0 342777392 652959744 154387 33554432000 4194304 9016284 140735980325776 140735980319528 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154387 674 1178 0 158232 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 637656
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31448
/proc/meminfo: memFree=23806352/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=222.26 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131283 0 0 0 22192 34 0 0 20 0 1 0 342777392 652959744 154387 33554432000 4194304 9016284 140735980325776 140735980319032 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154387 674 1178 0 158232 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 637656
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31449
/proc/meminfo: memFree=23803912/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=282.25 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131293 0 0 0 28189 36 0 0 20 0 1 0 342777392 652959744 154397 33554432000 4194304 9016284 140735980325776 140735980319032 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154397 674 1178 0 158232 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 637656
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31452
/proc/meminfo: memFree=23745796/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=342.23 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131295 0 0 0 34186 37 0 0 20 0 1 0 342777392 652959744 154399 33554432000 4194304 9016284 140735980325776 140735980319080 7199150 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154399 674 1178 0 158232 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 637656
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31452
/proc/meminfo: memFree=23802568/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=402.23 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131298 0 0 0 40183 40 0 0 20 0 1 0 342777392 652959744 154402 33554432000 4194304 9016284 140735980325776 140735980319896 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154402 677 1178 0 158232 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 637656
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31452
/proc/meminfo: memFree=23800156/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=462.22 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131300 0 0 0 46179 43 0 0 20 0 1 0 342777392 652959744 154404 33554432000 4194304 9016284 140735980325776 140735980319528 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154404 677 1178 0 158232 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 637656
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31452
/proc/meminfo: memFree=23800572/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=522.21 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131300 0 0 0 52177 44 0 0 20 0 1 0 342777392 652959744 154404 33554432000 4194304 9016284 140735980325776 140735980319032 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154404 677 1178 0 158232 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 637656
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31453
/proc/meminfo: memFree=23798284/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=582.2 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131303 0 0 0 58173 47 0 0 20 0 1 0 342777392 652959744 154407 33554432000 4194304 9016284 140735980325776 140735980318712 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 154407 677 1178 0 158232 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 637656
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=26229376/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=1062.11 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131347 0 0 0 106133 78 0 0 20 0 1 0 342777392 652959744 155946 33554432000 4194304 9016284 140735980325776 140735980319080 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 155946 679 1178 0 158232 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 637656
[startup+1122.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/177 31496
/proc/meminfo: memFree=17865464/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=637656 CPUtime=1122.1 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131347 0 0 0 112129 81 0 0 20 0 1 0 342777392 652959744 156701 33554432000 4194304 9016284 140735980325776 140735980319144 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 159414 156701 679 1178 0 158232 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 637656
[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 31497
/proc/meminfo: memFree=18366656/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=649280 CPUtime=1182.09 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 131774 0 0 0 118126 83 0 0 20 0 1 0 342777392 664862720 160156 33554432000 4194304 9016284 140735980325776 140735980319832 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 162320 160156 679 1178 0 161138 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 649280
[startup+1242.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25814540/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=628084 CPUtime=1242.08 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 133475 0 0 0 124122 86 0 0 20 0 1 0 342777392 643158016 153811 33554432000 4194304 9016284 140735980325776 140735980319032 7082034 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 157021 153811 679 1178 0 155839 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 628084
[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25826072/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=641772 CPUtime=1302.08 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 134572 0 0 0 130117 91 0 0 20 0 1 0 342777392 657174528 157968 33554432000 4194304 9016284 140735980325776 140735980318584 7080778 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 160443 157968 679 1178 0 159261 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 641772
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25809544/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=627472 CPUtime=1362.06 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 137134 0 0 0 136111 95 0 0 20 0 1 0 342777392 642531328 155693 33554432000 4194304 9016284 140735980325776 140735980319032 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 156868 155693 679 1178 0 155686 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 627472
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25814864/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1422.06 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 137693 0 0 0 142106 100 0 0 20 0 1 0 342777392 663506944 157785 33554432000 4194304 9016284 140735980325776 140735980319896 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 157785 679 1178 0 160807 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 647956
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31536
/proc/meminfo: memFree=25793540/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1482.04 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138149 0 0 0 148098 106 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319032 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 647956
[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 31539
/proc/meminfo: memFree=25841640/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1542.03 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138149 0 0 0 154094 109 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319528 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 647956
[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 31562
/proc/meminfo: memFree=25790288/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1602.02 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138149 0 0 0 160090 112 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319640 7178154 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 647956
[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 31562
/proc/meminfo: memFree=25834036/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1662.01 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138149 0 0 0 166085 116 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319528 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 647956
[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31562
/proc/meminfo: memFree=25818020/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1722 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138149 0 0 0 172081 119 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319080 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 647956
[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31563
/proc/meminfo: memFree=25804428/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1781.99 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138150 0 0 0 178076 123 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980318584 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 647956
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31563
/proc/meminfo: memFree=25797168/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1785.19 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138150 0 0 0 178396 123 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319688 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 647956
[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31563
/proc/meminfo: memFree=25787916/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1791.6 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138150 0 0 0 179036 124 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319528 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 647956
[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31563
/proc/meminfo: memFree=25788164/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1794.79 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138150 0 0 0 179355 124 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319832 7875911 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 647956
[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31563
/proc/meminfo: memFree=25788288/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1796.39 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138150 0 0 0 179515 124 0 0 20 0 1 0 342777392 663506944 160285 33554432000 4194304 9016284 140735980325776 140735980319032 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160285 679 1178 0 160807 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 647956
[startup+1797.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31563
/proc/meminfo: memFree=25845064/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=647956 CPUtime=1797.18 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138155 0 0 0 179594 124 0 0 20 0 1 0 342777392 663506944 160290 33554432000 4194304 9016284 140735980325776 140735980319528 6526990 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 161989 160290 684 1178 0 160807 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 647956
[startup+1797.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31563
/proc/meminfo: memFree=25845064/32873660 swapFree=7120/7120
[pid=31447] ppid=31445 vsize=590244 CPUtime=1797.39 cores=0,2,4,6
/proc/31447/stat : 31447 (scip-2.0.1.4b_2) R 31445 31447 31309 0 -1 4202496 138156 0 0 0 179614 125 0 0 20 0 1 0 342777392 604409856 145882 33554432000 4194304 9016284 140735980325776 140735980319528 6812620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31447/statm: 147561 145882 685 1178 0 146379 0
Current children cumulated CPU time (s) 1797.39
Current children cumulated vsize (KiB) 590244
Child status: 0
Real time (s): 1797.79
CPU time (s): 1797.49
CPU user time (s): 1796.22
CPU system time (s): 1.26581
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 652356
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.22
system time used= 1.26581
maximum resident set size= 648876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138164
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= 1922
runsolver used 3.03454 second user time and 8.79266 second system time
The end