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-3690706-1338024841.opb>
0.00/0.03 c original problem has 6188 variables (6188 bin, 0 int, 0 impl, 0 cont) and 6372 constraints
0.00/0.03 c problem read in 0.03
0.00/0.03 c No objective function, only one solution is needed.
0.00/0.03 c presolving settings loaded
0.03/0.07 c presolving:
0.09/0.11 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10350 impls, 91 clqs
0.09/0.12 c (round 2) 136 del vars, 12 del conss, 0 add conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10350 impls, 89 clqs
0.09/0.12 c (round 3) 212 del vars, 155 del conss, 0 add conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10402 impls, 89 clqs
0.09/0.13 c (round 4) 269 del vars, 212 del conss, 0 add conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10514 impls, 89 clqs
0.09/0.14 c (round 5) 315 del vars, 258 del conss, 0 add conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10638 impls, 89 clqs
0.09/0.14 c (round 6) 345 del vars, 288 del conss, 0 add conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10772 impls, 89 clqs
0.09/0.15 c (round 7) 356 del vars, 299 del conss, 0 add conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10852 impls, 89 clqs
0.09/0.16 c (round 8) 360 del vars, 303 del conss, 0 add conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10884 impls, 89 clqs
0.09/0.16 c (round 9) 362 del vars, 305 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10894 impls, 89 clqs
0.19/0.24 c (round 10) 362 del vars, 394 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 5889 upgd conss, 10906 impls, 89 clqs
0.19/0.27 c (round 11) 362 del vars, 394 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 5978 upgd conss, 10906 impls, 89 clqs
0.29/0.31 c presolving (12 rounds):
0.29/0.31 c 362 deleted vars, 394 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.31 c 10906 implications, 89 cliques
0.29/0.31 c presolved problem has 5826 variables (5826 bin, 0 int, 0 impl, 0 cont) and 5978 constraints
0.29/0.31 c 1269 constraints of type <setppc>
0.29/0.31 c 4709 constraints of type <logicor>
0.29/0.31 c transformed objective value is always integral (scale: 1)
0.29/0.31 c Presolving Time: 0.26
0.29/0.31 c - non default parameters ----------------------------------------------------------------------
0.29/0.31 c # SCIP version 2.1.1.4
0.29/0.31 c
0.29/0.31 c # maximal time in seconds to run
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.31 c limits/time = 1797
0.29/0.31 c
0.29/0.31 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.31 c limits/memory = 13950
0.29/0.31 c
0.29/0.31 c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31 c limits/solutions = 1
0.29/0.31 c
0.29/0.31 c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.31 c separating/maxrounds = 1
0.29/0.31 c
0.29/0.31 c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31 c separating/maxroundsroot = 5
0.29/0.31 c
0.29/0.31 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.31 c # [type: int, range: [1,2], default: 1]
0.29/0.31 c timing/clocktype = 2
0.29/0.31 c
0.29/0.31 c # belongs reading time to solving time?
0.29/0.31 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.31 c timing/reading = TRUE
0.29/0.31 c
0.29/0.31 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.31 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.31 c constraints/knapsack/disaggregation = FALSE
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31 c heuristics/coefdiving/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31 c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.31 c heuristics/crossover/freq = -1
0.29/0.31 c
0.29/0.31 c # number of nodes added to the contingent of the total nodes
0.29/0.31 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.31 c heuristics/crossover/nodesofs = 750
0.29/0.31 c
0.29/0.31 c # number of nodes without incumbent change that heuristic should wait
0.29/0.31 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.31 c heuristics/crossover/nwaitingnodes = 100
0.29/0.31 c
0.29/0.31 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.31 c # [type: real, range: [0,1], default: 0.1]
0.29/0.31 c heuristics/crossover/nodesquot = 0.15
0.29/0.31 c
0.29/0.31 c # minimum percentage of integer variables that have to be fixed
0.29/0.31 c # [type: real, range: [0,1], default: 0.666]
0.29/0.31 c heuristics/crossover/minfixingrate = 0.5
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.31 c heuristics/feaspump/freq = -1
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31 c heuristics/fracdiving/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31 c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31 c heuristics/guideddiving/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31 c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31 c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31 c heuristics/intshifting/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31 c heuristics/linesearchdiving/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.31 c heuristics/objpscostdiving/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.31 c # [type: real, range: [0,1], default: 0.01]
0.29/0.31 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31 c heuristics/oneopt/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31 c heuristics/pscostdiving/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31 c heuristics/rens/freq = -1
0.29/0.31 c
0.29/0.31 c # minimum percentage of integer variables that have to be fixable
0.29/0.31 c # [type: real, range: [0,1], default: 0.5]
0.29/0.31 c heuristics/rens/minfixingrate = 0.3
0.29/0.31 c
0.29/0.31 c # number of nodes added to the contingent of the total nodes
0.29/0.31 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.31 c heuristics/rens/nodesofs = 2000
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.31 c heuristics/rootsoldiving/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.31 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31 c heuristics/rounding/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31 c heuristics/shiftandpropagate/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31 c heuristics/shifting/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31 c heuristics/simplerounding/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31 c heuristics/subnlp/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31 c heuristics/trivial/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31 c heuristics/trysol/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31 c heuristics/undercover/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31 c heuristics/veclendiving/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31 c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.31 c
0.29/0.31 c # additional number of allowed LP iterations
0.29/0.31 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31 c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31 c heuristics/zirounding/freq = -1
0.29/0.31 c
0.29/0.31 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31 c propagating/probing/maxprerounds = 0
0.29/0.31 c
0.29/0.31 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31 c separating/cmir/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31 c separating/flowcover/freq = -1
0.29/0.31 c
0.29/0.31 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31 c separating/rapidlearning/freq = 0
0.29/0.31 c
0.29/0.31 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.29/0.31 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31 c heuristics/indoneopt/freq = -1
0.29/0.31 c
0.29/0.31 c -----------------------------------------------------------------------------------------------
0.29/0.31 c start solving
0.29/0.31 c
4.99/5.02 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
4.99/5.02 c 5.0s| 1 | 0 | 11201 | - | 26M| 0 |1315 |5826 |5978 |5826 |5978 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
8.29/8.36 c 8.4s| 1 | 0 | 13338 | - | 28M| 0 |1610 |5826 |7451 |5826 |5981 | 10 | 0 | 0 | 0.000000e+00 | -- | Inf
10.79/10.80 c 10.8s| 1 | 0 | 16761 | - | 28M| 0 |1616 |5826 |7451 |5826 |5987 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
12.18/12.22 c 12.2s| 1 | 0 | 18337 | - | 28M| 0 |1606 |5826 |7451 |5826 |5995 | 24 | 0 | 0 | 0.000000e+00 | -- | Inf
13.28/13.39 c 13.4s| 1 | 0 | 19484 | - | 28M| 0 |1645 |5826 |7451 |5826 |6001 | 30 | 0 | 0 | 0.000000e+00 | -- | Inf
14.58/14.66 c 14.7s| 1 | 0 | 20787 | - | 28M| 0 |1625 |5826 |7451 |5826 |6008 | 37 | 0 | 0 | 0.000000e+00 | -- | Inf
19.49/19.57 c 19.6s| 1 | 2 | 20787 | - | 28M| 0 |1625 |5826 |7451 |5826 |6008 | 37 | 0 | 10 | 0.000000e+00 | -- | Inf
201.16/201.22 c 201s| 100 | 73 |142618 |1230.6 | 30M| 75 | 813 |5826 |7459 |5826 |6005 | 37 | 8 | 234 | 0.000000e+00 | -- | Inf
326.43/326.53 c 327s| 200 | 55 |305594 |1431.2 | 30M| 75 | - |5826 |7473 | 0 | 0 | 37 | 34 | 321 | 0.000000e+00 | -- | Inf
464.02/464.14 c 464s| 300 | 61 |471081 |1506.0 | 31M| 75 | 623 |5826 |7484 |5826 |6005 | 37 | 51 | 435 | 0.000000e+00 | -- | Inf
567.09/567.22 c 567s| 400 | 61 |603598 |1460.7 | 31M| 75 | 507 |5826 |7509 |5826 |6005 | 37 | 90 | 523 | 0.000000e+00 | -- | Inf
680.78/680.96 c 681s| 500 | 66 |750366 |1462.1 | 31M| 75 | - |5826 |7507 |5826 |6005 | 37 | 106 | 619 | 0.000000e+00 | -- | Inf
804.66/804.89 c 805s| 600 | 74 |901458 |1470.2 | 31M| 75 | 723 |5826 |7528 |5826 |6005 | 37 | 130 | 707 | 0.000000e+00 | -- | Inf
941.14/941.33 c 941s| 700 | 80 | 1064k|1493.1 | 31M| 75 | 658 |5826 |7557 |5826 |6005 | 37 | 162 | 822 | 0.000000e+00 | -- | Inf
1067.01/1067.21 c 1067s| 800 | 82 | 1224k|1506.0 | 31M| 75 | 572 |5826 |7576 |5826 |6005 | 37 | 183 | 917 | 0.000000e+00 | -- | Inf
1202.30/1202.52 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1202.30/1202.52 c 1203s| 900 | 74 | 1387k|1520.7 | 31M| 75 | - |5826 |7612 |5826 |6005 | 37 | 228 |1024 | 0.000000e+00 | -- | Inf
1350.18/1350.42 c 1350s| 1000 | 86 | 1563k|1544.7 | 31M| 75 | 612 |5826 |7633 |5826 |6005 | 37 | 262 |1138 | 0.000000e+00 | -- | Inf
1499.85/1500.13 c 1500s| 1100 | 93 | 1744k|1568.1 | 31M| 75 | - |5826 |7648 |5826 |6005 | 37 | 290 |1244 | 0.000000e+00 | -- | Inf
1702.32/1702.69 c 1703s| 1200 | 125 | 1980k|1634.8 | 32M| 75 | 509 |5826 |7643 |5826 |6005 | 37 | 309 |1397 | 0.000000e+00 | -- | Inf
1796.71/1797.00 c
1796.71/1797.00 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.00 c Solving Time (sec) : 1797.00
1796.71/1797.00 c Solving Nodes : 1242
1796.71/1797.00 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.71/1797.00 c Dual Bound : +0.00000000000000e+00
1796.71/1797.00 c Gap : infinite
1796.71/1797.00 s UNKNOWN
1796.71/1797.00 c SCIP Status : solving was interrupted [time limit reached]
1796.71/1797.00 c Total Time : 1797.00
1796.71/1797.00 c solving : 1797.00
1796.71/1797.00 c presolving : 0.26 (included in solving)
1796.71/1797.00 c reading : 0.03 (included in solving)
1796.71/1797.00 c copying : 0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.71/1797.00 c Original Problem :
1796.71/1797.00 c Problem name : HOME/instance-3690706-1338024841.opb
1796.71/1797.00 c Variables : 6188 (6188 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00 c Constraints : 6372 initial, 6372 maximal
1796.71/1797.00 c Objective sense : minimize
1796.71/1797.00 c Presolved Problem :
1796.71/1797.00 c Problem name : t_HOME/instance-3690706-1338024841.opb
1796.71/1797.00 c Variables : 5826 (5826 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00 c Constraints : 5978 initial, 7655 maximal
1796.71/1797.00 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.71/1797.00 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c linear : 0.13 0.00 362 0 0 362 0 394 0 0 0
1796.71/1797.00 c logicor : 0.06 0.00 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c root node : - - 9 - - 9 - - - - -
1796.71/1797.00 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.71/1797.00 c integral : 0 0 0 0 726 0 1 0 3 44 0 0 1392
1796.71/1797.00 c setppc : 1269 1269 6 11123 0 0 0 181816 1 86216 0 0 0
1796.71/1797.00 c linear : 0+ 1482 5 11121 0 0 0 4929 0 1482 7 0 0
1796.71/1797.00 c logicor : 4709+ 4915 6 8846 0 0 0 301836 26 149221 0 0 0
1796.71/1797.00 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1796.71/1797.00 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.71/1797.00 c integral : 691.73 0.00 0.00 0.00 691.73 0.00 0.00 0.00
1796.71/1797.00 c setppc : 0.61 0.00 0.00 0.39 0.00 0.00 0.00 0.22
1796.71/1797.00 c linear : 0.18 0.00 0.01 0.17 0.00 0.00 0.00 0.01
1796.71/1797.00 c logicor : 0.84 0.00 0.00 0.47 0.00 0.00 0.00 0.36
1796.71/1797.00 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.71/1797.00 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.71/1797.00 c rootredcost : 0 0 0 0
1796.71/1797.00 c pseudoobj : 0 0 0 0
1796.71/1797.00 c vbounds : 0 0 0 0
1796.71/1797.00 c redcost : 731 0 0 0
1796.71/1797.00 c probing : 0 0 0 0
1796.71/1797.00 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.71/1797.00 c rootredcost : 0.01 0.00 0.00 0.01 0.00
1796.71/1797.00 c pseudoobj : 0.01 0.00 0.00 0.01 0.00
1796.71/1797.00 c vbounds : 0.01 0.00 0.00 0.01 0.00
1796.71/1797.00 c redcost : 0.07 0.00 0.00 0.07 0.00
1796.71/1797.00 c probing : 0.00 0.00 0.00 0.00 0.00
1796.71/1797.00 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.71/1797.00 c propagation : 0.01 27 27 42 12.6 0 0.0 -
1796.71/1797.00 c infeasible LP : 4.02 516 187 2625 736.8 3 47.0 0
1796.71/1797.00 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.00 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.71/1797.00 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.71/1797.00 c applied globally : - - - 314 110.8 - - -
1796.71/1797.00 c applied locally : - - - 0 0.0 - - -
1796.71/1797.00 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.71/1797.00 c cut pool : 0.00 4 - - 0 - (maximal pool size: 34)
1796.71/1797.00 c closecuts : 0.00 0.00 0 0 0 0 0
1796.71/1797.00 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.71/1797.00 c intobj : 0.00 0.00 0 0 0 0 0
1796.71/1797.00 c gomory : 0.90 0.00 5 0 0 7 0
1796.71/1797.00 c cgmip : 0.00 0.00 0 0 0 0 0
1796.71/1797.00 c strongcg : 0.91 0.00 5 0 0 7 0
1796.71/1797.00 c cmir : 0.00 0.00 0 0 0 0 0
1796.71/1797.00 c flowcover : 0.00 0.00 0 0 0 0 0
1796.71/1797.00 c clique : 0.23 0.00 5 0 0 30 0
1796.71/1797.00 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.71/1797.00 c mcf : 0.00 0.00 1 0 0 0 0
1796.71/1797.00 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.71/1797.00 c rapidlearning : 1.71 0.00 1 0 9 0 1482
1796.71/1797.00 c Pricers : ExecTime SetupTime Calls Vars
1796.71/1797.00 c problem variables: 0.00 - 0 0
1796.71/1797.00 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.71/1797.00 c relpscost : 691.72 0.00 726 3 44 0 0 1392
1796.71/1797.00 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.00 c inference : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.00 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.00 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.00 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.00 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.00 c random : 0.00 0.00 0 0 0 0 0 0
1796.71/1797.00 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.71/1797.00 c LP solutions : 0.00 - - 0
1796.71/1797.00 c pseudo solutions : 0.00 - - 0
1796.71/1797.00 c smallcard : 0.00 0.00 0 0
1796.71/1797.00 c trivial : 0.01 0.00 1 0
1796.71/1797.00 c shiftandpropagate: 0.00 0.00 0 0
1796.71/1797.00 c simplerounding : 0.00 0.00 0 0
1796.71/1797.00 c zirounding : 0.00 0.00 0 0
1796.71/1797.00 c rounding : 0.00 0.00 0 0
1796.71/1797.00 c shifting : 0.00 0.00 0 0
1796.71/1797.00 c intshifting : 0.00 0.00 0 0
1796.71/1797.00 c oneopt : 0.00 0.00 0 0
1796.71/1797.00 c twoopt : 0.00 0.00 0 0
1796.71/1797.00 c indtwoopt : 0.00 0.00 0 0
1796.71/1797.00 c indoneopt : 0.00 0.00 0 0
1796.71/1797.00 c fixandinfer : 0.00 0.00 0 0
1796.71/1797.00 c feaspump : 0.00 0.00 0 0
1796.71/1797.00 c clique : 0.00 0.00 0 0
1796.71/1797.00 c indrounding : 0.00 0.00 0 0
1796.71/1797.00 c indcoefdiving : 0.00 0.00 0 0
1796.71/1797.00 c coefdiving : 0.00 0.00 0 0
1796.71/1797.00 c pscostdiving : 0.00 0.00 0 0
1796.71/1797.00 c nlpdiving : 0.00 0.00 0 0
1796.71/1797.00 c fracdiving : 0.00 0.00 0 0
1796.71/1797.00 c veclendiving : 0.00 0.00 0 0
1796.71/1797.00 c intdiving : 0.00 0.00 0 0
1796.71/1797.00 c actconsdiving : 0.00 0.00 0 0
1796.71/1797.00 c objpscostdiving : 0.00 0.00 0 0
1796.71/1797.00 c rootsoldiving : 0.00 0.00 0 0
1796.71/1797.00 c linesearchdiving : 0.00 0.00 0 0
1796.71/1797.00 c guideddiving : 0.00 0.00 0 0
1796.71/1797.00 c octane : 0.00 0.00 0 0
1796.71/1797.00 c rens : 0.00 0.00 0 0
1796.71/1797.00 c rins : 0.00 0.00 0 0
1796.71/1797.00 c localbranching : 0.00 0.00 0 0
1796.71/1797.00 c mutation : 0.00 0.00 0 0
1796.71/1797.00 c crossover : 0.00 0.00 0 0
1796.71/1797.00 c dins : 0.00 0.00 0 0
1796.71/1797.00 c vbounds : 0.00 0.00 0 0
1796.71/1797.00 c undercover : 0.00 0.00 0 0
1796.71/1797.00 c subnlp : 0.00 0.00 0 0
1796.71/1797.00 c trysol : 0.00 0.00 0 0
1796.71/1797.00 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.71/1797.00 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.71/1797.00 c dual LP : 1093.14 1248 2088778 1673.70 1910.81 0.00 0
1796.71/1797.00 c lex dual LP : 0.00 0 0 0.00 -
1796.71/1797.00 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.71/1797.00 c diving/probing LP: 0.00 0 0 0.00 -
1796.71/1797.00 c strong branching : 691.48 1468 1152538 785.11 1666.78
1796.71/1797.00 c (at root node) : - 10 6809 680.90 -
1796.71/1797.00 c conflict analysis: 0.00 0 0 0.00 -
1796.71/1797.00 c B&B Tree :
1796.71/1797.00 c number of runs : 1
1796.71/1797.00 c nodes : 1242
1796.71/1797.00 c nodes (total) : 1242
1796.71/1797.00 c nodes left : 149
1796.71/1797.00 c max depth : 75
1796.71/1797.00 c max depth (total): 75
1796.71/1797.00 c backtracks : 208 (16.7%)
1796.71/1797.00 c delayed cutoffs : 2
1796.71/1797.00 c repropagations : 1336 (3177 domain reductions, 0 cutoffs)
1796.71/1797.00 c avg switch length: 6.77
1796.71/1797.00 c switching time : 1.26
1796.71/1797.00 c Solution :
1796.71/1797.00 c Solutions found : 0 (0 improvements)
1796.71/1797.00 c Primal Bound : -
1796.71/1797.00 c Dual Bound : +0.00000000000000e+00
1796.71/1797.00 c Gap : infinite
1796.71/1797.00 c Root Dual Bound : +0.00000000000000e+00
1796.71/1797.00 c Root Iterations : 20787
1796.71/1797.06 c Time complete: 1796.77.
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-3690706-1338024841/watcher-3690706-1338024841 -o /tmp/evaluation-result-3690706-1338024841/solver-3690706-1338024841 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690706-1338024841.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.03 2.00 2/175 15833
/proc/meminfo: memFree=28765552/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=11168 CPUtime=0 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 1540 0 0 0 0 0 0 0 20 0 1 0 268609600 11436032 1495 33554432000 4194304 10173063 140734274958128 140737465012744 8803840 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 2792 1495 413 1460 0 1323 0
[startup+0.0511831 s]
/proc/loadavg: 2.02 2.03 2.00 2/175 15833
/proc/meminfo: memFree=28765552/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=29972 CPUtime=0.03 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 6221 0 0 0 3 0 0 0 20 0 1 0 268609600 30691328 6176 33554432000 4194304 10173063 140734274958128 140737465012744 5760605 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 7493 6176 493 1460 0 6024 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29972
[startup+0.10039 s]
/proc/loadavg: 2.02 2.03 2.00 2/175 15833
/proc/meminfo: memFree=28765552/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=41028 CPUtime=0.09 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 8696 0 0 0 7 2 0 0 20 0 1 0 268609600 42012672 8651 33554432000 4194304 10173063 140734274958128 140737465012744 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 10317 8681 550 1460 0 8848 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41028
[startup+0.30031 s]
/proc/loadavg: 2.02 2.03 2.00 2/175 15833
/proc/meminfo: memFree=28765552/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=50800 CPUtime=0.29 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 11460 0 0 0 20 9 0 0 20 0 1 0 268609600 52019200 10970 33554432000 4194304 10173063 140734274958128 140737465012744 8846909 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 12700 10995 580 1460 0 11231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50800
[startup+0.700233 s]
/proc/loadavg: 2.02 2.03 2.00 2/175 15833
/proc/meminfo: memFree=28765552/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=66040 CPUtime=0.69 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 15527 0 0 0 58 11 0 0 20 0 1 0 268609600 67624960 14958 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 16510 14958 733 1460 0 15041 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66040
[startup+1.50024 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 15834
/proc/meminfo: memFree=28707504/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=66808 CPUtime=1.49 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 15704 0 0 0 138 11 0 0 20 0 1 0 268609600 68411392 15135 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 16702 15135 733 1460 0 15233 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66808
[startup+3.10023 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 15834
/proc/meminfo: memFree=28705372/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=67012 CPUtime=3.09 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 15753 0 0 0 298 11 0 0 20 0 1 0 268609600 68620288 15184 33554432000 4194304 10173063 140734274958128 140734274951384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 16753 15184 733 1460 0 15284 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67012
[startup+6.30032 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 15834
/proc/meminfo: memFree=28698676/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=109320 CPUtime=6.29 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 26752 0 0 0 594 35 0 0 20 0 1 0 268609600 111943680 25673 33554432000 4194304 10173063 140734274958128 140734274952168 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 27330 25673 786 1460 0 25861 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109320
[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 15834
/proc/meminfo: memFree=28659500/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=12.69 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28852 0 0 0 1212 57 0 0 20 0 1 0 268609600 120078336 27748 33554432000 4194304 10173063 140734274958128 140734274951768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 27748 810 1460 0 27847 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117264
[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 15834
/proc/meminfo: memFree=28659880/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=25.48 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28867 0 0 0 2487 61 0 0 20 0 1 0 268609600 120078336 27763 33554432000 4194304 10173063 140734274958128 140734274951768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 27763 814 1460 0 27847 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 117264
[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 15834
/proc/meminfo: memFree=28659408/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=51.07 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28884 0 0 0 5039 68 0 0 20 0 1 0 268609600 120078336 27902 33554432000 4194304 10173063 140734274958128 140734274951672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 27902 814 1460 0 27847 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 117264
[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 15835
/proc/meminfo: memFree=28656936/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=102.27 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28884 0 0 0 10146 81 0 0 20 0 1 0 268609600 120078336 28521 33554432000 4194304 10173063 140734274958128 140734274951672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28521 814 1460 0 27847 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 117264
[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 15835
/proc/meminfo: memFree=28657804/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=162.26 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28896 0 0 0 16127 99 0 0 20 0 1 0 268609600 120078336 28533 33554432000 4194304 10173063 140734274958128 140734274951384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28533 818 1460 0 27847 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 117264
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15835
/proc/meminfo: memFree=28655944/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=222.24 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28896 0 0 0 22106 118 0 0 20 0 1 0 268609600 120078336 28533 33554432000 4194304 10173063 140734274958128 140734274951432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28533 818 1460 0 27847 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 117264
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15835
/proc/meminfo: memFree=28658236/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=282.24 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28896 0 0 0 28086 138 0 0 20 0 1 0 268609600 120078336 28533 33554432000 4194304 10173063 140734274958128 140734274951384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28533 818 1460 0 27847 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 117264
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15835
/proc/meminfo: memFree=28658112/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=342.23 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28896 0 0 0 34065 158 0 0 20 0 1 0 268609600 120078336 28533 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28533 818 1460 0 27847 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 117264
[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 15839
/proc/meminfo: memFree=28655372/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=402.21 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28896 0 0 0 40047 174 0 0 20 0 1 0 268609600 120078336 28533 33554432000 4194304 10173063 140734274958128 140734274951960 8054499 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28533 818 1460 0 27847 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 117264
[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 15839
/proc/meminfo: memFree=28654264/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=462.21 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28896 0 0 0 46026 195 0 0 20 0 1 0 268609600 120078336 28533 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28533 818 1460 0 27847 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 117264
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15839
/proc/meminfo: memFree=28658292/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=522.2 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28896 0 0 0 52003 217 0 0 20 0 1 0 268609600 120078336 28533 33554432000 4194304 10173063 140734274958128 140734274951432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28533 818 1460 0 27847 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 117264
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15839
/proc/meminfo: memFree=28658292/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=582.19 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28896 0 0 0 57980 239 0 0 20 0 1 0 268609600 120078336 28533 33554432000 4194304 10173063 140734274958128 140734274951672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28533 818 1460 0 27847 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 117264
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28652452/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1122.11 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28897 0 0 0 111764 447 0 0 20 0 1 0 268609600 120078336 28534 33554432000 4194304 10173063 140734274958128 140734274951384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28534 818 1460 0 27847 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 117264
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15845
/proc/meminfo: memFree=28646004/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1182.1 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28897 0 0 0 117739 471 0 0 20 0 1 0 268609600 120078336 28534 33554432000 4194304 10173063 140734274958128 140734274951576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28534 818 1460 0 27847 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 117264
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15845
/proc/meminfo: memFree=28648852/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1242.09 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28897 0 0 0 123720 489 0 0 20 0 1 0 268609600 120078336 28534 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28534 818 1460 0 27847 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 117264
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15846
/proc/meminfo: memFree=28649844/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1302.09 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 129702 507 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274950648 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 117264
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15884
/proc/meminfo: memFree=28674204/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1362.08 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 135678 530 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 117264
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15884
/proc/meminfo: memFree=28670724/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1422.07 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 141658 549 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 117264
[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 15884
/proc/meminfo: memFree=28670716/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1482.05 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 147641 564 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 117264
[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 15884
/proc/meminfo: memFree=28670652/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1542.04 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 153624 580 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 117264
[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 15887
/proc/meminfo: memFree=28670652/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1602.03 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 159609 594 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 117264
[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 15911
/proc/meminfo: memFree=28671388/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1662.02 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 165591 611 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 117264
[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 15911
/proc/meminfo: memFree=28671396/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1722.01 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 171576 625 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 117264
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15911
/proc/meminfo: memFree=28671272/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1782.01 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 177559 642 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 117264
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15911
/proc/meminfo: memFree=28671396/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1785.21 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 177878 643 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 117264
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15911
/proc/meminfo: memFree=28671520/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1791.62 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 178517 645 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 117264
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15911
/proc/meminfo: memFree=28671520/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1794.81 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 178835 646 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951384 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 117264
[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15911
/proc/meminfo: memFree=28671520/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1795.6 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 178914 646 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 117264
[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15911
/proc/meminfo: memFree=28671520/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1796.41 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 178994 647 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 117264
[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15911
/proc/meminfo: memFree=28671520/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1796.61 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 179014 647 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 117264
[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15911
/proc/meminfo: memFree=28671520/32873852 swapFree=6848/6848
[pid=15833] ppid=15831 vsize=117264 CPUtime=1796.71 cores=1,3,5,7
/proc/15833/stat : 15833 (scip-2.1.1.4fix) R 15831 15833 14609 0 -1 4202496 28898 0 0 0 179024 647 0 0 20 0 1 0 268609600 120078336 28535 33554432000 4194304 10173063 140734274958128 140734274951672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15833/statm: 29316 28535 818 1460 0 27847 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 117264
Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.78
CPU user time (s): 1790.3
CPU system time (s): 6.47602
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 117264
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.3
system time used= 6.47602
maximum resident set size= 114152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28903
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= 15
involuntary context switches= 1850
runsolver used 2.5986 second user time and 7.2119 second system time
The end