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-3690405-1338016937.opb>
0.29/0.34 c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
0.29/0.34 c problem read in 0.34
0.29/0.34 c No objective function, only one solution is needed.
0.29/0.34 c presolving settings loaded
0.69/0.79 c presolving:
1.69/1.72 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 113164 upgd conss, 0 impls, 550 clqs
2.09/2.15 c presolving (2 rounds):
2.09/2.15 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.09/2.15 c 0 implications, 550 cliques
2.09/2.15 c presolved problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
2.09/2.15 c 550 constraints of type <setppc>
2.09/2.15 c 112614 constraints of type <logicor>
2.09/2.15 c transformed objective value is always integral (scale: 1)
2.09/2.15 c Presolving Time: 1.71
2.09/2.15 c - non default parameters ----------------------------------------------------------------------
2.09/2.15 c # SCIP version 2.1.1.4
2.09/2.15 c
2.09/2.15 c # maximal time in seconds to run
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.09/2.15 c limits/time = 1797
2.09/2.15 c
2.09/2.15 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.09/2.15 c limits/memory = 13950
2.09/2.15 c
2.09/2.15 c # solving stops, if the given number of solutions were found (-1: no limit)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: -1]
2.09/2.15 c limits/solutions = 1
2.09/2.15 c
2.09/2.15 c # maximal number of separation rounds per node (-1: unlimited)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 5]
2.09/2.15 c separating/maxrounds = 1
2.09/2.15 c
2.09/2.15 c # maximal number of separation rounds in the root node (-1: unlimited)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: -1]
2.09/2.15 c separating/maxroundsroot = 5
2.09/2.15 c
2.09/2.15 c # default clock type (1: CPU user seconds, 2: wall clock time)
2.09/2.15 c # [type: int, range: [1,2], default: 1]
2.09/2.15 c timing/clocktype = 2
2.09/2.15 c
2.09/2.15 c # belongs reading time to solving time?
2.09/2.15 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.09/2.15 c timing/reading = TRUE
2.09/2.15 c
2.09/2.15 c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.09/2.15 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.09/2.15 c constraints/knapsack/disaggregation = FALSE
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 10]
2.09/2.15 c heuristics/coefdiving/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to node LP iterations
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.09/2.15 c heuristics/coefdiving/maxlpiterquot = 0.075
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/coefdiving/maxlpiterofs = 1500
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 30]
2.09/2.15 c heuristics/crossover/freq = -1
2.09/2.15 c
2.09/2.15 c # number of nodes added to the contingent of the total nodes
2.09/2.15 c # [type: longint, range: [0,9223372036854775807], default: 500]
2.09/2.15 c heuristics/crossover/nodesofs = 750
2.09/2.15 c
2.09/2.15 c # number of nodes without incumbent change that heuristic should wait
2.09/2.15 c # [type: longint, range: [0,9223372036854775807], default: 200]
2.09/2.15 c heuristics/crossover/nwaitingnodes = 100
2.09/2.15 c
2.09/2.15 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.09/2.15 c # [type: real, range: [0,1], default: 0.1]
2.09/2.15 c heuristics/crossover/nodesquot = 0.15
2.09/2.15 c
2.09/2.15 c # minimum percentage of integer variables that have to be fixed
2.09/2.15 c # [type: real, range: [0,1], default: 0.666]
2.09/2.15 c heuristics/crossover/minfixingrate = 0.5
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 20]
2.09/2.15 c heuristics/feaspump/freq = -1
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/feaspump/maxlpiterofs = 2000
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 10]
2.09/2.15 c heuristics/fracdiving/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to node LP iterations
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.09/2.15 c heuristics/fracdiving/maxlpiterquot = 0.075
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/fracdiving/maxlpiterofs = 1500
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 10]
2.09/2.15 c heuristics/guideddiving/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to node LP iterations
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.09/2.15 c heuristics/guideddiving/maxlpiterquot = 0.075
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/guideddiving/maxlpiterofs = 1500
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to node LP iterations
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.09/2.15 c heuristics/intdiving/maxlpiterquot = 0.075
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 10]
2.09/2.15 c heuristics/intshifting/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 10]
2.09/2.15 c heuristics/linesearchdiving/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to node LP iterations
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.09/2.15 c heuristics/linesearchdiving/maxlpiterquot = 0.075
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/linesearchdiving/maxlpiterofs = 1500
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 20]
2.09/2.15 c heuristics/objpscostdiving/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to total iteration number
2.09/2.15 c # [type: real, range: [0,1], default: 0.01]
2.09/2.15 c heuristics/objpscostdiving/maxlpiterquot = 0.015
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/objpscostdiving/maxlpiterofs = 1500
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 1]
2.09/2.15 c heuristics/oneopt/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 10]
2.09/2.15 c heuristics/pscostdiving/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to node LP iterations
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.09/2.15 c heuristics/pscostdiving/maxlpiterquot = 0.075
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/pscostdiving/maxlpiterofs = 1500
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 0]
2.09/2.15 c heuristics/rens/freq = -1
2.09/2.15 c
2.09/2.15 c # minimum percentage of integer variables that have to be fixable
2.09/2.15 c # [type: real, range: [0,1], default: 0.5]
2.09/2.15 c heuristics/rens/minfixingrate = 0.3
2.09/2.15 c
2.09/2.15 c # number of nodes added to the contingent of the total nodes
2.09/2.15 c # [type: longint, range: [0,9223372036854775807], default: 500]
2.09/2.15 c heuristics/rens/nodesofs = 2000
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 20]
2.09/2.15 c heuristics/rootsoldiving/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to node LP iterations
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.09/2.15 c heuristics/rootsoldiving/maxlpiterquot = 0.015
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/rootsoldiving/maxlpiterofs = 1500
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 1]
2.09/2.15 c heuristics/rounding/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 0]
2.09/2.15 c heuristics/shiftandpropagate/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 10]
2.09/2.15 c heuristics/shifting/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 1]
2.09/2.15 c heuristics/simplerounding/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 1]
2.09/2.15 c heuristics/subnlp/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 0]
2.09/2.15 c heuristics/trivial/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 1]
2.09/2.15 c heuristics/trysol/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 0]
2.09/2.15 c heuristics/undercover/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 10]
2.09/2.15 c heuristics/veclendiving/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal fraction of diving LP iterations compared to node LP iterations
2.09/2.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.09/2.15 c heuristics/veclendiving/maxlpiterquot = 0.075
2.09/2.15 c
2.09/2.15 c # additional number of allowed LP iterations
2.09/2.15 c # [type: int, range: [0,2147483647], default: 1000]
2.09/2.15 c heuristics/veclendiving/maxlpiterofs = 1500
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 1]
2.09/2.15 c heuristics/zirounding/freq = -1
2.09/2.15 c
2.09/2.15 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: -1]
2.09/2.15 c propagating/probing/maxprerounds = 0
2.09/2.15 c
2.09/2.15 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 0]
2.09/2.15 c separating/cmir/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 0]
2.09/2.15 c separating/flowcover/freq = -1
2.09/2.15 c
2.09/2.15 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: -1]
2.09/2.15 c separating/rapidlearning/freq = 0
2.09/2.15 c
2.09/2.15 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
2.09/2.15 c # [type: int, range: [-1,2147483647], default: 1]
2.09/2.15 c heuristics/indoneopt/freq = -1
2.09/2.15 c
2.09/2.15 c -----------------------------------------------------------------------------------------------
2.09/2.15 c start solving
2.09/2.16 c
35.09/35.13 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
35.09/35.13 c 35.1s| 1 | 0 | 6690 | - | 172M| 0 |1032 |1650 | 113k|1650 | 113k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
356.51/356.65 c 357s| 1 | 0 | 33272 | - | 177M| 0 |1032 |1650 | 113k|1650 | 113k| 1 | 0 | 0 | 0.000000e+00 | -- | Inf
474.30/474.42 c 474s| 1 | 0 | 41925 | - | 182M| 0 |1032 |1650 | 113k|1650 | 113k| 2 | 0 | 0 | 0.000000e+00 | -- | Inf
608.48/608.69 c 609s| 1 | 0 | 52344 | - | 189M| 0 |1032 |1650 | 113k|1650 | 113k| 3 | 0 | 0 | 0.000000e+00 | -- | Inf
938.73/938.99 c 939s| 1 | 0 | 73851 | - | 189M| 0 |1032 |1650 | 113k|1650 | 113k| 4 | 0 | 0 | 0.000000e+00 | -- | Inf
1120.90/1121.19 c 1121s| 1 | 0 | 88402 | - | 196M| 0 |1034 |1650 | 113k|1650 | 113k| 5 | 0 | 0 | 0.000000e+00 | -- | Inf
1330.07/1330.30 c 1330s| 1 | 2 | 88402 | - | 196M| 0 |1034 |1650 | 113k|1650 | 113k| 5 | 0 | 33 | 0.000000e+00 | -- | Inf
1796.79/1797.14 c
1796.79/1797.14 c SCIP Status : solving was interrupted [time limit reached]
1796.79/1797.14 c Solving Time (sec) : 1797.14
1796.79/1797.14 c Solving Nodes : 3
1796.79/1797.14 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.79/1797.14 c Dual Bound : +0.00000000000000e+00
1796.79/1797.14 c Gap : infinite
1796.79/1797.14 s UNKNOWN
1796.79/1797.14 c SCIP Status : solving was interrupted [time limit reached]
1796.79/1797.14 c Total Time : 1797.14
1796.79/1797.14 c solving : 1797.14
1796.79/1797.14 c presolving : 1.71 (included in solving)
1796.79/1797.14 c reading : 0.34 (included in solving)
1796.79/1797.14 c copying : 0.00 (0 times copied the problem)
1796.79/1797.14 c Original Problem :
1796.79/1797.14 c Problem name : HOME/instance-3690405-1338016937.opb
1796.79/1797.14 c Variables : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.79/1797.14 c Constraints : 113164 initial, 113164 maximal
1796.79/1797.14 c Objective sense : minimize
1796.79/1797.14 c Presolved Problem :
1796.79/1797.14 c Problem name : t_HOME/instance-3690405-1338016937.opb
1796.79/1797.14 c Variables : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.79/1797.14 c Constraints : 113164 initial, 113164 maximal
1796.79/1797.14 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.79/1797.14 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c components : 0.06 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c linear : 0.62 0.00 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c logicor : 0.39 0.18 0 0 0 0 0 0 0 0 0
1796.79/1797.14 c root node : - - 0 - - 0 - - - - -
1796.79/1797.14 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.79/1797.14 c integral : 0 0 0 0 2 0 1 0 0 0 0 0 4
1796.79/1797.14 c setppc : 550 550 5 3 0 1 0 0 0 0 0 0 0
1796.79/1797.14 c logicor : 112614 112614 5 1 0 1 0 0 0 0 0 0 0
1796.79/1797.14 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.79/1797.14 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.79/1797.14 c integral : 422.16 0.00 0.00 0.00 422.16 0.00 0.00 0.00
1796.79/1797.14 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.79/1797.14 c logicor : 0.25 0.18 0.02 0.04 0.00 0.01 0.00 0.00
1796.79/1797.14 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.79/1797.14 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.79/1797.14 c rootredcost : 0 0 0 0
1796.79/1797.14 c pseudoobj : 0 0 0 0
1796.79/1797.14 c vbounds : 0 0 0 0
1796.79/1797.14 c redcost : 7 0 0 0
1796.79/1797.14 c probing : 0 0 0 0
1796.79/1797.14 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.79/1797.14 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.79/1797.14 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.79/1797.14 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.79/1797.14 c redcost : 0.00 0.00 0.00 0.00 0.00
1796.79/1797.14 c probing : 0.00 0.00 0.00 0.00 0.00
1796.79/1797.14 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.79/1797.14 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1796.79/1797.14 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.79/1797.14 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.79/1797.14 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.79/1797.14 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.79/1797.14 c applied globally : - - - 0 0.0 - - -
1796.79/1797.14 c applied locally : - - - 0 0.0 - - -
1796.79/1797.14 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.79/1797.14 c cut pool : 0.01 4 - - 0 - (maximal pool size: 1764)
1796.79/1797.14 c closecuts : 0.00 0.00 0 0 0 0 0
1796.79/1797.14 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.79/1797.14 c intobj : 0.00 0.00 0 0 0 0 0
1796.79/1797.14 c gomory : 319.02 0.00 5 0 0 0 0
1796.79/1797.14 c cgmip : 0.00 0.00 0 0 0 0 0
1796.79/1797.14 c strongcg : 72.00 0.00 5 0 0 2020 0
1796.79/1797.14 c cmir : 0.00 0.00 0 0 0 0 0
1796.79/1797.14 c flowcover : 0.00 0.00 0 0 0 0 0
1796.79/1797.14 c clique : 0.07 0.00 5 0 0 0 0
1796.79/1797.14 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.79/1797.14 c mcf : 0.13 0.00 1 0 0 0 0
1796.79/1797.14 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.79/1797.14 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.79/1797.14 c Pricers : ExecTime SetupTime Calls Vars
1796.79/1797.14 c problem variables: 0.00 - 0 0
1796.79/1797.14 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.79/1797.14 c relpscost : 422.16 0.00 2 0 0 0 0 4
1796.79/1797.14 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.79/1797.14 c inference : 0.00 0.00 1 0 0 0 0 2
1796.79/1797.14 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.79/1797.14 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.79/1797.14 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.79/1797.14 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.79/1797.14 c random : 0.00 0.00 0 0 0 0 0 0
1796.79/1797.14 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.79/1797.14 c LP solutions : 0.00 - - 0
1796.79/1797.14 c pseudo solutions : 0.00 - - 0
1796.79/1797.14 c smallcard : 0.00 0.00 0 0
1796.79/1797.14 c trivial : 0.00 0.00 1 0
1796.79/1797.14 c shiftandpropagate: 0.00 0.00 0 0
1796.79/1797.14 c simplerounding : 0.00 0.00 0 0
1796.79/1797.14 c zirounding : 0.00 0.00 0 0
1796.79/1797.14 c rounding : 0.00 0.00 0 0
1796.79/1797.14 c shifting : 0.00 0.00 0 0
1796.79/1797.14 c intshifting : 0.00 0.00 0 0
1796.79/1797.14 c oneopt : 0.00 0.00 0 0
1796.79/1797.14 c twoopt : 0.00 0.00 0 0
1796.79/1797.14 c indtwoopt : 0.00 0.00 0 0
1796.79/1797.14 c indoneopt : 0.00 0.00 0 0
1796.79/1797.14 c fixandinfer : 0.00 0.00 0 0
1796.79/1797.14 c feaspump : 0.00 0.00 0 0
1796.79/1797.14 c clique : 0.00 0.00 0 0
1796.79/1797.14 c indrounding : 0.00 0.00 0 0
1796.79/1797.14 c indcoefdiving : 0.00 0.00 0 0
1796.79/1797.14 c coefdiving : 0.00 0.00 0 0
1796.79/1797.14 c pscostdiving : 0.00 0.00 0 0
1796.79/1797.14 c nlpdiving : 0.00 0.00 0 0
1796.79/1797.14 c fracdiving : 0.00 0.00 0 0
1796.79/1797.14 c veclendiving : 0.00 0.00 0 0
1796.79/1797.14 c intdiving : 0.00 0.00 0 0
1796.79/1797.14 c actconsdiving : 0.00 0.00 0 0
1796.79/1797.14 c objpscostdiving : 0.00 0.00 0 0
1796.79/1797.14 c rootsoldiving : 0.00 0.00 0 0
1796.79/1797.14 c linesearchdiving : 0.00 0.00 0 0
1796.79/1797.14 c guideddiving : 0.00 0.00 0 0
1796.79/1797.14 c octane : 0.00 0.00 0 0
1796.79/1797.14 c rens : 0.00 0.00 0 0
1796.79/1797.14 c rins : 0.00 0.00 0 0
1796.79/1797.14 c localbranching : 0.00 0.00 0 0
1796.79/1797.14 c mutation : 0.00 0.00 0 0
1796.79/1797.14 c crossover : 0.00 0.00 0 0
1796.79/1797.14 c dins : 0.00 0.00 0 0
1796.79/1797.14 c vbounds : 0.00 0.00 0 0
1796.79/1797.14 c undercover : 0.00 0.00 0 0
1796.79/1797.14 c subnlp : 0.00 0.00 0 0
1796.79/1797.14 c trysol : 0.00 0.00 0 0
1796.79/1797.14 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.79/1797.14 c primal LP : 0.00 0 0 0.00 - 0.00 0
1796.79/1797.14 c dual LP : 981.04 8 119312 14914.00 121.62 0.00 0
1796.79/1797.14 c lex dual LP : 0.00 0 0 0.00 -
1796.79/1797.14 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.79/1797.14 c diving/probing LP: 0.00 0 0 0.00 -
1796.79/1797.14 c strong branching : 422.15 66 62514 947.18 148.08
1796.79/1797.14 c (at root node) : - 33 31008 939.64 -
1796.79/1797.14 c conflict analysis: 0.00 0 0 0.00 -
1796.79/1797.14 c B&B Tree :
1796.79/1797.14 c number of runs : 1
1796.79/1797.14 c nodes : 3
1796.79/1797.14 c nodes (total) : 3
1796.79/1797.14 c nodes left : 4
1796.79/1797.14 c max depth : 2
1796.79/1797.14 c max depth (total): 2
1796.79/1797.14 c backtracks : 0 (0.0%)
1796.79/1797.14 c delayed cutoffs : 0
1796.79/1797.14 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1796.79/1797.14 c avg switch length: 1.00
1796.79/1797.14 c switching time : 0.01
1796.79/1797.14 c Solution :
1796.79/1797.14 c Solutions found : 0 (0 improvements)
1796.79/1797.14 c Primal Bound : -
1796.79/1797.14 c Dual Bound : +0.00000000000000e+00
1796.79/1797.14 c Gap : infinite
1796.79/1797.14 c Root Dual Bound : +0.00000000000000e+00
1796.79/1797.14 c Root Iterations : 88402
1797.11/1797.42 c Time complete: 1797.12.
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-3690405-1338016937/watcher-3690405-1338016937 -o /tmp/evaluation-result-3690405-1338016937/solver-3690405-1338016937 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690405-1338016937.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: 0.03 0.51 1.70 3/176 8698
/proc/meminfo: memFree=28685244/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=10920 CPUtime=0 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 1466 0 0 0 0 0 0 0 20 0 1 0 267818373 11182080 1421 33554432000 4194304 10173063 140736553958960 140737348338200 8886411 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 2730 1421 413 1460 0 1261 0
[startup+0.022415 s]
/proc/loadavg: 0.03 0.51 1.70 3/176 8698
/proc/meminfo: memFree=28685244/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=14048 CPUtime=0.01 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 2255 0 0 0 1 0 0 0 20 0 1 0 267818373 14385152 2210 33554432000 4194304 10173063 140736553958960 140737348338200 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 3512 2210 413 1460 0 2043 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14048
[startup+0.100272 s]
/proc/loadavg: 0.03 0.51 1.70 3/176 8698
/proc/meminfo: memFree=28685244/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=22420 CPUtime=0.09 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 4357 0 0 0 9 0 0 0 20 0 1 0 267818373 22958080 4312 33554432000 4194304 10173063 140736553958960 140737348338200 4636287 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 5605 4312 413 1460 0 4136 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22420
[startup+0.300261 s]
/proc/loadavg: 0.03 0.51 1.70 3/176 8698
/proc/meminfo: memFree=28685244/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=43676 CPUtime=0.29 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 9656 0 0 0 28 1 0 0 20 0 1 0 267818373 44724224 9611 33554432000 4194304 10173063 140736553958960 140737348338200 5987911 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 10919 9611 413 1460 0 9450 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43676
[startup+0.700271 s]
/proc/loadavg: 0.03 0.51 1.70 3/176 8698
/proc/meminfo: memFree=28685244/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=209876 CPUtime=0.69 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 51842 0 0 0 62 7 0 0 20 0 1 0 267818373 214913024 50567 33554432000 4194304 10173063 140736553958960 140737348338200 5867834 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 52469 50567 509 1460 0 51000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 209876
[startup+1.50027 s]
/proc/loadavg: 0.03 0.51 1.70 3/177 8699
/proc/meminfo: memFree=28482388/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=245748 CPUtime=1.49 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 72525 0 0 0 133 16 0 0 20 0 1 0 267818373 251645952 59294 33554432000 4194304 10173063 140736553958960 140736553955960 8831541 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 61437 59294 553 1460 0 59968 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 245748
[startup+3.10035 s]
/proc/loadavg: 0.18 0.54 1.70 3/177 8699
/proc/meminfo: memFree=28434628/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=445200 CPUtime=3.09 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 99298 0 0 0 282 27 0 0 20 0 1 0 267818373 455884800 104229 33554432000 4194304 10173063 140736553958960 140736553952216 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 111300 104229 720 1460 0 109831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 445200
[startup+6.30034 s]
/proc/loadavg: 0.18 0.54 1.70 3/177 8699
/proc/meminfo: memFree=28217828/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=491476 CPUtime=6.29 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 104127 0 0 0 600 29 0 0 20 0 1 0 267818373 503271424 117402 33554432000 4194304 10173063 140736553958960 140736553952216 8012272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 122869 117402 721 1460 0 121400 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 491476
[startup+12.7004 s]
/proc/loadavg: 0.38 0.57 1.70 2/172 8723
/proc/meminfo: memFree=28269920/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=505312 CPUtime=12.68 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 104268 0 0 0 1239 29 0 0 20 0 1 0 267818373 517439488 117543 33554432000 4194304 10173063 140736553958960 140736553952216 7985041 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 126328 117543 721 1460 0 124859 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 505312
[startup+25.5003 s]
/proc/loadavg: 0.63 0.61 1.70 3/177 8737
/proc/meminfo: memFree=27520996/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=505312 CPUtime=25.48 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 104295 0 0 0 2518 30 0 0 20 0 1 0 267818373 517439488 117649 33554432000 4194304 10173063 140736553958960 140736553952216 8012216 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 126328 117649 721 1460 0 124859 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 505312
[startup+51.1003 s]
/proc/loadavg: 1.10 0.72 1.71 3/177 8737
/proc/meminfo: memFree=27156120/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=51.08 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 104620 0 0 0 5075 33 0 0 20 0 1 0 267818373 506839040 116772 33554432000 4194304 10173063 140736553958960 140736553953880 7657647 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 116772 741 1460 0 122271 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 494960
[startup+102.307 s]
/proc/loadavg: 1.64 0.94 1.72 3/177 8738
/proc/meminfo: memFree=27151824/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=102.26 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 105399 0 0 0 10187 39 0 0 20 0 1 0 267818373 506839040 117585 33554432000 4194304 10173063 140736553958960 140736553952216 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 117585 756 1460 0 122271 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 494960
[startup+162.3 s]
/proc/loadavg: 1.85 1.11 1.74 3/177 8738
/proc/meminfo: memFree=27132712/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=162.25 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 105440 0 0 0 16181 44 0 0 20 0 1 0 267818373 506839040 118520 33554432000 4194304 10173063 140736553958960 140736553952136 8013178 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 118520 759 1460 0 122271 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 494960
[startup+222.3 s]
/proc/loadavg: 1.95 1.28 1.75 3/177 8738
/proc/meminfo: memFree=27126724/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=222.23 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 105453 0 0 0 22177 46 0 0 20 0 1 0 267818373 506839040 118612 33554432000 4194304 10173063 140736553958960 140736553952136 8063840 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 118612 759 1460 0 122271 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 494960
[startup+282.3 s]
/proc/loadavg: 1.98 1.40 1.76 3/177 8738
/proc/meminfo: memFree=27114284/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=282.23 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 105453 0 0 0 28173 50 0 0 20 0 1 0 267818373 506839040 119191 33554432000 4194304 10173063 140736553958960 140736553952136 8846793 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 119191 759 1460 0 122271 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 494960
[startup+342.3 s]
/proc/loadavg: 2.07 1.53 1.78 3/177 8738
/proc/meminfo: memFree=27109112/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=342.21 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 105453 0 0 0 34168 53 0 0 20 0 1 0 267818373 506839040 119191 33554432000 4194304 10173063 140736553958960 140736553952136 8012677 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 119191 759 1460 0 122271 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 494960
[startup+402.3 s]
/proc/loadavg: 2.03 1.61 1.79 3/177 8739
/proc/meminfo: memFree=27108832/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=402.21 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 105453 0 0 0 40161 60 0 0 20 0 1 0 267818373 506839040 119191 33554432000 4194304 10173063 140736553958960 140736553953880 7657647 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 119191 759 1460 0 122271 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 494960
[startup+462.3 s]
/proc/loadavg: 2.01 1.68 1.80 3/177 8739
/proc/meminfo: memFree=27102796/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=462.2 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 105454 0 0 0 46153 67 0 0 20 0 1 0 267818373 506839040 119703 33554432000 4194304 10173063 140736553958960 140736553952216 7594611 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 119703 759 1460 0 122271 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 494960
[startup+522.3 s]
/proc/loadavg: 2.08 1.75 1.82 3/178 8742
/proc/meminfo: memFree=27102444/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=494960 CPUtime=522.19 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 105543 0 0 0 52143 76 0 0 20 0 1 0 267818373 506839040 119792 33554432000 4194304 10173063 140736553958960 140736553953880 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 123740 119792 759 1460 0 122271 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 494960
[startup+582.3 s]
/proc/loadavg: 2.03 1.79 1.82 3/177 8742
/proc/meminfo: memFree=27084972/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=502972 CPUtime=582.18 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106290 0 0 0 58135 83 0 0 20 0 1 0 267818373 515043328 124116 33554432000 4194304 10173063 140736553958960 140736553952216 8012584 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 125743 124116 761 1460 0 124274 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 502972
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=27058708/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1122.09 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106937 0 0 0 112075 134 0 0 20 0 1 0 267818373 537944064 129382 33554432000 4194304 10173063 140736553958960 140736553952408 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129382 765 1460 0 129865 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 525336
[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 8748
/proc/meminfo: memFree=27058840/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1182.09 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106937 0 0 0 118068 141 0 0 20 0 1 0 267818373 537944064 129382 33554432000 4194304 10173063 140736553958960 140736553952408 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129382 765 1460 0 129865 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 525336
[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 8748
/proc/meminfo: memFree=27058652/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1242.08 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106937 0 0 0 124061 147 0 0 20 0 1 0 267818373 537944064 129382 33554432000 4194304 10173063 140736553958960 140736553952408 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129382 765 1460 0 129865 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 525336
[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/177 8749
/proc/meminfo: memFree=27058652/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1302.08 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106937 0 0 0 130055 153 0 0 20 0 1 0 267818373 537944064 129382 33554432000 4194304 10173063 140736553958960 140736553952408 8012673 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129382 765 1460 0 129865 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 525336
[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8749
/proc/meminfo: memFree=27058652/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1362.06 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 136048 158 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952216 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 525336
[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8749
/proc/meminfo: memFree=27047236/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1422.06 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 142044 162 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952136 8013292 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 525336
[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8749
/proc/meminfo: memFree=27046740/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1482.04 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 148037 167 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952408 8012272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 525336
[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8749
/proc/meminfo: memFree=27046676/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1542.03 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 154031 172 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553951672 8024165 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 525336
[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/176 8749
/proc/meminfo: memFree=27035072/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1602.02 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 160024 178 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952408 7594544 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 525336
[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8750
/proc/meminfo: memFree=27023220/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1662.02 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 166018 184 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952216 8012644 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 525336
[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 8753
/proc/meminfo: memFree=27023212/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1722.01 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 172012 189 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952136 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 525336
[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8753
/proc/meminfo: memFree=27022972/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1782 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 178007 193 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952136 7955700 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 525336
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8753
/proc/meminfo: memFree=27022848/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1785.2 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 178327 193 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553951480 8012562 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 525336
[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8753
/proc/meminfo: memFree=27023220/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1791.6 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 178967 193 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952136 7595756 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 525336
[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8753
/proc/meminfo: memFree=27023220/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1794.8 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 179287 193 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952136 8012607 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 525336
[startup+1796.7 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8753
/proc/meminfo: memFree=27023220/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1796.39 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 179446 193 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952584 8013284 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 525336
[startup+1797.1 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8753
/proc/meminfo: memFree=27023220/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=525336 CPUtime=1796.79 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106948 0 0 0 179486 193 0 0 20 0 1 0 267818373 537944064 129393 33554432000 4194304 10173063 140736553958960 140736553952136 7595768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 131334 129393 772 1460 0 129865 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 525336
[startup+1797.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8753
/proc/meminfo: memFree=27025080/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=522656 CPUtime=1797 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106962 0 0 0 179507 193 0 0 20 0 1 0 267818373 535199744 128737 33554432000 4194304 10173063 140736553958960 140736553952136 5284596 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 130664 128737 786 1460 0 129195 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (KiB) 522656
[startup+1797.41 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 8753
/proc/meminfo: memFree=27025080/32873844 swapFree=6080/6080
[pid=8698] ppid=8696 vsize=396196 CPUtime=1797.11 cores=1,3,5,7
/proc/8698/stat : 8698 (scip-2.1.1.4fix) R 8696 8698 8502 0 -1 4202496 106966 0 0 0 179517 194 0 0 20 0 1 0 267818373 405704704 97967 33554432000 4194304 10173063 140736553958960 140736553952136 7550105 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8698/statm: 99049 97967 790 1460 0 97580 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 396196
Child status: 0
Real time (s): 1797.42
CPU time (s): 1797.13
CPU user time (s): 1795.18
CPU system time (s): 1.9477
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 525336
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.18
system time used= 1.9477
maximum resident set size= 517620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106978
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= 33
involuntary context switches= 1846
runsolver used 9.05362 second user time and 15.0627 second system time
The end