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-3741848-1338763532.opb>
0.01/0.07 c original problem has 6936 variables (6936 bin, 0 int, 0 impl, 0 cont) and 7142 constraints
0.01/0.07 c problem read
0.01/0.07 c No objective function, only one solution is needed.
0.01/0.07 c presolving settings loaded
0.09/0.10 c presolving:
0.09/0.12 c (round 1) 2 del vars, 2 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12726 impls, 102 clqs
0.09/0.12 c (round 2) 136 del vars, 12 del conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12726 impls, 100 clqs
0.09/0.12 c (round 3) 212 del vars, 155 del conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12778 impls, 100 clqs
0.09/0.13 c (round 4) 269 del vars, 212 del conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12890 impls, 100 clqs
0.09/0.13 c (round 5) 315 del vars, 258 del conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13014 impls, 100 clqs
0.09/0.13 c (round 6) 345 del vars, 288 del conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13148 impls, 100 clqs
0.09/0.13 c (round 7) 356 del vars, 299 del conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13228 impls, 100 clqs
0.09/0.13 c (round 8) 360 del vars, 303 del conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13260 impls, 100 clqs
0.09/0.14 c (round 9) 362 del vars, 305 del conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13270 impls, 100 clqs
0.09/0.17 c (round 10) 362 del vars, 405 del conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6637 upgd conss, 13282 impls, 100 clqs
0.09/0.18 c (round 11) 362 del vars, 405 del conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6737 upgd conss, 13282 impls, 100 clqs
0.09/0.19 c presolving (12 rounds):
0.09/0.19 c 362 deleted vars, 405 deleted constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19 c 13282 implications, 100 cliques
0.09/0.19 c presolved problem has 6574 variables (6574 bin, 0 int, 0 impl, 0 cont) and 6737 constraints
0.09/0.19 c 1423 constraints of type <setppc>
0.09/0.19 c 5314 constraints of type <logicor>
0.09/0.19 c transformed objective value is always integral (scale: 1)
0.09/0.19 c Presolving Time: 0.10
0.09/0.19 c - non default parameters ----------------------------------------------------------------------
0.09/0.19 c # SCIP version 1.2.1.3
0.09/0.19 c
0.09/0.19 c # frequency for displaying node information lines
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19 c display/freq = 10000
0.09/0.19 c
0.09/0.19 c # maximal time in seconds to run
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19 c limits/time = 1789.93
0.09/0.19 c
0.09/0.19 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19 c limits/memory = 13950
0.09/0.19 c
0.09/0.19 c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19 c limits/solutions = 1
0.09/0.19 c
0.09/0.19 c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.19 c separating/maxrounds = 1
0.09/0.19 c
0.09/0.19 c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19 c separating/maxroundsroot = 5
0.09/0.19 c
0.09/0.19 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19 c # [type: int, range: [1,2], default: 1]
0.09/0.19 c timing/clocktype = 2
0.09/0.19 c
0.09/0.19 c # should presolving try to simplify inequalities
0.09/0.19 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19 c constraints/linear/simplifyinequalities = TRUE
0.09/0.19 c
0.09/0.19 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19 c constraints/indicator/addCouplingCons = TRUE
0.09/0.19 c
0.09/0.19 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.19 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.19 c constraints/knapsack/disaggregation = FALSE
0.09/0.19 c
0.09/0.19 c # should presolving try to simplify knapsacks
0.09/0.19 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19 c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19 c
0.09/0.19 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19 c presolving/probing/maxrounds = 0
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/coefdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.19 c heuristics/crossover/freq = -1
0.09/0.19 c
0.09/0.19 c # number of nodes added to the contingent of the total nodes
0.09/0.19 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19 c heuristics/crossover/nodesofs = 750
0.09/0.19 c
0.09/0.19 c # number of nodes without incumbent change that heuristic should wait
0.09/0.19 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.19 c heuristics/crossover/nwaitingnodes = 100
0.09/0.19 c
0.09/0.19 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.19 c # [type: real, range: [0,1], default: 0.1]
0.09/0.19 c heuristics/crossover/nodesquot = 0.15
0.09/0.19 c
0.09/0.19 c # minimum percentage of integer variables that have to be fixed
0.09/0.19 c # [type: real, range: [0,1], default: 0.666]
0.09/0.19 c heuristics/crossover/minfixingrate = 0.5
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19 c heuristics/feaspump/freq = -1
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/fracdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/guideddiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/intshifting/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/linesearchdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/nlp/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19 c heuristics/objpscostdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.19 c # [type: real, range: [0,1], default: 0.01]
0.09/0.19 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/oneopt/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/pscostdiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c heuristics/rens/freq = -1
0.09/0.19 c
0.09/0.19 c # minimum percentage of integer variables that have to be fixable
0.09/0.19 c # [type: real, range: [0,1], default: 0.5]
0.09/0.19 c heuristics/rens/minfixingrate = 0.3
0.09/0.19 c
0.09/0.19 c # number of nodes added to the contingent of the total nodes
0.09/0.19 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19 c heuristics/rens/nodesofs = 2000
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19 c heuristics/rootsoldiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.19 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/rounding/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/shifting/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/simplerounding/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c heuristics/trivial/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/trysol/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19 c heuristics/veclendiving/freq = -1
0.09/0.19 c
0.09/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19 c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.19 c
0.09/0.19 c # additional number of allowed LP iterations
0.09/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19 c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.19 c
0.09/0.19 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19 c heuristics/zirounding/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c separating/cmir/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19 c separating/flowcover/freq = -1
0.09/0.19 c
0.09/0.19 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19 c separating/rapidlearning/freq = 0
0.09/0.19 c
0.09/0.19 c -----------------------------------------------------------------------------------------------
0.09/0.19 c start solving
0.09/0.19 c
2.20/2.21 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
2.20/2.21 c 2.1s| 1 | 0 | 3667 | - | 26M| 0 |1325 |6574 |6737 |6574 |6737 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
5.99/6.05 c 6.0s| 1 | 0 | 6071 | - | 27M| 0 |1604 |6574 |7965 |6574 |6744 | 8 | 0 | 0 | 0.000000e+00 | -- | Inf
8.19/8.26 c 8.2s| 1 | 0 | 7868 | - | 27M| 0 |1702 |6574 |7965 |6574 |6752 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
12.28/12.34 c 12.3s| 1 | 0 | 11258 | - | 27M| 0 |1806 |6574 |7965 |6574 |6758 | 22 | 0 | 0 | 0.000000e+00 | -- | Inf
14.79/14.88 c 14.8s| 1 | 0 | 13174 | - | 27M| 0 |1788 |6574 |7965 |6574 |6765 | 29 | 0 | 0 | 0.000000e+00 | -- | Inf
18.19/18.26 c 18.2s| 1 | 0 | 15757 | - | 27M| 0 |1811 |6574 |7965 |6574 |6771 | 35 | 0 | 0 | 0.000000e+00 | -- | Inf
27.89/27.96 c 27.9s| 1 | 2 | 15757 | - | 27M| 0 |1811 |6574 |7965 |6574 |6771 | 35 | 0 | 11 | 0.000000e+00 | -- | Inf
1789.91/1790.20 c
1789.91/1790.20 c SCIP Status : solving was interrupted [time limit reached]
1789.91/1790.20 c Solving Time (sec) : 1790.12
1789.91/1790.20 c Solving Nodes : 1480
1789.91/1790.20 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.91/1790.20 c Dual Bound : +0.00000000000000e+00
1789.91/1790.20 c Gap : infinite
1789.91/1790.20 s UNKNOWN
1789.91/1790.20 c SCIP Status : solving was interrupted [time limit reached]
1789.91/1790.20 c Solving Time : 1790.12
1789.91/1790.20 c Original Problem :
1789.91/1790.20 c Problem name : HOME/instance-3741848-1338763532.opb
1789.91/1790.20 c Variables : 6936 (6936 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.91/1790.20 c Constraints : 7142 initial, 7142 maximal
1789.91/1790.20 c Presolved Problem :
1789.91/1790.20 c Problem name : t_HOME/instance-3741848-1338763532.opb
1789.91/1790.20 c Variables : 6574 (6574 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.91/1790.20 c Constraints : 6737 initial, 8133 maximal
1789.91/1790.20 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.91/1790.20 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.20 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.20 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.20 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.20 c implics : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.20 c probing : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.20 c setppc : 0.01 0 0 0 0 0 0 0 0
1789.91/1790.20 c linear : 0.05 362 0 0 362 0 405 0 0
1789.91/1790.20 c logicor : 0.02 0 0 0 0 0 0 0 0
1789.91/1790.20 c root node : - 1 - - 1 - - - -
1789.91/1790.20 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.91/1790.20 c integral : 0 0 0 811 0 0 21 0 0 1588
1789.91/1790.20 c setppc : 1423 6 8999 0 3 5 89534 0 0 0
1789.91/1790.20 c linear : 0+ 5 8993 0 0 1 361 64 0 0
1789.91/1790.20 c logicor : 5314+ 6 7328 0 3 84 107100 0 0 0
1789.91/1790.20 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.91/1790.20 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.91/1790.20 c integral : 694.68 0.00 0.00 694.68 0.00
1789.91/1790.20 c setppc : 0.17 0.00 0.17 0.00 0.00
1789.91/1790.20 c linear : 0.14 0.00 0.14 0.00 0.00
1789.91/1790.20 c logicor : 0.21 0.00 0.21 0.00 0.00
1789.91/1790.20 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.91/1790.20 c Propagators : Time Calls Cutoffs DomReds
1789.91/1790.20 c vbounds : 0.00 1 0 0
1789.91/1790.20 c rootredcost : 0.00 0 0 0
1789.91/1790.20 c pseudoobj : 0.00 0 0 0
1789.91/1790.20 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.91/1790.20 c propagation : 0.02 90 90 240 45.2 14 5.3 -
1789.91/1790.20 c infeasible LP : 3.12 595 0 0 0.0 0 0.0 0
1789.91/1790.20 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.91/1790.20 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.91/1790.20 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.91/1790.20 c applied globally : - - - 216 32.6 - - -
1789.91/1790.20 c applied locally : - - - 0 0.0 - - -
1789.91/1790.20 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.91/1790.20 c cut pool : 0.00 4 - - 3 - (maximal pool size: 73)
1789.91/1790.20 c redcost : 0.08 801 0 0 0 0
1789.91/1790.20 c impliedbounds : 0.00 5 0 0 0 0
1789.91/1790.20 c intobj : 0.00 0 0 0 0 0
1789.91/1790.20 c cgmip : 0.00 0 0 0 0 0
1789.91/1790.20 c gomory : 1.11 5 0 0 60 0
1789.91/1790.20 c strongcg : 1.05 5 0 0 60 0
1789.91/1790.20 c cmir : 0.00 0 0 0 0 0
1789.91/1790.20 c flowcover : 0.00 0 0 0 0 0
1789.91/1790.20 c clique : 0.23 5 0 0 30 0
1789.91/1790.20 c zerohalf : 0.00 0 0 0 0 0
1789.91/1790.20 c mcf : 0.00 1 0 0 0 0
1789.91/1790.20 c rapidlearning : 1.25 1 0 1 0 1229
1789.91/1790.20 c Pricers : Time Calls Vars
1789.91/1790.20 c problem variables: 0.00 0 0
1789.91/1790.20 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.91/1790.20 c relpscost : 694.68 811 0 21 0 0 1588
1789.91/1790.20 c pscost : 0.00 0 0 0 0 0 0
1789.91/1790.20 c inference : 0.00 1 0 0 0 0 2
1789.91/1790.20 c mostinf : 0.00 0 0 0 0 0 0
1789.91/1790.20 c leastinf : 0.00 0 0 0 0 0 0
1789.91/1790.20 c fullstrong : 0.00 0 0 0 0 0 0
1789.91/1790.20 c allfullstrong : 0.00 0 0 0 0 0 0
1789.91/1790.20 c random : 0.00 0 0 0 0 0 0
1789.91/1790.20 c Primal Heuristics : Time Calls Found
1789.91/1790.20 c LP solutions : 0.00 - 0
1789.91/1790.20 c pseudo solutions : 0.00 - 0
1789.91/1790.20 c trivial : 0.01 1 0
1789.91/1790.20 c simplerounding : 0.00 0 0
1789.91/1790.20 c zirounding : 0.00 0 0
1789.91/1790.20 c rounding : 0.00 0 0
1789.91/1790.20 c shifting : 0.00 0 0
1789.91/1790.20 c intshifting : 0.00 0 0
1789.91/1790.20 c oneopt : 0.00 0 0
1789.91/1790.20 c twoopt : 0.00 0 0
1789.91/1790.20 c fixandinfer : 0.00 0 0
1789.91/1790.20 c feaspump : 0.00 0 0
1789.91/1790.20 c coefdiving : 0.00 0 0
1789.91/1790.20 c pscostdiving : 0.00 0 0
1789.91/1790.20 c fracdiving : 0.00 0 0
1789.91/1790.20 c veclendiving : 0.00 0 0
1789.91/1790.20 c intdiving : 0.00 0 0
1789.91/1790.20 c actconsdiving : 0.00 0 0
1789.91/1790.20 c objpscostdiving : 0.00 0 0
1789.91/1790.20 c rootsoldiving : 0.00 0 0
1789.91/1790.20 c linesearchdiving : 0.00 0 0
1789.91/1790.20 c guideddiving : 0.00 0 0
1789.91/1790.20 c octane : 0.00 0 0
1789.91/1790.20 c rens : 0.00 0 0
1789.91/1790.20 c rins : 0.00 0 0
1789.91/1790.20 c localbranching : 0.00 0 0
1789.91/1790.20 c mutation : 0.00 0 0
1789.91/1790.20 c crossover : 0.00 0 0
1789.91/1790.20 c dins : 0.00 0 0
1789.91/1790.20 c undercover : 0.00 0 0
1789.91/1790.20 c nlp : 0.00 0 0
1789.91/1790.20 c trysol : 0.00 0 0
1789.91/1790.20 c LP : Time Calls Iterations Iter/call Iter/sec
1789.91/1790.20 c primal LP : 0.01 0 0 0.00 -
1789.91/1790.20 c dual LP : 1085.94 1411 1501823 1064.37 1382.97
1789.91/1790.20 c lex dual LP : 0.00 0 0 0.00 -
1789.91/1790.20 c barrier LP : 0.00 0 0 0.00 -
1789.91/1790.20 c diving/probing LP: 0.00 0 0 0.00 -
1789.91/1790.20 c strong branching : 694.58 1017 861358 846.96 1240.11
1789.91/1790.20 c (at root node) : - 11 8904 809.45 -
1789.91/1790.20 c conflict analysis: 0.00 0 0 0.00 -
1789.91/1790.20 c B&B Tree :
1789.91/1790.20 c number of runs : 1
1789.91/1790.20 c nodes : 1480
1789.91/1790.20 c nodes (total) : 1480
1789.91/1790.20 c nodes left : 110
1789.91/1790.20 c max depth : 65
1789.91/1790.20 c max depth (total): 65
1789.91/1790.20 c backtracks : 227 (15.3%)
1789.91/1790.20 c delayed cutoffs : 1
1789.91/1790.20 c repropagations : 1055 (845 domain reductions, 0 cutoffs)
1789.91/1790.20 c avg switch length: 4.99
1789.91/1790.20 c switching time : 0.63
1789.91/1790.20 c Solution :
1789.91/1790.20 c Solutions found : 0 (0 improvements)
1789.91/1790.20 c Primal Bound : -
1789.91/1790.20 c Dual Bound : +0.00000000000000e+00
1789.91/1790.20 c Gap : infinite
1789.91/1790.20 c Root Dual Bound : +0.00000000000000e+00
1789.91/1790.20 c Root Iterations : 15757
1789.91/1790.24 c Time complete: 1789.95.
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-3741848-1338763532/watcher-3741848-1338763532 -o /tmp/evaluation-result-3741848-1338763532/solver-3741848-1338763532 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741848-1338763532.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.00 2.00 2.00 3/176 24871
/proc/meminfo: memFree=25295480/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 1453 0 0 0 0 0 0 0 20 0 1 0 342477272 9158656 1399 33554432000 4194304 8395647 140735997923856 140737487116440 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 2236 1408 374 1026 0 1206 0
[startup+0.0218249 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24871
/proc/meminfo: memFree=25295480/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=16556 CPUtime=0.01 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 3409 0 0 0 1 0 0 0 20 0 1 0 342477272 16953344 3355 33554432000 4194304 8395647 140735997923856 140737487116440 7382061 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 4139 3357 390 1026 0 3109 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16556
[startup+0.100309 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24871
/proc/meminfo: memFree=25295480/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=35228 CPUtime=0.09 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 8379 0 0 0 8 1 0 0 20 0 1 0 342477272 36073472 7971 33554432000 4194304 8395647 140735997923856 140737487116440 4601776 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 8807 7971 429 1026 0 7777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35228
[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24871
/proc/meminfo: memFree=25295480/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=58416 CPUtime=0.29 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 13875 0 0 0 27 2 0 0 20 0 1 0 342477272 59817984 13404 33554432000 4194304 8395647 140735997923856 140737487116440 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 14604 13404 561 1026 0 13574 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58416
[startup+0.700225 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24871
/proc/meminfo: memFree=25295480/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=60156 CPUtime=0.69 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 14260 0 0 0 67 2 0 0 20 0 1 0 342477272 61599744 13789 33554432000 4194304 8395647 140735997923856 140737487116440 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 15039 13789 565 1026 0 14009 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60156
[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24872
/proc/meminfo: memFree=25242780/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=60364 CPUtime=1.49 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 14372 0 0 0 147 2 0 0 20 0 1 0 342477272 61812736 13901 33554432000 4194304 8395647 140735997923856 140735997918984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 15091 13901 565 1026 0 14061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60364
[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24872
/proc/meminfo: memFree=25241640/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=104832 CPUtime=3.09 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 25149 0 0 0 303 6 0 0 20 0 1 0 342477272 107347968 24678 33554432000 4194304 8395647 140735997923856 140735997918952 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 26208 24678 599 1026 0 25178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104832
[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24872
/proc/meminfo: memFree=25191020/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=6.28 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 26983 0 0 0 618 10 0 0 20 0 1 0 342477272 114806784 26512 33554432000 4194304 8395647 140735997923856 140735997919416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 26512 608 1026 0 26999 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 112116
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24872
/proc/meminfo: memFree=25189952/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=12.68 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 26984 0 0 0 1257 11 0 0 20 0 1 0 342477272 114806784 26513 33554432000 4194304 8395647 140735997923856 140735997918264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 26513 608 1026 0 26999 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 112116
[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 24872
/proc/meminfo: memFree=25181472/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=25.48 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 26985 0 0 0 2534 14 0 0 20 0 1 0 342477272 114806784 26514 33554432000 4194304 8395647 140735997923856 140735997918728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 26514 608 1026 0 26999 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112116
[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 24873
/proc/meminfo: memFree=25173296/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=51.08 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 26986 0 0 0 5089 19 0 0 20 0 1 0 342477272 114806784 26515 33554432000 4194304 8395647 140735997923856 140735997919064 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 26515 609 1026 0 26999 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112116
[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 24873
/proc/meminfo: memFree=25169700/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=102.28 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 26987 0 0 0 10201 27 0 0 20 0 1 0 342477272 114806784 26516 33554432000 4194304 8395647 140735997923856 140735997918728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 26516 610 1026 0 26999 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 112116
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24873
/proc/meminfo: memFree=25167096/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=162.26 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 26987 0 0 0 16190 36 0 0 20 0 1 0 342477272 114806784 26516 33554432000 4194304 8395647 140735997923856 140735997919160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 26516 610 1026 0 26999 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 112116
[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24873
/proc/meminfo: memFree=25164740/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=222.26 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 26987 0 0 0 22182 44 0 0 20 0 1 0 342477272 114806784 26516 33554432000 4194304 8395647 140735997923856 140735997918984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 26516 610 1026 0 26999 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 112116
[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 24914
/proc/meminfo: memFree=26836924/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=282.23 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 28169 54 0 0 20 0 1 0 342477272 114806784 26985 33554432000 4194304 8395647 140735997923856 140735997919160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 26985 611 1026 0 26999 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 112116
[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 24915
/proc/meminfo: memFree=26832648/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=342.23 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 34155 68 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919368 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 112116
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24915
/proc/meminfo: memFree=26831928/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=402.21 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 40138 83 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 112116
[startup+462.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 24915
/proc/meminfo: memFree=26831432/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=462.21 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 46120 101 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 112116
[startup+522.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 24915
/proc/meminfo: memFree=26831680/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=522.19 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 52100 119 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 112116
[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 24915
/proc/meminfo: memFree=26831680/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=582.19 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 58080 139 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919320 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 112116
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=26832100/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1002.13 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 99969 244 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 112116
[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24943
/proc/meminfo: memFree=26832104/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1062.11 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 105956 255 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 112116
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24943
/proc/meminfo: memFree=26832228/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1122.11 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 111944 267 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 112116
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24943
/proc/meminfo: memFree=26832228/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1182.09 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 117932 277 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 112116
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24943
/proc/meminfo: memFree=26831732/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1242.09 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 123920 289 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 112116
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24944
/proc/meminfo: memFree=26832700/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1302.08 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 129908 300 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 112116
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24945
/proc/meminfo: memFree=26832336/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1362.07 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 135895 312 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 112116
[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24945
/proc/meminfo: memFree=26832336/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1422.07 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 141883 324 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919064 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 112116
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24948
/proc/meminfo: memFree=26832080/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1482.05 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 147870 335 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 112116
[startup+1542.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 24948
/proc/meminfo: memFree=26832228/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1542.05 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 153858 347 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 112116
[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 24949
/proc/meminfo: memFree=26832104/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1602.03 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 159847 356 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 112116
[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 24949
/proc/meminfo: memFree=26832724/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1662.03 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 165837 366 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 112116
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24949
/proc/meminfo: memFree=26832600/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1722.01 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 171826 375 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919064 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 112116
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24949
/proc/meminfo: memFree=26832352/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1782.01 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 177813 388 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 112116
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24949
/proc/meminfo: memFree=26832600/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1785.31 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 178142 389 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 112116
[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24949
/proc/meminfo: memFree=26832600/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1788.5 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 178461 389 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (KiB) 112116
[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24949
/proc/meminfo: memFree=26832600/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1789.3 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 178541 389 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997919112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1789.3
Current children cumulated vsize (KiB) 112116
[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24949
/proc/meminfo: memFree=26832600/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1789.7 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 178581 389 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 112116
[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24949
/proc/meminfo: memFree=26832600/32873648 swapFree=7368/7368
[pid=24871] ppid=24869 vsize=112116 CPUtime=1789.91 cores=1,3,5,7
/proc/24871/stat : 24871 (pbscip.linux.x8) R 24869 24871 23880 0 -1 4202496 27000 0 0 0 178601 390 0 0 20 0 1 0 342477272 114806784 27377 33554432000 4194304 8395647 140735997923856 140735997918728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 28029 27377 611 1026 0 26999 0
Current children cumulated CPU time (s) 1789.91
Current children cumulated vsize (KiB) 112116
Child status: 0
Real time (s): 1790.24
CPU time (s): 1789.96
CPU user time (s): 1786.05
CPU system time (s): 3.90341
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 112116
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.05
system time used= 3.90341
maximum resident set size= 109520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27006
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= 15
involuntary context switches= 1843
runsolver used 2.5976 second user time and 7.16991 second system time
The end