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-3691884-1338038056.opb>
0.00/0.01 c original problem has 3262 variables (200 bin, 0 int, 3062 impl, 0 cont) and 3564 constraints
0.00/0.01 c problem read in 0.01
0.00/0.01 c No objective function, only one solution is needed.
0.00/0.01 c presolving settings loaded
0.00/0.03 c presolving:
0.18/0.22 c (round 1) 0 del vars, 3462 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 101 upgd conss, 12448 impls, 199 clqs
0.18/0.23 c (round 2) 3062 del vars, 3462 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 12448 impls, 0 clqs
0.18/0.24 c presolving (3 rounds):
0.18/0.24 c 3062 deleted vars, 3462 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.24 c 12448 implications, 0 cliques
0.18/0.24 c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 302 constraints
0.18/0.24 c 201 constraints of type <knapsack>
0.18/0.24 c 100 constraints of type <setppc>
0.18/0.24 c 1 constraints of type <linear>
0.18/0.24 c transformed objective value is always integral (scale: 1)
0.18/0.24 c Presolving Time: 0.21
0.18/0.24 c - non default parameters ----------------------------------------------------------------------
0.18/0.24 c # SCIP version 2.1.1.4
0.18/0.24 c
0.18/0.24 c # maximal time in seconds to run
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.24 c limits/time = 1797
0.18/0.24 c
0.18/0.24 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.24 c limits/memory = 13950
0.18/0.24 c
0.18/0.24 c # solving stops, if the given number of solutions were found (-1: no limit)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.24 c limits/solutions = 1
0.18/0.24 c
0.18/0.24 c # maximal number of separation rounds per node (-1: unlimited)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 5]
0.18/0.24 c separating/maxrounds = 1
0.18/0.24 c
0.18/0.24 c # maximal number of separation rounds in the root node (-1: unlimited)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.24 c separating/maxroundsroot = 5
0.18/0.24 c
0.18/0.24 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.24 c # [type: int, range: [1,2], default: 1]
0.18/0.24 c timing/clocktype = 2
0.18/0.24 c
0.18/0.24 c # belongs reading time to solving time?
0.18/0.24 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.24 c timing/reading = TRUE
0.18/0.24 c
0.18/0.24 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.18/0.24 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.18/0.24 c constraints/knapsack/disaggregation = FALSE
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.24 c heuristics/coefdiving/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.24 c heuristics/coefdiving/maxlpiterquot = 0.075
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/coefdiving/maxlpiterofs = 1500
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 30]
0.18/0.24 c heuristics/crossover/freq = -1
0.18/0.24 c
0.18/0.24 c # number of nodes added to the contingent of the total nodes
0.18/0.24 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.18/0.24 c heuristics/crossover/nodesofs = 750
0.18/0.24 c
0.18/0.24 c # number of nodes without incumbent change that heuristic should wait
0.18/0.24 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.18/0.24 c heuristics/crossover/nwaitingnodes = 100
0.18/0.24 c
0.18/0.24 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.18/0.24 c # [type: real, range: [0,1], default: 0.1]
0.18/0.24 c heuristics/crossover/nodesquot = 0.15
0.18/0.24 c
0.18/0.24 c # minimum percentage of integer variables that have to be fixed
0.18/0.24 c # [type: real, range: [0,1], default: 0.666]
0.18/0.24 c heuristics/crossover/minfixingrate = 0.5
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.24 c heuristics/feaspump/freq = -1
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/feaspump/maxlpiterofs = 2000
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.24 c heuristics/fracdiving/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.24 c heuristics/fracdiving/maxlpiterquot = 0.075
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/fracdiving/maxlpiterofs = 1500
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.24 c heuristics/guideddiving/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.24 c heuristics/guideddiving/maxlpiterquot = 0.075
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/guideddiving/maxlpiterofs = 1500
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.24 c heuristics/intdiving/maxlpiterquot = 0.075
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.24 c heuristics/intshifting/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.24 c heuristics/linesearchdiving/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.24 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.24 c heuristics/objpscostdiving/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to total iteration number
0.18/0.24 c # [type: real, range: [0,1], default: 0.01]
0.18/0.24 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.24 c heuristics/oneopt/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.24 c heuristics/pscostdiving/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.24 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/pscostdiving/maxlpiterofs = 1500
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.24 c heuristics/rens/freq = -1
0.18/0.24 c
0.18/0.24 c # minimum percentage of integer variables that have to be fixable
0.18/0.24 c # [type: real, range: [0,1], default: 0.5]
0.18/0.24 c heuristics/rens/minfixingrate = 0.3
0.18/0.24 c
0.18/0.24 c # number of nodes added to the contingent of the total nodes
0.18/0.24 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.18/0.24 c heuristics/rens/nodesofs = 2000
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.24 c heuristics/rootsoldiving/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.18/0.24 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.24 c heuristics/rounding/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.24 c heuristics/shiftandpropagate/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.24 c heuristics/shifting/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.24 c heuristics/simplerounding/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.24 c heuristics/subnlp/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.24 c heuristics/trivial/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.24 c heuristics/trysol/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.24 c heuristics/undercover/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.24 c heuristics/veclendiving/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.24 c heuristics/veclendiving/maxlpiterquot = 0.075
0.18/0.24 c
0.18/0.24 c # additional number of allowed LP iterations
0.18/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.24 c heuristics/veclendiving/maxlpiterofs = 1500
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.24 c heuristics/zirounding/freq = -1
0.18/0.24 c
0.18/0.24 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.24 c propagating/probing/maxprerounds = 0
0.18/0.24 c
0.18/0.24 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.24 c separating/cmir/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.24 c separating/flowcover/freq = -1
0.18/0.24 c
0.18/0.24 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.24 c separating/rapidlearning/freq = 0
0.18/0.24 c
0.18/0.24 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.18/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.24 c heuristics/indoneopt/freq = -1
0.18/0.24 c
0.18/0.24 c -----------------------------------------------------------------------------------------------
0.18/0.24 c start solving
0.18/0.24 c
0.18/0.26 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.18/0.26 c 0.3s| 1 | 0 | 259 | - |8819k| 0 | 152 | 200 | 302 | 200 | 302 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.39/0.40 c 0.4s| 1 | 0 | 271 | - |8824k| 0 | 159 | 200 | 302 | 200 | 311 | 9 | 0 | 0 | 0.000000e+00 | -- | Inf
0.78/0.88 c 0.9s| 1 | 2 | 271 | - |8825k| 0 | 159 | 200 | 302 | 200 | 311 | 9 | 0 | 10 | 0.000000e+00 | -- | Inf
17.49/17.53 c
17.49/17.53 c SCIP Status : problem is solved [infeasible]
17.49/17.53 c Solving Time (sec) : 17.53
17.49/17.53 c Solving Nodes : 45
17.49/17.53 c Primal Bound : +1.00000000000000e+20 (0 solutions)
17.49/17.53 c Dual Bound : +1.00000000000000e+20
17.49/17.53 c Gap : 0.00 %
17.49/17.53 s UNSATISFIABLE
17.49/17.53 c SCIP Status : problem is solved [infeasible]
17.49/17.53 c Total Time : 17.53
17.49/17.53 c solving : 17.53
17.49/17.53 c presolving : 0.21 (included in solving)
17.49/17.53 c reading : 0.01 (included in solving)
17.49/17.53 c copying : 0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
17.49/17.53 c Original Problem :
17.49/17.53 c Problem name : HOME/instance-3691884-1338038056.opb
17.49/17.53 c Variables : 3262 (200 binary, 0 integer, 3062 implicit integer, 0 continuous)
17.49/17.53 c Constraints : 3564 initial, 3564 maximal
17.49/17.53 c Objective sense : minimize
17.49/17.53 c Presolved Problem :
17.49/17.53 c Problem name : t_HOME/instance-3691884-1338038056.opb
17.49/17.53 c Variables : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
17.49/17.53 c Constraints : 302 initial, 314 maximal
17.49/17.53 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
17.49/17.53 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c dualfix : 0.01 0.00 3062 0 0 0 0 0 0 0 0
17.49/17.53 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c knapsack : 0.01 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c linear : 0.01 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c logicor : 0.00 0.00 0 0 0 0 0 0 0 0 0
17.49/17.53 c pseudoboolean : 0.01 0.00 0 0 0 0 0 3462 200 0 0
17.49/17.53 c root node : - - 2 - - 2 - - - - -
17.49/17.53 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
17.49/17.53 c integral : 0 0 0 0 95 0 1 0 7 326 0 0 44
17.49/17.53 c knapsack : 201 201 2 133 0 0 0 0 0 0 34 0 0
17.49/17.53 c setppc : 100 100 2 133 0 0 0 9 0 22 0 0 0
17.49/17.53 c linear : 1 1 2 133 0 0 0 0 0 0 0 0 0
17.49/17.53 c logicor : 0+ 15 0 20 0 0 0 0 0 0 0 0 0
17.49/17.53 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
17.49/17.53 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
17.49/17.53 c integral : 15.58 0.00 0.00 0.00 15.58 0.00 0.00 0.00
17.49/17.53 c knapsack : 0.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c logicor : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c Propagators : #Propagate #ResProp Cutoffs DomReds
17.49/17.53 c rootredcost : 0 0 0 0
17.49/17.53 c pseudoobj : 0 0 0 0
17.49/17.53 c vbounds : 0 0 0 0
17.49/17.53 c redcost : 96 0 0 0
17.49/17.53 c probing : 0 0 0 0
17.49/17.53 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
17.49/17.53 c rootredcost : 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c vbounds : 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c redcost : 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c probing : 0.00 0.00 0.00 0.00 0.00
17.49/17.53 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
17.49/17.53 c propagation : 0.00 0 0 0 0.0 0 0.0 -
17.49/17.53 c infeasible LP : 0.00 16 16 25 25.3 0 0.0 0
17.49/17.53 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
17.49/17.53 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
17.49/17.53 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
17.49/17.53 c applied globally : - - - 15 23.1 - - -
17.49/17.53 c applied locally : - - - 1 51.0 - - -
17.49/17.53 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
17.49/17.53 c cut pool : 0.00 0 - - 0 - (maximal pool size: 0)
17.49/17.53 c closecuts : 0.00 0.00 0 0 0 0 0
17.49/17.53 c impliedbounds : 0.00 0.00 2 0 0 0 0
17.49/17.53 c intobj : 0.00 0.00 0 0 0 0 0
17.49/17.53 c gomory : 0.05 0.00 2 0 0 0 0
17.49/17.53 c cgmip : 0.00 0.00 0 0 0 0 0
17.49/17.53 c strongcg : 0.04 0.00 2 0 0 0 0
17.49/17.53 c cmir : 0.00 0.00 0 0 0 0 0
17.49/17.53 c flowcover : 0.00 0.00 0 0 0 0 0
17.49/17.53 c clique : 0.00 0.00 1 0 0 0 0
17.49/17.53 c zerohalf : 0.00 0.00 0 0 0 0 0
17.49/17.53 c mcf : 0.00 0.00 1 0 0 0 0
17.49/17.53 c oddcycle : 0.00 0.00 0 0 0 0 0
17.49/17.53 c rapidlearning : 0.09 0.00 1 0 0 0 0
17.49/17.53 c Pricers : ExecTime SetupTime Calls Vars
17.49/17.53 c problem variables: 0.00 - 0 0
17.49/17.53 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
17.49/17.53 c relpscost : 15.58 0.00 95 7 326 0 0 44
17.49/17.53 c pscost : 0.00 0.00 0 0 0 0 0 0
17.49/17.53 c inference : 0.00 0.00 0 0 0 0 0 0
17.49/17.53 c mostinf : 0.00 0.00 0 0 0 0 0 0
17.49/17.53 c leastinf : 0.00 0.00 0 0 0 0 0 0
17.49/17.53 c fullstrong : 0.00 0.00 0 0 0 0 0 0
17.49/17.53 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
17.49/17.53 c random : 0.00 0.00 0 0 0 0 0 0
17.49/17.53 c Primal Heuristics : ExecTime SetupTime Calls Found
17.49/17.53 c LP solutions : 0.00 - - 0
17.49/17.53 c pseudo solutions : 0.00 - - 0
17.49/17.53 c smallcard : 0.00 0.00 0 0
17.49/17.53 c trivial : 0.00 0.00 1 0
17.49/17.53 c shiftandpropagate: 0.00 0.00 0 0
17.49/17.53 c simplerounding : 0.00 0.00 0 0
17.49/17.53 c zirounding : 0.00 0.00 0 0
17.49/17.53 c rounding : 0.00 0.00 0 0
17.49/17.53 c shifting : 0.00 0.00 0 0
17.49/17.53 c intshifting : 0.00 0.00 0 0
17.49/17.53 c oneopt : 0.00 0.00 0 0
17.49/17.53 c twoopt : 0.00 0.00 0 0
17.49/17.53 c indtwoopt : 0.00 0.00 0 0
17.49/17.53 c indoneopt : 0.00 0.00 0 0
17.49/17.53 c fixandinfer : 0.00 0.00 0 0
17.49/17.53 c feaspump : 0.00 0.00 0 0
17.49/17.53 c clique : 0.00 0.00 0 0
17.49/17.53 c indrounding : 0.00 0.00 0 0
17.49/17.53 c indcoefdiving : 0.00 0.00 0 0
17.49/17.53 c coefdiving : 0.00 0.00 0 0
17.49/17.53 c pscostdiving : 0.00 0.00 0 0
17.49/17.53 c nlpdiving : 0.00 0.00 0 0
17.49/17.53 c fracdiving : 0.00 0.00 0 0
17.49/17.53 c veclendiving : 0.00 0.00 0 0
17.49/17.53 c intdiving : 0.00 0.00 0 0
17.49/17.53 c actconsdiving : 0.00 0.00 0 0
17.49/17.53 c objpscostdiving : 0.00 0.00 0 0
17.49/17.53 c rootsoldiving : 0.00 0.00 0 0
17.49/17.53 c linesearchdiving : 0.00 0.00 0 0
17.49/17.53 c guideddiving : 0.00 0.00 0 0
17.49/17.53 c octane : 0.00 0.00 0 0
17.49/17.53 c rens : 0.00 0.00 0 0
17.49/17.53 c rins : 0.00 0.00 0 0
17.49/17.53 c localbranching : 0.00 0.00 0 0
17.49/17.53 c mutation : 0.00 0.00 0 0
17.49/17.53 c crossover : 0.00 0.00 0 0
17.49/17.53 c dins : 0.00 0.00 0 0
17.49/17.53 c vbounds : 0.00 0.00 0 0
17.49/17.53 c undercover : 0.00 0.00 0 0
17.49/17.53 c subnlp : 0.00 0.00 0 0
17.49/17.53 c trysol : 0.00 0.00 0 0
17.49/17.53 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
17.49/17.53 c primal LP : 0.00 0 0 0.00 - 0.00 0
17.49/17.53 c dual LP : 1.51 112 8174 72.98 5419.07 0.00 0
17.49/17.53 c lex dual LP : 0.00 0 0 0.00 -
17.49/17.53 c barrier LP : 0.00 0 0 0.00 - 0.00 0
17.49/17.53 c diving/probing LP: 0.00 0 0 0.00 -
17.49/17.53 c strong branching : 15.57 589 87668 148.84 5629.40
17.49/17.53 c (at root node) : - 10 2329 232.90 -
17.49/17.53 c conflict analysis: 0.00 0 0 0.00 -
17.49/17.53 c B&B Tree :
17.49/17.53 c number of runs : 1
17.49/17.53 c nodes : 45
17.49/17.53 c nodes (total) : 45
17.49/17.53 c nodes left : 0
17.49/17.53 c max depth : 22
17.49/17.53 c max depth (total): 22
17.49/17.53 c backtracks : 14 (31.1%)
17.49/17.53 c delayed cutoffs : 0
17.49/17.53 c repropagations : 0 (0 domain reductions, 0 cutoffs)
17.49/17.53 c avg switch length: 2.80
17.49/17.53 c switching time : 0.00
17.49/17.53 c Solution :
17.49/17.53 c Solutions found : 0 (0 improvements)
17.49/17.53 c Primal Bound : infeasible
17.49/17.53 c Dual Bound : -
17.49/17.53 c Gap : 0.00 %
17.49/17.53 c Root Dual Bound : +0.00000000000000e+00
17.49/17.53 c Root Iterations : 271
17.49/17.54 c Time complete: 17.53.
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-3691884-1338038056/watcher-3691884-1338038056 -o /tmp/evaluation-result-3691884-1338038056/solver-3691884-1338038056 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691884-1338038056.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.01 2.03 2.00 3/176 7432
/proc/meminfo: memFree=28639212/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 1842 0 0 0 0 0 0 0 20 0 1 0 269929989 12316672 1796 33554432000 4194304 10219143 140737377624048 140734551710584 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 3007 1805 398 1471 0 1527 0
[startup+0.056499 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 7432
/proc/meminfo: memFree=28639212/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=28524 CPUtime=0.05 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 5958 0 0 0 3 2 0 0 20 0 1 0 269929989 29208576 5655 33554432000 4194304 10219143 140737377624048 140734551710584 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 7131 5655 565 1471 0 5651 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28524
[startup+0.100352 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 7432
/proc/meminfo: memFree=28639212/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=28524 CPUtime=0.09 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 5958 0 0 0 3 6 0 0 20 0 1 0 269929989 29208576 5655 33554432000 4194304 10219143 140737377624048 140734551710584 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 7131 5655 565 1471 0 5651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28524
[startup+0.300254 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 7432
/proc/meminfo: memFree=28639212/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=34252 CPUtime=0.28 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 7674 0 0 0 12 16 0 0 20 0 1 0 269929989 35074048 7343 33554432000 4194304 10219143 140737377624048 140734551710584 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 8563 7343 793 1471 0 7083 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34252
[startup+0.700231 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 7432
/proc/meminfo: memFree=28639212/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=0.69 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10797 0 0 0 50 19 0 0 20 0 1 0 269929989 42065920 9046 33554432000 4194304 10219143 140737377624048 140734551710584 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9046 832 1471 0 8790 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41080
[startup+1.50024 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 7433
/proc/meminfo: memFree=28605956/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=1.49 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10799 0 0 0 129 20 0 0 20 0 1 0 269929989 42065920 9048 33554432000 4194304 10219143 140737377624048 140737377617176 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9048 834 1471 0 8790 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41080
[startup+3.10023 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 7433
/proc/meminfo: memFree=28605088/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=3.09 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10802 0 0 0 288 21 0 0 20 0 1 0 269929989 42065920 9051 33554432000 4194304 10219143 140737377624048 140737377617032 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9051 837 1471 0 8790 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41080
[startup+6.30023 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 7433
/proc/meminfo: memFree=28604716/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=6.29 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10802 0 0 0 606 23 0 0 20 0 1 0 269929989 42065920 9051 33554432000 4194304 10219143 140737377624048 140737377617176 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9051 837 1471 0 8790 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41080
[startup+12.7002 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 7433
/proc/meminfo: memFree=28604732/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=12.69 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10802 0 0 0 1242 27 0 0 20 0 1 0 269929989 42065920 9051 33554432000 4194304 10219143 140737377624048 140737377617544 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9051 837 1471 0 8790 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41080
Solver just ended. Dumping a history of the last processes samples
[startup+15.9002 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 7433
/proc/meminfo: memFree=28605120/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=15.89 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10802 0 0 0 1560 29 0 0 20 0 1 0 269929989 42065920 9051 33554432000 4194304 10219143 140737377624048 140737377617352 8099182 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9051 837 1471 0 8790 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 41080
[startup+16.7002 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 7433
/proc/meminfo: memFree=28605120/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=16.68 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10802 0 0 0 1639 29 0 0 20 0 1 0 269929989 42065920 9051 33554432000 4194304 10219143 140737377624048 140737377617352 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9051 837 1471 0 8790 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 41080
[startup+17.1002 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 7433
/proc/meminfo: memFree=28605120/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=17.08 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10802 0 0 0 1679 29 0 0 20 0 1 0 269929989 42065920 9051 33554432000 4194304 10219143 140737377624048 140737377617032 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9051 837 1471 0 8790 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 41080
[startup+17.5002 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 7433
/proc/meminfo: memFree=28605120/32873844 swapFree=7620/7620
[pid=7432] ppid=7430 vsize=41080 CPUtime=17.49 cores=1,3,5,7
/proc/7432/stat : 7432 (scip-2.1.1.4exp) R 7430 7432 3948 0 -1 4202496 10802 0 0 0 1719 30 0 0 20 0 1 0 269929989 42065920 9051 33554432000 4194304 10219143 140737377624048 140737377617032 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7432/statm: 10270 9051 837 1471 0 8790 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 41080
Child status: 0
Real time (s): 17.5498
CPU time (s): 17.5463
CPU user time (s): 17.2394
CPU system time (s): 0.306953
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 44932
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2394
system time used= 0.306953
maximum resident set size= 41816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10807
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= 3
involuntary context switches= 18
runsolver used 0.030995 second user time and 0.079987 second system time
The end