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-3691571-1338022544.opb>
0.28/0.36 c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
0.28/0.36 c problem read in 0.36
0.28/0.36 c No objective function, only one solution is needed.
0.28/0.36 c presolving settings loaded
0.49/0.57 c presolving:
1.29/1.36 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
1.69/1.75 c presolving (2 rounds):
1.69/1.75 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.69/1.75 c 0 implications, 550 cliques
1.69/1.75 c presolved problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
1.69/1.75 c 550 constraints of type <setppc>
1.69/1.75 c 112614 constraints of type <logicor>
1.69/1.75 c transformed objective value is always integral (scale: 1)
1.69/1.75 c Presolving Time: 1.18
1.69/1.75 c - non default parameters ----------------------------------------------------------------------
1.69/1.75 c # SCIP version 2.1.1.4
1.69/1.75 c
1.69/1.75 c # maximal time in seconds to run
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.75 c limits/time = 1797
1.69/1.75 c
1.69/1.75 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.75 c limits/memory = 13950
1.69/1.75 c
1.69/1.75 c # solving stops, if the given number of solutions were found (-1: no limit)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.75 c limits/solutions = 1
1.69/1.75 c
1.69/1.75 c # maximal number of separation rounds per node (-1: unlimited)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 5]
1.69/1.75 c separating/maxrounds = 1
1.69/1.75 c
1.69/1.75 c # maximal number of separation rounds in the root node (-1: unlimited)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.75 c separating/maxroundsroot = 5
1.69/1.75 c
1.69/1.75 c # default clock type (1: CPU user seconds, 2: wall clock time)
1.69/1.75 c # [type: int, range: [1,2], default: 1]
1.69/1.75 c timing/clocktype = 2
1.69/1.75 c
1.69/1.75 c # belongs reading time to solving time?
1.69/1.75 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.75 c timing/reading = TRUE
1.69/1.75 c
1.69/1.75 c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.69/1.75 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.69/1.75 c constraints/knapsack/disaggregation = FALSE
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.75 c heuristics/coefdiving/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.75 c heuristics/coefdiving/maxlpiterquot = 0.075
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/coefdiving/maxlpiterofs = 1500
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 30]
1.69/1.75 c heuristics/crossover/freq = -1
1.69/1.75 c
1.69/1.75 c # number of nodes added to the contingent of the total nodes
1.69/1.75 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.69/1.75 c heuristics/crossover/nodesofs = 750
1.69/1.75 c
1.69/1.75 c # number of nodes without incumbent change that heuristic should wait
1.69/1.75 c # [type: longint, range: [0,9223372036854775807], default: 200]
1.69/1.75 c heuristics/crossover/nwaitingnodes = 100
1.69/1.75 c
1.69/1.75 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.69/1.75 c # [type: real, range: [0,1], default: 0.1]
1.69/1.75 c heuristics/crossover/nodesquot = 0.15
1.69/1.75 c
1.69/1.75 c # minimum percentage of integer variables that have to be fixed
1.69/1.75 c # [type: real, range: [0,1], default: 0.666]
1.69/1.75 c heuristics/crossover/minfixingrate = 0.5
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 20]
1.69/1.75 c heuristics/feaspump/freq = -1
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/feaspump/maxlpiterofs = 2000
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.75 c heuristics/fracdiving/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.75 c heuristics/fracdiving/maxlpiterquot = 0.075
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/fracdiving/maxlpiterofs = 1500
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.75 c heuristics/guideddiving/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.75 c heuristics/guideddiving/maxlpiterquot = 0.075
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/guideddiving/maxlpiterofs = 1500
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.75 c heuristics/intdiving/maxlpiterquot = 0.075
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.75 c heuristics/intshifting/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.75 c heuristics/linesearchdiving/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.75 c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/linesearchdiving/maxlpiterofs = 1500
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 20]
1.69/1.75 c heuristics/objpscostdiving/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to total iteration number
1.69/1.75 c # [type: real, range: [0,1], default: 0.01]
1.69/1.75 c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/objpscostdiving/maxlpiterofs = 1500
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.75 c heuristics/oneopt/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.75 c heuristics/pscostdiving/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.75 c heuristics/pscostdiving/maxlpiterquot = 0.075
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/pscostdiving/maxlpiterofs = 1500
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.75 c heuristics/rens/freq = -1
1.69/1.75 c
1.69/1.75 c # minimum percentage of integer variables that have to be fixable
1.69/1.75 c # [type: real, range: [0,1], default: 0.5]
1.69/1.75 c heuristics/rens/minfixingrate = 0.3
1.69/1.75 c
1.69/1.75 c # number of nodes added to the contingent of the total nodes
1.69/1.75 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.69/1.75 c heuristics/rens/nodesofs = 2000
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 20]
1.69/1.75 c heuristics/rootsoldiving/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.69/1.75 c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/rootsoldiving/maxlpiterofs = 1500
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.75 c heuristics/rounding/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.75 c heuristics/shiftandpropagate/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.75 c heuristics/shifting/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.75 c heuristics/simplerounding/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.75 c heuristics/subnlp/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.75 c heuristics/trivial/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.75 c heuristics/trysol/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.75 c heuristics/undercover/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.75 c heuristics/veclendiving/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.75 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.75 c heuristics/veclendiving/maxlpiterquot = 0.075
1.69/1.75 c
1.69/1.75 c # additional number of allowed LP iterations
1.69/1.75 c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.75 c heuristics/veclendiving/maxlpiterofs = 1500
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.75 c heuristics/zirounding/freq = -1
1.69/1.75 c
1.69/1.75 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.75 c propagating/probing/maxprerounds = 0
1.69/1.75 c
1.69/1.75 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.75 c separating/cmir/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.75 c separating/flowcover/freq = -1
1.69/1.75 c
1.69/1.75 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.75 c separating/rapidlearning/freq = 0
1.69/1.75 c
1.69/1.75 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
1.69/1.75 c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.75 c heuristics/indoneopt/freq = -1
1.69/1.75 c
1.69/1.75 c -----------------------------------------------------------------------------------------------
1.69/1.75 c start solving
1.69/1.75 c
29.08/29.15 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
29.08/29.15 c 29.2s| 1 | 0 | 6690 | - | 186M| 0 |1032 |1650 | 113k|1650 | 113k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
283.64/283.75 c 284s| 1 | 0 | 33272 | - | 191M| 0 |1032 |1650 | 113k|1650 | 113k| 1 | 0 | 0 | 0.000000e+00 | -- | Inf
386.72/386.80 c 387s| 1 | 0 | 41925 | - | 197M| 0 |1032 |1650 | 113k|1650 | 113k| 2 | 0 | 0 | 0.000000e+00 | -- | Inf
503.80/503.94 c 504s| 1 | 0 | 52344 | - | 203M| 0 |1032 |1650 | 113k|1650 | 113k| 3 | 0 | 0 | 0.000000e+00 | -- | Inf
783.56/783.79 c 784s| 1 | 0 | 73851 | - | 204M| 0 |1032 |1650 | 113k|1650 | 113k| 4 | 0 | 0 | 0.000000e+00 | -- | Inf
939.44/939.65 c 940s| 1 | 0 | 88402 | - | 210M| 0 |1034 |1650 | 113k|1650 | 113k| 5 | 0 | 0 | 0.000000e+00 | -- | Inf
1112.61/1112.85 c 1113s| 1 | 2 | 88402 | - | 210M| 0 |1034 |1650 | 113k|1650 | 113k| 5 | 0 | 33 | 0.000000e+00 | -- | Inf
1796.80/1797.10 c
1796.80/1797.10 c SCIP Status : solving was interrupted [time limit reached]
1796.80/1797.10 c Solving Time (sec) : 1797.10
1796.80/1797.10 c Solving Nodes : 4
1796.80/1797.10 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.80/1797.10 c Dual Bound : +0.00000000000000e+00
1796.80/1797.10 c Gap : infinite
1796.80/1797.10 s UNKNOWN
1796.80/1797.10 c SCIP Status : solving was interrupted [time limit reached]
1796.80/1797.10 c Total Time : 1797.10
1796.80/1797.10 c solving : 1797.10
1796.80/1797.10 c presolving : 1.18 (included in solving)
1796.80/1797.10 c reading : 0.36 (included in solving)
1796.80/1797.10 c copying : 0.00 (0 times copied the problem)
1796.80/1797.10 c Original Problem :
1796.80/1797.10 c Problem name : HOME/instance-3691571-1338022544.opb
1796.80/1797.10 c Variables : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.80/1797.10 c Constraints : 113164 initial, 113164 maximal
1796.80/1797.10 c Objective sense : minimize
1796.80/1797.10 c Presolved Problem :
1796.80/1797.10 c Problem name : t_HOME/instance-3691571-1338022544.opb
1796.80/1797.10 c Variables : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.80/1797.10 c Constraints : 113164 initial, 113164 maximal
1796.80/1797.10 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.80/1797.10 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c components : 0.05 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c linear : 0.52 0.10 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c logicor : 0.34 0.17 0 0 0 0 0 0 0 0 0
1796.80/1797.10 c root node : - - 0 - - 0 - - - - -
1796.80/1797.10 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.80/1797.10 c integral : 0 0 0 0 3 0 1 0 0 0 0 0 6
1796.80/1797.10 c setppc : 550 550 5 5 0 1 0 0 0 2 0 0 0
1796.80/1797.10 c logicor : 112614 112614 5 2 0 1 0 0 0 0 0 0 0
1796.80/1797.10 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.80/1797.10 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.80/1797.10 c integral : 515.51 0.00 0.00 0.00 515.51 0.00 0.00 0.00
1796.80/1797.10 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.80/1797.10 c logicor : 0.22 0.17 0.02 0.03 0.00 0.00 0.00 0.00
1796.80/1797.10 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.80/1797.10 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.80/1797.10 c rootredcost : 0 0 0 0
1796.80/1797.10 c pseudoobj : 0 0 0 0
1796.80/1797.10 c vbounds : 0 0 0 0
1796.80/1797.10 c redcost : 8 0 0 0
1796.80/1797.10 c probing : 0 0 0 0
1796.80/1797.10 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.80/1797.10 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.80/1797.10 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.80/1797.10 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.80/1797.10 c redcost : 0.00 0.00 0.00 0.00 0.00
1796.80/1797.10 c probing : 0.00 0.00 0.00 0.00 0.00
1796.80/1797.10 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.80/1797.10 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1796.80/1797.10 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.80/1797.10 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.80/1797.10 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.80/1797.10 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.80/1797.10 c applied globally : - - - 0 0.0 - - -
1796.80/1797.10 c applied locally : - - - 0 0.0 - - -
1796.80/1797.10 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.80/1797.10 c cut pool : 0.01 4 - - 0 - (maximal pool size: 1764)
1796.80/1797.10 c closecuts : 0.00 0.00 0 0 0 0 0
1796.80/1797.10 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.80/1797.10 c intobj : 0.00 0.00 0 0 0 0 0
1796.80/1797.10 c gomory : 292.46 0.00 5 0 0 0 0
1796.80/1797.10 c cgmip : 0.00 0.00 0 0 0 0 0
1796.80/1797.10 c strongcg : 66.13 0.00 5 0 0 2020 0
1796.80/1797.10 c cmir : 0.00 0.00 0 0 0 0 0
1796.80/1797.10 c flowcover : 0.00 0.00 0 0 0 0 0
1796.80/1797.10 c clique : 0.07 0.00 5 0 0 0 0
1796.80/1797.10 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.80/1797.10 c mcf : 0.12 0.00 1 0 0 0 0
1796.80/1797.10 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.80/1797.10 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.80/1797.10 c Pricers : ExecTime SetupTime Calls Vars
1796.80/1797.10 c problem variables: 0.00 - 0 0
1796.80/1797.10 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.80/1797.10 c relpscost : 515.51 0.00 3 0 0 0 0 6
1796.80/1797.10 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.80/1797.10 c inference : 0.00 0.00 1 0 0 0 0 2
1796.80/1797.10 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.80/1797.10 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.80/1797.10 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.80/1797.10 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.80/1797.10 c random : 0.00 0.00 0 0 0 0 0 0
1796.80/1797.10 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.80/1797.10 c LP solutions : 0.00 - - 0
1796.80/1797.10 c pseudo solutions : 0.00 - - 0
1796.80/1797.10 c smallcard : 0.00 0.00 0 0
1796.80/1797.10 c trivial : 0.00 0.00 1 0
1796.80/1797.10 c shiftandpropagate: 0.00 0.00 0 0
1796.80/1797.10 c simplerounding : 0.00 0.00 0 0
1796.80/1797.10 c zirounding : 0.00 0.00 0 0
1796.80/1797.10 c rounding : 0.00 0.00 0 0
1796.80/1797.10 c shifting : 0.00 0.00 0 0
1796.80/1797.10 c intshifting : 0.00 0.00 0 0
1796.80/1797.10 c oneopt : 0.00 0.00 0 0
1796.80/1797.10 c twoopt : 0.00 0.00 0 0
1796.80/1797.10 c indtwoopt : 0.00 0.00 0 0
1796.80/1797.10 c indoneopt : 0.00 0.00 0 0
1796.80/1797.10 c fixandinfer : 0.00 0.00 0 0
1796.80/1797.10 c feaspump : 0.00 0.00 0 0
1796.80/1797.10 c clique : 0.00 0.00 0 0
1796.80/1797.10 c indrounding : 0.00 0.00 0 0
1796.80/1797.10 c indcoefdiving : 0.00 0.00 0 0
1796.80/1797.10 c coefdiving : 0.00 0.00 0 0
1796.80/1797.10 c pscostdiving : 0.00 0.00 0 0
1796.80/1797.10 c nlpdiving : 0.00 0.00 0 0
1796.80/1797.10 c fracdiving : 0.00 0.00 0 0
1796.80/1797.10 c veclendiving : 0.00 0.00 0 0
1796.80/1797.10 c intdiving : 0.00 0.00 0 0
1796.80/1797.10 c actconsdiving : 0.00 0.00 0 0
1796.80/1797.10 c objpscostdiving : 0.00 0.00 0 0
1796.80/1797.10 c rootsoldiving : 0.00 0.00 0 0
1796.80/1797.10 c linesearchdiving : 0.00 0.00 0 0
1796.80/1797.10 c guideddiving : 0.00 0.00 0 0
1796.80/1797.10 c octane : 0.00 0.00 0 0
1796.80/1797.10 c rens : 0.00 0.00 0 0
1796.80/1797.10 c rins : 0.00 0.00 0 0
1796.80/1797.10 c localbranching : 0.00 0.00 0 0
1796.80/1797.10 c mutation : 0.00 0.00 0 0
1796.80/1797.10 c crossover : 0.00 0.00 0 0
1796.80/1797.10 c dins : 0.00 0.00 0 0
1796.80/1797.10 c vbounds : 0.00 0.00 0 0
1796.80/1797.10 c undercover : 0.00 0.00 0 0
1796.80/1797.10 c subnlp : 0.00 0.00 0 0
1796.80/1797.10 c trysol : 0.00 0.00 0 0
1796.80/1797.10 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.80/1797.10 c primal LP : 0.00 0 0 0.00 - 0.00 0
1796.80/1797.10 c dual LP : 920.58 9 137848 15316.44 149.74 0.00 0
1796.80/1797.10 c lex dual LP : 0.00 0 0 0.00 -
1796.80/1797.10 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.80/1797.10 c diving/probing LP: 0.00 0 0 0.00 -
1796.80/1797.10 c strong branching : 515.50 99 90903 918.21 176.34
1796.80/1797.10 c (at root node) : - 33 31008 939.64 -
1796.80/1797.10 c conflict analysis: 0.00 0 0 0.00 -
1796.80/1797.10 c B&B Tree :
1796.80/1797.10 c number of runs : 1
1796.80/1797.10 c nodes : 4
1796.80/1797.10 c nodes (total) : 4
1796.80/1797.10 c nodes left : 5
1796.80/1797.10 c max depth : 2
1796.80/1797.10 c max depth (total): 2
1796.80/1797.10 c backtracks : 0 (0.0%)
1796.80/1797.10 c delayed cutoffs : 0
1796.80/1797.10 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1796.80/1797.10 c avg switch length: 1.25
1796.80/1797.10 c switching time : 0.01
1796.80/1797.10 c Solution :
1796.80/1797.10 c Solutions found : 0 (0 improvements)
1796.80/1797.10 c Primal Bound : -
1796.80/1797.10 c Dual Bound : +0.00000000000000e+00
1796.80/1797.10 c Gap : infinite
1796.80/1797.10 c Root Dual Bound : +0.00000000000000e+00
1796.80/1797.10 c Root Iterations : 88402
1797.01/1797.34 c Time complete: 1797.04.
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-3691571-1338022544/watcher-3691571-1338022544 -o /tmp/evaluation-result-3691571-1338022544/solver-3691571-1338022544 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691571-1338022544.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
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.00 2.00 2.00 3/174 3197
/proc/meminfo: memFree=29496996/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=13036 CPUtime=0 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 1994 0 0 0 0 0 0 0 20 0 1 0 268379918 13348864 1949 33554432000 4194304 10219143 140733757392624 140733757257960 7589947 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 3259 1949 419 1471 0 1779 0
[startup+0.0760961 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3197
/proc/meminfo: memFree=29496996/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=25492 CPUtime=0.06 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 5126 0 0 0 6 0 0 0 20 0 1 0 268379918 26103808 5081 33554432000 4194304 10219143 140733757392624 140733757257960 5541619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 6373 5081 419 1471 0 4893 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25492
[startup+0.100355 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3197
/proc/meminfo: memFree=29496996/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=29336 CPUtime=0.09 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 6092 0 0 0 9 0 0 0 20 0 1 0 268379918 30040064 6047 33554432000 4194304 10219143 140733757392624 140733757257960 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 7334 6047 419 1471 0 5854 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29336
[startup+0.300308 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3197
/proc/meminfo: memFree=29496996/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=59228 CPUtime=0.28 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 13566 0 0 0 27 1 0 0 20 0 1 0 268379918 60649472 13521 33554432000 4194304 10219143 140733757392624 140733757257960 7123469 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 14807 13521 419 1471 0 13327 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59228
[startup+0.70031 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3197
/proc/meminfo: memFree=29496996/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=207500 CPUtime=0.69 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 51602 0 0 0 60 9 0 0 20 0 1 0 268379918 212480000 50261 33554432000 4194304 10219143 140733757392624 140733757389608 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 51875 50261 546 1471 0 50395 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 207500
[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3198
/proc/meminfo: memFree=29261752/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=250092 CPUtime=1.49 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 69038 0 0 0 127 22 0 0 20 0 1 0 268379918 256094208 60735 33554432000 4194304 10219143 140733757392624 140733757389608 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 62523 60735 561 1471 0 61043 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250092
[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3198
/proc/meminfo: memFree=29094080/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=485388 CPUtime=3.09 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 101064 0 0 0 281 28 0 0 20 0 1 0 268379918 497037312 114355 33554432000 4194304 10219143 140733757392624 140733757385432 8091534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 121347 114355 713 1471 0 119867 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 485388
[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3198
/proc/meminfo: memFree=29021188/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=495076 CPUtime=6.28 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 102989 0 0 0 600 28 0 0 20 0 1 0 268379918 506957824 119346 33554432000 4194304 10219143 140733757392624 140733757385880 7750245 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 123769 119346 715 1471 0 122289 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 495076
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3198
/proc/meminfo: memFree=29020320/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=508912 CPUtime=12.69 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 103043 0 0 0 1240 29 0 0 20 0 1 0 268379918 521125888 119477 33554432000 4194304 10219143 140733757392624 140733757385880 8056857 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 127228 119477 715 1471 0 125748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 508912
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3198
/proc/meminfo: memFree=29020428/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=508912 CPUtime=25.48 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 103075 0 0 0 2518 30 0 0 20 0 1 0 268379918 521125888 119507 33554432000 4194304 10219143 140733757392624 140733757385880 7638819 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 127228 119507 715 1471 0 125748 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 508912
[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3198
/proc/meminfo: memFree=29024592/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=498560 CPUtime=51.08 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 103234 0 0 0 5074 34 0 0 20 0 1 0 268379918 510525440 118497 33554432000 4194304 10219143 140733757392624 140733757387576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 124640 118497 736 1471 0 123160 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 498560
[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3198
/proc/meminfo: memFree=29019376/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=498560 CPUtime=102.28 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 103841 0 0 0 10186 42 0 0 20 0 1 0 268379918 510525440 119669 33554432000 4194304 10219143 140733757392624 140733757385880 8056877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 124640 119669 750 1471 0 123160 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 498560
[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 3198
/proc/meminfo: memFree=29018456/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=498560 CPUtime=162.26 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 103852 0 0 0 16180 46 0 0 20 0 1 0 268379918 510525440 119899 33554432000 4194304 10219143 140733757392624 140733757385800 8111799 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 124640 119899 752 1471 0 123160 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 498560
[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 3199
/proc/meminfo: memFree=29017432/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=498560 CPUtime=222.25 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 103857 0 0 0 22175 50 0 0 20 0 1 0 268379918 510525440 120136 33554432000 4194304 10219143 140733757392624 140733757385800 7638806 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 124640 120136 752 1471 0 123160 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 498560
[startup+282.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/176 3202
/proc/meminfo: memFree=29015388/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=498560 CPUtime=282.24 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 103857 0 0 0 28172 52 0 0 20 0 1 0 268379918 510525440 120631 33554432000 4194304 10219143 140733757392624 140733757385800 8056877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 124640 120631 752 1471 0 123160 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 498560
[startup+342.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/176 3263
/proc/meminfo: memFree=28749668/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=498560 CPUtime=342.23 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 103857 0 0 0 34163 60 0 0 20 0 1 0 268379918 510525440 120631 33554432000 4194304 10219143 140733757392624 140733757387544 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 124640 120631 752 1471 0 123160 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 498560
[startup+402.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/175 3263
/proc/meminfo: memFree=28728952/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=498560 CPUtime=402.22 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 104011 0 0 0 40155 67 0 0 20 0 1 0 268379918 510525440 121296 33554432000 4194304 10219143 140733757392624 140733757387544 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 124640 121296 752 1471 0 123160 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 498560
[startup+462.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/175 3263
/proc/meminfo: memFree=28709656/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=507596 CPUtime=462.21 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 104532 0 0 0 46148 73 0 0 20 0 1 0 268379918 519778304 125394 33554432000 4194304 10219143 140733757392624 140733757385880 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 126899 125394 754 1471 0 125419 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 507596
[startup+522.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/174 3263
/proc/meminfo: memFree=28707360/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=507596 CPUtime=522.2 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 104532 0 0 0 52142 78 0 0 20 0 1 0 268379918 519778304 125413 33554432000 4194304 10219143 140733757392624 140733757387496 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 126899 125413 754 1471 0 125419 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 507596
[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 3264
/proc/meminfo: memFree=28707344/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=507596 CPUtime=582.19 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 104532 0 0 0 58133 86 0 0 20 0 1 0 268379918 519778304 125413 33554432000 4194304 10219143 140733757392624 140733757387464 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 126899 125413 754 1471 0 125419 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 507596
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28685696/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1062.11 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105055 0 0 0 106086 125 0 0 20 0 1 0 268379918 542662656 129002 33554432000 4194304 10219143 140733757392624 140733757386072 8077250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129002 757 1471 0 131006 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 529944
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3268
/proc/meminfo: memFree=28685448/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1122.11 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105062 0 0 0 112081 130 0 0 20 0 1 0 268379918 542662656 129009 33554432000 4194304 10219143 140733757392624 140733757385144 8056480 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129009 763 1471 0 131006 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 529944
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3269
/proc/meminfo: memFree=28685320/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1182.1 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105062 0 0 0 118075 135 0 0 20 0 1 0 268379918 542662656 129009 33554432000 4194304 10219143 140733757392624 140733757385800 8056777 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129009 763 1471 0 131006 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 529944
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3269
/proc/meminfo: memFree=28685196/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1242.09 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105063 0 0 0 124070 139 0 0 20 0 1 0 268379918 542662656 129010 33554432000 4194304 10219143 140733757392624 140733757386072 8056549 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129010 763 1471 0 131006 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 529944
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3269
/proc/meminfo: memFree=28685444/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1302.08 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105063 0 0 0 130062 146 0 0 20 0 1 0 268379918 542662656 129010 33554432000 4194304 10219143 140733757392624 140733757386072 7639959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129010 763 1471 0 131006 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 529944
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3269
/proc/meminfo: memFree=28679676/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1362.07 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105063 0 0 0 136056 151 0 0 20 0 1 0 268379918 542662656 129010 33554432000 4194304 10219143 140733757392624 140733757385336 8056815 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129010 763 1471 0 131006 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 529944
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3269
/proc/meminfo: memFree=28679676/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1422.07 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105063 0 0 0 142052 155 0 0 20 0 1 0 268379918 542662656 129010 33554432000 4194304 10219143 140733757392624 140733757385144 8108186 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129010 763 1471 0 131006 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 529944
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3273
/proc/meminfo: memFree=28679232/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1482.05 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105063 0 0 0 148047 158 0 0 20 0 1 0 268379918 542662656 129010 33554432000 4194304 10219143 140733757392624 140733757385800 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129010 763 1471 0 131006 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 529944
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3273
/proc/meminfo: memFree=28675952/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1542.04 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105064 0 0 0 154042 162 0 0 20 0 1 0 268379918 542662656 129011 33554432000 4194304 10219143 140733757392624 140733757386072 8056877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129011 763 1471 0 131006 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 529944
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3273
/proc/meminfo: memFree=28675828/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1602.03 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105064 0 0 0 160036 167 0 0 20 0 1 0 268379918 542662656 129011 33554432000 4194304 10219143 140733757392624 140733757386072 8056549 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129011 763 1471 0 131006 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 529944
[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/175 3273
/proc/meminfo: memFree=28675760/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1662.02 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105064 0 0 0 166031 171 0 0 20 0 1 0 268379918 542662656 129011 33554432000 4194304 10219143 140733757392624 140733757386120 8110260 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129011 763 1471 0 131006 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 529944
[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 3273
/proc/meminfo: memFree=28670300/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1722.02 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105065 0 0 0 172026 176 0 0 20 0 1 0 268379918 542662656 129012 33554432000 4194304 10219143 140733757392624 140733757385880 8056549 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129012 764 1471 0 131006 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 529944
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3274
/proc/meminfo: memFree=28663600/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1782 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105065 0 0 0 178020 180 0 0 20 0 1 0 268379918 542662656 129012 33554432000 4194304 10219143 140733757392624 140733757385800 8056877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129012 764 1471 0 131006 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 529944
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3274
/proc/meminfo: memFree=28663600/32873852 swapFree=7620/7620
[pid=3197] ppid=3195 vsize=529944 CPUtime=1785.2 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105065 0 0 0 178340 180 0 0 20 0 1 0 268379918 542662656 129012 33554432000 4194304 10219143 140733757392624 140733757385800 8000551 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129012 764 1471 0 131006 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 529944
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3274
/proc/meminfo: memFree=28663724/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1791.61 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105065 0 0 0 178980 181 0 0 20 0 1 0 268379918 542662656 129012 33554432000 4194304 10219143 140733757392624 140733757386264 8091534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129012 764 1471 0 131006 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 529944
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3274
/proc/meminfo: memFree=28663724/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1794.81 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105065 0 0 0 179300 181 0 0 20 0 1 0 268379918 542662656 129012 33554432000 4194304 10219143 140733757392624 140733757385800 8056549 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129012 764 1471 0 131006 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 529944
[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3274
/proc/meminfo: memFree=28663724/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1796.4 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105065 0 0 0 179459 181 0 0 20 0 1 0 268379918 542662656 129012 33554432000 4194304 10219143 140733757392624 140733757385800 8000537 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129012 764 1471 0 131006 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 529944
[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3274
/proc/meminfo: memFree=28663724/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=529944 CPUtime=1796.8 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105065 0 0 0 179499 181 0 0 20 0 1 0 268379918 542662656 129012 33554432000 4194304 10219143 140733757392624 140733757385800 8057386 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 132486 129012 764 1471 0 131006 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 529944
[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3274
/proc/meminfo: memFree=28741280/32873852 swapFree=7616/7616
[pid=3197] ppid=3195 vsize=435996 CPUtime=1797.01 cores=0,2,4,6
/proc/3197/stat : 3197 (scip-2.1.1.4exp) R 3195 3197 403 0 -1 4202496 105079 0 0 0 179519 182 0 0 20 0 1 0 268379918 446459904 107947 33554432000 4194304 10219143 140733757392624 140733757385800 4428747 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3197/statm: 108999 107947 778 1471 0 107519 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 435996
Child status: 0
Real time (s): 1797.34
CPU time (s): 1797.06
CPU user time (s): 1795.23
CPU system time (s): 1.82772
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 529944
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.23
system time used= 1.82772
maximum resident set size= 516088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105092
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= 23
involuntary context switches= 1943
runsolver used 5.45517 second user time and 17.4164 second system time
The end