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-3730740-1338682242.opb>
1.39/1.48 c original problem has 76091 variables (76091 bin, 0 int, 0 impl, 0 cont) and 218262 constraints
1.39/1.48 c problem read
1.39/1.48 c No objective function, only one solution is needed.
1.39/1.48 c presolving settings loaded
1.89/1.95 c presolving:
3.59/3.68 c (round 1) 5248 del vars, 7994 del conss, 2494 chg bounds, 5326 chg sides, 11276 chg coeffs, 0 upgd conss, 4255519 impls, 0 clqs
3.69/3.77 c (round 2) 5346 del vars, 13989 del conss, 2509 chg bounds, 5326 chg sides, 11276 chg coeffs, 0 upgd conss, 4255717 impls, 0 clqs
3.79/3.80 c (round 3) 5346 del vars, 14043 del conss, 2509 chg bounds, 5326 chg sides, 11276 chg coeffs, 0 upgd conss, 4255717 impls, 0 clqs
4.40/4.47 c (round 4) 5346 del vars, 14189 del conss, 2509 chg bounds, 5326 chg sides, 11276 chg coeffs, 202269 upgd conss, 4255717 impls, 0 clqs
4.69/4.76 c (round 5) 5346 del vars, 14189 del conss, 2509 chg bounds, 5326 chg sides, 11276 chg coeffs, 204073 upgd conss, 4255717 impls, 0 clqs
4.89/4.90 c presolving (6 rounds):
4.89/4.90 c 5346 deleted vars, 14189 deleted constraints, 2509 tightened bounds, 0 added holes, 5326 changed sides, 11276 changed coefficients
4.89/4.90 c 4255717 implications, 0 cliques
4.89/4.90 c presolved problem has 70745 variables (70745 bin, 0 int, 0 impl, 0 cont) and 204073 constraints
4.89/4.90 c 10652 constraints of type <knapsack>
4.89/4.90 c 129014 constraints of type <setppc>
4.89/4.90 c 64407 constraints of type <logicor>
4.89/4.90 c transformed objective value is always integral (scale: 1)
4.89/4.90 c Presolving Time: 3.09
4.89/4.90 c - non default parameters ----------------------------------------------------------------------
4.89/4.90 c # SCIP version 1.2.1.3
4.89/4.90 c
4.89/4.90 c # frequency for displaying node information lines
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 100]
4.89/4.90 c display/freq = 10000
4.89/4.90 c
4.89/4.90 c # maximal time in seconds to run
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.90 c limits/time = 1788.52
4.89/4.90 c
4.89/4.90 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.90 c limits/memory = 13950
4.89/4.90 c
4.89/4.90 c # solving stops, if the given number of solutions were found (-1: no limit)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.90 c limits/solutions = 1
4.89/4.90 c
4.89/4.90 c # maximal number of separation rounds per node (-1: unlimited)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 5]
4.89/4.90 c separating/maxrounds = 1
4.89/4.90 c
4.89/4.90 c # maximal number of separation rounds in the root node (-1: unlimited)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.90 c separating/maxroundsroot = 5
4.89/4.90 c
4.89/4.90 c # default clock type (1: CPU user seconds, 2: wall clock time)
4.89/4.90 c # [type: int, range: [1,2], default: 1]
4.89/4.90 c timing/clocktype = 2
4.89/4.90 c
4.89/4.90 c # should presolving try to simplify inequalities
4.89/4.90 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.90 c constraints/linear/simplifyinequalities = TRUE
4.89/4.90 c
4.89/4.90 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.89/4.90 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.90 c constraints/indicator/addCouplingCons = TRUE
4.89/4.90 c
4.89/4.90 c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.89/4.90 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.89/4.90 c constraints/knapsack/disaggregation = FALSE
4.89/4.90 c
4.89/4.90 c # should presolving try to simplify knapsacks
4.89/4.90 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.90 c constraints/knapsack/simplifyinequalities = TRUE
4.89/4.90 c
4.89/4.90 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.90 c presolving/probing/maxrounds = 0
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.90 c heuristics/coefdiving/freq = -1
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.90 c heuristics/coefdiving/maxlpiterquot = 0.075
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/coefdiving/maxlpiterofs = 1500
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 30]
4.89/4.90 c heuristics/crossover/freq = -1
4.89/4.90 c
4.89/4.90 c # number of nodes added to the contingent of the total nodes
4.89/4.90 c # [type: longint, range: [0,9223372036854775807], default: 500]
4.89/4.90 c heuristics/crossover/nodesofs = 750
4.89/4.90 c
4.89/4.90 c # number of nodes without incumbent change that heuristic should wait
4.89/4.90 c # [type: longint, range: [0,9223372036854775807], default: 200]
4.89/4.90 c heuristics/crossover/nwaitingnodes = 100
4.89/4.90 c
4.89/4.90 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.89/4.90 c # [type: real, range: [0,1], default: 0.1]
4.89/4.90 c heuristics/crossover/nodesquot = 0.15
4.89/4.90 c
4.89/4.90 c # minimum percentage of integer variables that have to be fixed
4.89/4.90 c # [type: real, range: [0,1], default: 0.666]
4.89/4.90 c heuristics/crossover/minfixingrate = 0.5
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.90 c heuristics/feaspump/freq = -1
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/feaspump/maxlpiterofs = 2000
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.90 c heuristics/fracdiving/freq = -1
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.90 c heuristics/fracdiving/maxlpiterquot = 0.075
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/fracdiving/maxlpiterofs = 1500
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.90 c heuristics/guideddiving/freq = -1
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.90 c heuristics/guideddiving/maxlpiterquot = 0.075
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/guideddiving/maxlpiterofs = 1500
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.90 c heuristics/intdiving/maxlpiterquot = 0.075
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.90 c heuristics/intshifting/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.90 c heuristics/linesearchdiving/freq = -1
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.90 c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/linesearchdiving/maxlpiterofs = 1500
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.90 c heuristics/nlp/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.90 c heuristics/objpscostdiving/freq = -1
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to total iteration number
4.89/4.90 c # [type: real, range: [0,1], default: 0.01]
4.89/4.90 c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/objpscostdiving/maxlpiterofs = 1500
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.90 c heuristics/oneopt/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.90 c heuristics/pscostdiving/freq = -1
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.90 c heuristics/pscostdiving/maxlpiterquot = 0.075
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/pscostdiving/maxlpiterofs = 1500
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.90 c heuristics/rens/freq = -1
4.89/4.90 c
4.89/4.90 c # minimum percentage of integer variables that have to be fixable
4.89/4.90 c # [type: real, range: [0,1], default: 0.5]
4.89/4.90 c heuristics/rens/minfixingrate = 0.3
4.89/4.90 c
4.89/4.90 c # number of nodes added to the contingent of the total nodes
4.89/4.90 c # [type: longint, range: [0,9223372036854775807], default: 500]
4.89/4.90 c heuristics/rens/nodesofs = 2000
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.90 c heuristics/rootsoldiving/freq = -1
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.89/4.90 c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/rootsoldiving/maxlpiterofs = 1500
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.90 c heuristics/rounding/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.90 c heuristics/shifting/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.90 c heuristics/simplerounding/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.90 c heuristics/trivial/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.90 c heuristics/trysol/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.90 c heuristics/veclendiving/freq = -1
4.89/4.90 c
4.89/4.90 c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.90 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.90 c heuristics/veclendiving/maxlpiterquot = 0.075
4.89/4.90 c
4.89/4.90 c # additional number of allowed LP iterations
4.89/4.90 c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.90 c heuristics/veclendiving/maxlpiterofs = 1500
4.89/4.90 c
4.89/4.90 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.90 c heuristics/zirounding/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.90 c separating/cmir/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.90 c separating/flowcover/freq = -1
4.89/4.90 c
4.89/4.90 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.89/4.90 c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.90 c separating/rapidlearning/freq = 0
4.89/4.90 c
4.89/4.90 c -----------------------------------------------------------------------------------------------
4.89/4.90 c start solving
4.89/4.91 c
141.27/141.37 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
141.27/141.37 c 140s| 1 | 0 | 27929 | - | 521M| 0 | 21k| 70k| 204k| 70k| 204k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
624.49/624.66 c 623s| 1 | 0 | 65369 | - | 522M| 0 | 24k| 70k| 204k| 70k| 204k| 205 | 0 | 0 | 0.000000e+00 | -- | Inf
1257.09/1257.34 c 1256s| 1 | 0 |110678 | - | 522M| 0 | 28k| 70k| 204k| 70k| 204k| 419 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.90/1790.26 c 1789s| 1 | 0 |141683 | - | 523M| 0 | - | 70k| 204k| 70k| 204k| 576 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.90/1790.29 c 1789s| 1 | 2 |141683 | - | 523M| 0 | - | 70k| 204k| 70k| 204k| 576 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.90/1790.29 c
1789.90/1790.29 c SCIP Status : solving was interrupted [time limit reached]
1789.90/1790.29 c Solving Time (sec) : 1788.81
1789.90/1790.29 c Solving Nodes : 1
1789.90/1790.29 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.90/1790.29 c Dual Bound : +0.00000000000000e+00
1789.90/1790.29 c Gap : infinite
1789.90/1790.29 s UNKNOWN
1789.90/1790.29 c SCIP Status : solving was interrupted [time limit reached]
1789.90/1790.29 c Solving Time : 1788.81
1789.90/1790.29 c Original Problem :
1789.90/1790.29 c Problem name : HOME/instance-3730740-1338682242.opb
1789.90/1790.29 c Variables : 76091 (76091 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.90/1790.29 c Constraints : 218262 initial, 218262 maximal
1789.90/1790.29 c Presolved Problem :
1789.90/1790.29 c Problem name : t_HOME/instance-3730740-1338682242.opb
1789.90/1790.29 c Variables : 70745 (70745 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.90/1790.29 c Constraints : 204073 initial, 204073 maximal
1789.90/1790.29 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.90/1790.29 c trivial : 0.02 56 0 0 0 0 0 0 0
1789.90/1790.29 c dualfix : 0.02 0 0 0 0 0 0 0 0
1789.90/1790.29 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.90/1790.29 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.90/1790.29 c implics : 0.33 0 2761 0 0 0 0 0 0
1789.90/1790.29 c probing : 0.00 0 0 0 0 0 0 0 0
1789.90/1790.29 c knapsack : 0.08 0 0 0 0 0 0 0 0
1789.90/1790.29 c setppc : 0.21 0 0 0 0 0 0 0 0
1789.90/1790.29 c linear : 2.01 2509 20 0 2509 0 14189 5326 11276
1789.90/1790.29 c logicor : 0.13 0 0 0 0 0 0 0 0
1789.90/1790.29 c root node : - 0 - - 0 - - - -
1789.90/1790.29 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.90/1790.29 c integral : 0 0 0 0 0 0 0 0 0 0
1789.90/1790.29 c knapsack : 10652 3 1 0 1 0 0 601 0 0
1789.90/1790.29 c setppc : 129014 3 1 0 1 0 0 0 0 0
1789.90/1790.29 c logicor : 64407 3 1 0 1 0 0 0 0 0
1789.90/1790.29 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.90/1790.29 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.90/1790.29 c integral : 0.00 0.00 0.00 0.00 0.00
1789.90/1790.29 c knapsack : 0.01 0.01 0.00 0.00 0.00
1789.90/1790.29 c setppc : 0.04 0.02 0.00 0.00 0.02
1789.90/1790.29 c logicor : 0.05 0.01 0.03 0.00 0.01
1789.90/1790.29 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.90/1790.29 c Propagators : Time Calls Cutoffs DomReds
1789.90/1790.29 c vbounds : 0.00 1 0 0
1789.90/1790.29 c rootredcost : 0.00 0 0 0
1789.90/1790.29 c pseudoobj : 0.00 0 0 0
1789.90/1790.29 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.90/1790.29 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1789.90/1790.29 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1789.90/1790.29 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.90/1790.29 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.90/1790.29 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.90/1790.29 c applied globally : - - - 0 0.0 - - -
1789.90/1790.29 c applied locally : - - - 0 0.0 - - -
1789.90/1790.29 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.90/1790.29 c cut pool : 0.00 2 - - 74 - (maximal pool size: 1287)
1789.90/1790.29 c redcost : 0.01 3 0 0 0 0
1789.90/1790.29 c impliedbounds : 0.12 3 0 0 0 0
1789.90/1790.29 c intobj : 0.00 0 0 0 0 0
1789.90/1790.29 c cgmip : 0.00 0 0 0 0 0
1789.90/1790.29 c gomory : 93.00 3 0 0 1500 0
1789.90/1790.29 c strongcg : 554.43 3 0 0 1500 0
1789.90/1790.29 c cmir : 0.00 0 0 0 0 0
1789.90/1790.29 c flowcover : 0.00 0 0 0 0 0
1789.90/1790.29 c clique : 9.63 3 0 0 20 0
1789.90/1790.29 c zerohalf : 0.00 0 0 0 0 0
1789.90/1790.29 c mcf : 8.13 1 0 0 0 0
1789.90/1790.29 c rapidlearning : 0.00 0 0 0 0 0
1789.90/1790.29 c Pricers : Time Calls Vars
1789.90/1790.29 c problem variables: 0.00 0 0
1789.90/1790.29 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.90/1790.29 c relpscost : 0.00 0 0 0 0 0 0
1789.90/1790.29 c pscost : 0.00 0 0 0 0 0 0
1789.90/1790.29 c inference : 0.01 1 0 0 0 0 2
1789.90/1790.29 c mostinf : 0.00 0 0 0 0 0 0
1789.90/1790.29 c leastinf : 0.00 0 0 0 0 0 0
1789.90/1790.29 c fullstrong : 0.00 0 0 0 0 0 0
1789.90/1790.29 c allfullstrong : 0.00 0 0 0 0 0 0
1789.90/1790.29 c random : 0.00 0 0 0 0 0 0
1789.90/1790.29 c Primal Heuristics : Time Calls Found
1789.90/1790.29 c LP solutions : 0.00 - 0
1789.90/1790.29 c pseudo solutions : 0.00 - 0
1789.90/1790.29 c trivial : 0.06 1 0
1789.90/1790.29 c simplerounding : 0.00 0 0
1789.90/1790.29 c zirounding : 0.00 0 0
1789.90/1790.29 c rounding : 0.00 0 0
1789.90/1790.29 c shifting : 0.00 0 0
1789.90/1790.29 c intshifting : 0.00 0 0
1789.90/1790.29 c oneopt : 0.00 0 0
1789.90/1790.29 c twoopt : 0.00 0 0
1789.90/1790.29 c fixandinfer : 0.00 0 0
1789.90/1790.29 c feaspump : 0.00 0 0
1789.90/1790.29 c coefdiving : 0.00 0 0
1789.90/1790.29 c pscostdiving : 0.00 0 0
1789.90/1790.29 c fracdiving : 0.00 0 0
1789.90/1790.29 c veclendiving : 0.00 0 0
1789.90/1790.29 c intdiving : 0.00 0 0
1789.90/1790.29 c actconsdiving : 0.00 0 0
1789.90/1790.29 c objpscostdiving : 0.00 0 0
1789.90/1790.29 c rootsoldiving : 0.00 0 0
1789.90/1790.29 c linesearchdiving : 0.00 0 0
1789.90/1790.29 c guideddiving : 0.00 0 0
1789.90/1790.29 c octane : 0.00 0 0
1789.90/1790.29 c rens : 0.00 0 0
1789.90/1790.29 c rins : 0.00 0 0
1789.90/1790.29 c localbranching : 0.00 0 0
1789.90/1790.29 c mutation : 0.00 0 0
1789.90/1790.29 c crossover : 0.00 0 0
1789.90/1790.29 c dins : 0.00 0 0
1789.90/1790.29 c undercover : 0.00 0 0
1789.90/1790.29 c nlp : 0.00 0 0
1789.90/1790.29 c trysol : 0.00 0 0
1789.90/1790.29 c LP : Time Calls Iterations Iter/call Iter/sec
1789.90/1790.29 c primal LP : 0.00 0 0 0.00 -
1789.90/1790.29 c dual LP : 1119.37 4 141683 35420.75 126.57
1789.90/1790.29 c lex dual LP : 0.00 0 0 0.00 -
1789.90/1790.29 c barrier LP : 0.00 0 0 0.00 -
1789.90/1790.29 c diving/probing LP: 0.00 0 0 0.00 -
1789.90/1790.29 c strong branching : 0.00 0 0 0.00 -
1789.90/1790.29 c (at root node) : - 0 0 0.00 -
1789.90/1790.29 c conflict analysis: 0.00 0 0 0.00 -
1789.90/1790.29 c B&B Tree :
1789.90/1790.29 c number of runs : 1
1789.90/1790.29 c nodes : 1
1789.90/1790.29 c nodes (total) : 1
1789.90/1790.29 c nodes left : 2
1789.90/1790.29 c max depth : 0
1789.90/1790.29 c max depth (total): 0
1789.90/1790.29 c backtracks : 0 (0.0%)
1789.90/1790.29 c delayed cutoffs : 0
1789.90/1790.29 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1789.90/1790.29 c avg switch length: 1.00
1789.90/1790.29 c switching time : 0.00
1789.90/1790.29 c Solution :
1789.90/1790.29 c Solutions found : 0 (0 improvements)
1789.90/1790.29 c Primal Bound : -
1789.90/1790.29 c Dual Bound : +0.00000000000000e+00
1789.90/1790.29 c Gap : infinite
1789.90/1790.29 c Root Dual Bound : +0.00000000000000e+00
1789.90/1790.29 c Root Iterations : 141683
1790.51/1790.82 c Time complete: 1790.54.
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-3730740-1338682242/watcher-3730740-1338682242 -o /tmp/evaluation-result-3730740-1338682242/solver-3730740-1338682242 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730740-1338682242.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.04 2.01 1.92 3/177 12078
/proc/meminfo: memFree=27145756/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=10216 CPUtime=0 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 1820 0 0 0 0 0 0 0 20 0 1 0 334351114 10461184 1767 33554432000 4194304 8395647 140733198523728 140733198523304 7355228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 2554 1767 390 1026 0 1524 0
[startup+0.0457619 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 12078
/proc/meminfo: memFree=27145756/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=16364 CPUtime=0.04 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 3325 0 0 0 4 0 0 0 20 0 1 0 334351114 16756736 3272 33554432000 4194304 8395647 140733198523728 140733198523304 7382061 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 4091 3272 390 1026 0 3061 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16364
[startup+0.100304 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 12078
/proc/meminfo: memFree=27145756/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=21000 CPUtime=0.09 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 4481 0 0 0 9 0 0 0 20 0 1 0 334351114 21504000 4428 33554432000 4194304 8395647 140733198523728 140733198523304 7385719 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 5250 4428 390 1026 0 4220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21000
[startup+0.300276 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 12078
/proc/meminfo: memFree=27145756/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=39660 CPUtime=0.29 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 9168 0 0 0 28 1 0 0 20 0 1 0 334351114 40611840 9115 33554432000 4194304 8395647 140733198523728 140733198523304 7382061 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 9915 9115 390 1026 0 8885 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39660
[startup+0.700282 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 12078
/proc/meminfo: memFree=27145756/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=77304 CPUtime=0.69 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 18549 0 0 0 67 2 0 0 20 0 1 0 334351114 79159296 18496 33554432000 4194304 8395647 140733198523728 140733198388936 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 19326 18496 390 1026 0 18296 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77304
[startup+1.50028 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 12079
/proc/meminfo: memFree=27036620/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=157292 CPUtime=1.49 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 38703 0 0 0 144 5 0 0 20 0 1 0 334351114 161067008 38296 33554432000 4194304 8395647 140733198523728 140733198388936 6013155 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 39323 38296 407 1026 0 38293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157292
[startup+3.1003 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 12079
/proc/meminfo: memFree=26776940/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=480520 CPUtime=3.09 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 117187 0 0 0 295 14 0 0 20 0 1 0 334351114 492052480 116780 33554432000 4194304 8395647 140733198523728 140733198519480 7385355 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 120130 116781 475 1026 0 119100 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 480520
[startup+6.30031 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 12079
/proc/meminfo: memFree=26346080/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=836332 CPUtime=6.29 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 183697 0 0 0 603 26 0 0 20 0 1 0 334351114 856403968 201783 33554432000 4194304 8395647 140733198523728 140733198519192 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 209083 201783 576 1026 0 208053 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 836332
[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 12079
/proc/meminfo: memFree=26322776/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=842012 CPUtime=12.69 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 185135 0 0 0 1242 27 0 0 20 0 1 0 334351114 862220288 203078 33554432000 4194304 8395647 140733198523728 140733198518856 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 210503 203078 576 1026 0 209473 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 842012
[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 12080
/proc/meminfo: memFree=26288488/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=878972 CPUtime=25.49 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 187219 0 0 0 2520 29 0 0 20 0 1 0 334351114 900067328 209680 33554432000 4194304 8395647 140733198523728 140733198518856 6697691 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 219743 209680 579 1026 0 218713 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 878972
[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 1.92 3/177 12080
/proc/meminfo: memFree=26265056/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=890344 CPUtime=51.08 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 189255 0 0 0 5076 32 0 0 20 0 1 0 334351114 911712256 212738 33554432000 4194304 8395647 140733198523728 140733198518856 6697997 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 222586 212738 579 1026 0 221556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 890344
[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 12080
/proc/meminfo: memFree=26245500/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=896388 CPUtime=102.29 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 190952 0 0 0 10192 37 0 0 20 0 1 0 334351114 917901312 215968 33554432000 4194304 8395647 140733198523728 140733198518856 6698157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 224097 215968 579 1026 0 223067 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 896388
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 12080
/proc/meminfo: memFree=26234304/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=898768 CPUtime=162.27 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 191471 0 0 0 16185 42 0 0 20 0 1 0 334351114 920338432 216487 33554432000 4194304 8395647 140733198523728 140733198518968 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 224692 216487 599 1026 0 223662 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 898768
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 12080
/proc/meminfo: memFree=26231480/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=898768 CPUtime=222.26 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 191472 0 0 0 22178 48 0 0 20 0 1 0 334351114 920338432 216488 33554432000 4194304 8395647 140733198523728 140733198518968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 224692 216488 599 1026 0 223662 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 898768
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 12080
/proc/meminfo: memFree=26227168/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=898768 CPUtime=282.24 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 191472 0 0 0 28172 52 0 0 20 0 1 0 334351114 920338432 216488 33554432000 4194304 8395647 140733198523728 140733198519016 7382142 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 224692 216488 599 1026 0 223662 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 898768
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 12081
/proc/meminfo: memFree=26129756/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=948900 CPUtime=342.24 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 197353 0 0 0 34167 57 0 0 20 0 1 0 334351114 971673600 228921 33554432000 4194304 8395647 140733198523728 140733198518856 6698043 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 237225 228921 612 1026 0 236195 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 948900
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 12081
/proc/meminfo: memFree=26125092/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=948900 CPUtime=402.23 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 197901 0 0 0 40162 61 0 0 20 0 1 0 334351114 971673600 229459 33554432000 4194304 8395647 140733198523728 140733198519192 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 237225 229459 612 1026 0 236195 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 948900
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 12081
/proc/meminfo: memFree=26122632/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=948900 CPUtime=462.22 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 197931 0 0 0 46156 66 0 0 20 0 1 0 334351114 971673600 229489 33554432000 4194304 8395647 140733198523728 140733198518856 6390506 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 237225 229489 612 1026 0 236195 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 948900
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 12081
/proc/meminfo: memFree=26121648/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=948900 CPUtime=522.21 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 197965 0 0 0 52152 69 0 0 20 0 1 0 334351114 971673600 229523 33554432000 4194304 8395647 140733198523728 140733198518136 6390530 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 237225 229523 612 1026 0 236195 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 948900
[startup+582.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 12084
/proc/meminfo: memFree=26119596/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=948900 CPUtime=582.2 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 198000 0 0 0 58147 73 0 0 20 0 1 0 334351114 971673600 229558 33554432000 4194304 8395647 140733198523728 140733198518856 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 237225 229558 612 1026 0 236195 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 948900
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=26097428/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=951632 CPUtime=1062.12 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 199230 0 0 0 106099 113 0 0 20 0 1 0 334351114 974471168 235164 33554432000 4194304 8395647 140733198523728 140733198518136 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 237908 235164 612 1026 0 236878 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 951632
[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 12087
/proc/meminfo: memFree=26097064/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=952036 CPUtime=1122.11 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 199265 0 0 0 112094 117 0 0 20 0 1 0 334351114 974884864 235258 33554432000 4194304 8395647 140733198523728 140733198518856 6698246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 238009 235258 612 1026 0 236979 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 952036
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 12090
/proc/meminfo: memFree=26084128/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=952308 CPUtime=1182.1 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 199288 0 0 0 118090 120 0 0 20 0 1 0 334351114 975163392 235281 33554432000 4194304 8395647 140733198523728 140733198519192 6696623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 238077 235281 612 1026 0 237047 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 952308
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 12090
/proc/meminfo: memFree=26083460/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=952440 CPUtime=1242.08 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 199305 0 0 0 124085 123 0 0 20 0 1 0 334351114 975298560 235298 33554432000 4194304 8395647 140733198523728 140733198518856 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 238110 235298 612 1026 0 237080 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 952440
[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 12091
/proc/meminfo: memFree=26082708/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=952440 CPUtime=1302.09 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 199309 0 0 0 130081 128 0 0 20 0 1 0 334351114 975298560 235302 33554432000 4194304 8395647 140733198523728 140733198519016 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 238110 235302 612 1026 0 237080 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 952440
[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 12091
/proc/meminfo: memFree=26082832/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=952440 CPUtime=1362.07 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 199309 0 0 0 136074 133 0 0 20 0 1 0 334351114 975298560 235302 33554432000 4194304 8395647 140733198523728 140733198518968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 238110 235302 612 1026 0 237080 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 952440
[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 1.96 3/177 12091
/proc/meminfo: memFree=26082956/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=952440 CPUtime=1422.07 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 199309 0 0 0 142067 140 0 0 20 0 1 0 334351114 975298560 235302 33554432000 4194304 8395647 140733198523728 140733198518968 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 238110 235302 612 1026 0 237080 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 952440
[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 12091
/proc/meminfo: memFree=26082956/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=952440 CPUtime=1482.05 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 199309 0 0 0 148060 145 0 0 20 0 1 0 334351114 975298560 235302 33554432000 4194304 8395647 140733198523728 140733198518968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 238110 235302 612 1026 0 237080 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 952440
[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 12091
/proc/meminfo: memFree=26055224/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1542.04 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201376 0 0 0 154054 150 0 0 20 0 1 0 334351114 1002946560 240946 33554432000 4194304 8395647 140733198523728 140733198519240 6698349 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 240946 612 1026 0 243830 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 979440
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12092
/proc/meminfo: memFree=26055100/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1602.03 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201384 0 0 0 160049 154 0 0 20 0 1 0 334351114 1002946560 240954 33554432000 4194304 8395647 140733198523728 140733198518856 6697938 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 240954 612 1026 0 243830 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 979440
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12092
/proc/meminfo: memFree=26055100/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1662.02 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201416 0 0 0 166044 158 0 0 20 0 1 0 334351114 1002946560 240967 33554432000 4194304 8395647 140733198523728 140733198518856 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 240967 612 1026 0 243830 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 979440
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12092
/proc/meminfo: memFree=26052612/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1722.02 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201423 0 0 0 172040 162 0 0 20 0 1 0 334351114 1002946560 240974 33554432000 4194304 8395647 140733198523728 140733198518856 6698063 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 240974 612 1026 0 243830 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 979440
[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 12133
/proc/meminfo: memFree=26952192/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1782.01 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201443 0 0 0 178035 166 0 0 20 0 1 0 334351114 1002946560 240994 33554432000 4194304 8395647 140733198523728 140733198518856 6636339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 240994 612 1026 0 243830 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 979440
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 12133
/proc/meminfo: memFree=26950224/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1785.2 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201445 0 0 0 178354 166 0 0 20 0 1 0 334351114 1002946560 240996 33554432000 4194304 8395647 140733198523728 140733198519192 6697959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 240996 612 1026 0 243830 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 979440
[startup+1788.7 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 12133
/proc/meminfo: memFree=26948612/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1788.4 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201446 0 0 0 178674 166 0 0 20 0 1 0 334351114 1002946560 240997 33554432000 4194304 8395647 140733198523728 140733198518856 6698055 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 240997 612 1026 0 243830 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 979440
[startup+1789.5 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 12133
/proc/meminfo: memFree=26948612/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1789.2 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201446 0 0 0 178754 166 0 0 20 0 1 0 334351114 1002946560 240997 33554432000 4194304 8395647 140733198523728 140733198518856 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 240997 612 1026 0 243830 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 979440
[startup+1790.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 12133
/proc/meminfo: memFree=26948736/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=979440 CPUtime=1790 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201451 0 0 0 178834 166 0 0 20 0 1 0 334351114 1002946560 241002 33554432000 4194304 8395647 140733198523728 140733198518856 6106261 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244860 241002 617 1026 0 243830 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 979440
[startup+1790.7 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 12133
/proc/meminfo: memFree=26945860/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=977612 CPUtime=1790.41 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201455 0 0 0 178875 166 0 0 20 0 1 0 334351114 1001074688 240579 33554432000 4194304 8395647 140733198523728 140733198519560 6345893 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 244403 240579 621 1026 0 243373 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 977612
[startup+1790.81 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 12133
/proc/meminfo: memFree=26945860/32873648 swapFree=6864/6864
[pid=12078] ppid=12076 vsize=815384 CPUtime=1790.51 cores=1,3,5,7
/proc/12078/stat : 12078 (pbscip.linux.x8) R 12076 12078 11712 0 -1 4202496 201455 0 0 0 178884 167 0 0 20 0 1 0 334351114 834953216 201706 33554432000 4194304 8395647 140733198523728 140733198519560 6345173 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12078/statm: 203846 201706 621 1026 0 202816 0
Current children cumulated CPU time (s) 1790.51
Current children cumulated vsize (KiB) 815384
Child status: 0
Real time (s): 1790.83
CPU time (s): 1790.54
CPU user time (s): 1788.86
CPU system time (s): 1.68374
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 979440
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.86
system time used= 1.68374
maximum resident set size= 964024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201462
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= 30
involuntary context switches= 1838
runsolver used 2.91456 second user time and 8.5697 second system time
The end