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: a3bf3a4-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-3690632-1338024260.opb>
0.49/0.59 c original problem has 9956 variables (9956 bin, 0 int, 0 impl, 0 cont) and 224622 constraints
0.49/0.59 c problem read in 0.59
0.59/0.60 c No objective function, only one solution is needed.
0.59/0.60 c presolving settings loaded
1.19/1.23 c presolving:
2.10/2.19 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
2.29/2.38 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
3.78/3.87 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
4.40/4.44 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
5.39/5.43 c presolving (5 rounds):
5.39/5.43 c 414 deleted vars, 11995 deleted constraints, 0 added constraints, 414 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
5.39/5.43 c 107588 implications, 362 cliques
5.39/5.43 c presolved problem has 9542 variables (9542 bin, 0 int, 0 impl, 0 cont) and 212627 constraints
5.39/5.43 c 22442 constraints of type <knapsack>
5.39/5.43 c 43466 constraints of type <setppc>
5.39/5.43 c 2 constraints of type <linear>
5.39/5.43 c 146717 constraints of type <logicor>
5.39/5.43 c transformed objective value is always integral (scale: 1)
5.39/5.43 c Presolving Time: 4.67
5.39/5.43 c - non default parameters ----------------------------------------------------------------------
5.39/5.43 c # SCIP version 2.1.1.4
5.39/5.43 c
5.39/5.43 c # maximal time in seconds to run
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.39/5.43 c limits/time = 1797
5.39/5.43 c
5.39/5.43 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.39/5.43 c limits/memory = 13950
5.39/5.43 c
5.39/5.43 c # solving stops, if the given number of solutions were found (-1: no limit)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: -1]
5.39/5.43 c limits/solutions = 1
5.39/5.43 c
5.39/5.43 c # maximal number of separation rounds per node (-1: unlimited)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 5]
5.39/5.43 c separating/maxrounds = 1
5.39/5.43 c
5.39/5.43 c # maximal number of separation rounds in the root node (-1: unlimited)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: -1]
5.39/5.43 c separating/maxroundsroot = 5
5.39/5.43 c
5.39/5.43 c # default clock type (1: CPU user seconds, 2: wall clock time)
5.39/5.43 c # [type: int, range: [1,2], default: 1]
5.39/5.43 c timing/clocktype = 2
5.39/5.43 c
5.39/5.43 c # belongs reading time to solving time?
5.39/5.43 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.39/5.43 c timing/reading = TRUE
5.39/5.43 c
5.39/5.43 c # should disaggregation of knapsack constraints be allowed in preprocessing?
5.39/5.43 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
5.39/5.43 c constraints/knapsack/disaggregation = FALSE
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 10]
5.39/5.43 c heuristics/coefdiving/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to node LP iterations
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.39/5.43 c heuristics/coefdiving/maxlpiterquot = 0.075
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/coefdiving/maxlpiterofs = 1500
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 30]
5.39/5.43 c heuristics/crossover/freq = -1
5.39/5.43 c
5.39/5.43 c # number of nodes added to the contingent of the total nodes
5.39/5.43 c # [type: longint, range: [0,9223372036854775807], default: 500]
5.39/5.43 c heuristics/crossover/nodesofs = 750
5.39/5.43 c
5.39/5.43 c # number of nodes without incumbent change that heuristic should wait
5.39/5.43 c # [type: longint, range: [0,9223372036854775807], default: 200]
5.39/5.43 c heuristics/crossover/nwaitingnodes = 100
5.39/5.43 c
5.39/5.43 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
5.39/5.43 c # [type: real, range: [0,1], default: 0.1]
5.39/5.43 c heuristics/crossover/nodesquot = 0.15
5.39/5.43 c
5.39/5.43 c # minimum percentage of integer variables that have to be fixed
5.39/5.43 c # [type: real, range: [0,1], default: 0.666]
5.39/5.43 c heuristics/crossover/minfixingrate = 0.5
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 20]
5.39/5.43 c heuristics/feaspump/freq = -1
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/feaspump/maxlpiterofs = 2000
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 10]
5.39/5.43 c heuristics/fracdiving/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to node LP iterations
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.39/5.43 c heuristics/fracdiving/maxlpiterquot = 0.075
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/fracdiving/maxlpiterofs = 1500
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 10]
5.39/5.43 c heuristics/guideddiving/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to node LP iterations
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.39/5.43 c heuristics/guideddiving/maxlpiterquot = 0.075
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/guideddiving/maxlpiterofs = 1500
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to node LP iterations
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.39/5.43 c heuristics/intdiving/maxlpiterquot = 0.075
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 10]
5.39/5.43 c heuristics/intshifting/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 10]
5.39/5.43 c heuristics/linesearchdiving/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to node LP iterations
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.39/5.43 c heuristics/linesearchdiving/maxlpiterquot = 0.075
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/linesearchdiving/maxlpiterofs = 1500
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 20]
5.39/5.43 c heuristics/objpscostdiving/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to total iteration number
5.39/5.43 c # [type: real, range: [0,1], default: 0.01]
5.39/5.43 c heuristics/objpscostdiving/maxlpiterquot = 0.015
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/objpscostdiving/maxlpiterofs = 1500
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 1]
5.39/5.43 c heuristics/oneopt/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 10]
5.39/5.43 c heuristics/pscostdiving/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to node LP iterations
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.39/5.43 c heuristics/pscostdiving/maxlpiterquot = 0.075
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/pscostdiving/maxlpiterofs = 1500
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 0]
5.39/5.43 c heuristics/rens/freq = -1
5.39/5.43 c
5.39/5.43 c # minimum percentage of integer variables that have to be fixable
5.39/5.43 c # [type: real, range: [0,1], default: 0.5]
5.39/5.43 c heuristics/rens/minfixingrate = 0.3
5.39/5.43 c
5.39/5.43 c # number of nodes added to the contingent of the total nodes
5.39/5.43 c # [type: longint, range: [0,9223372036854775807], default: 500]
5.39/5.43 c heuristics/rens/nodesofs = 2000
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 20]
5.39/5.43 c heuristics/rootsoldiving/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to node LP iterations
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
5.39/5.43 c heuristics/rootsoldiving/maxlpiterquot = 0.015
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/rootsoldiving/maxlpiterofs = 1500
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 1]
5.39/5.43 c heuristics/rounding/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 0]
5.39/5.43 c heuristics/shiftandpropagate/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 10]
5.39/5.43 c heuristics/shifting/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 1]
5.39/5.43 c heuristics/simplerounding/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 1]
5.39/5.43 c heuristics/subnlp/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 0]
5.39/5.43 c heuristics/trivial/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 1]
5.39/5.43 c heuristics/trysol/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 0]
5.39/5.43 c heuristics/undercover/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 10]
5.39/5.43 c heuristics/veclendiving/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal fraction of diving LP iterations compared to node LP iterations
5.39/5.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.39/5.43 c heuristics/veclendiving/maxlpiterquot = 0.075
5.39/5.43 c
5.39/5.43 c # additional number of allowed LP iterations
5.39/5.43 c # [type: int, range: [0,2147483647], default: 1000]
5.39/5.43 c heuristics/veclendiving/maxlpiterofs = 1500
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 1]
5.39/5.43 c heuristics/zirounding/freq = -1
5.39/5.43 c
5.39/5.43 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: -1]
5.39/5.43 c propagating/probing/maxprerounds = 0
5.39/5.43 c
5.39/5.43 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 0]
5.39/5.43 c separating/cmir/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 0]
5.39/5.43 c separating/flowcover/freq = -1
5.39/5.43 c
5.39/5.43 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: -1]
5.39/5.43 c separating/rapidlearning/freq = 0
5.39/5.43 c
5.39/5.43 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
5.39/5.43 c # [type: int, range: [-1,2147483647], default: 1]
5.39/5.43 c heuristics/indoneopt/freq = -1
5.39/5.43 c
5.39/5.43 c -----------------------------------------------------------------------------------------------
5.39/5.43 c start solving
5.39/5.43 c
6.89/6.90 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
6.89/6.90 c 6.9s| 1 | 0 | 880 | - | 328M| 0 | 211 |9542 | 212k|9542 | 212k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
9.69/9.75 c 9.7s| 1 | 0 | 2196 | - | 328M| 0 | 751 |9542 | 212k|9542 | 212k| 11 | 0 | 0 | 0.000000e+00 | -- | Inf
13.10/13.17 c 13.2s| 1 | 0 | 4047 | - | 328M| 0 |1945 |9542 | 212k|9542 | 212k| 23 | 0 | 0 | 0.000000e+00 | -- | Inf
16.18/16.28 c 16.3s| 1 | 0 | 5162 | - | 328M| 0 |2709 |9542 | 212k|9542 | 212k| 35 | 0 | 0 | 0.000000e+00 | -- | Inf
20.18/20.29 c 20.3s| 1 | 0 | 6212 | - | 329M| 0 |2395 |9542 | 212k|9542 | 212k| 57 | 0 | 0 | 0.000000e+00 | -- | Inf
23.69/23.78 c 23.8s| 1 | 0 | 6780 | - | 329M| 0 |2532 |9542 | 212k|9542 | 212k| 77 | 0 | 0 | 0.000000e+00 | -- | Inf
31.58/31.60 c 31.6s| 1 | 2 | 6780 | - | 329M| 0 |2532 |9542 | 212k|9542 | 212k| 77 | 0 | 18 | 0.000000e+00 | -- | Inf
1232.49/1232.78 c 1233s| 100 | 79 |119820 |1141.8 | 338M| 25 |2282 |9542 | 212k|9542 | 212k| 77 | 48 | 274 | 0.000000e+00 | -- | Inf
1467.55/1467.82 c 1468s| 200 | 163 |160923 | 774.6 | 343M| 26 |2447 |9542 | 212k|9542 | 212k| 77 | 85 | 332 | 0.000000e+00 | -- | Inf
1663.13/1663.47 c 1663s| 300 | 239 |187827 | 605.5 | 347M| 37 | - |9542 | 212k|9542 | 212k| 77 | 111 | 396 | 0.000000e+00 | -- | Inf
1766.71/1767.00 c 1767s| 400 | 321 |205111 | 497.1 | 351M| 61 |2286 |9542 | 212k|9542 | 212k| 77 | 125 | 426 | 0.000000e+00 | -- | Inf
1796.81/1797.11 c
1796.81/1797.11 c SCIP Status : solving was interrupted [time limit reached]
1796.81/1797.11 c Solving Time (sec) : 1797.10
1796.81/1797.11 c Solving Nodes : 431
1796.81/1797.11 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.81/1797.11 c Dual Bound : +0.00000000000000e+00
1796.81/1797.11 c Gap : infinite
1796.81/1797.11 s UNKNOWN
1796.81/1797.11 c SCIP Status : solving was interrupted [time limit reached]
1796.81/1797.11 c Total Time : 1797.10
1796.81/1797.11 c solving : 1797.10
1796.81/1797.11 c presolving : 4.67 (included in solving)
1796.81/1797.11 c reading : 0.59 (included in solving)
1796.81/1797.11 c copying : 0.00 (0 times copied the problem)
1796.81/1797.11 c Original Problem :
1796.81/1797.11 c Problem name : HOME/instance-3690632-1338024260.opb
1796.81/1797.11 c Variables : 9956 (9956 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.11 c Constraints : 224622 initial, 224622 maximal
1796.81/1797.11 c Objective sense : minimize
1796.81/1797.11 c Presolved Problem :
1796.81/1797.11 c Problem name : t_HOME/instance-3690632-1338024260.opb
1796.81/1797.11 c Variables : 9542 (9542 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.11 c Constraints : 212627 initial, 212762 maximal
1796.81/1797.11 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.81/1797.11 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c gateextraction : 0.05 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c components : 0.09 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c knapsack : 0.12 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c setppc : 0.15 0.00 0 0 0 0 0 45 0 0 0
1796.81/1797.11 c linear : 2.03 0.00 414 0 0 414 0 11911 0 7 0
1796.81/1797.11 c logicor : 1.20 0.40 0 0 0 0 0 39 0 0 0
1796.81/1797.11 c root node : - - 0 - - 0 - - - - -
1796.81/1797.11 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.81/1797.11 c integral : 0 0 0 0 398 0 1 0 1 13 0 0 780
1796.81/1797.11 c knapsack : 22442 22442 5 1041 0 0 0 137 4 1240 50 0 0
1796.81/1797.11 c setppc : 43466 43466 5 1037 0 0 0 1357 15 31643 0 0 0
1796.81/1797.11 c linear : 2 2 5 1022 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c logicor : 146717+ 146852 5 639 0 0 0 118 4 3130 0 0 0
1796.81/1797.11 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1796.81/1797.11 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.81/1797.11 c integral : 954.31 0.00 0.00 0.00 954.31 0.00 0.00 0.00
1796.81/1797.11 c knapsack : 0.99 0.00 0.15 0.84 0.00 0.00 0.00 0.00
1796.81/1797.11 c setppc : 1.32 0.00 0.01 1.31 0.00 0.00 0.00 0.00
1796.81/1797.11 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.81/1797.11 c logicor : 0.65 0.40 0.02 0.23 0.00 0.00 0.00 0.00
1796.81/1797.11 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.81/1797.11 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.81/1797.11 c rootredcost : 0 0 0 0
1796.81/1797.11 c pseudoobj : 0 0 0 0
1796.81/1797.11 c vbounds : 0 0 0 0
1796.81/1797.11 c redcost : 403 0 0 0
1796.81/1797.11 c probing : 0 0 0 0
1796.81/1797.11 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.81/1797.11 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.11 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.11 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.11 c redcost : 0.05 0.00 0.00 0.05 0.00
1796.81/1797.11 c probing : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.11 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.81/1797.11 c propagation : 0.00 23 23 39 11.0 4 3.0 -
1796.81/1797.11 c infeasible LP : 0.09 17 17 155 30.1 4 3.0 0
1796.81/1797.11 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.11 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.11 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.81/1797.11 c applied globally : - - - 135 24.0 - - -
1796.81/1797.11 c applied locally : - - - 0 0.0 - - -
1796.81/1797.11 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.81/1797.11 c cut pool : 0.00 4 - - 30 - (maximal pool size: 416)
1796.81/1797.11 c closecuts : 0.00 0.00 0 0 0 0 0
1796.81/1797.11 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.81/1797.11 c intobj : 0.00 0.00 0 0 0 0 0
1796.81/1797.11 c gomory : 0.76 0.00 5 0 0 250 0
1796.81/1797.11 c cgmip : 0.00 0.00 0 0 0 0 0
1796.81/1797.11 c strongcg : 4.76 0.00 5 0 0 2500 0
1796.81/1797.11 c cmir : 0.00 0.00 0 0 0 0 0
1796.81/1797.11 c flowcover : 0.00 0.00 0 0 0 0 0
1796.81/1797.11 c clique : 0.34 0.00 5 0 0 33 0
1796.81/1797.11 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.81/1797.11 c mcf : 0.27 0.00 1 0 0 0 0
1796.81/1797.11 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.81/1797.11 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.81/1797.11 c Pricers : ExecTime SetupTime Calls Vars
1796.81/1797.11 c problem variables: 0.00 - 0 0
1796.81/1797.11 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.81/1797.11 c relpscost : 954.31 0.00 398 1 13 0 0 780
1796.81/1797.11 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.11 c inference : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.11 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.11 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.11 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.11 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.11 c random : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.11 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.81/1797.11 c LP solutions : 0.00 - - 0
1796.81/1797.11 c pseudo solutions : 0.00 - - 0
1796.81/1797.11 c smallcard : 0.00 0.00 0 0
1796.81/1797.11 c trivial : 0.00 0.00 1 0
1796.81/1797.11 c shiftandpropagate: 0.00 0.00 0 0
1796.81/1797.11 c simplerounding : 0.00 0.00 0 0
1796.81/1797.11 c zirounding : 0.00 0.00 0 0
1796.81/1797.11 c rounding : 0.00 0.00 0 0
1796.81/1797.11 c shifting : 0.00 0.00 0 0
1796.81/1797.11 c intshifting : 0.00 0.00 0 0
1796.81/1797.11 c oneopt : 0.00 0.00 0 0
1796.81/1797.11 c twoopt : 0.00 0.00 0 0
1796.81/1797.11 c indtwoopt : 0.00 0.00 0 0
1796.81/1797.11 c indoneopt : 0.00 0.00 0 0
1796.81/1797.11 c fixandinfer : 0.00 0.00 0 0
1796.81/1797.11 c feaspump : 0.00 0.00 0 0
1796.81/1797.11 c clique : 0.00 0.00 0 0
1796.81/1797.11 c indrounding : 0.00 0.00 0 0
1796.81/1797.11 c indcoefdiving : 0.00 0.00 0 0
1796.81/1797.11 c coefdiving : 0.00 0.00 0 0
1796.81/1797.11 c pscostdiving : 0.00 0.00 0 0
1796.81/1797.11 c nlpdiving : 0.00 0.00 0 0
1796.81/1797.11 c fracdiving : 0.00 0.00 0 0
1796.81/1797.11 c veclendiving : 0.00 0.00 0 0
1796.81/1797.11 c intdiving : 0.00 0.00 0 0
1796.81/1797.11 c actconsdiving : 0.00 0.00 0 0
1796.81/1797.11 c objpscostdiving : 0.00 0.00 0 0
1796.81/1797.11 c rootsoldiving : 0.00 0.00 0 0
1796.81/1797.11 c linesearchdiving : 0.00 0.00 0 0
1796.81/1797.11 c guideddiving : 0.00 0.00 0 0
1796.81/1797.11 c octane : 0.00 0.00 0 0
1796.81/1797.11 c rens : 0.00 0.00 0 0
1796.81/1797.11 c rins : 0.00 0.00 0 0
1796.81/1797.11 c localbranching : 0.00 0.00 0 0
1796.81/1797.11 c mutation : 0.00 0.00 0 0
1796.81/1797.11 c crossover : 0.00 0.00 0 0
1796.81/1797.11 c dins : 0.00 0.00 0 0
1796.81/1797.11 c vbounds : 0.00 0.00 0 0
1796.81/1797.11 c undercover : 0.00 0.00 0 0
1796.81/1797.11 c subnlp : 0.00 0.00 0 0
1796.81/1797.11 c trysol : 0.00 0.00 0 0
1796.81/1797.11 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.81/1797.11 c primal LP : 0.12 1 0 0.00 0.00 0.12 1
1796.81/1797.11 c dual LP : 815.50 420 209357 498.47 256.72 0.00 0
1796.81/1797.11 c lex dual LP : 0.00 0 0 0.00 -
1796.81/1797.11 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.81/1797.11 c diving/probing LP: 0.00 0 0 0.00 -
1796.81/1797.11 c strong branching : 953.81 434 208193 479.71 218.27
1796.81/1797.11 c (at root node) : - 18 805 44.72 -
1796.81/1797.11 c conflict analysis: 0.00 0 0 0.00 -
1796.81/1797.11 c B&B Tree :
1796.81/1797.11 c number of runs : 1
1796.81/1797.11 c nodes : 431
1796.81/1797.11 c nodes (total) : 431
1796.81/1797.11 c nodes left : 348
1796.81/1797.11 c max depth : 66
1796.81/1797.11 c max depth (total): 66
1796.81/1797.11 c backtracks : 88 (20.4%)
1796.81/1797.11 c delayed cutoffs : 2
1796.81/1797.11 c repropagations : 134 (1079 domain reductions, 1 cutoffs)
1796.81/1797.11 c avg switch length: 2.75
1796.81/1797.11 c switching time : 1.26
1796.81/1797.11 c Solution :
1796.81/1797.11 c Solutions found : 0 (0 improvements)
1796.81/1797.11 c Primal Bound : -
1796.81/1797.11 c Dual Bound : +0.00000000000000e+00
1796.81/1797.11 c Gap : infinite
1796.81/1797.11 c Root Dual Bound : +0.00000000000000e+00
1796.81/1797.11 c Root Iterations : 6780
1797.30/1797.68 c Time complete: 1797.39.
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-3690632-1338024260/watcher-3690632-1338024260 -o /tmp/evaluation-result-3690632-1338024260/solver-3690632-1338024260 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690632-1338024260.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 30229
/proc/meminfo: memFree=27959196/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=10112 CPUtime=0 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 1 0 268552785 10354688 1249 33554432000 4194304 10173063 140737415674208 140736419399640 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 2528 1249 413 1460 0 1059 0
[startup+0.0840461 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 30229
/proc/meminfo: memFree=27959196/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=21672 CPUtime=0.07 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 4179 0 0 0 7 0 0 0 20 0 1 0 268552785 22192128 4133 33554432000 4194304 10173063 140737415674208 140736419399640 8769048 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 5418 4133 413 1460 0 3949 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21672
[startup+0.100333 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 30229
/proc/meminfo: memFree=27959196/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=24356 CPUtime=0.09 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 4818 0 0 0 9 0 0 0 20 0 1 0 268552785 24940544 4772 33554432000 4194304 10173063 140737415674208 140736419399640 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 6089 4772 413 1460 0 4620 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24356
[startup+0.300299 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 30229
/proc/meminfo: memFree=27959196/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=50144 CPUtime=0.29 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 11301 0 0 0 28 1 0 0 20 0 1 0 268552785 51347456 11255 33554432000 4194304 10173063 140737415674208 140736419399640 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 12536 11255 413 1460 0 11067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50144
[startup+0.700306 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 30229
/proc/meminfo: memFree=27959196/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=145896 CPUtime=0.69 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 35190 0 0 0 65 4 0 0 20 0 1 0 268552785 149397504 35101 33554432000 4194304 10173063 140737415674208 140736419399640 4900240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 36474 35101 465 1460 0 35005 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145896
[startup+1.50028 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 30230
/proc/meminfo: memFree=27687992/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=306528 CPUtime=1.49 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 86259 0 0 0 127 22 0 0 20 0 1 0 268552785 313884672 74116 33554432000 4194304 10173063 140737415674208 140737415669720 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 76632 74116 560 1460 0 75163 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 306528
[startup+3.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 30230
/proc/meminfo: memFree=27662324/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=376184 CPUtime=3.09 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 104281 0 0 0 206 103 0 0 20 0 1 0 268552785 385212416 91332 33554432000 4194304 10173063 140737415674208 140737415671208 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 94046 91332 576 1460 0 92577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 376184
[startup+6.30032 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 30230
/proc/meminfo: memFree=27599464/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=685804 CPUtime=6.29 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 157036 0 0 0 435 194 0 0 20 0 1 0 268552785 702263296 161987 33554432000 4194304 10173063 140737415674208 140737415669464 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 171451 161987 749 1460 0 169982 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 685804
[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 30230
/proc/meminfo: memFree=27245016/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=750468 CPUtime=12.69 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 167761 0 0 0 1063 206 0 0 20 0 1 0 268552785 768479232 182301 33554432000 4194304 10173063 140737415674208 140737415667848 8039690 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 187617 182301 793 1460 0 186148 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 750468
[startup+25.5003 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 30230
/proc/meminfo: memFree=27249076/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=742208 CPUtime=25.48 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 174070 0 0 0 2335 213 0 0 20 0 1 0 268552785 760020992 177759 33554432000 4194304 10173063 140737415674208 140737415667384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 185552 177759 797 1460 0 184083 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 742208
[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 30230
/proc/meminfo: memFree=27212068/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=761072 CPUtime=51.08 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 177116 0 0 0 4891 217 0 0 20 0 1 0 268552785 779337728 186688 33554432000 4194304 10173063 140737415674208 140737415668040 8047267 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 190268 186688 803 1460 0 188799 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 761072
[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 30231
/proc/meminfo: memFree=27201524/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=771056 CPUtime=102.28 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 185283 0 0 0 10004 224 0 0 20 0 1 0 268552785 789561344 189139 33554432000 4194304 10173063 140737415674208 140737415668040 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 192764 189139 803 1460 0 191295 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 771056
[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 30231
/proc/meminfo: memFree=27168996/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=781692 CPUtime=162.26 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 186214 0 0 0 15995 231 0 0 20 0 1 0 268552785 800452608 192066 33554432000 4194304 10173063 140737415674208 140737415667656 7916204 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 195423 192066 803 1460 0 193954 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 781692
[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 30231
/proc/meminfo: memFree=27149992/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=800336 CPUtime=222.26 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 186835 0 0 0 21988 238 0 0 20 0 1 0 268552785 819544064 196737 33554432000 4194304 10173063 140737415674208 140737415667848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 200084 196737 803 1460 0 198615 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 800336
[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 30231
/proc/meminfo: memFree=27117880/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=830996 CPUtime=282.24 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 187938 0 0 0 27981 243 0 0 20 0 1 0 268552785 850939904 204436 33554432000 4194304 10173063 140737415674208 140737415667384 7594574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 207749 204436 806 1460 0 206280 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 830996
[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 30234
/proc/meminfo: memFree=27117424/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=830996 CPUtime=342.23 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 187938 0 0 0 33976 247 0 0 20 0 1 0 268552785 850939904 204436 33554432000 4194304 10173063 140737415674208 140737415667384 8013036 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 207749 204436 806 1460 0 206280 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 830996
[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 30235
/proc/meminfo: memFree=27116388/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=778964 CPUtime=402.23 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 188351 0 0 0 39972 251 0 0 20 0 1 0 268552785 797659136 187648 33554432000 4194304 10173063 140737415674208 140737415667656 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 194741 187648 806 1460 0 193272 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 778964
[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 30235
/proc/meminfo: memFree=27147436/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=798660 CPUtime=462.22 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 212055 0 0 0 45954 268 0 0 20 0 1 0 268552785 817827840 196631 33554432000 4194304 10173063 140737415674208 140737415667656 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 199665 196631 806 1460 0 198196 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 798660
[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 30236
/proc/meminfo: memFree=27191476/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=778888 CPUtime=522.21 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 240806 0 0 0 51935 286 0 0 20 0 1 0 268552785 797581312 192408 33554432000 4194304 10173063 140737415674208 140737415667848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 194722 192408 806 1460 0 193253 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 778888
[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30236
/proc/meminfo: memFree=27174348/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=774888 CPUtime=582.2 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 248417 0 0 0 57922 298 0 0 20 0 1 0 268552785 793485312 189894 33554432000 4194304 10173063 140737415674208 140737415668040 8012405 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 193722 189894 806 1460 0 192253 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 774888
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=27183288/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=785000 CPUtime=1122.11 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 333429 0 0 0 111820 391 0 0 20 0 1 0 268552785 803840000 191669 33554432000 4194304 10173063 140737415674208 140737415666920 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 196250 191669 811 1460 0 194781 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 785000
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30241
/proc/meminfo: memFree=27190112/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=812176 CPUtime=1182.1 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 345593 0 0 0 117808 402 0 0 20 0 1 0 268552785 831668224 198829 33554432000 4194304 10173063 140737415674208 140737415667656 7595768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 203044 198829 811 1460 0 201575 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 812176
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30241
/proc/meminfo: memFree=27183412/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=783836 CPUtime=1242.1 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 361857 0 0 0 123795 415 0 0 20 0 1 0 268552785 802648064 193213 33554432000 4194304 10173063 140737415674208 140737415667928 8012598 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 195959 193213 811 1460 0 194490 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 783836
[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 30241
/proc/meminfo: memFree=27159148/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=804416 CPUtime=1302.09 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 373826 0 0 0 129782 427 0 0 20 0 1 0 268552785 823721984 197684 33554432000 4194304 10173063 140737415674208 140737415667464 8012644 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 201104 197684 811 1460 0 199635 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 804416
[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 30242
/proc/meminfo: memFree=27164548/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=747028 CPUtime=1362.08 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 420717 0 0 0 135757 451 0 0 20 0 1 0 268552785 764956672 182539 33554432000 4194304 10173063 140737415674208 140737415667192 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 186757 182539 811 1460 0 185288 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 747028
[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 30242
/proc/meminfo: memFree=27196820/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=793308 CPUtime=1422.07 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 435805 0 0 0 141747 460 0 0 20 0 1 0 268552785 812347392 191141 33554432000 4194304 10173063 140737415674208 140737415667848 8012255 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 198327 191141 811 1460 0 196858 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 793308
[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30242
/proc/meminfo: memFree=27144560/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=782604 CPUtime=1482.06 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 441924 0 0 0 147737 469 0 0 20 0 1 0 268552785 801386496 193830 33554432000 4194304 10173063 140737415674208 140737415666920 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 195651 193830 811 1460 0 194182 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 782604
[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 30245
/proc/meminfo: memFree=27139548/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=801180 CPUtime=1542.04 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 456193 0 0 0 153723 481 0 0 20 0 1 0 268552785 820408320 198340 33554432000 4194304 10173063 140737415674208 140737415667848 5122959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 200295 198340 811 1460 0 198826 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 801180
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30245
/proc/meminfo: memFree=27121512/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=820920 CPUtime=1602.04 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 474122 0 0 0 159708 496 0 0 20 0 1 0 268552785 840622080 198943 33554432000 4194304 10173063 140737415674208 140737415666728 8033103 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 205230 198943 811 1460 0 203761 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 820920
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30246
/proc/meminfo: memFree=27174072/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=796284 CPUtime=1662.03 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 489450 0 0 0 165693 510 0 0 20 0 1 0 268552785 815394816 196391 33554432000 4194304 10173063 140737415674208 140737415667656 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 199071 196391 811 1460 0 197602 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 796284
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30246
/proc/meminfo: memFree=27201244/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=812688 CPUtime=1722.02 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 519898 0 0 0 171673 529 0 0 20 0 1 0 268552785 832192512 198672 33554432000 4194304 10173063 140737415674208 140737415667656 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 203172 198672 811 1460 0 201703 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 812688
[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 30284
/proc/meminfo: memFree=27796284/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=800496 CPUtime=1782.01 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 538953 0 0 0 177655 546 0 0 20 0 1 0 268552785 819707904 197188 33554432000 4194304 10173063 140737415674208 140737415667464 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 200124 197188 811 1460 0 198655 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 800496
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 30284
/proc/meminfo: memFree=27795912/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=800496 CPUtime=1785.21 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 539016 0 0 0 177975 546 0 0 20 0 1 0 268552785 819707904 197251 33554432000 4194304 10173063 140737415674208 140737415668072 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 200124 197251 811 1460 0 198655 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 800496
[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 30284
/proc/meminfo: memFree=27815028/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=784380 CPUtime=1791.62 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 541059 0 0 0 178614 548 0 0 20 0 1 0 268552785 803205120 192143 33554432000 4194304 10173063 140737415674208 140737415667656 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 196095 192143 811 1460 0 194626 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 784380
[startup+1795.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30284
/proc/meminfo: memFree=27811740/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=785836 CPUtime=1794.81 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 541418 0 0 0 178933 548 0 0 20 0 1 0 268552785 804696064 193013 33554432000 4194304 10173063 140737415674208 140737415667384 8047331 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 196459 193013 811 1460 0 194990 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 785836
[startup+1796.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30284
/proc/meminfo: memFree=27804980/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=814544 CPUtime=1796.41 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 543287 0 0 0 179092 549 0 0 20 0 1 0 268552785 834093056 199408 33554432000 4194304 10173063 140737415674208 140737415666920 8046674 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 203636 199408 811 1460 0 202167 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 814544
[startup+1797.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30284
/proc/meminfo: memFree=27804980/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=776808 CPUtime=1796.81 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 543973 0 0 0 179132 549 0 0 20 0 1 0 268552785 795451392 185302 33554432000 4194304 10173063 140737415674208 140737415668120 7667231 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 194202 185302 811 1460 0 192733 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 776808
[startup+1797.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30284
/proc/meminfo: memFree=27842764/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=774940 CPUtime=1797.21 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 543985 0 0 0 179172 549 0 0 20 0 1 0 268552785 793538560 184847 33554432000 4194304 10173063 140737415674208 140737415668120 4953176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 193735 184847 823 1460 0 192266 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 774940
[startup+1797.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30284
/proc/meminfo: memFree=27842764/32873648 swapFree=6844/6844
[pid=30229] ppid=30227 vsize=745468 CPUtime=1797.3 cores=1,3,5,7
/proc/30229/stat : 30229 (scip-2.1.1.4fix) R 30227 30229 29540 0 -1 4202496 543986 0 0 0 179181 549 0 0 20 0 1 0 268552785 763359232 177498 33554432000 4194304 10173063 140737415674208 140737415668120 8992599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30229/statm: 186301 177432 824 1460 0 184832 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (KiB) 745468
Child status: 0
Real time (s): 1797.68
CPU time (s): 1797.4
CPU user time (s): 1791.88
CPU system time (s): 5.51616
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 831624
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.88
system time used= 5.51616
maximum resident set size= 822872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 543999
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= 16
involuntary context switches= 1852
runsolver used 2.57861 second user time and 8.93264 second system time
The end