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-3737769-1338717699.opb>
0.01/0.03 c original problem has 6626 variables (6626 bin, 0 int, 0 impl, 0 cont) and 6828 constraints
0.01/0.03 c problem read
0.01/0.03 c No objective function, only one solution is needed.
0.01/0.03 c presolving settings loaded
0.01/0.06 c presolving:
0.09/0.11 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50208 impls, 400 clqs
0.09/0.14 c presolving (2 rounds):
0.09/0.14 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14 c 50208 implications, 400 cliques
0.09/0.14 c presolved problem has 6626 variables (6626 bin, 0 int, 0 impl, 0 cont) and 6828 constraints
0.09/0.14 c 1 constraints of type <knapsack>
0.09/0.14 c 600 constraints of type <setppc>
0.09/0.14 c 6226 constraints of type <and>
0.09/0.14 c 1 constraints of type <linear>
0.09/0.14 c transformed objective value is always integral (scale: 1)
0.09/0.14 c Presolving Time: 0.09
0.09/0.14 c - non default parameters ----------------------------------------------------------------------
0.09/0.14 c # SCIP version 1.2.1.3
0.09/0.14 c
0.09/0.14 c # frequency for displaying node information lines
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14 c display/freq = 10000
0.09/0.14 c
0.09/0.14 c # maximal time in seconds to run
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14 c limits/time = 1789.98
0.09/0.14 c
0.09/0.14 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14 c limits/memory = 13950
0.09/0.14 c
0.09/0.14 c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c limits/solutions = 1
0.09/0.14 c
0.09/0.14 c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.14 c separating/maxrounds = 1
0.09/0.14 c
0.09/0.14 c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c separating/maxroundsroot = 5
0.09/0.14 c
0.09/0.14 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14 c # [type: int, range: [1,2], default: 1]
0.09/0.14 c timing/clocktype = 2
0.09/0.14 c
0.09/0.14 c # should presolving try to simplify inequalities
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14 c constraints/linear/simplifyinequalities = TRUE
0.09/0.14 c
0.09/0.14 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14 c constraints/indicator/addCouplingCons = TRUE
0.09/0.14 c
0.09/0.14 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.14 c constraints/knapsack/disaggregation = FALSE
0.09/0.14 c
0.09/0.14 c # should presolving try to simplify knapsacks
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14 c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14 c
0.09/0.14 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c presolving/probing/maxrounds = 0
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/coefdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.14 c heuristics/crossover/freq = -1
0.09/0.14 c
0.09/0.14 c # number of nodes added to the contingent of the total nodes
0.09/0.14 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14 c heuristics/crossover/nodesofs = 750
0.09/0.14 c
0.09/0.14 c # number of nodes without incumbent change that heuristic should wait
0.09/0.14 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.14 c heuristics/crossover/nwaitingnodes = 100
0.09/0.14 c
0.09/0.14 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.14 c # [type: real, range: [0,1], default: 0.1]
0.09/0.14 c heuristics/crossover/nodesquot = 0.15
0.09/0.14 c
0.09/0.14 c # minimum percentage of integer variables that have to be fixed
0.09/0.14 c # [type: real, range: [0,1], default: 0.666]
0.09/0.14 c heuristics/crossover/minfixingrate = 0.5
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14 c heuristics/feaspump/freq = -1
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/fracdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/guideddiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/intshifting/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/linesearchdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/nlp/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14 c heuristics/objpscostdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.14 c # [type: real, range: [0,1], default: 0.01]
0.09/0.14 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/oneopt/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/pscostdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14 c heuristics/rens/freq = -1
0.09/0.14 c
0.09/0.14 c # minimum percentage of integer variables that have to be fixable
0.09/0.14 c # [type: real, range: [0,1], default: 0.5]
0.09/0.14 c heuristics/rens/minfixingrate = 0.3
0.09/0.14 c
0.09/0.14 c # number of nodes added to the contingent of the total nodes
0.09/0.14 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14 c heuristics/rens/nodesofs = 2000
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14 c heuristics/rootsoldiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.14 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/rounding/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/shifting/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/simplerounding/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14 c heuristics/trivial/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/trysol/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/veclendiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/zirounding/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14 c separating/cmir/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14 c separating/flowcover/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c separating/rapidlearning/freq = 0
0.09/0.14 c
0.09/0.14 c -----------------------------------------------------------------------------------------------
0.09/0.14 c start solving
0.09/0.15 c
0.59/0.67 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.59/0.67 c 0.6s| 1 | 0 | 1159 | - | 29M| 0 | 680 |6626 |6828 |6626 | 13k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
4.89/4.94 c 4.9s| 1 | 0 | 1402 | - | 32M| 0 | 688 |6626 |6828 |6626 | 13k| 28 | 0 | 0 | 0.000000e+00 | -- | Inf
10.59/10.65 c 10.6s| 1 | 0 | 1673 | - | 33M| 0 | 691 |6626 |6828 |6626 | 13k| 40 | 0 | 0 | 0.000000e+00 | -- | Inf
17.19/17.27 c 17.2s| 1 | 0 | 1975 | - | 36M| 0 | 675 |6626 |6828 |6626 | 13k| 52 | 0 | 0 | 0.000000e+00 | -- | Inf
21.00/21.01 c 21.0s| 1 | 0 | 2611 | - | 38M| 0 | 708 |6626 |6828 |6626 | 13k| 71 | 0 | 0 | 0.000000e+00 | -- | Inf
25.19/25.30 c 25.3s| 1 | 0 | 3104 | - | 39M| 0 | 678 |6626 |6828 |6626 | 13k| 91 | 0 | 0 | 0.000000e+00 | -- | Inf
33.09/33.12 c 33.1s| 1 | 2 | 3104 | - | 39M| 0 | 678 |6626 |6828 |6626 | 13k| 91 | 0 | 11 | 0.000000e+00 | -- | Inf
1789.79/1790.18 c
1789.79/1790.18 c SCIP Status : solving was interrupted [time limit reached]
1789.79/1790.18 c Solving Time (sec) : 1790.14
1789.79/1790.18 c Solving Nodes : 4262
1789.79/1790.18 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.79/1790.18 c Dual Bound : +0.00000000000000e+00
1789.79/1790.18 c Gap : infinite
1789.79/1790.18 s UNKNOWN
1789.79/1790.18 c SCIP Status : solving was interrupted [time limit reached]
1789.79/1790.18 c Solving Time : 1790.14
1789.79/1790.18 c Original Problem :
1789.79/1790.18 c Problem name : HOME/instance-3737769-1338717699.opb
1789.79/1790.18 c Variables : 6626 (6626 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.18 c Constraints : 6828 initial, 6828 maximal
1789.79/1790.18 c Presolved Problem :
1789.79/1790.18 c Problem name : t_HOME/instance-3737769-1338717699.opb
1789.79/1790.18 c Variables : 6626 (6626 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.18 c Constraints : 6828 initial, 9469 maximal
1789.79/1790.18 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.79/1790.18 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c implics : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c probing : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c knapsack : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c setppc : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c and : 0.06 0 0 0 0 0 0 0 0
1789.79/1790.18 c linear : 0.02 0 0 0 0 0 0 0 0
1789.79/1790.18 c logicor : 0.00 0 0 0 0 0 0 0 0
1789.79/1790.18 c root node : - 0 - - 0 - - - -
1789.79/1790.18 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.79/1790.18 c integral : 0 0 0 3686 0 6 2196 0 0 5324
1789.79/1790.18 c knapsack : 1 5 16144 0 1 0 0 0 0 0
1789.79/1790.18 c setppc : 600 5 16144 0 1 43 37268 0 0 0
1789.79/1790.18 c and : 6226 3886 16101 0 1 7 864201 1085419 0 0
1789.79/1790.18 c linear : 1 5 16094 0 1 0 0 0 0 0
1789.79/1790.18 c logicor : 0+ 0 5509 0 0 17 2487 0 0 0
1789.79/1790.18 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.79/1790.18 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.79/1790.18 c integral : 572.29 0.00 0.00 572.29 0.00
1789.79/1790.18 c knapsack : 0.09 0.02 0.07 0.00 0.00
1789.79/1790.18 c setppc : 0.19 0.00 0.19 0.00 0.00
1789.79/1790.18 c and : 6.98 4.76 2.22 0.00 0.00
1789.79/1790.18 c linear : 0.20 0.00 0.20 0.00 0.00
1789.79/1790.18 c logicor : 0.21 0.00 0.21 0.00 0.00
1789.79/1790.18 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.79/1790.18 c Propagators : Time Calls Cutoffs DomReds
1789.79/1790.18 c vbounds : 0.00 1 0 0
1789.79/1790.18 c rootredcost : 0.00 0 0 0
1789.79/1790.18 c pseudoobj : 0.00 0 0 0
1789.79/1790.18 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.79/1790.18 c propagation : 0.00 67 67 194 25.4 1 15.0 -
1789.79/1790.18 c infeasible LP : 1.66 1533 1528 15438 39.2 0 0.0 0
1789.79/1790.18 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.79/1790.18 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.79/1790.18 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.79/1790.18 c applied globally : - - - 3510 52.7 - - -
1789.79/1790.18 c applied locally : - - - 0 0.0 - - -
1789.79/1790.18 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.79/1790.18 c cut pool : 0.00 4 - - 1 - (maximal pool size: 722)
1789.79/1790.18 c redcost : 0.35 3886 0 0 0 0
1789.79/1790.18 c impliedbounds : 0.00 5 0 0 84 0
1789.79/1790.18 c intobj : 0.00 0 0 0 0 0
1789.79/1790.18 c cgmip : 0.00 0 0 0 0 0
1789.79/1790.18 c gomory : 7.87 5 0 0 0 0
1789.79/1790.18 c strongcg : 14.36 5 0 0 2399 0
1789.79/1790.18 c cmir : 0.00 0 0 0 0 0
1789.79/1790.18 c flowcover : 0.00 0 0 0 0 0
1789.79/1790.18 c clique : 0.09 5 0 0 33 0
1789.79/1790.18 c zerohalf : 0.00 0 0 0 0 0
1789.79/1790.18 c mcf : 0.26 5 0 0 75 0
1789.79/1790.18 c rapidlearning : 0.27 1 0 0 0 0
1789.79/1790.18 c Pricers : Time Calls Vars
1789.79/1790.18 c problem variables: 0.00 0 0
1789.79/1790.18 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.79/1790.18 c relpscost : 572.28 3686 6 2196 0 0 5324
1789.79/1790.18 c pscost : 0.00 0 0 0 0 0 0
1789.79/1790.18 c inference : 0.00 1 0 0 0 0 2
1789.79/1790.18 c mostinf : 0.00 0 0 0 0 0 0
1789.79/1790.18 c leastinf : 0.00 0 0 0 0 0 0
1789.79/1790.18 c fullstrong : 0.00 0 0 0 0 0 0
1789.79/1790.18 c allfullstrong : 0.00 0 0 0 0 0 0
1789.79/1790.18 c random : 0.00 0 0 0 0 0 0
1789.79/1790.18 c Primal Heuristics : Time Calls Found
1789.79/1790.18 c LP solutions : 0.00 - 0
1789.79/1790.18 c pseudo solutions : 0.00 - 0
1789.79/1790.18 c trivial : 0.00 1 0
1789.79/1790.18 c simplerounding : 0.00 0 0
1789.79/1790.18 c zirounding : 0.00 0 0
1789.79/1790.18 c rounding : 0.00 0 0
1789.79/1790.18 c shifting : 0.00 0 0
1789.79/1790.18 c intshifting : 0.00 0 0
1789.79/1790.18 c oneopt : 0.00 0 0
1789.79/1790.18 c twoopt : 0.00 0 0
1789.79/1790.18 c fixandinfer : 0.00 0 0
1789.79/1790.18 c feaspump : 0.00 0 0
1789.79/1790.18 c coefdiving : 0.00 0 0
1789.79/1790.18 c pscostdiving : 0.00 0 0
1789.79/1790.18 c fracdiving : 0.00 0 0
1789.79/1790.18 c veclendiving : 0.00 0 0
1789.79/1790.18 c intdiving : 0.00 0 0
1789.79/1790.18 c actconsdiving : 0.00 0 0
1789.79/1790.18 c objpscostdiving : 0.00 0 0
1789.79/1790.18 c rootsoldiving : 0.00 0 0
1789.79/1790.18 c linesearchdiving : 0.00 0 0
1789.79/1790.18 c guideddiving : 0.00 0 0
1789.79/1790.18 c octane : 0.00 0 0
1789.79/1790.18 c rens : 0.00 0 0
1789.79/1790.18 c rins : 0.00 0 0
1789.79/1790.18 c localbranching : 0.00 0 0
1789.79/1790.18 c mutation : 0.00 0 0
1789.79/1790.18 c crossover : 0.00 0 0
1789.79/1790.18 c dins : 0.00 0 0
1789.79/1790.18 c undercover : 0.00 0 0
1789.79/1790.18 c nlp : 0.00 0 0
1789.79/1790.18 c trysol : 0.00 0 0
1789.79/1790.18 c LP : Time Calls Iterations Iter/call Iter/sec
1789.79/1790.18 c primal LP : 7.57 0 0 0.00 0.00
1789.79/1790.18 c dual LP : 1160.97 9105 2942207 323.14 2534.26
1789.79/1790.18 c lex dual LP : 0.00 0 0 0.00 -
1789.79/1790.18 c barrier LP : 0.00 0 0 0.00 -
1789.79/1790.18 c diving/probing LP: 0.00 0 0 0.00 -
1789.79/1790.18 c strong branching : 571.81 9195 1385610 150.69 2423.22
1789.79/1790.18 c (at root node) : - 11 8746 795.09 -
1789.79/1790.18 c conflict analysis: 0.00 0 0 0.00 -
1789.79/1790.18 c B&B Tree :
1789.79/1790.18 c number of runs : 1
1789.79/1790.18 c nodes : 4262
1789.79/1790.18 c nodes (total) : 4262
1789.79/1790.18 c nodes left : 707
1789.79/1790.18 c max depth : 40
1789.79/1790.18 c max depth (total): 40
1789.79/1790.18 c backtracks : 859 (20.2%)
1789.79/1790.18 c delayed cutoffs : 358
1789.79/1790.18 c repropagations : 3641 (60509 domain reductions, 7 cutoffs)
1789.79/1790.18 c avg switch length: 5.95
1789.79/1790.18 c switching time : 10.97
1789.79/1790.18 c Solution :
1789.79/1790.18 c Solutions found : 0 (0 improvements)
1789.79/1790.18 c Primal Bound : -
1789.79/1790.18 c Dual Bound : +0.00000000000000e+00
1789.79/1790.18 c Gap : infinite
1789.79/1790.18 c Root Dual Bound : +0.00000000000000e+00
1789.79/1790.18 c Root Iterations : 3104
1789.89/1790.23 c Time complete: 1789.92.
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-3737769-1338717699/watcher-3737769-1338717699 -o /tmp/evaluation-result-3737769-1338717699/solver-3737769-1338717699 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737769-1338717699.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.93 3/177 2823
/proc/meminfo: memFree=28598116/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=10028 CPUtime=0 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 1776 0 0 0 0 0 0 0 20 0 1 0 337895564 10268672 1723 33554432000 4194304 8395647 140735936397808 140734132614040 5756997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 2507 1723 375 1026 0 1477 0
[startup+0.0166691 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2823
/proc/meminfo: memFree=28598116/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=14140 CPUtime=0.01 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 2786 0 0 0 1 0 0 0 20 0 1 0 337895564 14479360 2733 33554432000 4194304 8395647 140735936397808 140734132614040 7385785 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 3535 2733 390 1026 0 2505 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14140
[startup+0.100284 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2823
/proc/meminfo: memFree=28598116/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=34216 CPUtime=0.09 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 7922 0 0 0 8 1 0 0 20 0 1 0 337895564 35037184 7515 33554432000 4194304 8395647 140735936397808 140735936393976 4247653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 8554 7515 466 1026 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34216
[startup+0.300285 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2823
/proc/meminfo: memFree=28598116/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=64616 CPUtime=0.29 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 15501 0 0 0 27 2 0 0 20 0 1 0 337895564 66166784 14699 33554432000 4194304 8395647 140735936397808 140735936393976 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 16154 14699 564 1026 0 15124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64616
[startup+0.700293 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2823
/proc/meminfo: memFree=28598116/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=66216 CPUtime=0.69 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 16090 0 0 0 67 2 0 0 20 0 1 0 337895564 67805184 15279 33554432000 4194304 8395647 140735936397808 140735936393976 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 16554 15279 584 1026 0 15524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66216
[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2824
/proc/meminfo: memFree=28492576/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=66216 CPUtime=1.49 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 16090 0 0 0 146 3 0 0 20 0 1 0 337895564 67805184 15279 33554432000 4194304 8395647 140735936397808 140735936393048 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 16554 15279 584 1026 0 15524 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66216
[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2824
/proc/meminfo: memFree=28499148/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=68456 CPUtime=3.09 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 16811 0 0 0 306 3 0 0 20 0 1 0 337895564 70098944 16000 33554432000 4194304 8395647 140735936397808 140735936393096 7185458 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 17114 16000 589 1026 0 16084 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68456
[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2824
/proc/meminfo: memFree=28464916/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=98764 CPUtime=6.29 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 27091 0 0 0 618 11 0 0 20 0 1 0 337895564 101134336 23543 33554432000 4194304 8395647 140735936397808 140735936393048 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 24691 23543 623 1026 0 23661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98764
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2824
/proc/meminfo: memFree=28464472/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=98764 CPUtime=12.69 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 27095 0 0 0 1257 12 0 0 20 0 1 0 337895564 101134336 23547 33554432000 4194304 8395647 140735936397808 140735936393000 4270192 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 24691 23547 623 1026 0 23661 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98764
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2824
/proc/meminfo: memFree=28462720/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=98764 CPUtime=25.49 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 27696 0 0 0 2535 14 0 0 20 0 1 0 337895564 101134336 23893 33554432000 4194304 8395647 140735936397808 140735936392936 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 24691 23893 623 1026 0 23661 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98764
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2824
/proc/meminfo: memFree=28462756/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=98764 CPUtime=51.08 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 27702 0 0 0 5085 23 0 0 20 0 1 0 337895564 101134336 23899 33554432000 4194304 8395647 140735936397808 140735936393064 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 24691 23899 624 1026 0 23661 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98764
[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2900
/proc/meminfo: memFree=28538564/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=98764 CPUtime=102.27 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 27716 0 0 0 10187 40 0 0 20 0 1 0 337895564 101134336 24178 33554432000 4194304 8395647 140735936397808 140735936393112 6741256 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 24691 24178 629 1026 0 23661 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 98764
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2900
/proc/meminfo: memFree=28535844/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=98764 CPUtime=162.25 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 27722 0 0 0 16165 60 0 0 20 0 1 0 337895564 101134336 24197 33554432000 4194304 8395647 140735936397808 140735936393112 6587036 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 24691 24197 629 1026 0 23661 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 98764
[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2900
/proc/meminfo: memFree=28529880/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=102680 CPUtime=222.25 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 28640 0 0 0 22143 82 0 0 20 0 1 0 337895564 105144320 25117 33554432000 4194304 8395647 140735936397808 140735936393368 6348904 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 25670 25117 629 1026 0 24640 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 102680
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 2901
/proc/meminfo: memFree=28526836/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=104412 CPUtime=282.23 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 29156 0 0 0 28120 103 0 0 20 0 1 0 337895564 106917888 25633 33554432000 4194304 8395647 140735936397808 140735936393368 6696936 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 26103 25633 629 1026 0 25073 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 104412
[startup+342.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/177 2901
/proc/meminfo: memFree=28523544/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=107216 CPUtime=342.22 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 29834 0 0 0 34098 124 0 0 20 0 1 0 337895564 109789184 26309 33554432000 4194304 8395647 140735936397808 140735936392936 6670339 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 26804 26309 629 1026 0 25774 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 107216
[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/177 2901
/proc/meminfo: memFree=28519948/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=109032 CPUtime=402.21 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 30298 0 0 0 40079 142 0 0 20 0 1 0 337895564 111648768 26773 33554432000 4194304 8395647 140735936397808 140735936393320 6696330 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 27258 26773 629 1026 0 26228 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 109032
[startup+462.3 s]
/proc/loadavg: 2.12 2.03 1.94 3/177 2901
/proc/meminfo: memFree=28517524/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=111588 CPUtime=462.2 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 30812 0 0 0 46060 160 0 0 20 0 1 0 337895564 114266112 27285 33554432000 4194304 8395647 140735936397808 140735936393016 6503325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 27897 27285 629 1026 0 26867 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 111588
[startup+522.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/178 2904
/proc/meminfo: memFree=28515780/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=112524 CPUtime=522.19 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 31059 0 0 0 52041 178 0 0 20 0 1 0 337895564 115224576 27532 33554432000 4194304 8395647 140735936397808 140735936393368 6696677 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 28131 27532 629 1026 0 27101 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 112524
[startup+582.3 s]
/proc/loadavg: 2.06 2.03 1.95 3/177 2905
/proc/meminfo: memFree=28510512/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=114348 CPUtime=582.18 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 31616 0 0 0 58021 197 0 0 20 0 1 0 337895564 117092352 28088 33554432000 4194304 8395647 140735936397808 140735936393320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 28587 28088 629 1026 0 27557 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 114348
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28495864/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=125912 CPUtime=1002.11 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 34446 0 0 0 99877 334 0 0 20 0 1 0 337895564 128933888 30926 33554432000 4194304 8395647 140735936397808 140735936392680 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 31478 30926 629 1026 0 30448 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 125912
[startup+1062.3 s]
/proc/loadavg: 2.08 2.03 1.96 3/177 2906
/proc/meminfo: memFree=28494064/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=127532 CPUtime=1062.1 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 34865 0 0 0 105857 353 0 0 20 0 1 0 337895564 130592768 31345 33554432000 4194304 8395647 140735936397808 140735936392680 6697959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 31883 31345 629 1026 0 30853 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 127532
[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 2909
/proc/meminfo: memFree=28492068/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=129508 CPUtime=1122.09 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 35350 0 0 0 111835 374 0 0 20 0 1 0 337895564 132616192 31828 33554432000 4194304 8395647 140735936397808 140735936392680 6149725 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 32377 31828 629 1026 0 31347 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 129508
[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 2910
/proc/meminfo: memFree=28489100/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=131760 CPUtime=1182.09 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 35903 0 0 0 117816 393 0 0 20 0 1 0 337895564 134922240 32381 33554432000 4194304 8395647 140735936397808 140735936392680 6663833 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 32940 32381 629 1026 0 31910 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 131760
[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 2910
/proc/meminfo: memFree=28484820/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=133824 CPUtime=1242.07 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 36400 0 0 0 123792 415 0 0 20 0 1 0 337895564 137035776 32877 33554432000 4194304 8395647 140735936397808 140735936392936 6693701 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 33456 32877 629 1026 0 32426 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 133824
[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 2910
/proc/meminfo: memFree=28481220/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=135732 CPUtime=1302.07 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 36960 0 0 0 129773 434 0 0 20 0 1 0 337895564 138989568 33437 33554432000 4194304 8395647 140735936397808 140735936392936 6697342 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 33933 33437 629 1026 0 32903 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 135732
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 2910
/proc/meminfo: memFree=28479360/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=137580 CPUtime=1362.05 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 37371 0 0 0 135752 453 0 0 20 0 1 0 337895564 140881920 33848 33554432000 4194304 8395647 140735936397808 140735936392664 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 34395 33848 629 1026 0 33365 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 137580
[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 2910
/proc/meminfo: memFree=28477804/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=138988 CPUtime=1422.05 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 37742 0 0 0 141730 475 0 0 20 0 1 0 337895564 142323712 34216 33554432000 4194304 8395647 140735936397808 140735936393368 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 34747 34216 629 1026 0 33717 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 138988
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 2911
/proc/meminfo: memFree=28476068/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=140668 CPUtime=1482.04 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 38157 0 0 0 147709 495 0 0 20 0 1 0 337895564 144044032 34631 33554432000 4194304 8395647 140735936397808 140735936393016 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 35167 34631 629 1026 0 34137 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 140668
[startup+1542.31 s]
/proc/loadavg: 2.08 2.02 1.97 3/178 2912
/proc/meminfo: memFree=28475252/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=141436 CPUtime=1542.03 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 38364 0 0 0 153689 514 0 0 20 0 1 0 337895564 144830464 34837 33554432000 4194304 8395647 140735936397808 140735936393416 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 35359 34837 629 1026 0 34329 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 141436
[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 2912
/proc/meminfo: memFree=28474020/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=142536 CPUtime=1602.02 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 38638 0 0 0 159669 533 0 0 20 0 1 0 337895564 145956864 35111 33554432000 4194304 8395647 140735936397808 140735936393112 6586910 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 35634 35111 629 1026 0 34604 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 142536
[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/177 2912
/proc/meminfo: memFree=28471972/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=144388 CPUtime=1662.01 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 39128 0 0 0 165650 551 0 0 20 0 1 0 337895564 147853312 35600 33554432000 4194304 8395647 140735936397808 140735936393272 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 36097 35600 629 1026 0 35067 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 144388
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 2915
/proc/meminfo: memFree=28471716/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=145248 CPUtime=1722 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 39280 0 0 0 171626 574 0 0 20 0 1 0 337895564 148733952 35752 33554432000 4194304 8395647 140735936397808 140735936393112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 36312 35752 629 1026 0 35282 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 145248
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 2916
/proc/meminfo: memFree=28470232/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=147096 CPUtime=1781.99 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 39681 0 0 0 177606 593 0 0 20 0 1 0 337895564 150626304 36151 33554432000 4194304 8395647 140735936397808 140735936392936 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 36774 36151 629 1026 0 35744 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 147096
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 2916
/proc/meminfo: memFree=28469984/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=147096 CPUtime=1785.28 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 39681 0 0 0 177934 594 0 0 20 0 1 0 337895564 150626304 36151 33554432000 4194304 8395647 140735936397808 140735936393016 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 36774 36151 629 1026 0 35744 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 147096
[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 2916
/proc/meminfo: memFree=28470108/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=147096 CPUtime=1788.48 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 39681 0 0 0 178253 595 0 0 20 0 1 0 337895564 150626304 36151 33554432000 4194304 8395647 140735936397808 140735936392936 6693364 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 36774 36151 629 1026 0 35744 0
Current children cumulated CPU time (s) 1788.48
Current children cumulated vsize (KiB) 147096
[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 2916
/proc/meminfo: memFree=28470108/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=147096 CPUtime=1789.29 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 39681 0 0 0 178333 596 0 0 20 0 1 0 337895564 150626304 36151 33554432000 4194304 8395647 140735936397808 140735936393368 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 36774 36151 629 1026 0 35744 0
Current children cumulated CPU time (s) 1789.29
Current children cumulated vsize (KiB) 147096
[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 2916
/proc/meminfo: memFree=28470108/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=147096 CPUtime=1789.69 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 39681 0 0 0 178373 596 0 0 20 0 1 0 337895564 150626304 36151 33554432000 4194304 8395647 140735936397808 140735936393368 6574271 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 36774 36151 629 1026 0 35744 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (KiB) 147096
[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 2916
/proc/meminfo: memFree=28470108/32873844 swapFree=7112/7112
[pid=2823] ppid=2821 vsize=147096 CPUtime=1789.89 cores=0,2,4,6
/proc/2823/stat : 2823 (pbscip.linux.x8) R 2821 2823 2459 0 -1 4202496 39684 0 0 0 178393 596 0 0 20 0 1 0 337895564 150626304 36154 33554432000 4194304 8395647 140735936397808 140735936392680 6345173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2823/statm: 36774 36154 632 1026 0 35744 0
Current children cumulated CPU time (s) 1789.89
Current children cumulated vsize (KiB) 147096
Child status: 0
Real time (s): 1790.23
CPU time (s): 1789.93
CPU user time (s): 1783.96
CPU system time (s): 5.96509
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 147096
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.96
system time used= 5.96509
maximum resident set size= 144616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39687
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= 45
involuntary context switches= 1837
runsolver used 8.42872 second user time and 16.9054 second system time
The end