0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00 c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-3691574-1338024285.opb>
1.29/1.38 c original problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
1.29/1.38 c problem read in 1.38
1.29/1.39 c No objective function, only one solution is needed.
1.29/1.39 c presolving settings loaded
2.49/2.50 c presolving:
6.09/6.13 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 467625 upgd conss, 0 impls, 750 clqs
8.39/8.43 c presolving (2 rounds):
8.39/8.43 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.39/8.43 c 0 implications, 750 cliques
8.39/8.43 c presolved problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
8.39/8.43 c 750 constraints of type <setppc>
8.39/8.43 c 466875 constraints of type <logicor>
8.39/8.43 c transformed objective value is always integral (scale: 1)
8.39/8.43 c Presolving Time: 6.07
8.39/8.43 c - non default parameters ----------------------------------------------------------------------
8.39/8.43 c # SCIP version 2.1.1.4
8.39/8.43 c
8.39/8.43 c # maximal time in seconds to run
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.39/8.43 c limits/time = 1797
8.39/8.43 c
8.39/8.43 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.39/8.43 c limits/memory = 13950
8.39/8.43 c
8.39/8.43 c # solving stops, if the given number of solutions were found (-1: no limit)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: -1]
8.39/8.43 c limits/solutions = 1
8.39/8.43 c
8.39/8.43 c # maximal number of separation rounds per node (-1: unlimited)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 5]
8.39/8.43 c separating/maxrounds = 1
8.39/8.43 c
8.39/8.43 c # maximal number of separation rounds in the root node (-1: unlimited)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: -1]
8.39/8.43 c separating/maxroundsroot = 5
8.39/8.43 c
8.39/8.43 c # default clock type (1: CPU user seconds, 2: wall clock time)
8.39/8.43 c # [type: int, range: [1,2], default: 1]
8.39/8.43 c timing/clocktype = 2
8.39/8.43 c
8.39/8.43 c # belongs reading time to solving time?
8.39/8.43 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.39/8.43 c timing/reading = TRUE
8.39/8.43 c
8.39/8.43 c # should disaggregation of knapsack constraints be allowed in preprocessing?
8.39/8.43 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
8.39/8.43 c constraints/knapsack/disaggregation = FALSE
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.43 c heuristics/coefdiving/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.43 c heuristics/coefdiving/maxlpiterquot = 0.075
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/coefdiving/maxlpiterofs = 1500
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 30]
8.39/8.43 c heuristics/crossover/freq = -1
8.39/8.43 c
8.39/8.43 c # number of nodes added to the contingent of the total nodes
8.39/8.43 c # [type: longint, range: [0,9223372036854775807], default: 500]
8.39/8.43 c heuristics/crossover/nodesofs = 750
8.39/8.43 c
8.39/8.43 c # number of nodes without incumbent change that heuristic should wait
8.39/8.43 c # [type: longint, range: [0,9223372036854775807], default: 200]
8.39/8.43 c heuristics/crossover/nwaitingnodes = 100
8.39/8.43 c
8.39/8.43 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
8.39/8.43 c # [type: real, range: [0,1], default: 0.1]
8.39/8.43 c heuristics/crossover/nodesquot = 0.15
8.39/8.43 c
8.39/8.43 c # minimum percentage of integer variables that have to be fixed
8.39/8.43 c # [type: real, range: [0,1], default: 0.666]
8.39/8.43 c heuristics/crossover/minfixingrate = 0.5
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 20]
8.39/8.43 c heuristics/feaspump/freq = -1
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/feaspump/maxlpiterofs = 2000
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.43 c heuristics/fracdiving/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.43 c heuristics/fracdiving/maxlpiterquot = 0.075
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/fracdiving/maxlpiterofs = 1500
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.43 c heuristics/guideddiving/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.43 c heuristics/guideddiving/maxlpiterquot = 0.075
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/guideddiving/maxlpiterofs = 1500
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.43 c heuristics/intdiving/maxlpiterquot = 0.075
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.43 c heuristics/intshifting/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.43 c heuristics/linesearchdiving/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.43 c heuristics/linesearchdiving/maxlpiterquot = 0.075
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/linesearchdiving/maxlpiterofs = 1500
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 20]
8.39/8.43 c heuristics/objpscostdiving/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to total iteration number
8.39/8.43 c # [type: real, range: [0,1], default: 0.01]
8.39/8.43 c heuristics/objpscostdiving/maxlpiterquot = 0.015
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/objpscostdiving/maxlpiterofs = 1500
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.43 c heuristics/oneopt/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.43 c heuristics/pscostdiving/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.43 c heuristics/pscostdiving/maxlpiterquot = 0.075
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/pscostdiving/maxlpiterofs = 1500
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.43 c heuristics/rens/freq = -1
8.39/8.43 c
8.39/8.43 c # minimum percentage of integer variables that have to be fixable
8.39/8.43 c # [type: real, range: [0,1], default: 0.5]
8.39/8.43 c heuristics/rens/minfixingrate = 0.3
8.39/8.43 c
8.39/8.43 c # number of nodes added to the contingent of the total nodes
8.39/8.43 c # [type: longint, range: [0,9223372036854775807], default: 500]
8.39/8.43 c heuristics/rens/nodesofs = 2000
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 20]
8.39/8.43 c heuristics/rootsoldiving/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
8.39/8.43 c heuristics/rootsoldiving/maxlpiterquot = 0.015
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/rootsoldiving/maxlpiterofs = 1500
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.43 c heuristics/rounding/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.43 c heuristics/shiftandpropagate/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.43 c heuristics/shifting/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.43 c heuristics/simplerounding/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.43 c heuristics/subnlp/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.43 c heuristics/trivial/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.43 c heuristics/trysol/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.43 c heuristics/undercover/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.43 c heuristics/veclendiving/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.43 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.43 c heuristics/veclendiving/maxlpiterquot = 0.075
8.39/8.43 c
8.39/8.43 c # additional number of allowed LP iterations
8.39/8.43 c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.43 c heuristics/veclendiving/maxlpiterofs = 1500
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.43 c heuristics/zirounding/freq = -1
8.39/8.43 c
8.39/8.43 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: -1]
8.39/8.43 c propagating/probing/maxprerounds = 0
8.39/8.43 c
8.39/8.43 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.43 c separating/cmir/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.43 c separating/flowcover/freq = -1
8.39/8.43 c
8.39/8.43 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: -1]
8.39/8.43 c separating/rapidlearning/freq = 0
8.39/8.43 c
8.39/8.43 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
8.39/8.43 c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.43 c heuristics/indoneopt/freq = -1
8.39/8.43 c
8.39/8.43 c -----------------------------------------------------------------------------------------------
8.39/8.43 c start solving
8.39/8.44 c
1799.50/1799.84 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1799.50/1799.84 c 1800s| 1 | 0 | 39968 | - | 672M| 0 | - |3750 | 467k|3750 | 467k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1799.50/1799.84 c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
1799.50/1799.86 c 1800s| 1 | 2 | 39968 | - | 672M| 0 | - |3750 | 467k|3750 | 467k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1799.50/1799.86 c
1799.50/1799.86 c SCIP Status : solving was interrupted [time limit reached]
1799.50/1799.86 c Solving Time (sec) : 1799.85
1799.50/1799.86 c Solving Nodes : 1
1799.50/1799.86 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1799.50/1799.86 c Dual Bound : +0.00000000000000e+00
1799.50/1799.86 c Gap : infinite
1799.50/1799.86 s UNKNOWN
1799.50/1799.86 c SCIP Status : solving was interrupted [time limit reached]
1799.50/1799.86 c Total Time : 1799.85
1799.50/1799.86 c solving : 1799.85
1799.50/1799.86 c presolving : 6.07 (included in solving)
1799.50/1799.86 c reading : 1.38 (included in solving)
1799.50/1799.86 c copying : 0.00 (0 times copied the problem)
1799.50/1799.86 c Original Problem :
1799.50/1799.86 c Problem name : HOME/instance-3691574-1338024285.opb
1799.50/1799.86 c Variables : 3750 (3750 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.50/1799.86 c Constraints : 467625 initial, 467625 maximal
1799.50/1799.86 c Objective sense : minimize
1799.50/1799.86 c Presolved Problem :
1799.50/1799.86 c Problem name : t_HOME/instance-3691574-1338024285.opb
1799.50/1799.86 c Variables : 3750 (3750 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.50/1799.86 c Constraints : 467625 initial, 467625 maximal
1799.50/1799.86 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1799.50/1799.86 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c gateextraction : 0.02 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c components : 0.22 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c linear : 2.45 0.45 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c logicor : 1.34 1.42 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c root node : - - 0 - - 0 - - - - -
1799.50/1799.86 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1799.50/1799.86 c integral : 0 0 0 0 0 0 0 0 0 0 0 0 0
1799.50/1799.86 c setppc : 750 750 0 1 0 1 0 0 0 0 0 0 0
1799.50/1799.86 c logicor : 466875 466875 0 1 0 1 0 0 0 0 0 0 0
1799.50/1799.86 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1799.50/1799.86 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1799.50/1799.86 c integral : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1799.50/1799.86 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1799.50/1799.86 c logicor : 1.59 1.42 0.00 0.15 0.00 0.02 0.00 0.00
1799.50/1799.86 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1799.50/1799.86 c Propagators : #Propagate #ResProp Cutoffs DomReds
1799.50/1799.86 c rootredcost : 0 0 0 0
1799.50/1799.86 c pseudoobj : 0 0 0 0
1799.50/1799.86 c vbounds : 0 0 0 0
1799.50/1799.86 c redcost : 0 0 0 0
1799.50/1799.86 c probing : 0 0 0 0
1799.50/1799.86 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1799.50/1799.86 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1799.50/1799.86 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1799.50/1799.86 c vbounds : 0.00 0.00 0.00 0.00 0.00
1799.50/1799.86 c redcost : 0.00 0.00 0.00 0.00 0.00
1799.50/1799.86 c probing : 0.00 0.00 0.00 0.00 0.00
1799.50/1799.86 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1799.50/1799.86 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1799.50/1799.86 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1799.50/1799.86 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1799.50/1799.86 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1799.50/1799.86 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1799.50/1799.86 c applied globally : - - - 0 0.0 - - -
1799.50/1799.86 c applied locally : - - - 0 0.0 - - -
1799.50/1799.86 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1799.50/1799.86 c cut pool : 0.00 0 - - 0 - (maximal pool size: 0)
1799.50/1799.86 c clique : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c closecuts : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c cgmip : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c cmir : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c flowcover : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c gomory : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c impliedbounds : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c intobj : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c mcf : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c oddcycle : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c rapidlearning : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c strongcg : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c zerohalf : 0.00 0.00 0 0 0 0 0
1799.50/1799.86 c Pricers : ExecTime SetupTime Calls Vars
1799.50/1799.86 c problem variables: 0.00 - 0 0
1799.50/1799.86 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1799.50/1799.86 c relpscost : 0.00 0.00 0 0 0 0 0 0
1799.50/1799.86 c pscost : 0.00 0.00 0 0 0 0 0 0
1799.50/1799.86 c inference : 0.00 0.00 1 0 0 0 0 2
1799.50/1799.86 c mostinf : 0.00 0.00 0 0 0 0 0 0
1799.50/1799.86 c leastinf : 0.00 0.00 0 0 0 0 0 0
1799.50/1799.86 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1799.50/1799.86 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1799.50/1799.86 c random : 0.00 0.00 0 0 0 0 0 0
1799.50/1799.86 c Primal Heuristics : ExecTime SetupTime Calls Found
1799.50/1799.86 c LP solutions : 0.00 - - 0
1799.50/1799.86 c pseudo solutions : 0.00 - - 0
1799.50/1799.86 c smallcard : 0.00 0.00 0 0
1799.50/1799.86 c trivial : 0.14 0.00 1 0
1799.50/1799.86 c shiftandpropagate: 0.00 0.00 0 0
1799.50/1799.86 c simplerounding : 0.00 0.00 0 0
1799.50/1799.86 c zirounding : 0.00 0.00 0 0
1799.50/1799.86 c rounding : 0.00 0.00 0 0
1799.50/1799.86 c shifting : 0.00 0.00 0 0
1799.50/1799.86 c intshifting : 0.00 0.00 0 0
1799.50/1799.86 c oneopt : 0.00 0.00 0 0
1799.50/1799.86 c twoopt : 0.00 0.00 0 0
1799.50/1799.86 c indtwoopt : 0.00 0.00 0 0
1799.50/1799.86 c indoneopt : 0.00 0.00 0 0
1799.50/1799.86 c fixandinfer : 0.00 0.00 0 0
1799.50/1799.86 c feaspump : 0.00 0.00 0 0
1799.50/1799.86 c clique : 0.00 0.00 0 0
1799.50/1799.86 c indrounding : 0.00 0.00 0 0
1799.50/1799.86 c indcoefdiving : 0.00 0.00 0 0
1799.50/1799.86 c coefdiving : 0.00 0.00 0 0
1799.50/1799.86 c pscostdiving : 0.00 0.00 0 0
1799.50/1799.86 c nlpdiving : 0.00 0.00 0 0
1799.50/1799.86 c fracdiving : 0.00 0.00 0 0
1799.50/1799.86 c veclendiving : 0.00 0.00 0 0
1799.50/1799.86 c intdiving : 0.00 0.00 0 0
1799.50/1799.86 c actconsdiving : 0.00 0.00 0 0
1799.50/1799.86 c objpscostdiving : 0.00 0.00 0 0
1799.50/1799.86 c rootsoldiving : 0.00 0.00 0 0
1799.50/1799.86 c linesearchdiving : 0.00 0.00 0 0
1799.50/1799.86 c guideddiving : 0.00 0.00 0 0
1799.50/1799.86 c octane : 0.00 0.00 0 0
1799.50/1799.86 c rens : 0.00 0.00 0 0
1799.50/1799.86 c rins : 0.00 0.00 0 0
1799.50/1799.86 c localbranching : 0.00 0.00 0 0
1799.50/1799.86 c mutation : 0.00 0.00 0 0
1799.50/1799.86 c crossover : 0.00 0.00 0 0
1799.50/1799.86 c dins : 0.00 0.00 0 0
1799.50/1799.86 c vbounds : 0.00 0.00 0 0
1799.50/1799.86 c undercover : 0.00 0.00 0 0
1799.50/1799.86 c subnlp : 0.00 0.00 0 0
1799.50/1799.86 c trysol : 0.00 0.00 0 0
1799.50/1799.86 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1799.50/1799.86 c primal LP : 0.00 0 0 0.00 - 0.00 0
1799.50/1799.86 c dual LP : 1789.89 1 39968 39968.00 22.33 0.00 0
1799.50/1799.86 c lex dual LP : 0.00 0 0 0.00 -
1799.50/1799.86 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1799.50/1799.86 c diving/probing LP: 0.00 0 0 0.00 -
1799.50/1799.86 c strong branching : 0.00 0 0 0.00 -
1799.50/1799.86 c (at root node) : - 0 0 0.00 -
1799.50/1799.86 c conflict analysis: 0.00 0 0 0.00 -
1799.50/1799.86 c B&B Tree :
1799.50/1799.86 c number of runs : 1
1799.50/1799.86 c nodes : 1
1799.50/1799.86 c nodes (total) : 1
1799.50/1799.86 c nodes left : 2
1799.50/1799.86 c max depth : 0
1799.50/1799.86 c max depth (total): 0
1799.50/1799.86 c backtracks : 0 (0.0%)
1799.50/1799.86 c delayed cutoffs : 0
1799.50/1799.86 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1799.50/1799.86 c avg switch length: 1.00
1799.50/1799.86 c switching time : 0.00
1799.50/1799.86 c Solution :
1799.50/1799.86 c Solutions found : 0 (0 improvements)
1799.50/1799.86 c Primal Bound : -
1799.50/1799.86 c Dual Bound : +0.00000000000000e+00
1799.50/1799.86 c Gap : infinite
1799.50/1799.86 c Root Dual Bound : +0.00000000000000e+00
1799.50/1799.86 c Root Iterations : 39968
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-3691574-1338024285/watcher-3691574-1338024285 -o /tmp/evaluation-result-3691574-1338024285/solver-3691574-1338024285 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691574-1338024285.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.13 2.06 2.01 3/174 15271
/proc/meminfo: memFree=25678096/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 1755 0 0 0 0 0 0 0 20 0 1 0 268554444 12316672 1709 33554432000 4194304 10219143 140736129826864 140734532373128 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 3007 1718 398 1471 0 1527 0
[startup+0.0846411 s]
/proc/loadavg: 2.13 2.06 2.01 3/174 15271
/proc/meminfo: memFree=25678096/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=29904 CPUtime=0.08 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 6239 0 0 0 7 1 0 0 20 0 1 0 268554444 30621696 6190 33554432000 4194304 10219143 140736129826864 140734532373128 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 7476 6190 419 1471 0 5996 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29904
[startup+0.100417 s]
/proc/loadavg: 2.13 2.06 2.01 3/174 15271
/proc/meminfo: memFree=25678096/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=31496 CPUtime=0.09 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 6638 0 0 0 8 1 0 0 20 0 1 0 268554444 32251904 6589 33554432000 4194304 10219143 140736129826864 140734532373128 7124048 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 7874 6589 419 1471 0 6394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31496
[startup+0.300258 s]
/proc/loadavg: 2.13 2.06 2.01 3/174 15271
/proc/meminfo: memFree=25678096/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=62632 CPUtime=0.29 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 14398 0 0 0 27 2 0 0 20 0 1 0 268554444 64135168 14349 33554432000 4194304 10219143 140736129826864 140736129692040 8907081 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 15658 14349 419 1471 0 14178 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62632
[startup+0.700252 s]
/proc/loadavg: 2.13 2.06 2.01 3/174 15271
/proc/meminfo: memFree=25678096/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=123284 CPUtime=0.69 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 29499 0 0 0 65 4 0 0 20 0 1 0 268554444 126242816 29450 33554432000 4194304 10219143 140736129826864 140736129692040 9029200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 30821 29450 419 1471 0 29341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123284
[startup+1.50032 s]
/proc/loadavg: 2.13 2.06 2.01 3/175 15272
/proc/meminfo: memFree=25516028/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=282388 CPUtime=1.49 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 69115 0 0 0 139 10 0 0 20 0 1 0 268554444 289165312 69040 33554432000 4194304 10219143 140736129826864 140736129692040 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 70597 69061 472 1471 0 69117 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 282388
[startup+3.10032 s]
/proc/loadavg: 2.13 2.06 2.01 3/175 15272
/proc/meminfo: memFree=25135580/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=665432 CPUtime=3.09 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 168026 0 0 0 271 38 0 0 20 0 1 0 268554444 681402368 164531 33554432000 4194304 10219143 140736129826864 140736129823848 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 166358 164531 543 1471 0 164878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 665432
[startup+6.30032 s]
/proc/loadavg: 2.28 2.09 2.02 3/175 15272
/proc/meminfo: memFree=24921456/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=709584 CPUtime=6.29 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 225432 0 0 0 552 77 0 0 20 0 1 0 268554444 726614016 175244 33554432000 4194304 10219143 140736129826864 140736129822920 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 177396 175244 561 1471 0 175916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 709584
[startup+12.7004 s]
/proc/loadavg: 2.26 2.09 2.02 3/175 15272
/proc/meminfo: memFree=24369732/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1413252 CPUtime=12.69 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 355446 0 0 0 1155 114 0 0 20 0 1 0 268554444 1447170048 330037 33554432000 4194304 10219143 140736129826864 140736129820120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 353313 330037 711 1471 0 351833 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1413252
[startup+25.5003 s]
/proc/loadavg: 2.20 2.08 2.02 3/175 15272
/proc/meminfo: memFree=24255132/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1552320 CPUtime=25.48 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 363840 0 0 0 2429 119 0 0 20 0 1 0 268554444 1589575680 356822 33554432000 4194304 10219143 140736129826864 140736129819384 7750245 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 388080 356822 715 1471 0 386600 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1552320
[startup+51.1003 s]
/proc/loadavg: 2.13 2.08 2.02 3/175 15272
/proc/meminfo: memFree=24250540/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1552524 CPUtime=51.08 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 363918 0 0 0 4987 121 0 0 20 0 1 0 268554444 1589784576 357411 33554432000 4194304 10219143 140736129826864 140736129819384 8056736 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 388131 357411 715 1471 0 386651 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1552524
[startup+102.307 s]
/proc/loadavg: 2.06 2.06 2.02 3/175 15311
/proc/meminfo: memFree=23071804/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1554360 CPUtime=102.28 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 364047 0 0 0 10105 123 0 0 20 0 1 0 268554444 1591664640 358130 33554432000 4194304 10219143 140736129826864 140736129820120 8056877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 388590 358130 715 1471 0 387110 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1554360
[startup+162.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/175 15312
/proc/meminfo: memFree=20737048/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1554360 CPUtime=162.27 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 364064 0 0 0 16101 126 0 0 20 0 1 0 268554444 1591664640 358147 33554432000 4194304 10219143 140736129826864 140736129820040 8057244 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 388590 358147 718 1471 0 387110 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1554360
[startup+222.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/175 15312
/proc/meminfo: memFree=21056816/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1586504 CPUtime=222.25 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 369820 0 0 0 22094 131 0 0 20 0 1 0 268554444 1624580096 368815 33554432000 4194304 10219143 140736129826864 140736129820040 8108179 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 396626 368815 718 1471 0 395146 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1586504
[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/175 15312
/proc/meminfo: memFree=20979280/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1603104 CPUtime=282.24 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 370456 0 0 0 28091 133 0 0 20 0 1 0 268554444 1641578496 372516 33554432000 4194304 10219143 140736129826864 140736129820040 7638782 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 400776 372516 718 1471 0 399296 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1603104
[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 15315
/proc/meminfo: memFree=20978184/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1603896 CPUtime=342.23 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 370762 0 0 0 34089 134 0 0 20 0 1 0 268554444 1642389504 372822 33554432000 4194304 10219143 140736129826864 140736129820040 8024978 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 400974 372822 718 1471 0 399494 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1603896
[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 15315
/proc/meminfo: memFree=20894696/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1605144 CPUtime=402.22 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 370973 0 0 0 40086 136 0 0 20 0 1 0 268554444 1643667456 373033 33554432000 4194304 10219143 140736129826864 140736129820040 7639944 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 401286 373033 718 1471 0 399806 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1605144
[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 15316
/proc/meminfo: memFree=20893368/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1606572 CPUtime=462.21 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371114 0 0 0 46084 137 0 0 20 0 1 0 268554444 1645129728 373337 33554432000 4194304 10219143 140736129826864 140736129820040 8056777 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 401643 373337 718 1471 0 400163 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1606572
[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 15316
/proc/meminfo: memFree=20880724/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1607880 CPUtime=522.2 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371246 0 0 0 52081 139 0 0 20 0 1 0 268554444 1646469120 374430 33554432000 4194304 10219143 140736129826864 140736129820040 8056480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 401970 374430 718 1471 0 400490 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1607880
[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 15316
/proc/meminfo: memFree=20873284/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1608828 CPUtime=582.18 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371296 0 0 0 58078 140 0 0 20 0 1 0 268554444 1647439872 376196 33554432000 4194304 10219143 140736129826864 140736129820040 7638782 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 402207 376196 718 1471 0 400727 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1608828
[startup+642.3 s]
################
# More data... #
################
[startup+882.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15318
/proc/meminfo: memFree=20856196/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1611088 CPUtime=882.14 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371332 0 0 0 88066 148 0 0 20 0 1 0 268554444 1649754112 378715 33554432000 4194304 10219143 140736129826864 140736129820504 8024964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 402772 378715 718 1471 0 401292 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 1611088
[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 15320
/proc/meminfo: memFree=20850140/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1626388 CPUtime=942.13 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371447 0 0 0 94063 150 0 0 20 0 1 0 268554444 1665421312 381896 33554432000 4194304 10219143 140736129826864 140736129820504 8000516 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406597 381896 718 1471 0 405117 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 1626388
[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15320
/proc/meminfo: memFree=20843248/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1626592 CPUtime=1002.12 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371679 0 0 0 100061 151 0 0 20 0 1 0 268554444 1665630208 382128 33554432000 4194304 10219143 140736129826864 140736129820504 8024964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406648 382128 718 1471 0 405168 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 1626592
[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15321
/proc/meminfo: memFree=20842780/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1626912 CPUtime=1062.11 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371758 0 0 0 106059 152 0 0 20 0 1 0 268554444 1665957888 382207 33554432000 4194304 10219143 140736129826864 140736129820040 7638799 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406728 382207 718 1471 0 405248 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1626912
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15321
/proc/meminfo: memFree=20851576/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1626916 CPUtime=1122.1 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371770 0 0 0 112057 153 0 0 20 0 1 0 268554444 1665961984 382219 33554432000 4194304 10219143 140736129826864 140736129820040 8000516 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406729 382219 718 1471 0 405249 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1626916
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15321
/proc/meminfo: memFree=20788984/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1626988 CPUtime=1182.09 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371804 0 0 0 118056 153 0 0 20 0 1 0 268554444 1666035712 382253 33554432000 4194304 10219143 140736129826864 140736129820040 7638819 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406747 382253 718 1471 0 405267 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 1626988
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15321
/proc/meminfo: memFree=20847780/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627080 CPUtime=1242.08 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371848 0 0 0 124054 154 0 0 20 0 1 0 268554444 1666129920 382297 33554432000 4194304 10219143 140736129826864 140736129820040 8057619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406770 382297 718 1471 0 405290 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1627080
[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/175 15321
/proc/meminfo: memFree=20810572/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627440 CPUtime=1302.08 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371877 0 0 0 130052 156 0 0 20 0 1 0 268554444 1666498560 382837 33554432000 4194304 10219143 140736129826864 140736129820040 8057500 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406860 382837 718 1471 0 405380 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1627440
[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 15322
/proc/meminfo: memFree=20855688/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627464 CPUtime=1362.07 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371881 0 0 0 136050 157 0 0 20 0 1 0 268554444 1666523136 382841 33554432000 4194304 10219143 140736129826864 140736129820040 8057472 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406866 382841 718 1471 0 405386 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1627464
[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 15322
/proc/meminfo: memFree=20847356/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627524 CPUtime=1422.06 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371886 0 0 0 142048 158 0 0 20 0 1 0 268554444 1666584576 382846 33554432000 4194304 10219143 140736129826864 140736129820040 8057500 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406881 382846 718 1471 0 405401 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1627524
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15322
/proc/meminfo: memFree=20809808/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627692 CPUtime=1482.05 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371891 0 0 0 148045 160 0 0 20 0 1 0 268554444 1666756608 382851 33554432000 4194304 10219143 140736129826864 140736129820040 8057386 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406923 382851 718 1471 0 405443 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1627692
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15325
/proc/meminfo: memFree=20776836/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627736 CPUtime=1542.04 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371898 0 0 0 154043 161 0 0 20 0 1 0 268554444 1666801664 382858 33554432000 4194304 10219143 140736129826864 140736129820040 8056549 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406934 382858 718 1471 0 405454 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1627736
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15325
/proc/meminfo: memFree=20797132/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627736 CPUtime=1602.03 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371898 0 0 0 160041 162 0 0 20 0 1 0 268554444 1666801664 382858 33554432000 4194304 10219143 140736129826864 140736129820040 8057244 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406934 382858 718 1471 0 405454 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1627736
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15326
/proc/meminfo: memFree=20836408/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627740 CPUtime=1662.03 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371901 0 0 0 166039 164 0 0 20 0 1 0 268554444 1666805760 382861 33554432000 4194304 10219143 140736129826864 140736129820040 8057504 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406935 382861 718 1471 0 405455 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1627740
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15326
/proc/meminfo: memFree=20780280/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627776 CPUtime=1722.02 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371903 0 0 0 172037 165 0 0 20 0 1 0 268554444 1666842624 382863 33554432000 4194304 10219143 140736129826864 140736129820040 8057476 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406944 382863 718 1471 0 405464 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1627776
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15326
/proc/meminfo: memFree=20788792/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1627780 CPUtime=1782 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 371906 0 0 0 178034 166 0 0 20 0 1 0 268554444 1666846720 382866 33554432000 4194304 10219143 140736129826864 140736129820040 8056549 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 406945 382866 718 1471 0 405465 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1627780
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15326
/proc/meminfo: memFree=20933560/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1503864 CPUtime=1800 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 373686 0 0 0 179833 167 0 0 20 0 1 0 268554444 1539956736 357160 33554432000 4194304 10219143 140736129826864 140736129825480 5123104 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 375966 357160 744 1471 0 374486 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1503864
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended. Dumping a history of the last processes samples
[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15326
/proc/meminfo: memFree=20933560/32873852 swapFree=6848/6848
[pid=15271] ppid=15269 vsize=1503864 CPUtime=1800 cores=1,3,5,7
/proc/15271/stat : 15271 (scip-2.1.1.4exp) R 15269 15271 14323 0 -1 4202496 373686 0 0 0 179833 167 0 0 20 0 1 0 268554444 1539956736 357160 33554432000 4194304 10219143 140736129826864 140736129825480 5123104 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15271/statm: 375966 357160 744 1471 0 374486 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1503864
Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.32
CPU time (s): 1800.03
CPU user time (s): 1798.34
CPU system time (s): 1.69574
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 1627780
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 1.69574
maximum resident set size= 1531476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373686
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= 21
involuntary context switches= 1878
runsolver used 5.48217 second user time and 9.35258 second system time
The end