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-3691751-1338039432.opb>
0.19/0.27 c original problem has 26754 variables (26754 bin, 0 int, 0 impl, 0 cont) and 93164 constraints
0.19/0.27 c problem read in 0.27
0.19/0.27 c No objective function, only one solution is needed.
0.19/0.27 c presolving settings loaded
0.49/0.51 c presolving:
2.68/2.74 c (round 1) 5701 del vars, 16135 del conss, 0 add conss, 4513 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5256042 impls, 0 clqs
3.88/3.91 c (round 2) 10521 del vars, 37364 del conss, 0 add conss, 9025 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5289511 impls, 0 clqs
4.18/4.27 c (round 3) 12573 del vars, 46686 del conss, 0 add conss, 10221 chg bounds, 29 chg sides, 42 chg coeffs, 0 upgd conss, 5306751 impls, 0 clqs
4.49/4.52 c (round 4) 13577 del vars, 50829 del conss, 0 add conss, 11043 chg bounds, 39 chg sides, 56 chg coeffs, 0 upgd conss, 5320053 impls, 0 clqs
4.59/4.65 c (round 5) 14356 del vars, 54024 del conss, 0 add conss, 11498 chg bounds, 39 chg sides, 56 chg coeffs, 0 upgd conss, 5330437 impls, 0 clqs
4.69/4.77 c (round 6) 14829 del vars, 55827 del conss, 0 add conss, 11832 chg bounds, 39 chg sides, 56 chg coeffs, 0 upgd conss, 5336961 impls, 0 clqs
4.79/4.84 c (round 7) 15123 del vars, 57160 del conss, 0 add conss, 12006 chg bounds, 39 chg sides, 56 chg coeffs, 0 upgd conss, 5339423 impls, 0 clqs
4.89/4.90 c (round 8) 15230 del vars, 57625 del conss, 0 add conss, 12047 chg bounds, 39 chg sides, 56 chg coeffs, 0 upgd conss, 5340503 impls, 0 clqs
4.89/4.94 c (round 9) 15252 del vars, 57707 del conss, 0 add conss, 12056 chg bounds, 39 chg sides, 56 chg coeffs, 0 upgd conss, 5340791 impls, 0 clqs
4.89/4.98 c (round 10) 15259 del vars, 57743 del conss, 0 add conss, 12057 chg bounds, 39 chg sides, 56 chg coeffs, 0 upgd conss, 5340922 impls, 0 clqs
5.19/5.26 c (round 11) 15259 del vars, 57746 del conss, 0 add conss, 12057 chg bounds, 39 chg sides, 56 chg coeffs, 35418 upgd conss, 5340922 impls, 0 clqs
5.49/5.54 c (round 12) 15259 del vars, 57746 del conss, 0 add conss, 12057 chg bounds, 69 chg sides, 267 chg coeffs, 35419 upgd conss, 5340922 impls, 0 clqs
5.69/5.72 c (round 13) 15259 del vars, 74982 del conss, 5496 add conss, 12057 chg bounds, 72 chg sides, 305 chg coeffs, 35419 upgd conss, 5340922 impls, 3 clqs
5.99/6.00 c (round 14) 15259 del vars, 79567 del conss, 10081 add conss, 12057 chg bounds, 72 chg sides, 321 chg coeffs, 35419 upgd conss, 5340922 impls, 756 clqs
6.09/6.17 c presolving (15 rounds):
6.09/6.17 c 15259 deleted vars, 79567 deleted constraints, 10081 added constraints, 12057 tightened bounds, 0 added holes, 72 changed sides, 336 changed coefficients
6.09/6.17 c 5340922 implications, 5348 cliques
6.09/6.17 c presolved problem has 11495 variables (11495 bin, 0 int, 0 impl, 0 cont) and 23678 constraints
6.09/6.17 c 550 constraints of type <knapsack>
6.09/6.17 c 22965 constraints of type <setppc>
6.09/6.17 c 163 constraints of type <and>
6.09/6.17 c transformed objective value is always integral (scale: 1)
6.09/6.17 c Presolving Time: 5.73
6.09/6.17 c - non default parameters ----------------------------------------------------------------------
6.09/6.17 c # SCIP version 2.1.1.4
6.09/6.17 c
6.09/6.17 c # maximal time in seconds to run
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.09/6.17 c limits/time = 1797
6.09/6.17 c
6.09/6.17 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.09/6.17 c limits/memory = 13950
6.09/6.17 c
6.09/6.17 c # solving stops, if the given number of solutions were found (-1: no limit)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: -1]
6.09/6.17 c limits/solutions = 1
6.09/6.17 c
6.09/6.17 c # maximal number of separation rounds per node (-1: unlimited)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 5]
6.09/6.17 c separating/maxrounds = 1
6.09/6.17 c
6.09/6.17 c # maximal number of separation rounds in the root node (-1: unlimited)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: -1]
6.09/6.17 c separating/maxroundsroot = 5
6.09/6.17 c
6.09/6.17 c # default clock type (1: CPU user seconds, 2: wall clock time)
6.09/6.17 c # [type: int, range: [1,2], default: 1]
6.09/6.17 c timing/clocktype = 2
6.09/6.17 c
6.09/6.17 c # belongs reading time to solving time?
6.09/6.17 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.09/6.17 c timing/reading = TRUE
6.09/6.17 c
6.09/6.17 c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.09/6.17 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.09/6.17 c constraints/knapsack/disaggregation = FALSE
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 10]
6.09/6.17 c heuristics/coefdiving/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to node LP iterations
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.09/6.17 c heuristics/coefdiving/maxlpiterquot = 0.075
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/coefdiving/maxlpiterofs = 1500
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 30]
6.09/6.17 c heuristics/crossover/freq = -1
6.09/6.17 c
6.09/6.17 c # number of nodes added to the contingent of the total nodes
6.09/6.17 c # [type: longint, range: [0,9223372036854775807], default: 500]
6.09/6.17 c heuristics/crossover/nodesofs = 750
6.09/6.17 c
6.09/6.17 c # number of nodes without incumbent change that heuristic should wait
6.09/6.17 c # [type: longint, range: [0,9223372036854775807], default: 200]
6.09/6.17 c heuristics/crossover/nwaitingnodes = 100
6.09/6.17 c
6.09/6.17 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.09/6.17 c # [type: real, range: [0,1], default: 0.1]
6.09/6.17 c heuristics/crossover/nodesquot = 0.15
6.09/6.17 c
6.09/6.17 c # minimum percentage of integer variables that have to be fixed
6.09/6.17 c # [type: real, range: [0,1], default: 0.666]
6.09/6.17 c heuristics/crossover/minfixingrate = 0.5
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 20]
6.09/6.17 c heuristics/feaspump/freq = -1
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/feaspump/maxlpiterofs = 2000
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 10]
6.09/6.17 c heuristics/fracdiving/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to node LP iterations
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.09/6.17 c heuristics/fracdiving/maxlpiterquot = 0.075
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/fracdiving/maxlpiterofs = 1500
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 10]
6.09/6.17 c heuristics/guideddiving/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to node LP iterations
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.09/6.17 c heuristics/guideddiving/maxlpiterquot = 0.075
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/guideddiving/maxlpiterofs = 1500
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to node LP iterations
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.09/6.17 c heuristics/intdiving/maxlpiterquot = 0.075
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 10]
6.09/6.17 c heuristics/intshifting/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 10]
6.09/6.17 c heuristics/linesearchdiving/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to node LP iterations
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.09/6.17 c heuristics/linesearchdiving/maxlpiterquot = 0.075
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/linesearchdiving/maxlpiterofs = 1500
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 20]
6.09/6.17 c heuristics/objpscostdiving/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to total iteration number
6.09/6.17 c # [type: real, range: [0,1], default: 0.01]
6.09/6.17 c heuristics/objpscostdiving/maxlpiterquot = 0.015
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/objpscostdiving/maxlpiterofs = 1500
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 1]
6.09/6.17 c heuristics/oneopt/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 10]
6.09/6.17 c heuristics/pscostdiving/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to node LP iterations
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.09/6.17 c heuristics/pscostdiving/maxlpiterquot = 0.075
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/pscostdiving/maxlpiterofs = 1500
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 0]
6.09/6.17 c heuristics/rens/freq = -1
6.09/6.17 c
6.09/6.17 c # minimum percentage of integer variables that have to be fixable
6.09/6.17 c # [type: real, range: [0,1], default: 0.5]
6.09/6.17 c heuristics/rens/minfixingrate = 0.3
6.09/6.17 c
6.09/6.17 c # number of nodes added to the contingent of the total nodes
6.09/6.17 c # [type: longint, range: [0,9223372036854775807], default: 500]
6.09/6.17 c heuristics/rens/nodesofs = 2000
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 20]
6.09/6.17 c heuristics/rootsoldiving/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to node LP iterations
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.09/6.17 c heuristics/rootsoldiving/maxlpiterquot = 0.015
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/rootsoldiving/maxlpiterofs = 1500
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 1]
6.09/6.17 c heuristics/rounding/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 0]
6.09/6.17 c heuristics/shiftandpropagate/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 10]
6.09/6.17 c heuristics/shifting/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 1]
6.09/6.17 c heuristics/simplerounding/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 1]
6.09/6.17 c heuristics/subnlp/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 0]
6.09/6.17 c heuristics/trivial/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 1]
6.09/6.17 c heuristics/trysol/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 0]
6.09/6.17 c heuristics/undercover/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 10]
6.09/6.17 c heuristics/veclendiving/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal fraction of diving LP iterations compared to node LP iterations
6.09/6.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.09/6.17 c heuristics/veclendiving/maxlpiterquot = 0.075
6.09/6.17 c
6.09/6.17 c # additional number of allowed LP iterations
6.09/6.17 c # [type: int, range: [0,2147483647], default: 1000]
6.09/6.17 c heuristics/veclendiving/maxlpiterofs = 1500
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 1]
6.09/6.17 c heuristics/zirounding/freq = -1
6.09/6.17 c
6.09/6.17 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: -1]
6.09/6.17 c propagating/probing/maxprerounds = 0
6.09/6.17 c
6.09/6.17 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 0]
6.09/6.17 c separating/cmir/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 0]
6.09/6.17 c separating/flowcover/freq = -1
6.09/6.17 c
6.09/6.17 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: -1]
6.09/6.17 c separating/rapidlearning/freq = 0
6.09/6.17 c
6.09/6.17 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
6.09/6.17 c # [type: int, range: [-1,2147483647], default: 1]
6.09/6.17 c heuristics/indoneopt/freq = -1
6.09/6.17 c
6.09/6.17 c -----------------------------------------------------------------------------------------------
6.09/6.17 c start solving
6.09/6.18 c
36.39/36.41 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
36.39/36.41 c 36.4s| 1 | 0 | 19804 | - | 190M| 0 |6052 | 11k| 23k| 11k| 23k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
171.35/171.48 c 171s| 1 | 0 | 58165 | - | 190M| 0 |3993 | 11k| 23k| 11k| 23k| 47 | 0 | 0 | 0.000000e+00 | -- | Inf
290.14/290.27 c 290s| 1 | 0 | 92310 | - | 190M| 0 |4335 | 11k| 23k| 11k| 24k| 289 | 0 | 0 | 0.000000e+00 | -- | Inf
408.51/408.68 c 409s| 1 | 0 |126020 | - | 190M| 0 |4298 | 11k| 23k| 11k| 24k| 359 | 0 | 0 | 0.000000e+00 | -- | Inf
456.01/456.19 c 456s| 1 | 0 |141510 | - | 191M| 0 |4628 | 11k| 23k| 11k| 24k| 405 | 0 | 0 | 0.000000e+00 | -- | Inf
492.90/493.03 c 493s| 1 | 0 |152828 | - | 191M| 0 |6235 | 11k| 23k| 11k| 24k| 421 | 0 | 0 | 0.000000e+00 | -- | Inf
563.10/563.22 c 563s| 1 | 2 |152828 | - | 191M| 0 |6235 | 11k| 23k| 11k| 24k| 421 | 0 | 27 | 0.000000e+00 | -- | Inf
1796.70/1797.03 c
1796.70/1797.03 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.03 c Solving Time (sec) : 1797.03
1796.70/1797.03 c Solving Nodes : 14
1796.70/1797.03 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.03 c Dual Bound : +0.00000000000000e+00
1796.70/1797.03 c Gap : infinite
1796.70/1797.03 s UNKNOWN
1796.70/1797.03 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.03 c Total Time : 1797.03
1796.70/1797.03 c solving : 1797.03
1796.70/1797.03 c presolving : 5.73 (included in solving)
1796.70/1797.03 c reading : 0.27 (included in solving)
1796.70/1797.03 c copying : 0.00 (0 times copied the problem)
1796.70/1797.03 c Original Problem :
1796.70/1797.03 c Problem name : HOME/instance-3691751-1338039432.opb
1796.70/1797.03 c Variables : 26754 (26754 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.03 c Constraints : 93164 initial, 93164 maximal
1796.70/1797.03 c Objective sense : minimize
1796.70/1797.03 c Presolved Problem :
1796.70/1797.03 c Problem name : t_HOME/instance-3691751-1338039432.opb
1796.70/1797.03 c Variables : 11495 (11495 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.03 c Constraints : 23678 initial, 23678 maximal
1796.70/1797.03 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.03 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c trivial : 0.02 0.00 727 0 0 0 0 0 0 0 0
1796.70/1797.03 c dualfix : 0.03 0.00 81 0 0 0 0 0 0 0 0
1796.70/1797.03 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c gateextraction : 0.08 0.00 0 0 0 0 0 17236 5496 0 0
1796.70/1797.03 c implics : 0.11 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c components : 0.02 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c knapsack : 0.25 0.00 0 0 0 0 0 0 0 33 280
1796.70/1797.03 c setppc : 0.24 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c and : 0.22 0.00 0 0 0 0 0 4585 4585 0 0
1796.70/1797.03 c linear : 4.52 0.05 11341 3110 0 12057 0 57746 0 39 56
1796.70/1797.03 c logicor : 0.05 0.01 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c root node : - - 0 - - 0 - - - - -
1796.70/1797.03 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.70/1797.03 c integral : 0 0 0 0 14 0 1 0 0 0 0 0 28
1796.70/1797.03 c knapsack : 550 550 5 82 0 0 0 0 0 2 389 0 0
1796.70/1797.03 c setppc : 22965 22965 5 82 0 0 0 0 0 5755 0 0 0
1796.70/1797.03 c and : 163 163 18 82 0 0 0 0 0 78 102 0 0
1796.70/1797.03 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1796.70/1797.03 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.70/1797.03 c integral : 658.26 0.00 0.00 0.00 658.26 0.00 0.00 0.00
1796.70/1797.03 c knapsack : 0.04 0.00 0.04 0.00 0.00 0.00 0.00 0.00
1796.70/1797.03 c setppc : 0.05 0.00 0.01 0.04 0.00 0.00 0.00 0.00
1796.70/1797.03 c and : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.03 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.03 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.70/1797.03 c rootredcost : 0 0 0 0
1796.70/1797.03 c pseudoobj : 0 0 0 0
1796.70/1797.03 c vbounds : 0 0 0 0
1796.70/1797.03 c redcost : 28 0 0 0
1796.70/1797.03 c probing : 0 0 0 0
1796.70/1797.03 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.70/1797.03 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.03 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.03 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.03 c redcost : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.03 c probing : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.03 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.03 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.03 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.03 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.03 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.03 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.03 c applied globally : - - - 0 0.0 - - -
1796.70/1797.03 c applied locally : - - - 0 0.0 - - -
1796.70/1797.03 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.70/1797.03 c cut pool : 0.00 4 - - 7 - (maximal pool size: 313)
1796.70/1797.03 c closecuts : 0.00 0.00 0 0 0 0 0
1796.70/1797.03 c impliedbounds : 0.06 0.00 5 0 0 305 0
1796.70/1797.03 c intobj : 0.00 0.00 0 0 0 0 0
1796.70/1797.03 c gomory : 12.93 0.00 5 0 0 204 0
1796.70/1797.03 c cgmip : 0.00 0.00 0 0 0 0 0
1796.70/1797.03 c strongcg : 21.16 0.00 5 0 0 399 0
1796.70/1797.03 c cmir : 0.00 0.00 0 0 0 0 0
1796.70/1797.03 c flowcover : 0.00 0.00 0 0 0 0 0
1796.70/1797.03 c clique : 7.58 0.00 5 0 0 19 0
1796.70/1797.03 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.03 c mcf : 0.32 0.00 1 0 0 0 0
1796.70/1797.03 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.70/1797.03 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.70/1797.03 c Pricers : ExecTime SetupTime Calls Vars
1796.70/1797.03 c problem variables: 0.00 - 0 0
1796.70/1797.03 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.03 c relpscost : 658.26 0.00 14 0 0 0 0 28
1796.70/1797.03 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.03 c inference : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.03 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.03 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.03 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.03 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.03 c random : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.03 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.70/1797.03 c LP solutions : 0.00 - - 0
1796.70/1797.03 c pseudo solutions : 0.00 - - 0
1796.70/1797.03 c smallcard : 0.00 0.00 0 0
1796.70/1797.03 c trivial : 0.02 0.00 1 0
1796.70/1797.03 c shiftandpropagate: 0.00 0.00 0 0
1796.70/1797.03 c simplerounding : 0.00 0.00 0 0
1796.70/1797.03 c zirounding : 0.00 0.00 0 0
1796.70/1797.03 c rounding : 0.00 0.00 0 0
1796.70/1797.03 c shifting : 0.00 0.00 0 0
1796.70/1797.03 c intshifting : 0.00 0.00 0 0
1796.70/1797.03 c oneopt : 0.00 0.00 0 0
1796.70/1797.03 c twoopt : 0.00 0.00 0 0
1796.70/1797.03 c indtwoopt : 0.00 0.00 0 0
1796.70/1797.03 c indoneopt : 0.00 0.00 0 0
1796.70/1797.03 c fixandinfer : 0.00 0.00 0 0
1796.70/1797.03 c feaspump : 0.00 0.00 0 0
1796.70/1797.03 c clique : 0.00 0.00 0 0
1796.70/1797.03 c indrounding : 0.00 0.00 0 0
1796.70/1797.03 c indcoefdiving : 0.00 0.00 0 0
1796.70/1797.03 c coefdiving : 0.00 0.00 0 0
1796.70/1797.03 c pscostdiving : 0.00 0.00 0 0
1796.70/1797.03 c nlpdiving : 0.00 0.00 0 0
1796.70/1797.03 c fracdiving : 0.00 0.00 0 0
1796.70/1797.03 c veclendiving : 0.00 0.00 0 0
1796.70/1797.03 c intdiving : 0.00 0.00 0 0
1796.70/1797.03 c actconsdiving : 0.00 0.00 0 0
1796.70/1797.03 c objpscostdiving : 0.00 0.00 0 0
1796.70/1797.03 c rootsoldiving : 0.00 0.00 0 0
1796.70/1797.03 c linesearchdiving : 0.00 0.00 0 0
1796.70/1797.03 c guideddiving : 0.00 0.00 0 0
1796.70/1797.03 c octane : 0.00 0.00 0 0
1796.70/1797.03 c rens : 0.00 0.00 0 0
1796.70/1797.03 c rins : 0.00 0.00 0 0
1796.70/1797.03 c localbranching : 0.00 0.00 0 0
1796.70/1797.03 c mutation : 0.00 0.00 0 0
1796.70/1797.03 c crossover : 0.00 0.00 0 0
1796.70/1797.03 c dins : 0.00 0.00 0 0
1796.70/1797.03 c vbounds : 0.00 0.00 0 0
1796.70/1797.03 c undercover : 0.00 0.00 0 0
1796.70/1797.03 c subnlp : 0.00 0.00 0 0
1796.70/1797.03 c trysol : 0.00 0.00 0 0
1796.70/1797.03 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.70/1797.03 c primal LP : 0.06 1 0 0.00 0.00 0.06 1
1796.70/1797.03 c dual LP : 1090.10 28 394785 14099.46 362.15 0.00 0
1796.70/1797.03 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.03 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.70/1797.03 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.03 c strong branching : 658.21 273 270389 990.44 410.80
1796.70/1797.03 c (at root node) : - 27 27000 1000.00 -
1796.70/1797.03 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.03 c B&B Tree :
1796.70/1797.03 c number of runs : 1
1796.70/1797.03 c nodes : 14
1796.70/1797.03 c nodes (total) : 14
1796.70/1797.03 c nodes left : 15
1796.70/1797.03 c max depth : 5
1796.70/1797.03 c max depth (total): 5
1796.70/1797.03 c backtracks : 7 (50.0%)
1796.70/1797.03 c delayed cutoffs : 0
1796.70/1797.03 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1796.70/1797.03 c avg switch length: 2.50
1796.70/1797.03 c switching time : 0.09
1796.70/1797.03 c Solution :
1796.70/1797.03 c Solutions found : 0 (0 improvements)
1796.70/1797.03 c Primal Bound : -
1796.70/1797.03 c Dual Bound : +0.00000000000000e+00
1796.70/1797.03 c Gap : infinite
1796.70/1797.03 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.03 c Root Iterations : 152828
1796.90/1797.28 c Time complete: 1796.98.
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-3691751-1338039432/watcher-3691751-1338039432 -o /tmp/evaluation-result-3691751-1338039432/solver-3691751-1338039432 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691751-1338039432.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.02 2.01 2.00 3/178 863
/proc/meminfo: memFree=28411804/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=7920 CPUtime=0 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 662 0 0 0 0 0 0 0 20 0 1 0 270068542 8110080 616 33554432000 4194304 10219143 140733520806864 140737015405608 8891101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 1980 624 230 1471 0 500 0
[startup+0.075883 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 863
/proc/meminfo: memFree=28411804/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=33504 CPUtime=0.06 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 7137 0 0 0 6 0 0 0 20 0 1 0 270068542 34308096 7091 33554432000 4194304 10219143 140733520806864 140737015405608 7154384 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 8376 7091 419 1471 0 6896 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33504
[startup+0.100355 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 863
/proc/meminfo: memFree=28411804/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=39084 CPUtime=0.09 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 8527 0 0 0 8 1 0 0 20 0 1 0 270068542 40022016 8481 33554432000 4194304 10219143 140733520806864 140737015405608 5541619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 9771 8481 419 1471 0 8291 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39084
[startup+0.30029 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 863
/proc/meminfo: memFree=28411804/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=94836 CPUtime=0.29 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 22248 0 0 0 26 3 0 0 20 0 1 0 270068542 97112064 22203 33554432000 4194304 10219143 140733520806864 140733520672040 7589947 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 23709 22258 465 1471 0 22229 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94836
[startup+0.700292 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 863
/proc/meminfo: memFree=28411804/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=191324 CPUtime=0.68 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 45925 0 0 0 54 14 0 0 20 0 1 0 270068542 195915776 45838 33554432000 4194304 10219143 140733520806864 140733520672040 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 47831 45838 559 1471 0 46351 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 191324
[startup+1.50029 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 864
/proc/meminfo: memFree=28195300/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=263592 CPUtime=1.48 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 63890 0 0 0 107 41 0 0 20 0 1 0 270068542 269918208 63803 33554432000 4194304 10219143 140733520806864 140733520803864 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 65898 63803 559 1471 0 64418 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 263592
[startup+3.10032 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 864
/proc/meminfo: memFree=28127968/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=316080 CPUtime=3.08 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 76484 0 0 0 215 93 0 0 20 0 1 0 270068542 323665920 76140 33554432000 4194304 10219143 140733520806864 140733520803864 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 79020 76140 567 1471 0 77540 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 316080
[startup+6.30033 s]
/proc/loadavg: 2.18 2.04 2.01 3/179 864
/proc/meminfo: memFree=28099696/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=366500 CPUtime=6.29 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 93319 0 0 0 435 194 0 0 20 0 1 0 270068542 375296000 88473 33554432000 4194304 10219143 140733520806864 140733520800648 7829007 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 91625 88473 724 1471 0 90145 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 366500
[startup+12.7002 s]
/proc/loadavg: 2.24 2.06 2.02 3/179 1056
/proc/meminfo: memFree=28309440/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=380760 CPUtime=12.68 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 96894 0 0 0 1073 195 0 0 20 0 1 0 270068542 389898240 91932 33554432000 4194304 10219143 140733520806864 140733520800488 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 95190 91932 762 1471 0 93710 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 380760
[startup+25.5003 s]
/proc/loadavg: 2.19 2.05 2.01 3/179 1056
/proc/meminfo: memFree=28222052/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=382648 CPUtime=25.48 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 97266 0 0 0 2351 197 0 0 20 0 1 0 270068542 391831552 92333 33554432000 4194304 10219143 140733520806864 140733520800536 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 95662 92333 762 1471 0 94182 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 382648
[startup+51.1003 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 1056
/proc/meminfo: memFree=28210696/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=391632 CPUtime=51.08 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 99171 0 0 0 4855 253 0 0 20 0 1 0 270068542 401031168 95261 33554432000 4194304 10219143 140733520806864 140733520800216 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97908 95261 803 1471 0 96428 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 391632
[startup+102.307 s]
/proc/loadavg: 2.05 2.04 2.01 3/179 1056
/proc/meminfo: memFree=28205520/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=391632 CPUtime=102.27 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 99209 0 0 0 9968 259 0 0 20 0 1 0 270068542 401031168 96444 33554432000 4194304 10219143 140733520806864 140733520800040 8056887 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97908 96444 803 1471 0 96428 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 391632
[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 1056
/proc/meminfo: memFree=28204308/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=391632 CPUtime=162.25 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 99209 0 0 0 15961 264 0 0 20 0 1 0 270068542 401031168 96649 33554432000 4194304 10219143 140733520806864 140733520800040 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97908 96649 803 1471 0 96428 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 391632
[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 1059
/proc/meminfo: memFree=28202860/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=392820 CPUtime=222.25 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 101377 0 0 0 21949 276 0 0 20 0 1 0 270068542 402247680 96832 33554432000 4194304 10219143 140733520806864 140733520800040 8056549 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 98205 96832 804 1471 0 96725 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 392820
[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1060
/proc/meminfo: memFree=28201052/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=392820 CPUtime=282.24 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 101467 0 0 0 27944 280 0 0 20 0 1 0 270068542 402247680 96922 33554432000 4194304 10219143 140733520806864 140733520799384 8031802 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 98205 96922 804 1471 0 96725 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 392820
[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1060
/proc/meminfo: memFree=28201516/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390004 CPUtime=342.22 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 103263 0 0 0 33932 290 0 0 20 0 1 0 270068542 399364096 96230 33554432000 4194304 10219143 140733520806864 140733520800040 8076279 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97501 96230 804 1471 0 96021 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 390004
[startup+402.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 1060
/proc/meminfo: memFree=28201012/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390004 CPUtime=402.22 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 103721 0 0 0 39926 296 0 0 20 0 1 0 270068542 399364096 96230 33554432000 4194304 10219143 140733520806864 140733520800536 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97501 96230 804 1471 0 96021 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 390004
[startup+462.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 1060
/proc/meminfo: memFree=28200020/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=395068 CPUtime=462.2 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 104154 0 0 0 45911 309 0 0 20 0 1 0 270068542 404549632 96663 33554432000 4194304 10219143 140733520806864 140733520801704 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 98767 96663 804 1471 0 97287 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 395068
[startup+522.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 1060
/proc/meminfo: memFree=28203060/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=391076 CPUtime=522.2 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 122285 0 0 0 51895 325 0 0 20 0 1 0 270068542 400461824 96500 33554432000 4194304 10219143 140733520806864 140733520800408 8051721 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97769 96500 807 1471 0 96289 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 391076
[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 1061
/proc/meminfo: memFree=28201140/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390692 CPUtime=582.18 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 145773 0 0 0 57877 341 0 0 20 0 1 0 270068542 400068608 96401 33554432000 4194304 10219143 140733520806864 140733520799384 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97673 96401 810 1471 0 96193 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 390692
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28199336/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=392912 CPUtime=1122.1 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 367729 0 0 0 111742 468 0 0 20 0 1 0 270068542 402341888 96905 33554432000 4194304 10219143 140733520806864 140733520800488 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 98228 96905 811 1471 0 96748 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 392912
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1067
/proc/meminfo: memFree=28198840/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=392912 CPUtime=1182.1 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 368206 0 0 0 117735 475 0 0 20 0 1 0 270068542 402341888 96905 33554432000 4194304 10219143 140733520806864 140733520800040 8053114 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 98228 96905 811 1471 0 96748 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 392912
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1067
/proc/meminfo: memFree=28202872/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=389808 CPUtime=1242.09 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 369607 0 0 0 123727 482 0 0 20 0 1 0 270068542 399163392 96030 33554432000 4194304 10219143 140733520806864 140733520800216 8056496 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97452 96030 811 1471 0 95972 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 389808
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1067
/proc/meminfo: memFree=28201384/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=391168 CPUtime=1302.08 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 426214 0 0 0 129704 504 0 0 20 0 1 0 270068542 400556032 96376 33554432000 4194304 10219143 140733520806864 140733520800360 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97792 96376 811 1471 0 96312 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 391168
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1067
/proc/meminfo: memFree=28201384/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390704 CPUtime=1362.06 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 477587 0 0 0 135682 524 0 0 20 0 1 0 270068542 400080896 96356 33554432000 4194304 10219143 140733520806864 140733520800040 8029287 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97676 96356 811 1471 0 96196 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 390704
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1070
/proc/meminfo: memFree=28201868/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390428 CPUtime=1422.06 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 496725 0 0 0 141669 537 0 0 20 0 1 0 270068542 399798272 96295 33554432000 4194304 10219143 140733520806864 140733520800120 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97607 96295 811 1471 0 96127 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 390428
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1096
/proc/meminfo: memFree=28201248/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390428 CPUtime=1482.05 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 496726 0 0 0 147662 543 0 0 20 0 1 0 270068542 399798272 96296 33554432000 4194304 10219143 140733520806864 140733520800536 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97607 96296 811 1471 0 96127 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 390428
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1096
/proc/meminfo: memFree=28201876/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=389788 CPUtime=1542.04 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 515384 0 0 0 153649 555 0 0 20 0 1 0 270068542 399142912 96175 33554432000 4194304 10219143 140733520806864 140733520800312 8056915 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97447 96175 811 1471 0 95967 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 389788
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1096
/proc/meminfo: memFree=28200760/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390140 CPUtime=1602.03 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 538786 0 0 0 159634 569 0 0 20 0 1 0 270068542 399503360 96121 33554432000 4194304 10219143 140733520806864 140733520800312 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97535 96121 811 1471 0 96055 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 390140
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1096
/proc/meminfo: memFree=28202432/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390052 CPUtime=1662.02 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 601933 0 0 0 165609 593 0 0 20 0 1 0 270068542 399413248 96183 33554432000 4194304 10219143 140733520806864 140733520800696 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97513 96183 811 1471 0 96033 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 390052
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1096
/proc/meminfo: memFree=28199144/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=388908 CPUtime=1722.01 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 623596 0 0 0 171593 608 0 0 20 0 1 0 270068542 398241792 95916 33554432000 4194304 10219143 140733520806864 140733520800312 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97227 95916 811 1471 0 95747 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 388908
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1097
/proc/meminfo: memFree=28204600/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390172 CPUtime=1782 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 637758 0 0 0 177581 619 0 0 20 0 1 0 270068542 399536128 96138 33554432000 4194304 10219143 140733520806864 140733520800312 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97543 96138 811 1471 0 96063 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 390172
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1097
/proc/meminfo: memFree=28206336/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=388576 CPUtime=1785.2 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 642013 0 0 0 177900 620 0 0 20 0 1 0 270068542 397901824 95572 33554432000 4194304 10219143 140733520806864 140733520800696 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97144 95572 811 1471 0 95664 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 388576
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1097
/proc/meminfo: memFree=28201996/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=391528 CPUtime=1791.6 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 649011 0 0 0 178538 622 0 0 20 0 1 0 270068542 400924672 96610 33554432000 4194304 10219143 140733520806864 140733520800312 8099239 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97882 96610 811 1471 0 96402 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 391528
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1097
/proc/meminfo: memFree=28202864/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390732 CPUtime=1794.81 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 652501 0 0 0 178857 624 0 0 20 0 1 0 270068542 400109568 96068 33554432000 4194304 10219143 140733520806864 140733520800312 8082555 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97683 96068 811 1471 0 96203 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 390732
[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1097
/proc/meminfo: memFree=28202864/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=388248 CPUtime=1795.6 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 653933 0 0 0 178936 624 0 0 20 0 1 0 270068542 397565952 95133 33554432000 4194304 10219143 140733520806864 140733520800312 8099197 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97062 95133 811 1471 0 95582 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 388248
[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1097
/proc/meminfo: memFree=28205716/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=390736 CPUtime=1796.4 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 654941 0 0 0 179016 624 0 0 20 0 1 0 270068542 400113664 96141 33554432000 4194304 10219143 140733520806864 140733520800312 8056480 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 97684 96141 811 1471 0 96204 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 390736
[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1097
/proc/meminfo: memFree=28205716/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=377480 CPUtime=1796.8 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 655688 0 0 0 179055 625 0 0 20 0 1 0 270068542 386539520 93245 33554432000 4194304 10219143 140733520806864 140733520800312 5015180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 94370 93245 820 1471 0 92890 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 377480
[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1097
/proc/meminfo: memFree=28205716/32873844 swapFree=7096/7096
[pid=863] ppid=861 vsize=357132 CPUtime=1796.9 cores=1,3,5,7
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 29822 0 -1 4202496 655688 0 0 0 179065 625 0 0 20 0 1 0 270068542 365703168 88160 33554432000 4194304 10219143 140733520806864 140733520800312 7589177 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 89283 88160 820 1471 0 87803 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (KiB) 357132
Child status: 0
Real time (s): 1797.29
CPU time (s): 1796.99
CPU user time (s): 1790.72
CPU system time (s): 6.27704
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 397372
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.72
system time used= 6.27705
maximum resident set size= 391652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655701
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= 27
involuntary context switches= 1864
runsolver used 3.48347 second user time and 8.93564 second system time
The end