0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00 c Copyright (c) 2002-2012 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-3691798-1338041142.opb>
0.59/0.65 c original problem has 9956 variables (9956 bin, 0 int, 0 impl, 0 cont) and 224622 constraints
0.59/0.65 c problem read in 0.65
0.59/0.65 c No objective function, only one solution is needed.
0.59/0.65 c presolving settings loaded
0.89/0.99 c presolving:
1.49/1.52 c (round 1) 414 del vars, 7224 del conss, 0 add conss, 414 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 107588 impls, 362 clqs
1.49/1.59 c (round 2) 414 del vars, 11904 del conss, 0 add conss, 414 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 107588 impls, 362 clqs
2.69/2.78 c (round 3) 414 del vars, 11949 del conss, 0 add conss, 414 chg bounds, 7 chg sides, 0 chg coeffs, 212754 upgd conss, 107588 impls, 362 clqs
3.09/3.14 c (round 4) 414 del vars, 11995 del conss, 0 add conss, 414 chg bounds, 7 chg sides, 0 chg coeffs, 212754 upgd conss, 107588 impls, 362 clqs
3.89/3.97 c presolving (5 rounds):
3.89/3.97 c 414 deleted vars, 11995 deleted constraints, 0 added constraints, 414 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
3.89/3.97 c 107588 implications, 362 cliques
3.89/3.97 c presolved problem has 9542 variables (9542 bin, 0 int, 0 impl, 0 cont) and 212627 constraints
3.89/3.97 c 22442 constraints of type <knapsack>
3.89/3.97 c 43466 constraints of type <setppc>
3.89/3.97 c 2 constraints of type <linear>
3.89/3.97 c 146717 constraints of type <logicor>
3.89/3.97 c transformed objective value is always integral (scale: 1)
3.89/3.97 c Presolving Time: 2.99
3.89/3.97 c - non default parameters ----------------------------------------------------------------------
3.89/3.97 c # SCIP version 2.1.1.4
3.89/3.97 c
3.89/3.97 c # maximal time in seconds to run
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.89/3.97 c limits/time = 1797
3.89/3.97 c
3.89/3.97 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.89/3.97 c limits/memory = 13950
3.89/3.97 c
3.89/3.97 c # solving stops, if the given number of solutions were found (-1: no limit)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: -1]
3.89/3.97 c limits/solutions = 1
3.89/3.97 c
3.89/3.97 c # maximal number of separation rounds per node (-1: unlimited)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 5]
3.89/3.97 c separating/maxrounds = 1
3.89/3.97 c
3.89/3.97 c # maximal number of separation rounds in the root node (-1: unlimited)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: -1]
3.89/3.97 c separating/maxroundsroot = 5
3.89/3.97 c
3.89/3.97 c # default clock type (1: CPU user seconds, 2: wall clock time)
3.89/3.97 c # [type: int, range: [1,2], default: 1]
3.89/3.97 c timing/clocktype = 2
3.89/3.97 c
3.89/3.97 c # belongs reading time to solving time?
3.89/3.97 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.89/3.97 c timing/reading = TRUE
3.89/3.97 c
3.89/3.97 c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.89/3.97 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.89/3.97 c constraints/knapsack/disaggregation = FALSE
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.97 c heuristics/coefdiving/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.97 c heuristics/coefdiving/maxlpiterquot = 0.075
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/coefdiving/maxlpiterofs = 1500
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 30]
3.89/3.97 c heuristics/crossover/freq = -1
3.89/3.97 c
3.89/3.97 c # number of nodes added to the contingent of the total nodes
3.89/3.97 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.89/3.97 c heuristics/crossover/nodesofs = 750
3.89/3.97 c
3.89/3.97 c # number of nodes without incumbent change that heuristic should wait
3.89/3.97 c # [type: longint, range: [0,9223372036854775807], default: 200]
3.89/3.97 c heuristics/crossover/nwaitingnodes = 100
3.89/3.97 c
3.89/3.97 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.89/3.97 c # [type: real, range: [0,1], default: 0.1]
3.89/3.97 c heuristics/crossover/nodesquot = 0.15
3.89/3.97 c
3.89/3.97 c # minimum percentage of integer variables that have to be fixed
3.89/3.97 c # [type: real, range: [0,1], default: 0.666]
3.89/3.97 c heuristics/crossover/minfixingrate = 0.5
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 20]
3.89/3.97 c heuristics/feaspump/freq = -1
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/feaspump/maxlpiterofs = 2000
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.97 c heuristics/fracdiving/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.97 c heuristics/fracdiving/maxlpiterquot = 0.075
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/fracdiving/maxlpiterofs = 1500
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.97 c heuristics/guideddiving/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.97 c heuristics/guideddiving/maxlpiterquot = 0.075
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/guideddiving/maxlpiterofs = 1500
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.97 c heuristics/intdiving/maxlpiterquot = 0.075
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.97 c heuristics/intshifting/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.97 c heuristics/linesearchdiving/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.97 c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/linesearchdiving/maxlpiterofs = 1500
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 20]
3.89/3.97 c heuristics/objpscostdiving/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to total iteration number
3.89/3.97 c # [type: real, range: [0,1], default: 0.01]
3.89/3.97 c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/objpscostdiving/maxlpiterofs = 1500
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.97 c heuristics/oneopt/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.97 c heuristics/pscostdiving/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.97 c heuristics/pscostdiving/maxlpiterquot = 0.075
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/pscostdiving/maxlpiterofs = 1500
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.97 c heuristics/rens/freq = -1
3.89/3.97 c
3.89/3.97 c # minimum percentage of integer variables that have to be fixable
3.89/3.97 c # [type: real, range: [0,1], default: 0.5]
3.89/3.97 c heuristics/rens/minfixingrate = 0.3
3.89/3.97 c
3.89/3.97 c # number of nodes added to the contingent of the total nodes
3.89/3.97 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.89/3.97 c heuristics/rens/nodesofs = 2000
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 20]
3.89/3.97 c heuristics/rootsoldiving/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.89/3.97 c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/rootsoldiving/maxlpiterofs = 1500
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.97 c heuristics/rounding/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.97 c heuristics/shiftandpropagate/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.97 c heuristics/shifting/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.97 c heuristics/simplerounding/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.97 c heuristics/subnlp/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.97 c heuristics/trivial/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.97 c heuristics/trysol/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.97 c heuristics/undercover/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.97 c heuristics/veclendiving/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.97 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.97 c heuristics/veclendiving/maxlpiterquot = 0.075
3.89/3.97 c
3.89/3.97 c # additional number of allowed LP iterations
3.89/3.97 c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.97 c heuristics/veclendiving/maxlpiterofs = 1500
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.97 c heuristics/zirounding/freq = -1
3.89/3.97 c
3.89/3.97 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: -1]
3.89/3.97 c propagating/probing/maxprerounds = 0
3.89/3.97 c
3.89/3.97 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.97 c separating/cmir/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.97 c separating/flowcover/freq = -1
3.89/3.97 c
3.89/3.97 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: -1]
3.89/3.97 c separating/rapidlearning/freq = 0
3.89/3.97 c
3.89/3.97 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
3.89/3.97 c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.97 c heuristics/indoneopt/freq = -1
3.89/3.97 c
3.89/3.97 c -----------------------------------------------------------------------------------------------
3.89/3.97 c start solving
3.89/3.98 c
5.59/5.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
5.59/5.68 c 5.7s| 1 | 0 | 880 | - | 357M| 0 | 211 |9542 | 212k|9542 | 212k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
8.99/9.06 c 9.1s| 1 | 0 | 2196 | - | 357M| 0 | 751 |9542 | 212k|9542 | 212k| 11 | 0 | 0 | 0.000000e+00 | -- | Inf
13.10/13.17 c 13.2s| 1 | 0 | 4047 | - | 357M| 0 |1945 |9542 | 212k|9542 | 212k| 23 | 0 | 0 | 0.000000e+00 | -- | Inf
16.89/16.99 c 17.0s| 1 | 0 | 5162 | - | 357M| 0 |2709 |9542 | 212k|9542 | 212k| 35 | 0 | 0 | 0.000000e+00 | -- | Inf
21.90/21.92 c 21.9s| 1 | 0 | 6212 | - | 358M| 0 |2395 |9542 | 212k|9542 | 212k| 57 | 0 | 0 | 0.000000e+00 | -- | Inf
26.18/26.29 c 26.3s| 1 | 0 | 6780 | - | 358M| 0 |2532 |9542 | 212k|9542 | 212k| 77 | 0 | 0 | 0.000000e+00 | -- | Inf
35.29/35.37 c 35.4s| 1 | 2 | 6780 | - | 358M| 0 |2532 |9542 | 212k|9542 | 212k| 77 | 0 | 18 | 0.000000e+00 | -- | Inf
1466.47/1466.71 c 1467s| 100 | 79 |119820 |1141.8 | 367M| 25 |2282 |9542 | 212k|9542 | 212k| 77 | 48 | 274 | 0.000000e+00 | -- | Inf
1732.83/1733.16 c 1733s| 200 | 163 |160923 | 774.6 | 372M| 26 |2447 |9542 | 212k|9542 | 212k| 77 | 85 | 332 | 0.000000e+00 | -- | Inf
1796.81/1797.13 c
1796.81/1797.13 c SCIP Status : solving was interrupted [time limit reached]
1796.81/1797.13 c Solving Time (sec) : 1797.13
1796.81/1797.13 c Solving Nodes : 242
1796.81/1797.13 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.81/1797.13 c Dual Bound : +0.00000000000000e+00
1796.81/1797.13 c Gap : infinite
1796.81/1797.13 s UNKNOWN
1796.81/1797.13 c SCIP Status : solving was interrupted [time limit reached]
1796.81/1797.13 c Total Time : 1797.13
1796.81/1797.13 c solving : 1797.13
1796.81/1797.13 c presolving : 2.99 (included in solving)
1796.81/1797.13 c reading : 0.65 (included in solving)
1796.81/1797.13 c copying : 0.00 (0 times copied the problem)
1796.81/1797.13 c Original Problem :
1796.81/1797.13 c Problem name : HOME/instance-3691798-1338041142.opb
1796.81/1797.13 c Variables : 9956 (9956 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.13 c Constraints : 224622 initial, 224622 maximal
1796.81/1797.13 c Objective sense : minimize
1796.81/1797.13 c Presolved Problem :
1796.81/1797.13 c Problem name : t_HOME/instance-3691798-1338041142.opb
1796.81/1797.13 c Variables : 9542 (9542 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.13 c Constraints : 212627 initial, 212716 maximal
1796.81/1797.13 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.81/1797.13 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c gateextraction : 0.07 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c components : 0.10 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c knapsack : 0.10 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.13 c setppc : 0.08 0.00 0 0 0 0 0 45 0 0 0
1796.81/1797.13 c linear : 1.30 0.13 414 0 0 414 0 11911 0 7 0
1796.81/1797.13 c logicor : 0.71 0.40 0 0 0 0 0 39 0 0 0
1796.81/1797.13 c root node : - - 0 - - 0 - - - - -
1796.81/1797.13 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.81/1797.13 c integral : 0 0 0 0 224 0 1 0 0 10 0 0 438
1796.81/1797.13 c knapsack : 22442 22442 5 595 0 1 0 79 1 789 50 0 0
1796.81/1797.13 c setppc : 43466 43466 5 594 0 1 0 940 6 23097 0 0 0
1796.81/1797.13 c linear : 2 2 5 588 0 1 0 0 0 0 0 0 0
1796.81/1797.13 c logicor : 146717+ 146806 5 359 0 1 0 75 3 2279 0 0 0
1796.81/1797.13 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.81/1797.13 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.81/1797.13 c integral : 985.75 0.00 0.00 0.00 985.75 0.00 0.00 0.00
1796.81/1797.13 c knapsack : 0.64 0.00 0.08 0.55 0.00 0.01 0.00 0.00
1796.81/1797.13 c setppc : 0.85 0.00 0.01 0.83 0.00 0.01 0.00 0.00
1796.81/1797.13 c linear : 0.13 0.13 0.00 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c logicor : 0.64 0.40 0.04 0.18 0.00 0.02 0.00 0.00
1796.81/1797.13 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.81/1797.13 c rootredcost : 0 0 0 0
1796.81/1797.13 c pseudoobj : 0 0 0 0
1796.81/1797.13 c vbounds : 0 0 0 0
1796.81/1797.13 c redcost : 229 0 0 0
1796.81/1797.13 c probing : 0 0 0 0
1796.81/1797.13 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.81/1797.13 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c redcost : 0.04 0.00 0.00 0.04 0.00
1796.81/1797.13 c probing : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.13 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.81/1797.13 c propagation : 0.00 10 10 20 15.7 0 0.0 -
1796.81/1797.13 c infeasible LP : 0.07 12 12 128 30.9 0 0.0 0
1796.81/1797.13 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.13 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.13 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.81/1797.13 c applied globally : - - - 89 29.4 - - -
1796.81/1797.13 c applied locally : - - - 0 0.0 - - -
1796.81/1797.13 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.81/1797.13 c cut pool : 0.00 4 - - 30 - (maximal pool size: 416)
1796.81/1797.13 c closecuts : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c impliedbounds : 0.01 0.00 5 0 0 0 0
1796.81/1797.13 c intobj : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c gomory : 1.01 0.00 5 0 0 250 0
1796.81/1797.13 c cgmip : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c strongcg : 6.49 0.00 5 0 0 2500 0
1796.81/1797.13 c cmir : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c flowcover : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c clique : 0.30 0.00 5 0 0 33 0
1796.81/1797.13 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c mcf : 0.31 0.00 1 0 0 0 0
1796.81/1797.13 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.81/1797.13 c Pricers : ExecTime SetupTime Calls Vars
1796.81/1797.13 c problem variables: 0.00 - 0 0
1796.81/1797.13 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.81/1797.13 c relpscost : 985.75 0.00 224 0 10 0 0 438
1796.81/1797.13 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c inference : 0.00 0.00 1 0 0 0 0 2
1796.81/1797.13 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c random : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.13 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.81/1797.13 c LP solutions : 0.00 - - 0
1796.81/1797.13 c pseudo solutions : 0.00 - - 0
1796.81/1797.13 c smallcard : 0.00 0.00 0 0
1796.81/1797.13 c trivial : 0.00 0.00 1 0
1796.81/1797.13 c shiftandpropagate: 0.00 0.00 0 0
1796.81/1797.13 c simplerounding : 0.00 0.00 0 0
1796.81/1797.13 c zirounding : 0.00 0.00 0 0
1796.81/1797.13 c rounding : 0.00 0.00 0 0
1796.81/1797.13 c shifting : 0.00 0.00 0 0
1796.81/1797.13 c intshifting : 0.00 0.00 0 0
1796.81/1797.13 c oneopt : 0.00 0.00 0 0
1796.81/1797.13 c twoopt : 0.00 0.00 0 0
1796.81/1797.13 c indtwoopt : 0.00 0.00 0 0
1796.81/1797.13 c indoneopt : 0.00 0.00 0 0
1796.81/1797.13 c fixandinfer : 0.00 0.00 0 0
1796.81/1797.13 c feaspump : 0.00 0.00 0 0
1796.81/1797.13 c clique : 0.00 0.00 0 0
1796.81/1797.13 c indrounding : 0.00 0.00 0 0
1796.81/1797.13 c indcoefdiving : 0.00 0.00 0 0
1796.81/1797.13 c coefdiving : 0.00 0.00 0 0
1796.81/1797.13 c pscostdiving : 0.00 0.00 0 0
1796.81/1797.13 c nlpdiving : 0.00 0.00 0 0
1796.81/1797.13 c fracdiving : 0.00 0.00 0 0
1796.81/1797.13 c veclendiving : 0.00 0.00 0 0
1796.81/1797.13 c intdiving : 0.00 0.00 0 0
1796.81/1797.13 c actconsdiving : 0.00 0.00 0 0
1796.81/1797.13 c objpscostdiving : 0.00 0.00 0 0
1796.81/1797.13 c rootsoldiving : 0.00 0.00 0 0
1796.81/1797.13 c linesearchdiving : 0.00 0.00 0 0
1796.81/1797.13 c guideddiving : 0.00 0.00 0 0
1796.81/1797.13 c octane : 0.00 0.00 0 0
1796.81/1797.13 c rens : 0.00 0.00 0 0
1796.81/1797.13 c rins : 0.00 0.00 0 0
1796.81/1797.13 c localbranching : 0.00 0.00 0 0
1796.81/1797.13 c mutation : 0.00 0.00 0 0
1796.81/1797.13 c crossover : 0.00 0.00 0 0
1796.81/1797.13 c dins : 0.00 0.00 0 0
1796.81/1797.13 c vbounds : 0.00 0.00 0 0
1796.81/1797.13 c undercover : 0.00 0.00 0 0
1796.81/1797.13 c subnlp : 0.00 0.00 0 0
1796.81/1797.13 c trysol : 0.00 0.00 0 0
1796.81/1797.13 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.81/1797.13 c primal LP : 0.13 1 0 0.00 0.00 0.13 1
1796.81/1797.13 c dual LP : 789.44 241 169489 703.27 214.70 0.00 0
1796.81/1797.13 c lex dual LP : 0.00 0 0 0.00 -
1796.81/1797.13 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.81/1797.13 c diving/probing LP: 0.00 0 0 0.00 -
1796.81/1797.13 c strong branching : 985.40 351 186188 530.45 188.95
1796.81/1797.13 c (at root node) : - 18 805 44.72 -
1796.81/1797.13 c conflict analysis: 0.00 0 0 0.00 -
1796.81/1797.13 c B&B Tree :
1796.81/1797.13 c number of runs : 1
1796.81/1797.13 c nodes : 242
1796.81/1797.13 c nodes (total) : 242
1796.81/1797.13 c nodes left : 197
1796.81/1797.13 c max depth : 34
1796.81/1797.13 c max depth (total): 34
1796.81/1797.13 c backtracks : 62 (25.6%)
1796.81/1797.13 c delayed cutoffs : 2
1796.81/1797.13 c repropagations : 58 (1055 domain reductions, 1 cutoffs)
1796.81/1797.13 c avg switch length: 2.96
1796.81/1797.13 c switching time : 0.91
1796.81/1797.13 c Solution :
1796.81/1797.13 c Solutions found : 0 (0 improvements)
1796.81/1797.13 c Primal Bound : -
1796.81/1797.13 c Dual Bound : +0.00000000000000e+00
1796.81/1797.13 c Gap : infinite
1796.81/1797.13 c Root Dual Bound : +0.00000000000000e+00
1796.81/1797.13 c Root Iterations : 6780
1797.41/1797.73 c Time complete: 1797.45.
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-3691798-1338041142/watcher-3691798-1338041142 -o /tmp/evaluation-result-3691798-1338041142/solver-3691798-1338041142 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691798-1338041142.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 21110
/proc/meminfo: memFree=24734732/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 1738 0 0 0 0 0 0 0 20 0 1 0 270239077 12316672 1692 33554432000 4194304 10219143 140733624121664 140734771091704 8891101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 3007 1699 398 1471 0 1527 0
[startup+0.0247891 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 21110
/proc/meminfo: memFree=24734732/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=16752 CPUtime=0.01 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 2919 0 0 0 1 0 0 0 20 0 1 0 270239077 17154048 2873 33554432000 4194304 10219143 140733624121664 140734771091704 9029200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 4188 2873 419 1471 0 2708 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16752
[startup+0.100332 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 21110
/proc/meminfo: memFree=24734732/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=29316 CPUtime=0.09 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 6081 0 0 0 8 1 0 0 20 0 1 0 270239077 30019584 6035 33554432000 4194304 10219143 140733624121664 140734771091704 5541619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 7329 6035 419 1471 0 5849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29316
[startup+0.300328 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 21110
/proc/meminfo: memFree=24734732/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=64616 CPUtime=0.29 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 14895 0 0 0 27 2 0 0 20 0 1 0 270239077 66166784 14849 33554432000 4194304 10219143 140733624121664 140734771091704 7589947 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 16154 14849 419 1471 0 14674 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64616
[startup+0.700336 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 21110
/proc/meminfo: memFree=24734732/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=151456 CPUtime=0.69 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 36396 0 0 0 63 6 0 0 20 0 1 0 270239077 155090944 36312 33554432000 4194304 10219143 140733624121664 140734771091704 7589947 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 37864 36346 472 1471 0 36384 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151456
[startup+1.50033 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 21111
/proc/meminfo: memFree=24438948/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=312676 CPUtime=1.49 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 75845 0 0 0 129 20 0 0 20 0 1 0 270239077 320180224 75760 33554432000 4194304 10219143 140733624121664 140733624118696 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 78169 75760 560 1471 0 76689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 312676
[startup+3.10034 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 21111
/proc/meminfo: memFree=24369180/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=350332 CPUtime=3.09 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 103480 0 0 0 265 44 0 0 20 0 1 0 270239077 358739968 84454 33554432000 4194304 10219143 140733624121664 140733624118904 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 87583 84454 595 1471 0 86103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 350332
[startup+6.30033 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 21111
/proc/meminfo: memFree=24086208/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=704724 CPUtime=6.29 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 152036 0 0 0 569 60 0 0 20 0 1 0 270239077 721637376 167698 33554432000 4194304 10219143 140733624121664 140733624116504 8931182 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 176181 167698 776 1471 0 174701 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 704724
[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 21111
/proc/meminfo: memFree=24029368/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=742604 CPUtime=12.69 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 158091 0 0 0 1205 64 0 0 20 0 1 0 270239077 760426496 180342 33554432000 4194304 10219143 140733624121664 140733624114184 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 185651 180342 787 1471 0 184171 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 742604
[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 21111
/proc/meminfo: memFree=24011972/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=752420 CPUtime=25.49 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 163512 0 0 0 2481 68 0 0 20 0 1 0 270239077 770478080 183893 33554432000 4194304 10219143 140733624121664 140733624114920 8056746 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 188105 183893 787 1471 0 186625 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 752420
[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 21111
/proc/meminfo: memFree=24003924/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=753212 CPUtime=51.08 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 167439 0 0 0 5036 72 0 0 20 0 1 0 270239077 771289088 184731 33554432000 4194304 10219143 140733624121664 140733624114840 8077296 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 188303 184731 793 1471 0 186823 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 753212
[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 21111
/proc/meminfo: memFree=23989100/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=762252 CPUtime=102.28 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 175347 0 0 0 10147 81 0 0 20 0 1 0 270239077 780546048 186923 33554432000 4194304 10219143 140733624121664 140733624115112 7956085 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 190563 186923 793 1471 0 189083 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 762252
[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21111
/proc/meminfo: memFree=23971564/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=773828 CPUtime=162.26 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 176539 0 0 0 16139 87 0 0 20 0 1 0 270239077 792399872 190111 33554432000 4194304 10219143 140733624121664 140733624115112 8056877 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 193457 190111 793 1471 0 191977 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 773828
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21111
/proc/meminfo: memFree=23969940/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=774468 CPUtime=222.26 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 176731 0 0 0 22132 94 0 0 20 0 1 0 270239077 793055232 190303 33554432000 4194304 10219143 140733624121664 140733624115112 8083892 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 193617 190303 793 1471 0 192137 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 774468
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21115
/proc/meminfo: memFree=23949724/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=792472 CPUtime=282.24 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 177160 0 0 0 28125 99 0 0 20 0 1 0 270239077 811491328 194782 33554432000 4194304 10219143 140733624121664 140733624114184 8056857 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 198118 194782 793 1471 0 196638 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 792472
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21115
/proc/meminfo: memFree=23917200/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=823136 CPUtime=342.23 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 178263 0 0 0 34118 105 0 0 20 0 1 0 270239077 842891264 202481 33554432000 4194304 10219143 140733624121664 140733624115304 8057380 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 205784 202481 795 1471 0 204304 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 823136
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21115
/proc/meminfo: memFree=23916936/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=823136 CPUtime=402.23 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 178263 0 0 0 40114 109 0 0 20 0 1 0 270239077 842891264 202481 33554432000 4194304 10219143 140733624121664 140733624115304 8057504 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 205784 202481 795 1471 0 204304 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 823136
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21115
/proc/meminfo: memFree=24059208/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=823136 CPUtime=462.22 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 178263 0 0 0 46110 112 0 0 20 0 1 0 270239077 842891264 202481 33554432000 4194304 10219143 140733624121664 140733624114840 8056628 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 205784 202481 795 1471 0 204304 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 823136
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21115
/proc/meminfo: memFree=24103572/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=823336 CPUtime=522.21 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 188940 0 0 0 52099 122 0 0 20 0 1 0 270239077 843096064 198845 33554432000 4194304 10219143 140733624121664 140733624115496 7750281 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 205834 198845 795 1471 0 204354 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 823336
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21116
/proc/meminfo: memFree=24092416/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=823568 CPUtime=582.2 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 205637 0 0 0 58085 135 0 0 20 0 1 0 270239077 843333632 198854 33554432000 4194304 10219143 140733624121664 140733624115112 7750245 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 205892 198854 795 1471 0 204412 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 823568
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=24078268/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=785068 CPUtime=1062.13 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 275424 0 0 0 105990 223 0 0 20 0 1 0 270239077 803909632 192950 33554432000 4194304 10219143 140733624121664 140733624114920 7750255 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 196267 192950 796 1471 0 194787 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 785068
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21120
/proc/meminfo: memFree=24094624/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=768920 CPUtime=1122.12 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 292131 0 0 0 111976 236 0 0 20 0 1 0 270239077 787374080 188899 33554432000 4194304 10219143 140733624121664 140733624114184 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 192230 188899 796 1471 0 190750 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 768920
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21121
/proc/meminfo: memFree=23992240/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=794348 CPUtime=1182.11 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 295688 0 0 0 117968 243 0 0 20 0 1 0 270239077 813412352 190702 33554432000 4194304 10219143 140733624121664 140733624114840 8077296 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 198587 190702 796 1471 0 197107 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 794348
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21121
/proc/meminfo: memFree=23960516/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=805236 CPUtime=1242.1 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 309176 0 0 0 123951 259 0 0 20 0 1 0 270239077 824561664 197979 33554432000 4194304 10219143 140733624121664 140733624114648 7954704 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 201309 197979 796 1471 0 199829 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 805236
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21122
/proc/meminfo: memFree=24025856/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=767300 CPUtime=1302.1 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 314216 0 0 0 129943 267 0 0 20 0 1 0 270239077 785715200 180925 33554432000 4194304 10219143 140733624121664 140733624113848 7750656 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 191825 180925 801 1471 0 190345 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 767300
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21122
/proc/meminfo: memFree=23987348/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=777136 CPUtime=1362.08 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 318067 0 0 0 135931 277 0 0 20 0 1 0 270239077 795787264 190709 33554432000 4194304 10219143 140733624121664 140733624114648 8056881 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 194284 190709 801 1471 0 192804 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 777136
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21122
/proc/meminfo: memFree=24018196/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=764508 CPUtime=1422.09 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 335669 0 0 0 141915 294 0 0 20 0 1 0 270239077 782856192 183025 33554432000 4194304 10219143 140733624121664 140733624114840 7954752 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 191127 183025 801 1471 0 189647 0
Current children cumulated CPU time (s) 1422.09
Current children cumulated vsize (KiB) 764508
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21126
/proc/meminfo: memFree=23990100/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=775972 CPUtime=1482.07 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 346411 0 0 0 147902 305 0 0 20 0 1 0 270239077 794595328 189090 33554432000 4194304 10219143 140733624121664 140733624115304 8056781 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 193993 189090 802 1471 0 192513 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 775972
[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21126
/proc/meminfo: memFree=24013104/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=777592 CPUtime=1542.06 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 356522 0 0 0 153889 317 0 0 20 0 1 0 270239077 796254208 182301 33554432000 4194304 10219143 140733624121664 140733624115304 7638756 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 194398 182301 802 1471 0 192918 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 777592
[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 21126
/proc/meminfo: memFree=23958152/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=795188 CPUtime=1602.04 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 404346 0 0 0 159860 344 0 0 20 0 1 0 270239077 814272512 194819 33554432000 4194304 10219143 140733624121664 140733624114648 8051306 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 198797 194819 802 1471 0 197317 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 795188
[startup+1662.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/177 21165
/proc/meminfo: memFree=24918780/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=776332 CPUtime=1662.04 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 416217 0 0 0 165848 356 0 0 20 0 1 0 270239077 794963968 191072 33554432000 4194304 10219143 140733624121664 140733624115304 8051641 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 194083 191072 802 1471 0 192603 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 776332
[startup+1722.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 21165
/proc/meminfo: memFree=16610556/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=770936 CPUtime=1722.03 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 422479 0 0 0 171837 366 0 0 20 0 1 0 270239077 789438464 185278 33554432000 4194304 10219143 140733624121664 140733624115016 8090924 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 192734 185278 802 1471 0 191254 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 770936
[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 21166
/proc/meminfo: memFree=16619700/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=775092 CPUtime=1782.02 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 432190 0 0 0 177824 378 0 0 20 0 1 0 270239077 793694208 187374 33554432000 4194304 10219143 140733624121664 140733624114920 8077296 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 193773 187374 802 1471 0 192293 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 775092
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 21166
/proc/meminfo: memFree=16617268/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=775092 CPUtime=1785.22 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 432190 0 0 0 178144 378 0 0 20 0 1 0 270239077 793694208 187930 33554432000 4194304 10219143 140733624121664 140733624114968 7932816 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 193773 187930 802 1471 0 192293 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 775092
[startup+1791.91 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 21166
/proc/meminfo: memFree=16580904/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=794176 CPUtime=1791.62 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 433229 0 0 0 178783 379 0 0 20 0 1 0 270239077 813236224 197098 33554432000 4194304 10219143 140733624121664 140733624114920 7638810 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 198544 197098 802 1471 0 197064 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 794176
[startup+1795.1 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 21166
/proc/meminfo: memFree=16616768/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=775076 CPUtime=1794.82 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 435241 0 0 0 179102 380 0 0 20 0 1 0 270239077 793677824 188023 33554432000 4194304 10219143 140733624121664 140733624115112 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 193769 188023 802 1471 0 192289 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 775076
[startup+1796.7 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 21166
/proc/meminfo: memFree=16616892/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=775076 CPUtime=1796.41 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 435294 0 0 0 179261 380 0 0 20 0 1 0 270239077 793677824 188076 33554432000 4194304 10219143 140733624121664 140733624115496 8056777 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 193769 188076 802 1471 0 192289 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 775076
[startup+1797.5 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 21166
/proc/meminfo: memFree=16617140/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=772036 CPUtime=1797.21 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 435306 0 0 0 179341 380 0 0 20 0 1 0 270239077 790564864 187328 33554432000 4194304 10219143 140733624121664 140733624114376 5015180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 193009 187328 813 1471 0 191529 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 772036
[startup+1797.7 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 21166
/proc/meminfo: memFree=16617140/32873844 swapFree=6592/6592
[pid=21110] ppid=21108 vsize=661424 CPUtime=1797.41 cores=1,3,5,7
/proc/21110/stat : 21110 (scip-2.1.1.4exp) R 21108 21110 17459 0 -1 4202496 435306 0 0 0 179360 381 0 0 20 0 1 0 270239077 677298176 159949 33554432000 4194304 10219143 140733624121664 140733624114376 5346454 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21110/statm: 165356 159949 813 1471 0 163876 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 661424
Child status: 0
Real time (s): 1797.73
CPU time (s): 1797.45
CPU user time (s): 1793.62
CPU system time (s): 3.83242
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 823760
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.62
system time used= 3.83242
maximum resident set size= 809924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435319
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= 6
involuntary context switches= 1882
runsolver used 4.04638 second user time and 10.4994 second system time
The end