0.00/0.00 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00 c Copyright (c) 2002-2010 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-3730701-1338682222.opb>
0.03/0.07 c original problem has 3939 variables (3939 bin, 0 int, 0 impl, 0 cont) and 10412 constraints
0.03/0.07 c problem read
0.03/0.07 c No objective function, only one solution is needed.
0.03/0.07 c presolving settings loaded
0.03/0.09 c presolving:
0.09/0.16 c (round 1) 520 del vars, 652 del conss, 221 chg bounds, 336 chg sides, 724 chg coeffs, 0 upgd conss, 170882 impls, 0 clqs
0.09/0.17 c (round 2) 522 del vars, 1334 del conss, 223 chg bounds, 336 chg sides, 724 chg coeffs, 0 upgd conss, 170882 impls, 0 clqs
0.09/0.17 c (round 3) 542 del vars, 1384 del conss, 243 chg bounds, 336 chg sides, 724 chg coeffs, 0 upgd conss, 170954 impls, 0 clqs
0.09/0.17 c (round 4) 546 del vars, 1390 del conss, 247 chg bounds, 336 chg sides, 724 chg coeffs, 0 upgd conss, 170954 impls, 0 clqs
0.09/0.17 c (round 5) 552 del vars, 1401 del conss, 253 chg bounds, 336 chg sides, 724 chg coeffs, 0 upgd conss, 170968 impls, 0 clqs
0.09/0.18 c (round 6) 556 del vars, 1415 del conss, 257 chg bounds, 336 chg sides, 724 chg coeffs, 0 upgd conss, 171196 impls, 0 clqs
0.09/0.18 c (round 7) 560 del vars, 1425 del conss, 261 chg bounds, 336 chg sides, 724 chg coeffs, 0 upgd conss, 171224 impls, 0 clqs
0.09/0.18 c (round 8) 560 del vars, 1433 del conss, 261 chg bounds, 336 chg sides, 724 chg coeffs, 0 upgd conss, 171264 impls, 0 clqs
0.19/0.22 c (round 9) 560 del vars, 1439 del conss, 261 chg bounds, 336 chg sides, 724 chg coeffs, 8973 upgd conss, 171264 impls, 0 clqs
0.19/0.23 c presolving (10 rounds):
0.19/0.23 c 560 deleted vars, 1439 deleted constraints, 261 tightened bounds, 0 added holes, 336 changed sides, 724 changed coefficients
0.19/0.23 c 171264 implications, 0 cliques
0.19/0.23 c presolved problem has 3379 variables (3379 bin, 0 int, 0 impl, 0 cont) and 8973 constraints
0.19/0.23 c 672 constraints of type <knapsack>
0.19/0.23 c 5549 constraints of type <setppc>
0.19/0.23 c 2752 constraints of type <logicor>
0.19/0.23 c transformed objective value is always integral (scale: 1)
0.19/0.23 c Presolving Time: 0.14
0.19/0.23 c - non default parameters ----------------------------------------------------------------------
0.19/0.23 c # SCIP version 1.2.1.3
0.19/0.23 c
0.19/0.23 c # frequency for displaying node information lines
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23 c display/freq = 10000
0.19/0.23 c
0.19/0.23 c # maximal time in seconds to run
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23 c limits/time = 1789.94
0.19/0.23 c
0.19/0.23 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23 c limits/memory = 13950
0.19/0.23 c
0.19/0.23 c # solving stops, if the given number of solutions were found (-1: no limit)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23 c limits/solutions = 1
0.19/0.23 c
0.19/0.23 c # maximal number of separation rounds per node (-1: unlimited)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 5]
0.19/0.23 c separating/maxrounds = 1
0.19/0.23 c
0.19/0.23 c # maximal number of separation rounds in the root node (-1: unlimited)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23 c separating/maxroundsroot = 5
0.19/0.23 c
0.19/0.23 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23 c # [type: int, range: [1,2], default: 1]
0.19/0.23 c timing/clocktype = 2
0.19/0.23 c
0.19/0.23 c # should presolving try to simplify inequalities
0.19/0.23 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23 c constraints/linear/simplifyinequalities = TRUE
0.19/0.23 c
0.19/0.23 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23 c constraints/indicator/addCouplingCons = TRUE
0.19/0.23 c
0.19/0.23 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.19/0.23 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.19/0.23 c constraints/knapsack/disaggregation = FALSE
0.19/0.23 c
0.19/0.23 c # should presolving try to simplify knapsacks
0.19/0.23 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23 c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23 c
0.19/0.23 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23 c presolving/probing/maxrounds = 0
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/coefdiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/coefdiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/coefdiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 30]
0.19/0.23 c heuristics/crossover/freq = -1
0.19/0.23 c
0.19/0.23 c # number of nodes added to the contingent of the total nodes
0.19/0.23 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.23 c heuristics/crossover/nodesofs = 750
0.19/0.23 c
0.19/0.23 c # number of nodes without incumbent change that heuristic should wait
0.19/0.23 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.19/0.23 c heuristics/crossover/nwaitingnodes = 100
0.19/0.23 c
0.19/0.23 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.19/0.23 c # [type: real, range: [0,1], default: 0.1]
0.19/0.23 c heuristics/crossover/nodesquot = 0.15
0.19/0.23 c
0.19/0.23 c # minimum percentage of integer variables that have to be fixed
0.19/0.23 c # [type: real, range: [0,1], default: 0.666]
0.19/0.23 c heuristics/crossover/minfixingrate = 0.5
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.23 c heuristics/feaspump/freq = -1
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/feaspump/maxlpiterofs = 2000
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/fracdiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/fracdiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/fracdiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.19/0.23 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.23 c heuristics/guideddiving/freq = -1
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.23 c heuristics/guideddiving/maxlpiterquot = 0.075
0.19/0.23 c
0.19/0.23 c # additional number of allowed LP iterations
0.19/0.23 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.23 c heuristics/guideddiving/maxlpiterofs = 1500
0.19/0.23 c
0.19/0.23 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.24 c heuristics/intdiving/maxlpiterquot = 0.075
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.24 c heuristics/intshifting/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.24 c heuristics/linesearchdiving/freq = -1
0.19/0.24 c
0.19/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.24 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.19/0.24 c
0.19/0.24 c # additional number of allowed LP iterations
0.19/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.24 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.24 c heuristics/nlp/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.24 c heuristics/objpscostdiving/freq = -1
0.19/0.24 c
0.19/0.24 c # maximal fraction of diving LP iterations compared to total iteration number
0.19/0.24 c # [type: real, range: [0,1], default: 0.01]
0.19/0.24 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.19/0.24 c
0.19/0.24 c # additional number of allowed LP iterations
0.19/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.24 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.24 c heuristics/oneopt/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.24 c heuristics/pscostdiving/freq = -1
0.19/0.24 c
0.19/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.24 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.19/0.24 c
0.19/0.24 c # additional number of allowed LP iterations
0.19/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.24 c heuristics/pscostdiving/maxlpiterofs = 1500
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.24 c heuristics/rens/freq = -1
0.19/0.24 c
0.19/0.24 c # minimum percentage of integer variables that have to be fixable
0.19/0.24 c # [type: real, range: [0,1], default: 0.5]
0.19/0.24 c heuristics/rens/minfixingrate = 0.3
0.19/0.24 c
0.19/0.24 c # number of nodes added to the contingent of the total nodes
0.19/0.24 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.24 c heuristics/rens/nodesofs = 2000
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.24 c heuristics/rootsoldiving/freq = -1
0.19/0.24 c
0.19/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.19/0.24 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.19/0.24 c
0.19/0.24 c # additional number of allowed LP iterations
0.19/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.24 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.24 c heuristics/rounding/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.24 c heuristics/shifting/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.24 c heuristics/simplerounding/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.24 c heuristics/trivial/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.24 c heuristics/trysol/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.24 c heuristics/veclendiving/freq = -1
0.19/0.24 c
0.19/0.24 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.24 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.24 c heuristics/veclendiving/maxlpiterquot = 0.075
0.19/0.24 c
0.19/0.24 c # additional number of allowed LP iterations
0.19/0.24 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.24 c heuristics/veclendiving/maxlpiterofs = 1500
0.19/0.24 c
0.19/0.24 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.24 c heuristics/zirounding/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.24 c separating/cmir/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.24 c separating/flowcover/freq = -1
0.19/0.24 c
0.19/0.24 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.24 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.24 c separating/rapidlearning/freq = 0
0.19/0.24 c
0.19/0.24 c -----------------------------------------------------------------------------------------------
0.19/0.24 c start solving
0.19/0.24 c
0.28/0.34 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.28/0.34 c 0.3s| 1 | 0 | 1155 | - | 24M| 0 | 876 |3379 |8973 |3379 |8973 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1.69/1.78 c 1.7s| 1 | 0 | 2205 | - | 25M| 0 |1052 |3379 |9439 |3379 |9093 | 138 | 0 | 0 | 0.000000e+00 | -- | Inf
2.29/2.38 c 2.3s| 1 | 0 | 2951 | - | 26M| 0 |1189 |3379 |9439 |3379 |9200 | 245 | 0 | 0 | 0.000000e+00 | -- | Inf
3.49/3.54 c 3.5s| 1 | 0 | 4273 | - | 26M| 0 |1225 |3379 |9439 |3379 |9319 | 364 | 0 | 0 | 0.000000e+00 | -- | Inf
5.08/5.16 c 5.1s| 1 | 0 | 5528 | - | 26M| 0 |1367 |3379 |9439 |3379 |9412 | 457 | 0 | 0 | 0.000000e+00 | -- | Inf
7.49/7.56 c 7.5s| 1 | 0 | 7524 | - | 26M| 0 |1361 |3379 |9439 |3379 |9514 | 559 | 0 | 0 | 0.000000e+00 | -- | Inf
17.69/17.74 c 17.7s| 1 | 2 | 7524 | - | 26M| 0 |1361 |3379 |9439 |3379 |9514 | 559 | 0 | 29 | 0.000000e+00 | -- | Inf
119.47/119.52 c
119.47/119.52 c SCIP Status : problem is solved [infeasible]
119.47/119.52 c Solving Time (sec) : 119.45
119.47/119.52 c Solving Nodes : 498
119.47/119.52 c Primal Bound : +1.00000000000000e+20 (0 solutions)
119.47/119.52 c Dual Bound : +1.00000000000000e+20
119.47/119.52 c Gap : 0.00 %
119.47/119.52 s UNSATISFIABLE
119.47/119.52 c SCIP Status : problem is solved [infeasible]
119.47/119.52 c Solving Time : 119.45
119.47/119.52 c Original Problem :
119.47/119.52 c Problem name : HOME/instance-3730701-1338682222.opb
119.47/119.52 c Variables : 3939 (3939 binary, 0 integer, 0 implicit integer, 0 continuous)
119.47/119.52 c Constraints : 10412 initial, 10412 maximal
119.47/119.52 c Presolved Problem :
119.47/119.52 c Problem name : t_HOME/instance-3730701-1338682222.opb
119.47/119.52 c Variables : 3379 (3379 binary, 0 integer, 0 implicit integer, 0 continuous)
119.47/119.52 c Constraints : 8973 initial, 9692 maximal
119.47/119.52 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
119.47/119.52 c trivial : 0.00 0 0 0 0 0 0 0 0
119.47/119.52 c dualfix : 0.00 0 0 0 0 0 0 0 0
119.47/119.52 c boundshift : 0.00 0 0 0 0 0 0 0 0
119.47/119.52 c inttobinary : 0.00 0 0 0 0 0 0 0 0
119.47/119.52 c implics : 0.01 0 294 0 0 0 0 0 0
119.47/119.52 c probing : 0.00 0 0 0 0 0 0 0 0
119.47/119.52 c knapsack : 0.00 0 0 0 0 0 0 0 0
119.47/119.52 c setppc : 0.01 0 0 0 0 0 0 0 0
119.47/119.52 c linear : 0.09 261 5 0 261 0 1439 336 724
119.47/119.52 c logicor : 0.01 0 0 0 0 0 0 0 0
119.47/119.52 c root node : - 1271 - - 1271 - - - -
119.47/119.52 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
119.47/119.52 c integral : 0 0 0 358 0 0 20 0 0 696
119.47/119.52 c knapsack : 672 6 6065 0 0 0 0 1202 0 0
119.47/119.52 c setppc : 5549 6 6065 0 0 75 40880 0 0 0
119.47/119.52 c linear : 0+ 5 5989 0 0 44 1257 16 0 0
119.47/119.52 c logicor : 2752+ 6 5382 0 0 132 20860 0 0 0
119.47/119.52 c countsols : 0 0 0 0 0 0 0 0 0 0
119.47/119.52 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
119.47/119.52 c integral : 73.91 0.00 0.00 73.91 0.00
119.47/119.52 c knapsack : 0.08 0.02 0.06 0.00 0.00
119.47/119.52 c setppc : 0.31 0.00 0.31 0.00 0.00
119.47/119.52 c linear : 0.17 0.00 0.17 0.00 0.00
119.47/119.52 c logicor : 0.10 0.00 0.10 0.00 0.00
119.47/119.52 c countsols : 0.00 0.00 0.00 0.00 0.00
119.47/119.52 c Propagators : Time Calls Cutoffs DomReds
119.47/119.52 c vbounds : 0.00 1 0 0
119.47/119.52 c rootredcost : 0.00 0 0 0
119.47/119.52 c pseudoobj : 0.00 0 0 0
119.47/119.52 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
119.47/119.52 c propagation : 0.04 251 230 1152 39.1 25 19.3 -
119.47/119.52 c infeasible LP : 0.01 11 11 20 5.8 7 16.0 0
119.47/119.52 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
119.47/119.52 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
119.47/119.52 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
119.47/119.52 c applied globally : - - - 615 31.3 - - -
119.47/119.52 c applied locally : - - - 0 0.0 - - -
119.47/119.52 c Separators : Time Calls Cutoffs DomReds Cuts Conss
119.47/119.52 c cut pool : 0.00 4 - - 124 - (maximal pool size: 1280)
119.47/119.52 c redcost : 0.02 352 0 0 0 0
119.47/119.52 c impliedbounds : 0.00 5 0 0 0 0
119.47/119.52 c intobj : 0.00 0 0 0 0 0
119.47/119.52 c cgmip : 0.00 0 0 0 0 0
119.47/119.52 c gomory : 2.12 5 0 0 1550 0
119.47/119.52 c strongcg : 1.57 5 0 0 1771 0
119.47/119.52 c cmir : 0.00 0 0 0 0 0
119.47/119.52 c flowcover : 0.00 0 0 0 0 0
119.47/119.52 c clique : 0.13 5 0 0 38 0
119.47/119.52 c zerohalf : 0.00 0 0 0 0 0
119.47/119.52 c mcf : 0.01 1 0 0 0 0
119.47/119.52 c rapidlearning : 0.86 1 0 6 0 484
119.47/119.52 c Pricers : Time Calls Vars
119.47/119.52 c problem variables: 0.00 0 0
119.47/119.52 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
119.47/119.52 c relpscost : 73.91 358 0 20 0 0 696
119.47/119.52 c pscost : 0.00 0 0 0 0 0 0
119.47/119.52 c inference : 0.00 0 0 0 0 0 0
119.47/119.52 c mostinf : 0.00 0 0 0 0 0 0
119.47/119.52 c leastinf : 0.00 0 0 0 0 0 0
119.47/119.52 c fullstrong : 0.00 0 0 0 0 0 0
119.47/119.52 c allfullstrong : 0.00 0 0 0 0 0 0
119.47/119.52 c random : 0.00 0 0 0 0 0 0
119.47/119.52 c Primal Heuristics : Time Calls Found
119.47/119.52 c LP solutions : 0.00 - 0
119.47/119.52 c pseudo solutions : 0.00 - 0
119.47/119.52 c trivial : 0.00 1 0
119.47/119.52 c simplerounding : 0.00 0 0
119.47/119.52 c zirounding : 0.00 0 0
119.47/119.52 c rounding : 0.00 0 0
119.47/119.52 c shifting : 0.00 0 0
119.47/119.52 c intshifting : 0.00 0 0
119.47/119.52 c oneopt : 0.00 0 0
119.47/119.52 c twoopt : 0.00 0 0
119.47/119.52 c fixandinfer : 0.00 0 0
119.47/119.52 c feaspump : 0.00 0 0
119.47/119.52 c coefdiving : 0.00 0 0
119.47/119.52 c pscostdiving : 0.00 0 0
119.47/119.52 c fracdiving : 0.00 0 0
119.47/119.52 c veclendiving : 0.00 0 0
119.47/119.52 c intdiving : 0.00 0 0
119.47/119.52 c actconsdiving : 0.00 0 0
119.47/119.52 c objpscostdiving : 0.00 0 0
119.47/119.52 c rootsoldiving : 0.00 0 0
119.47/119.52 c linesearchdiving : 0.00 0 0
119.47/119.52 c guideddiving : 0.00 0 0
119.47/119.52 c octane : 0.00 0 0
119.47/119.52 c rens : 0.00 0 0
119.47/119.52 c rins : 0.00 0 0
119.47/119.52 c localbranching : 0.00 0 0
119.47/119.52 c mutation : 0.00 0 0
119.47/119.52 c crossover : 0.00 0 0
119.47/119.52 c dins : 0.00 0 0
119.47/119.52 c undercover : 0.00 0 0
119.47/119.52 c nlp : 0.00 0 0
119.47/119.52 c trysol : 0.00 0 0
119.47/119.52 c LP : Time Calls Iterations Iter/call Iter/sec
119.47/119.52 c primal LP : 0.00 0 0 0.00 -
119.47/119.52 c dual LP : 39.20 374 97915 261.80 2497.70
119.47/119.52 c lex dual LP : 0.00 0 0 0.00 -
119.47/119.52 c barrier LP : 0.00 0 0 0.00 -
119.47/119.52 c diving/probing LP: 0.00 0 0 0.00 -
119.47/119.52 c strong branching : 73.82 334 169132 506.38 2291.09
119.47/119.52 c (at root node) : - 29 19807 683.00 -
119.47/119.52 c conflict analysis: 0.00 0 0 0.00 -
119.47/119.52 c B&B Tree :
119.47/119.52 c number of runs : 1
119.47/119.52 c nodes : 498
119.47/119.52 c nodes (total) : 498
119.47/119.52 c nodes left : 0
119.47/119.52 c max depth : 28
119.47/119.52 c max depth (total): 28
119.47/119.52 c backtracks : 120 (24.1%)
119.47/119.52 c delayed cutoffs : 199
119.47/119.52 c repropagations : 486 (21441 domain reductions, 112 cutoffs)
119.47/119.52 c avg switch length: 3.35
119.47/119.52 c switching time : 0.23
119.47/119.52 c Solution :
119.47/119.52 c Solutions found : 0 (0 improvements)
119.47/119.52 c Primal Bound : infeasible
119.47/119.52 c Dual Bound : -
119.47/119.52 c Gap : 0.00 %
119.47/119.52 c Root Dual Bound : +0.00000000000000e+00
119.47/119.52 c Root Iterations : 7524
119.47/119.55 c Time complete: 119.52.
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-3730701-1338682222/watcher-3730701-1338682222 -o /tmp/evaluation-result-3730701-1338682222/solver-3730701-1338682222 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730701-1338682222.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 1.91 3/177 21994
/proc/meminfo: memFree=23141172/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=10216 CPUtime=0 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 1792 0 0 0 0 0 0 0 20 0 1 0 334346675 10461184 1738 33554432000 4194304 8395647 140733996717040 140733996648872 4473229 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 2554 1741 390 1026 0 1524 0
[startup+0.036237 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21994
/proc/meminfo: memFree=23141172/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=14352 CPUtime=0.03 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 2856 0 0 0 3 0 0 0 20 0 1 0 334346675 14696448 2802 33554432000 4194304 8395647 140733996717040 140733996648872 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 3588 2802 390 1026 0 2558 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14352
[startup+0.100232 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21994
/proc/meminfo: memFree=23141172/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=35064 CPUtime=0.09 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 8056 0 0 0 8 1 0 0 20 0 1 0 334346675 35905536 7648 33554432000 4194304 8395647 140733996717040 140733996648872 5042733 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 8766 7648 462 1026 0 7736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35064
[startup+0.300238 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21994
/proc/meminfo: memFree=23141172/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=58596 CPUtime=0.28 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 14047 0 0 0 27 1 0 0 20 0 1 0 334346675 60002304 13395 33554432000 4194304 8395647 140733996717040 140733996648872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 14649 13395 575 1026 0 13619 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 58596
[startup+0.700256 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21994
/proc/meminfo: memFree=23141172/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=87784 CPUtime=0.69 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 21285 0 0 0 66 3 0 0 20 0 1 0 334346675 89890816 20599 33554432000 4194304 8395647 140733996717040 140733996648872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 21946 20599 613 1026 0 20916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87784
[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21995
/proc/meminfo: memFree=23050720/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=1.49 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24566 0 0 0 142 7 0 0 20 0 1 0 334346675 103284736 23880 33554432000 4194304 8395647 140733996717040 140733996712088 6149725 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 23880 628 1026 0 24186 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100864
[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21995
/proc/meminfo: memFree=23046628/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=3.08 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24819 0 0 0 301 7 0 0 20 0 1 0 334346675 103284736 24040 33554432000 4194304 8395647 140733996717040 140733996712328 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24040 628 1026 0 24186 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100864
[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21995
/proc/meminfo: memFree=23046380/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=6.29 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24820 0 0 0 620 9 0 0 20 0 1 0 334346675 103284736 24041 33554432000 4194304 8395647 140733996717040 140733996712280 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24041 628 1026 0 24186 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100864
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21995
/proc/meminfo: memFree=23045668/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=12.69 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24822 0 0 0 1258 11 0 0 20 0 1 0 334346675 103284736 24043 33554432000 4194304 8395647 140733996717040 140733996711912 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24043 628 1026 0 24186 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100864
[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21995
/proc/meminfo: memFree=23045296/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=25.48 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24824 0 0 0 2535 13 0 0 20 0 1 0 334346675 103284736 24045 33554432000 4194304 8395647 140733996717040 140733996711912 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24045 629 1026 0 24186 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100864
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23043208/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=51.08 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24824 0 0 0 5088 20 0 0 20 0 1 0 334346675 103284736 24045 33554432000 4194304 8395647 140733996717040 140733996711912 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24045 629 1026 0 24186 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 100864
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23042880/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=102.28 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24915 0 0 0 10193 35 0 0 20 0 1 0 334346675 103284736 24136 33554432000 4194304 8395647 140733996717040 140733996712168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24136 630 1026 0 24186 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 100864
Solver just ended. Dumping a history of the last processes samples
[startup+108.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23041188/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=108.67 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24916 0 0 0 10831 36 0 0 20 0 1 0 334346675 103284736 24137 33554432000 4194304 8395647 140733996717040 140733996712504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24137 630 1026 0 24186 0
Current children cumulated CPU time (s) 108.67
Current children cumulated vsize (KiB) 100864
[startup+115.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23041464/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=115.07 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24916 0 0 0 11469 38 0 0 20 0 1 0 334346675 103284736 24137 33554432000 4194304 8395647 140733996717040 140733996712504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24137 630 1026 0 24186 0
Current children cumulated CPU time (s) 115.07
Current children cumulated vsize (KiB) 100864
[startup+116.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23040704/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=116.67 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24916 0 0 0 11629 38 0 0 20 0 1 0 334346675 103284736 24137 33554432000 4194304 8395647 140733996717040 140733996712248 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24137 630 1026 0 24186 0
Current children cumulated CPU time (s) 116.67
Current children cumulated vsize (KiB) 100864
[startup+118.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23040828/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=118.27 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24916 0 0 0 11788 39 0 0 20 0 1 0 334346675 103284736 24137 33554432000 4194304 8395647 140733996717040 140733996712168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24137 630 1026 0 24186 0
Current children cumulated CPU time (s) 118.27
Current children cumulated vsize (KiB) 100864
[startup+119.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23040828/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=119.07 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24916 0 0 0 11868 39 0 0 20 0 1 0 334346675 103284736 24137 33554432000 4194304 8395647 140733996717040 140733996712504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24137 630 1026 0 24186 0
Current children cumulated CPU time (s) 119.07
Current children cumulated vsize (KiB) 100864
[startup+119.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23040828/32873648 swapFree=7388/7388
[pid=21994] ppid=21992 vsize=100864 CPUtime=119.47 cores=0,2,4,6
/proc/21994/stat : 21994 (pbscip.linux.x8) R 21992 21994 21664 0 -1 4202496 24916 0 0 0 11908 39 0 0 20 0 1 0 334346675 103284736 24137 33554432000 4194304 8395647 140733996717040 140733996712504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21994/statm: 25216 24137 630 1026 0 24186 0
Current children cumulated CPU time (s) 119.47
Current children cumulated vsize (KiB) 100864
Child status: 0
Real time (s): 119.555
CPU time (s): 119.536
CPU user time (s): 119.13
CPU system time (s): 0.405938
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 100864
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.13
system time used= 0.405938
maximum resident set size= 96556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24921
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= 124
runsolver used 0.169974 second user time and 0.483926 second system time
The end