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-3737912-1338718932.opb>
0.02/0.08 c original problem has 16722 variables (16722 bin, 0 int, 0 impl, 0 cont) and 17224 constraints
0.02/0.08 c problem read
0.02/0.08 c No objective function, only one solution is needed.
0.02/0.09 c presolving settings loaded
0.09/0.16 c presolving:
0.29/0.30 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 126776 impls, 1000 clqs
0.29/0.39 c presolving (2 rounds):
0.29/0.39 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.39 c 126776 implications, 1000 cliques
0.29/0.39 c presolved problem has 16722 variables (16722 bin, 0 int, 0 impl, 0 cont) and 17224 constraints
0.29/0.39 c 1 constraints of type <knapsack>
0.29/0.39 c 1500 constraints of type <setppc>
0.29/0.39 c 15722 constraints of type <and>
0.29/0.39 c 1 constraints of type <linear>
0.29/0.39 c transformed objective value is always integral (scale: 1)
0.29/0.39 c Presolving Time: 0.26
0.29/0.39 c - non default parameters ----------------------------------------------------------------------
0.29/0.39 c # SCIP version 1.2.1.3
0.29/0.39 c
0.29/0.39 c # frequency for displaying node information lines
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.39 c display/freq = 10000
0.29/0.39 c
0.29/0.39 c # maximal time in seconds to run
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.39 c limits/time = 1789.92
0.29/0.39 c
0.29/0.39 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.39 c limits/memory = 13950
0.29/0.39 c
0.29/0.39 c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39 c limits/solutions = 1
0.29/0.39 c
0.29/0.39 c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.39 c separating/maxrounds = 1
0.29/0.39 c
0.29/0.39 c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39 c separating/maxroundsroot = 5
0.29/0.39 c
0.29/0.39 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.39 c # [type: int, range: [1,2], default: 1]
0.29/0.39 c timing/clocktype = 2
0.29/0.39 c
0.29/0.39 c # should presolving try to simplify inequalities
0.29/0.39 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39 c constraints/linear/simplifyinequalities = TRUE
0.29/0.39 c
0.29/0.39 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.39 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39 c constraints/indicator/addCouplingCons = TRUE
0.29/0.39 c
0.29/0.39 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.39 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.39 c constraints/knapsack/disaggregation = FALSE
0.29/0.39 c
0.29/0.39 c # should presolving try to simplify knapsacks
0.29/0.39 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39 c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.39 c
0.29/0.39 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39 c presolving/probing/maxrounds = 0
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/coefdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.39 c heuristics/crossover/freq = -1
0.29/0.39 c
0.29/0.39 c # number of nodes added to the contingent of the total nodes
0.29/0.39 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.39 c heuristics/crossover/nodesofs = 750
0.29/0.39 c
0.29/0.39 c # number of nodes without incumbent change that heuristic should wait
0.29/0.39 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.39 c heuristics/crossover/nwaitingnodes = 100
0.29/0.39 c
0.29/0.39 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.39 c # [type: real, range: [0,1], default: 0.1]
0.29/0.39 c heuristics/crossover/nodesquot = 0.15
0.29/0.39 c
0.29/0.39 c # minimum percentage of integer variables that have to be fixed
0.29/0.39 c # [type: real, range: [0,1], default: 0.666]
0.29/0.39 c heuristics/crossover/minfixingrate = 0.5
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39 c heuristics/feaspump/freq = -1
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/fracdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/guideddiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/intshifting/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/linesearchdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/nlp/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39 c heuristics/objpscostdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.39 c # [type: real, range: [0,1], default: 0.01]
0.29/0.39 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/oneopt/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/pscostdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39 c heuristics/rens/freq = -1
0.29/0.39 c
0.29/0.39 c # minimum percentage of integer variables that have to be fixable
0.29/0.39 c # [type: real, range: [0,1], default: 0.5]
0.29/0.39 c heuristics/rens/minfixingrate = 0.3
0.29/0.39 c
0.29/0.39 c # number of nodes added to the contingent of the total nodes
0.29/0.39 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.39 c heuristics/rens/nodesofs = 2000
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39 c heuristics/rootsoldiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.39 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/rounding/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/shifting/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/simplerounding/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39 c heuristics/trivial/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/trysol/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/veclendiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/zirounding/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39 c separating/cmir/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39 c separating/flowcover/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39 c separating/rapidlearning/freq = 0
0.29/0.39 c
0.29/0.39 c -----------------------------------------------------------------------------------------------
0.29/0.39 c start solving
0.29/0.39 c
3.39/3.43 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
3.39/3.43 c 3.3s| 1 | 0 | 2456 | - | 75M| 0 |1352 | 16k| 17k| 16k| 32k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
37.39/37.41 c 37.3s| 1 | 0 | 2659 | - | 78M| 0 |1345 | 16k| 17k| 16k| 32k| 42 | 0 | 0 | 0.000000e+00 | -- | Inf
71.48/71.54 c 71.5s| 1 | 0 | 2762 | - | 79M| 0 |1354 | 16k| 17k| 16k| 32k| 49 | 0 | 0 | 0.000000e+00 | -- | Inf
106.07/106.17 c 106s| 1 | 0 | 2883 | - | 80M| 0 |1346 | 16k| 17k| 16k| 33k| 61 | 0 | 0 | 0.000000e+00 | -- | Inf
140.85/140.94 c 141s| 1 | 0 | 2964 | - | 80M| 0 |1352 | 16k| 17k| 16k| 33k| 69 | 0 | 0 | 0.000000e+00 | -- | Inf
173.02/173.14 c 173s| 1 | 0 | 3063 | - | 82M| 0 |1347 | 16k| 17k| 16k| 33k| 77 | 0 | 0 | 0.000000e+00 | -- | Inf
215.81/215.94 c 216s| 1 | 2 | 3063 | - | 82M| 0 |1347 | 16k| 17k| 16k| 33k| 77 | 0 | 30 | 0.000000e+00 | -- | Inf
1789.76/1790.12 c
1789.76/1790.12 c SCIP Status : solving was interrupted [time limit reached]
1789.76/1790.12 c Solving Time (sec) : 1790.04
1789.76/1790.12 c Solving Nodes : 1327
1789.76/1790.12 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.76/1790.12 c Dual Bound : +0.00000000000000e+00
1789.76/1790.12 c Gap : infinite
1789.76/1790.12 s UNKNOWN
1789.76/1790.12 c SCIP Status : solving was interrupted [time limit reached]
1789.76/1790.12 c Solving Time : 1790.04
1789.76/1790.12 c Original Problem :
1789.76/1790.12 c Problem name : HOME/instance-3737912-1338718932.opb
1789.76/1790.12 c Variables : 16722 (16722 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.76/1790.12 c Constraints : 17224 initial, 17224 maximal
1789.76/1790.12 c Presolved Problem :
1789.76/1790.12 c Problem name : t_HOME/instance-3737912-1338718932.opb
1789.76/1790.12 c Variables : 16722 (16722 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.76/1790.12 c Constraints : 17224 initial, 18367 maximal
1789.76/1790.12 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.76/1790.12 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.76/1790.12 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.76/1790.12 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.76/1790.12 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.76/1790.12 c implics : 0.00 0 0 0 0 0 0 0 0
1789.76/1790.12 c probing : 0.00 0 0 0 0 0 0 0 0
1789.76/1790.12 c knapsack : 0.02 0 0 0 0 0 0 0 0
1789.76/1790.12 c setppc : 0.01 0 0 0 0 0 0 0 0
1789.76/1790.12 c and : 0.15 0 0 0 0 0 0 0 0
1789.76/1790.12 c linear : 0.04 0 0 0 0 0 0 0 0
1789.76/1790.12 c logicor : 0.00 0 0 0 0 0 0 0 0
1789.76/1790.12 c root node : - 0 - - 0 - - - -
1789.76/1790.12 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.76/1790.12 c integral : 0 0 0 857 0 2 86 0 0 1634
1789.76/1790.12 c knapsack : 1 5 5158 0 1 0 0 0 0 0
1789.76/1790.12 c setppc : 1500 5 5158 0 1 4 8198 0 0 0
1789.76/1790.12 c and : 15722 891 5154 0 1 8 124447 95571 0 0
1789.76/1790.12 c linear : 1 5 5146 0 1 0 0 0 0 0
1789.76/1790.12 c logicor : 0+ 0 1539 0 0 1 538 0 0 0
1789.76/1790.12 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.76/1790.12 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.76/1790.12 c integral : 623.85 0.00 0.00 623.85 0.00
1789.76/1790.12 c knapsack : 0.57 0.39 0.17 0.00 0.00
1789.76/1790.12 c setppc : 0.08 0.00 0.08 0.00 0.00
1789.76/1790.12 c and : 1.89 1.34 0.54 0.00 0.00
1789.76/1790.12 c linear : 0.16 0.00 0.16 0.00 0.00
1789.76/1790.12 c logicor : 0.03 0.00 0.03 0.00 0.00
1789.76/1790.12 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.76/1790.12 c Propagators : Time Calls Cutoffs DomReds
1789.76/1790.12 c vbounds : 0.00 1 0 0
1789.76/1790.12 c rootredcost : 0.00 0 0 0
1789.76/1790.12 c pseudoobj : 0.00 0 0 0
1789.76/1790.12 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.76/1790.12 c propagation : 0.00 13 13 13 11.0 0 0.0 -
1789.76/1790.12 c infeasible LP : 3.06 497 497 18398 270.3 0 0.0 0
1789.76/1790.12 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.76/1790.12 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.76/1790.12 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.76/1790.12 c applied globally : - - - 1563 325.7 - - -
1789.76/1790.12 c applied locally : - - - 0 0.0 - - -
1789.76/1790.12 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.76/1790.12 c cut pool : 0.00 4 - - 1 - (maximal pool size: 269)
1789.76/1790.12 c redcost : 0.39 891 0 0 0 0
1789.76/1790.12 c impliedbounds : 0.01 5 0 0 64 0
1789.76/1790.12 c intobj : 0.00 0 0 0 0 0
1789.76/1790.12 c cgmip : 0.00 0 0 0 0 0
1789.76/1790.12 c gomory : 40.85 5 0 0 2 0
1789.76/1790.12 c strongcg : 125.84 5 0 0 693 0
1789.76/1790.12 c cmir : 0.00 0 0 0 0 0
1789.76/1790.12 c flowcover : 0.00 0 0 0 0 0
1789.76/1790.12 c clique : 0.40 5 0 0 32 0
1789.76/1790.12 c zerohalf : 0.00 0 0 0 0 0
1789.76/1790.12 c mcf : 1.00 3 0 0 54 0
1789.76/1790.12 c rapidlearning : 0.00 0 0 0 0 0
1789.76/1790.12 c Pricers : Time Calls Vars
1789.76/1790.12 c problem variables: 0.00 0 0
1789.76/1790.12 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.76/1790.12 c relpscost : 623.85 857 2 86 0 0 1634
1789.76/1790.12 c pscost : 0.00 0 0 0 0 0 0
1789.76/1790.12 c inference : 0.00 1 0 0 0 0 2
1789.76/1790.12 c mostinf : 0.00 0 0 0 0 0 0
1789.76/1790.12 c leastinf : 0.00 0 0 0 0 0 0
1789.76/1790.12 c fullstrong : 0.00 0 0 0 0 0 0
1789.76/1790.12 c allfullstrong : 0.00 0 0 0 0 0 0
1789.76/1790.12 c random : 0.00 0 0 0 0 0 0
1789.76/1790.12 c Primal Heuristics : Time Calls Found
1789.76/1790.12 c LP solutions : 0.00 - 0
1789.76/1790.12 c pseudo solutions : 0.00 - 0
1789.76/1790.12 c trivial : 0.01 1 0
1789.76/1790.12 c simplerounding : 0.00 0 0
1789.76/1790.12 c zirounding : 0.00 0 0
1789.76/1790.12 c rounding : 0.00 0 0
1789.76/1790.12 c shifting : 0.00 0 0
1789.76/1790.12 c intshifting : 0.00 0 0
1789.76/1790.12 c oneopt : 0.00 0 0
1789.76/1790.12 c twoopt : 0.00 0 0
1789.76/1790.12 c fixandinfer : 0.00 0 0
1789.76/1790.12 c feaspump : 0.00 0 0
1789.76/1790.12 c coefdiving : 0.00 0 0
1789.76/1790.12 c pscostdiving : 0.00 0 0
1789.76/1790.12 c fracdiving : 0.00 0 0
1789.76/1790.12 c veclendiving : 0.00 0 0
1789.76/1790.12 c intdiving : 0.00 0 0
1789.76/1790.12 c actconsdiving : 0.00 0 0
1789.76/1790.12 c objpscostdiving : 0.00 0 0
1789.76/1790.12 c rootsoldiving : 0.00 0 0
1789.76/1790.12 c linesearchdiving : 0.00 0 0
1789.76/1790.12 c guideddiving : 0.00 0 0
1789.76/1790.12 c octane : 0.00 0 0
1789.76/1790.12 c rens : 0.00 0 0
1789.76/1790.12 c rins : 0.00 0 0
1789.76/1790.12 c localbranching : 0.00 0 0
1789.76/1790.12 c mutation : 0.00 0 0
1789.76/1790.12 c crossover : 0.00 0 0
1789.76/1790.12 c dins : 0.00 0 0
1789.76/1790.12 c undercover : 0.00 0 0
1789.76/1790.12 c nlp : 0.00 0 0
1789.76/1790.12 c trysol : 0.00 0 0
1789.76/1790.12 c LP : Time Calls Iterations Iter/call Iter/sec
1789.76/1790.12 c primal LP : 5.82 0 0 0.00 0.00
1789.76/1790.12 c dual LP : 978.71 2245 1287554 573.52 1315.56
1789.76/1790.12 c lex dual LP : 0.00 0 0 0.00 -
1789.76/1790.12 c barrier LP : 0.00 0 0 0.00 -
1789.76/1790.12 c diving/probing LP: 0.00 0 0 0.00 -
1789.76/1790.12 c strong branching : 623.58 1262 766366 607.26 1228.97
1789.76/1790.12 c (at root node) : - 30 19945 664.83 -
1789.76/1790.12 c conflict analysis: 0.00 0 0 0.00 -
1789.76/1790.12 c B&B Tree :
1789.76/1790.12 c number of runs : 1
1789.76/1790.12 c nodes : 1327
1789.76/1790.12 c nodes (total) : 1327
1789.76/1790.12 c nodes left : 305
1789.76/1790.12 c max depth : 83
1789.76/1790.12 c max depth (total): 83
1789.76/1790.12 c backtracks : 219 (16.5%)
1789.76/1790.12 c delayed cutoffs : 5
1789.76/1790.12 c repropagations : 1492 (8778 domain reductions, 3 cutoffs)
1789.76/1790.12 c avg switch length: 4.15
1789.76/1790.12 c switching time : 7.14
1789.76/1790.12 c Solution :
1789.76/1790.12 c Solutions found : 0 (0 improvements)
1789.76/1790.12 c Primal Bound : -
1789.76/1790.12 c Dual Bound : +0.00000000000000e+00
1789.76/1790.12 c Gap : infinite
1789.76/1790.12 c Root Dual Bound : +0.00000000000000e+00
1789.76/1790.12 c Root Iterations : 3063
1789.86/1790.23 c Time complete: 1789.91.
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-3737912-1338718932/watcher-3737912-1338718932 -o /tmp/evaluation-result-3737912-1338718932/solver-3737912-1338718932 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737912-1338718932.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.97 3/176 22085
/proc/meminfo: memFree=27996924/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=9092 CPUtime=0 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 1421 0 0 0 0 0 0 0 20 0 1 0 338017805 9310208 1368 33554432000 4194304 8395647 140734815134864 140735426885688 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 2273 1379 374 1026 0 1243 0
[startup+0.036999 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22085
/proc/meminfo: memFree=27996924/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=20196 CPUtime=0.02 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 4297 0 0 0 2 0 0 0 20 0 1 0 338017805 20680704 4243 33554432000 4194304 8395647 140734815134864 140735426885688 5756725 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 5049 4243 390 1026 0 4019 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20196
[startup+0.100318 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22085
/proc/meminfo: memFree=27996924/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=37916 CPUtime=0.09 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 9006 0 0 0 8 1 0 0 20 0 1 0 338017805 38825984 8599 33554432000 4194304 8395647 140734815134864 140735426885688 6347101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 9607 8623 407 1026 0 8577 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37916
[startup+0.300267 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22085
/proc/meminfo: memFree=27996924/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=70332 CPUtime=0.29 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 16913 0 0 0 27 2 0 0 20 0 1 0 338017805 72019968 16505 33554432000 4194304 8395647 140734815134864 140735426885688 6065550 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 17583 16505 473 1026 0 16553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70332
[startup+0.700272 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22085
/proc/meminfo: memFree=27996924/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=137272 CPUtime=0.68 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 32730 0 0 0 64 4 0 0 20 0 1 0 338017805 140566528 31600 33554432000 4194304 8395647 140734815134864 140734815130072 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 34318 31600 564 1026 0 33288 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 137272
[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27870248/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=140364 CPUtime=1.49 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 33807 0 0 0 144 5 0 0 20 0 1 0 338017805 143732736 32636 33554432000 4194304 8395647 140734815134864 140734815130072 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 35091 32636 568 1026 0 34061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140364
[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27867396/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=142340 CPUtime=3.09 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 34626 0 0 0 304 5 0 0 20 0 1 0 338017805 145756160 33454 33554432000 4194304 8395647 140734815134864 140734815129992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 35585 33454 568 1026 0 34555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142340
[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27864420/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=142340 CPUtime=6.28 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 34648 0 0 0 623 5 0 0 20 0 1 0 338017805 145756160 33476 33554432000 4194304 8395647 140734815134864 140734815130104 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 35585 33476 584 1026 0 34555 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142340
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27864568/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=142340 CPUtime=12.68 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 34674 0 0 0 1262 6 0 0 20 0 1 0 338017805 145756160 33502 33554432000 4194304 8395647 140734815134864 140734815130152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 35585 33502 589 1026 0 34555 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 142340
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27861352/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=144548 CPUtime=25.48 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 35368 0 0 0 2541 7 0 0 20 0 1 0 338017805 148017152 34196 33554432000 4194304 8395647 140734815134864 140734815130104 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 36137 34196 589 1026 0 35107 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 144548
[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 1.97 3/177 22086
/proc/meminfo: memFree=27846160/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=160900 CPUtime=51.08 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 38794 0 0 0 5097 11 0 0 20 0 1 0 338017805 164761600 38033 33554432000 4194304 8395647 140734815134864 140734815130152 6128910 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 40225 38033 608 1026 0 39195 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 160900
[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 22086
/proc/meminfo: memFree=27842680/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=162640 CPUtime=102.27 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 39302 0 0 0 10210 17 0 0 20 0 1 0 338017805 166543360 38541 33554432000 4194304 8395647 140734815134864 140734815130152 4270180 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 40660 38541 608 1026 0 39630 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 162640
[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27836900/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=165944 CPUtime=162.23 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 40014 0 0 0 16198 25 0 0 20 0 1 0 338017805 169926656 39507 33554432000 4194304 8395647 140734815134864 140734815130152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 41486 39507 608 1026 0 40456 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 165944
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27826416/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=171036 CPUtime=222.21 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 41418 0 0 0 22190 31 0 0 20 0 1 0 338017805 175140864 41628 33554432000 4194304 8395647 140734815134864 140734815130168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 42759 41628 615 1026 0 41729 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 171036
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22087
/proc/meminfo: memFree=27825424/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=171036 CPUtime=282.2 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 41421 0 0 0 28178 42 0 0 20 0 1 0 338017805 175140864 41631 33554432000 4194304 8395647 140734815134864 140734815130424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 42759 41631 615 1026 0 41729 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 171036
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22087
/proc/meminfo: memFree=27823868/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=171036 CPUtime=342.19 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 41421 0 0 0 34166 53 0 0 20 0 1 0 338017805 175140864 41631 33554432000 4194304 8395647 140734815134864 140734815130376 6742781 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 42759 41631 615 1026 0 41729 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 171036
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22087
/proc/meminfo: memFree=27823000/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=171036 CPUtime=402.18 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 41426 0 0 0 40154 64 0 0 20 0 1 0 338017805 175140864 41636 33554432000 4194304 8395647 140734815134864 140734815129992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 42759 41636 620 1026 0 41729 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 171036
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22087
/proc/meminfo: memFree=27820640/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=171036 CPUtime=462.18 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 41435 0 0 0 46141 77 0 0 20 0 1 0 338017805 175140864 41777 33554432000 4194304 8395647 140734815134864 140734815130376 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 42759 41777 621 1026 0 41729 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 171036
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 22090
/proc/meminfo: memFree=27819884/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=171036 CPUtime=522.17 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 41436 0 0 0 52131 86 0 0 20 0 1 0 338017805 175140864 41778 33554432000 4194304 8395647 140734815134864 140734815130328 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 42759 41778 622 1026 0 41729 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 171036
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22129
/proc/meminfo: memFree=27682372/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=171036 CPUtime=582.15 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 41438 0 0 0 58120 95 0 0 20 0 1 0 338017805 175140864 41780 33554432000 4194304 8395647 140734815134864 140734815129736 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 42759 41780 622 1026 0 41729 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 171036
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=27897364/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=174280 CPUtime=1062.08 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 42298 0 0 0 106021 187 0 0 20 0 1 0 338017805 178462720 42639 33554432000 4194304 8395647 140734815134864 140734815130072 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 43570 42639 622 1026 0 42540 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 174280
[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/178 22286
/proc/meminfo: memFree=27890660/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=174908 CPUtime=1122.07 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 42512 0 0 0 112009 198 0 0 20 0 1 0 338017805 179105792 42853 33554432000 4194304 8395647 140734815134864 140734815130424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 43727 42853 622 1026 0 42697 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 174908
[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 22287
/proc/meminfo: memFree=27885320/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=175680 CPUtime=1182.06 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 42653 0 0 0 117996 210 0 0 20 0 1 0 338017805 179896320 42994 33554432000 4194304 8395647 140734815134864 140734815130328 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 43920 42994 622 1026 0 42890 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 175680
[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22287
/proc/meminfo: memFree=27878748/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=176844 CPUtime=1242.06 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 42938 0 0 0 123983 223 0 0 20 0 1 0 338017805 181088256 43279 33554432000 4194304 8395647 140734815134864 140734815129736 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 44211 43279 622 1026 0 43181 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 176844
[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 22287
/proc/meminfo: memFree=27872484/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=177592 CPUtime=1302.05 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43038 0 0 0 129972 233 0 0 20 0 1 0 338017805 181854208 43378 33554432000 4194304 8395647 140734815134864 140734815129736 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 44398 43378 623 1026 0 43368 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 177592
[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22287
/proc/meminfo: memFree=27868316/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=177592 CPUtime=1362.03 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43089 0 0 0 135958 245 0 0 20 0 1 0 338017805 181854208 43429 33554432000 4194304 8395647 140734815134864 140734815129992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 44398 43429 623 1026 0 43368 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 177592
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22287
/proc/meminfo: memFree=27863356/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=178156 CPUtime=1422.03 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43146 0 0 0 141947 256 0 0 20 0 1 0 338017805 182431744 43486 33554432000 4194304 8395647 140734815134864 140734815129992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 44539 43486 623 1026 0 43509 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 178156
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22288
/proc/meminfo: memFree=27860688/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=178156 CPUtime=1482.01 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43257 0 0 0 147932 269 0 0 20 0 1 0 338017805 182431744 43596 33554432000 4194304 8395647 140734815134864 140734815130424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 44539 43596 623 1026 0 43509 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 178156
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22288
/proc/meminfo: memFree=27857516/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=178156 CPUtime=1542.01 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43344 0 0 0 153920 281 0 0 20 0 1 0 338017805 182431744 43683 33554432000 4194304 8395647 140734815134864 140734815129992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 44539 43683 623 1026 0 43509 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 178156
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22288
/proc/meminfo: memFree=27854540/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=178564 CPUtime=1602 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43353 0 0 0 159907 293 0 0 20 0 1 0 338017805 182849536 43692 33554432000 4194304 8395647 140734815134864 140734815129992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 44641 43692 623 1026 0 43611 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 178564
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22288
/proc/meminfo: memFree=27852928/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=178564 CPUtime=1661.98 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43403 0 0 0 165894 304 0 0 20 0 1 0 338017805 182849536 43742 33554432000 4194304 8395647 140734815134864 140734815129704 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 44641 43742 623 1026 0 43611 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 178564
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22291
/proc/meminfo: memFree=27849688/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=180208 CPUtime=1721.98 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43629 0 0 0 171880 318 0 0 20 0 1 0 338017805 184532992 43968 33554432000 4194304 8395647 140734815134864 140734815129992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 45052 43968 623 1026 0 44022 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 180208
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22292
/proc/meminfo: memFree=27846472/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=180208 CPUtime=1781.97 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43693 0 0 0 177867 330 0 0 20 0 1 0 338017805 184532992 44032 33554432000 4194304 8395647 140734815134864 140734815130424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 45052 44032 623 1026 0 44022 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 180208
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22292
/proc/meminfo: memFree=27846224/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=180208 CPUtime=1785.17 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43693 0 0 0 178186 331 0 0 20 0 1 0 338017805 184532992 44032 33554432000 4194304 8395647 140734815134864 140734815129992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 45052 44032 623 1026 0 44022 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 180208
[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22292
/proc/meminfo: memFree=27845852/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=180208 CPUtime=1788.36 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43693 0 0 0 178505 331 0 0 20 0 1 0 338017805 184532992 44032 33554432000 4194304 8395647 140734815134864 140734815129736 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 45052 44032 623 1026 0 44022 0
Current children cumulated CPU time (s) 1788.36
Current children cumulated vsize (KiB) 180208
[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22292
/proc/meminfo: memFree=27845852/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=180208 CPUtime=1789.16 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43693 0 0 0 178585 331 0 0 20 0 1 0 338017805 184532992 44032 33554432000 4194304 8395647 140734815134864 140734815129736 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 45052 44032 623 1026 0 44022 0
Current children cumulated CPU time (s) 1789.16
Current children cumulated vsize (KiB) 180208
[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22292
/proc/meminfo: memFree=27845852/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=180208 CPUtime=1789.56 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43693 0 0 0 178625 331 0 0 20 0 1 0 338017805 184532992 44032 33554432000 4194304 8395647 140734815134864 140734815130168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 45052 44032 623 1026 0 44022 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 180208
[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22292
/proc/meminfo: memFree=27845852/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=180208 CPUtime=1789.76 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43693 0 0 0 178645 331 0 0 20 0 1 0 338017805 184532992 44032 33554432000 4194304 8395647 140734815134864 140734815130168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 45052 44032 623 1026 0 44022 0
Current children cumulated CPU time (s) 1789.76
Current children cumulated vsize (KiB) 180208
[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22292
/proc/meminfo: memFree=27845852/32873844 swapFree=7108/7108
[pid=22085] ppid=22083 vsize=180208 CPUtime=1789.86 cores=0,2,4,6
/proc/22085/stat : 22085 (pbscip.linux.x8) R 22083 22085 21683 0 -1 4202496 43700 0 0 0 178655 331 0 0 20 0 1 0 338017805 184532992 44039 33554432000 4194304 8395647 140734815134864 140734815130168 4720765 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22085/statm: 45052 44039 630 1026 0 44022 0
Current children cumulated CPU time (s) 1789.86
Current children cumulated vsize (KiB) 180208
Child status: 0
Real time (s): 1790.24
CPU time (s): 1789.91
CPU user time (s): 1786.59
CPU system time (s): 3.3215
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 180208
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.59
system time used= 3.3215
maximum resident set size= 176156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43705
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= 57
involuntary context switches= 1928
runsolver used 2.57161 second user time and 7.2159 second system time
The end