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-3730805-1338682484.opb>
1.09/1.19 c original problem has 62704 variables (62704 bin, 0 int, 0 impl, 0 cont) and 187107 constraints
1.09/1.19 c problem read
1.09/1.19 c No objective function, only one solution is needed.
1.09/1.20 c presolving settings loaded
1.49/1.57 c presolving:
3.48/3.50 c (round 1) 1178 del vars, 1155 del conss, 501 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5489521 impls, 0 clqs
3.68/3.70 c (round 2) 1531 del vars, 3559 del conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5493683 impls, 0 clqs
3.68/3.73 c (round 3) 1531 del vars, 3869 del conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5494539 impls, 0 clqs
4.28/4.30 c (round 4) 1531 del vars, 3882 del conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 183225 upgd conss, 5494539 impls, 0 clqs
4.50/4.51 c presolving (5 rounds):
4.50/4.51 c 1531 deleted vars, 3882 deleted constraints, 737 tightened bounds, 0 added holes, 252 changed sides, 876 changed coefficients
4.50/4.51 c 5494539 implications, 0 cliques
4.50/4.51 c presolved problem has 61173 variables (61173 bin, 0 int, 0 impl, 0 cont) and 183225 constraints
4.50/4.51 c 504 constraints of type <knapsack>
4.50/4.51 c 121885 constraints of type <setppc>
4.50/4.51 c 60836 constraints of type <logicor>
4.50/4.51 c transformed objective value is always integral (scale: 1)
4.50/4.51 c Presolving Time: 3.05
4.50/4.51 c - non default parameters ----------------------------------------------------------------------
4.50/4.51 c # SCIP version 1.2.1.3
4.50/4.51 c
4.50/4.51 c # frequency for displaying node information lines
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 100]
4.50/4.51 c display/freq = 10000
4.50/4.51 c
4.50/4.51 c # maximal time in seconds to run
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.50/4.51 c limits/time = 1788.81
4.50/4.51 c
4.50/4.51 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.50/4.51 c limits/memory = 13950
4.50/4.51 c
4.50/4.51 c # solving stops, if the given number of solutions were found (-1: no limit)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: -1]
4.50/4.51 c limits/solutions = 1
4.50/4.51 c
4.50/4.51 c # maximal number of separation rounds per node (-1: unlimited)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 5]
4.50/4.51 c separating/maxrounds = 1
4.50/4.51 c
4.50/4.51 c # maximal number of separation rounds in the root node (-1: unlimited)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: -1]
4.50/4.51 c separating/maxroundsroot = 5
4.50/4.51 c
4.50/4.51 c # default clock type (1: CPU user seconds, 2: wall clock time)
4.50/4.51 c # [type: int, range: [1,2], default: 1]
4.50/4.51 c timing/clocktype = 2
4.50/4.51 c
4.50/4.51 c # should presolving try to simplify inequalities
4.50/4.51 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.50/4.51 c constraints/linear/simplifyinequalities = TRUE
4.50/4.51 c
4.50/4.51 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.50/4.51 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.50/4.51 c constraints/indicator/addCouplingCons = TRUE
4.50/4.51 c
4.50/4.51 c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.50/4.51 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.50/4.51 c constraints/knapsack/disaggregation = FALSE
4.50/4.51 c
4.50/4.51 c # should presolving try to simplify knapsacks
4.50/4.51 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.50/4.51 c constraints/knapsack/simplifyinequalities = TRUE
4.50/4.51 c
4.50/4.51 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: -1]
4.50/4.51 c presolving/probing/maxrounds = 0
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51 c heuristics/coefdiving/freq = -1
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51 c heuristics/coefdiving/maxlpiterquot = 0.075
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/coefdiving/maxlpiterofs = 1500
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 30]
4.50/4.51 c heuristics/crossover/freq = -1
4.50/4.51 c
4.50/4.51 c # number of nodes added to the contingent of the total nodes
4.50/4.51 c # [type: longint, range: [0,9223372036854775807], default: 500]
4.50/4.51 c heuristics/crossover/nodesofs = 750
4.50/4.51 c
4.50/4.51 c # number of nodes without incumbent change that heuristic should wait
4.50/4.51 c # [type: longint, range: [0,9223372036854775807], default: 200]
4.50/4.51 c heuristics/crossover/nwaitingnodes = 100
4.50/4.51 c
4.50/4.51 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.50/4.51 c # [type: real, range: [0,1], default: 0.1]
4.50/4.51 c heuristics/crossover/nodesquot = 0.15
4.50/4.51 c
4.50/4.51 c # minimum percentage of integer variables that have to be fixed
4.50/4.51 c # [type: real, range: [0,1], default: 0.666]
4.50/4.51 c heuristics/crossover/minfixingrate = 0.5
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 20]
4.50/4.51 c heuristics/feaspump/freq = -1
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/feaspump/maxlpiterofs = 2000
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51 c heuristics/fracdiving/freq = -1
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51 c heuristics/fracdiving/maxlpiterquot = 0.075
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/fracdiving/maxlpiterofs = 1500
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51 c heuristics/guideddiving/freq = -1
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51 c heuristics/guideddiving/maxlpiterquot = 0.075
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/guideddiving/maxlpiterofs = 1500
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51 c heuristics/intdiving/maxlpiterquot = 0.075
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51 c heuristics/intshifting/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51 c heuristics/linesearchdiving/freq = -1
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51 c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/linesearchdiving/maxlpiterofs = 1500
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51 c heuristics/nlp/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 20]
4.50/4.51 c heuristics/objpscostdiving/freq = -1
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to total iteration number
4.50/4.51 c # [type: real, range: [0,1], default: 0.01]
4.50/4.51 c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/objpscostdiving/maxlpiterofs = 1500
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51 c heuristics/oneopt/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51 c heuristics/pscostdiving/freq = -1
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51 c heuristics/pscostdiving/maxlpiterquot = 0.075
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/pscostdiving/maxlpiterofs = 1500
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 0]
4.50/4.51 c heuristics/rens/freq = -1
4.50/4.51 c
4.50/4.51 c # minimum percentage of integer variables that have to be fixable
4.50/4.51 c # [type: real, range: [0,1], default: 0.5]
4.50/4.51 c heuristics/rens/minfixingrate = 0.3
4.50/4.51 c
4.50/4.51 c # number of nodes added to the contingent of the total nodes
4.50/4.51 c # [type: longint, range: [0,9223372036854775807], default: 500]
4.50/4.51 c heuristics/rens/nodesofs = 2000
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 20]
4.50/4.51 c heuristics/rootsoldiving/freq = -1
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.50/4.51 c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/rootsoldiving/maxlpiterofs = 1500
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51 c heuristics/rounding/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51 c heuristics/shifting/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51 c heuristics/simplerounding/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 0]
4.50/4.51 c heuristics/trivial/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51 c heuristics/trysol/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51 c heuristics/veclendiving/freq = -1
4.50/4.51 c
4.50/4.51 c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51 c heuristics/veclendiving/maxlpiterquot = 0.075
4.50/4.51 c
4.50/4.51 c # additional number of allowed LP iterations
4.50/4.51 c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51 c heuristics/veclendiving/maxlpiterofs = 1500
4.50/4.51 c
4.50/4.51 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51 c heuristics/zirounding/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 0]
4.50/4.51 c separating/cmir/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: 0]
4.50/4.51 c separating/flowcover/freq = -1
4.50/4.51 c
4.50/4.51 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.50/4.51 c # [type: int, range: [-1,2147483647], default: -1]
4.50/4.51 c separating/rapidlearning/freq = 0
4.50/4.51 c
4.50/4.51 c -----------------------------------------------------------------------------------------------
4.50/4.51 c start solving
4.50/4.53 c
26.29/26.36 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
26.29/26.36 c 25.2s| 1 | 0 | 6192 | - | 487M| 0 |4103 | 61k| 183k| 61k| 183k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
78.08/78.17 c 77.0s| 1 | 0 | 12790 | - | 488M| 0 |4670 | 61k| 183k| 61k| 183k| 50 | 0 | 0 | 0.000000e+00 | -- | Inf
164.86/164.94 c 164s| 1 | 0 | 23073 | - | 488M| 0 |5877 | 61k| 183k| 61k| 183k| 96 | 0 | 0 | 0.000000e+00 | -- | Inf
252.05/252.12 c 251s| 1 | 0 | 35520 | - | 489M| 0 |6719 | 61k| 183k| 61k| 183k| 202 | 0 | 0 | 0.000000e+00 | -- | Inf
335.04/335.12 c 334s| 1 | 0 | 45402 | - | 489M| 0 |7072 | 61k| 183k| 61k| 183k| 285 | 0 | 0 | 0.000000e+00 | -- | Inf
609.50/609.64 c 608s| 1 | 0 | 63318 | - | 489M| 0 |7454 | 61k| 183k| 61k| 183k| 391 | 0 | 0 | 0.000000e+00 | -- | Inf
789.27/789.45 c 788s| 1 | 2 | 63318 | - | 489M| 0 |7454 | 61k| 183k| 61k| 183k| 391 | 0 | 23 | 0.000000e+00 | -- | Inf
1791.51/1791.86 c
1791.51/1791.86 c SCIP Status : solving was interrupted [time limit reached]
1791.51/1791.86 c Solving Time (sec) : 1790.66
1791.51/1791.86 c Solving Nodes : 6
1791.51/1791.86 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1791.51/1791.86 c Dual Bound : +0.00000000000000e+00
1791.51/1791.86 c Gap : infinite
1791.51/1791.86 s UNKNOWN
1791.51/1791.86 c SCIP Status : solving was interrupted [time limit reached]
1791.51/1791.86 c Solving Time : 1790.66
1791.51/1791.86 c Original Problem :
1791.51/1791.86 c Problem name : HOME/instance-3730805-1338682484.opb
1791.51/1791.86 c Variables : 62704 (62704 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.51/1791.86 c Constraints : 187107 initial, 187107 maximal
1791.51/1791.86 c Presolved Problem :
1791.51/1791.86 c Problem name : t_HOME/instance-3730805-1338682484.opb
1791.51/1791.86 c Variables : 61173 (61173 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.51/1791.86 c Constraints : 183225 initial, 183225 maximal
1791.51/1791.86 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1791.51/1791.86 c trivial : 0.01 64 0 0 0 0 0 0 0
1791.51/1791.86 c dualfix : 0.01 0 0 0 0 0 0 0 0
1791.51/1791.86 c boundshift : 0.00 0 0 0 0 0 0 0 0
1791.51/1791.86 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1791.51/1791.86 c implics : 0.25 0 735 0 0 0 0 0 0
1791.51/1791.86 c probing : 0.00 0 0 0 0 0 0 0 0
1791.51/1791.86 c knapsack : 0.00 0 0 0 0 0 0 0 0
1791.51/1791.86 c setppc : 0.15 0 0 0 0 0 0 0 0
1791.51/1791.86 c linear : 2.32 731 1 0 737 0 3882 252 876
1791.51/1791.86 c logicor : 0.08 0 0 0 0 0 0 0 0
1791.51/1791.86 c root node : - 0 - - 0 - - - -
1791.51/1791.86 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1791.51/1791.86 c integral : 0 0 0 6 0 0 0 0 0 12
1791.51/1791.86 c knapsack : 504 5 313 0 0 0 0 995 0 0
1791.51/1791.86 c setppc : 121885 5 313 0 0 0 8712 0 0 0
1791.51/1791.86 c logicor : 60836 5 311 0 0 0 288 0 0 0
1791.51/1791.86 c countsols : 0 0 0 0 0 0 0 0 0 0
1791.51/1791.86 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1791.51/1791.86 c integral : 1024.08 0.00 0.00 1024.08 0.00
1791.51/1791.86 c knapsack : 0.02 0.02 0.01 0.00 0.00
1791.51/1791.86 c setppc : 1.19 0.02 1.17 0.00 0.00
1791.51/1791.86 c logicor : 0.05 0.01 0.03 0.00 0.00
1791.51/1791.86 c countsols : 0.00 0.00 0.00 0.00 0.00
1791.51/1791.86 c Propagators : Time Calls Cutoffs DomReds
1791.51/1791.86 c vbounds : 0.00 1 0 0
1791.51/1791.86 c rootredcost : 0.00 0 0 0
1791.51/1791.86 c pseudoobj : 0.00 0 0 0
1791.51/1791.86 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1791.51/1791.86 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1791.51/1791.86 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1791.51/1791.86 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1791.51/1791.86 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1791.51/1791.86 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1791.51/1791.86 c applied globally : - - - 0 0.0 - - -
1791.51/1791.86 c applied locally : - - - 0 0.0 - - -
1791.51/1791.86 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1791.51/1791.86 c cut pool : 0.00 4 - - 54 - (maximal pool size: 854)
1791.51/1791.86 c redcost : 0.02 10 0 0 0 0
1791.51/1791.86 c impliedbounds : 0.11 5 0 0 0 0
1791.51/1791.86 c intobj : 0.00 0 0 0 0 0
1791.51/1791.86 c cgmip : 0.00 0 0 0 0 0
1791.51/1791.86 c gomory : 121.45 5 0 0 2500 0
1791.51/1791.86 c strongcg : 121.43 5 0 0 2500 0
1791.51/1791.86 c cmir : 0.00 0 0 0 0 0
1791.51/1791.86 c flowcover : 0.00 0 0 0 0 0
1791.51/1791.86 c clique : 6.25 5 0 0 40 0
1791.51/1791.86 c zerohalf : 0.00 0 0 0 0 0
1791.51/1791.86 c mcf : 11.81 1 0 0 0 0
1791.51/1791.86 c rapidlearning : 0.00 0 0 0 0 0
1791.51/1791.86 c Pricers : Time Calls Vars
1791.51/1791.86 c problem variables: 0.00 0 0
1791.51/1791.86 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1791.51/1791.86 c relpscost : 1024.08 6 0 0 0 0 12
1791.51/1791.86 c pscost : 0.00 0 0 0 0 0 0
1791.51/1791.86 c inference : 0.00 0 0 0 0 0 0
1791.51/1791.86 c mostinf : 0.00 0 0 0 0 0 0
1791.51/1791.86 c leastinf : 0.00 0 0 0 0 0 0
1791.51/1791.86 c fullstrong : 0.00 0 0 0 0 0 0
1791.51/1791.86 c allfullstrong : 0.00 0 0 0 0 0 0
1791.51/1791.86 c random : 0.00 0 0 0 0 0 0
1791.51/1791.86 c Primal Heuristics : Time Calls Found
1791.51/1791.86 c LP solutions : 0.00 - 0
1791.51/1791.86 c pseudo solutions : 0.00 - 0
1791.51/1791.86 c trivial : 0.04 1 0
1791.51/1791.86 c simplerounding : 0.00 0 0
1791.51/1791.86 c zirounding : 0.00 0 0
1791.51/1791.86 c rounding : 0.00 0 0
1791.51/1791.86 c shifting : 0.00 0 0
1791.51/1791.86 c intshifting : 0.00 0 0
1791.51/1791.86 c oneopt : 0.00 0 0
1791.51/1791.86 c twoopt : 0.00 0 0
1791.51/1791.86 c fixandinfer : 0.00 0 0
1791.51/1791.86 c feaspump : 0.00 0 0
1791.51/1791.86 c coefdiving : 0.00 0 0
1791.51/1791.86 c pscostdiving : 0.00 0 0
1791.51/1791.86 c fracdiving : 0.00 0 0
1791.51/1791.86 c veclendiving : 0.00 0 0
1791.51/1791.86 c intdiving : 0.00 0 0
1791.51/1791.86 c actconsdiving : 0.00 0 0
1791.51/1791.86 c objpscostdiving : 0.00 0 0
1791.51/1791.86 c rootsoldiving : 0.00 0 0
1791.51/1791.86 c linesearchdiving : 0.00 0 0
1791.51/1791.86 c guideddiving : 0.00 0 0
1791.51/1791.86 c octane : 0.00 0 0
1791.51/1791.86 c rens : 0.00 0 0
1791.51/1791.86 c rins : 0.00 0 0
1791.51/1791.86 c localbranching : 0.00 0 0
1791.51/1791.86 c mutation : 0.00 0 0
1791.51/1791.86 c crossover : 0.00 0 0
1791.51/1791.86 c dins : 0.00 0 0
1791.51/1791.86 c undercover : 0.00 0 0
1791.51/1791.86 c nlp : 0.00 0 0
1791.51/1791.86 c trysol : 0.00 0 0
1791.51/1791.86 c LP : Time Calls Iterations Iter/call Iter/sec
1791.51/1791.86 c primal LP : 0.10 0 0 0.00 0.00
1791.51/1791.86 c dual LP : 500.08 11 86796 7890.55 173.56
1791.51/1791.86 c lex dual LP : 0.00 0 0 0.00 -
1791.51/1791.86 c barrier LP : 0.00 0 0 0.00 -
1791.51/1791.86 c diving/probing LP: 0.00 0 0 0.00 -
1791.51/1791.86 c strong branching : 1024.07 134 133071 993.07 129.94
1791.51/1791.86 c (at root node) : - 23 23000 1000.00 -
1791.51/1791.86 c conflict analysis: 0.00 0 0 0.00 -
1791.51/1791.86 c B&B Tree :
1791.51/1791.86 c number of runs : 1
1791.51/1791.86 c nodes : 6
1791.51/1791.86 c nodes (total) : 6
1791.51/1791.86 c nodes left : 7
1791.51/1791.86 c max depth : 3
1791.51/1791.86 c max depth (total): 3
1791.51/1791.86 c backtracks : 2 (33.3%)
1791.51/1791.86 c delayed cutoffs : 0
1791.51/1791.86 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1791.51/1791.86 c avg switch length: 1.67
1791.51/1791.86 c switching time : 0.14
1791.51/1791.86 c Solution :
1791.51/1791.86 c Solutions found : 0 (0 improvements)
1791.51/1791.86 c Primal Bound : -
1791.51/1791.86 c Dual Bound : +0.00000000000000e+00
1791.51/1791.86 c Gap : infinite
1791.51/1791.86 c Root Dual Bound : +0.00000000000000e+00
1791.51/1791.86 c Root Iterations : 63318
1792.11/1792.46 c Time complete: 1792.18.
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-3730805-1338682484/watcher-3730805-1338682484 -o /tmp/evaluation-result-3730805-1338682484/solver-3730805-1338682484 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730805-1338682484.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.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 1315 0 0 0 0 0 0 0 20 0 1 0 334374133 9158656 1262 33554432000 4194304 8395647 140733975842336 140733984743912 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 2236 1272 374 1026 0 1206 0
[startup+0.0935581 s]
/proc/loadavg: 2.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=20732 CPUtime=0.08 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 4422 0 0 0 8 0 0 0 20 0 1 0 334374133 21229568 4369 33554432000 4194304 8395647 140733975842336 140733975707544 6766217 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 5183 4369 390 1026 0 4153 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20732
[startup+0.100225 s]
/proc/loadavg: 2.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=20880 CPUtime=0.09 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 4456 0 0 0 9 0 0 0 20 0 1 0 334374133 21381120 4403 33554432000 4194304 8395647 140733975842336 140733975707544 6347101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 5220 4403 390 1026 0 4190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20880
[startup+0.300225 s]
/proc/loadavg: 2.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=39872 CPUtime=0.29 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 9185 0 0 0 29 0 0 0 20 0 1 0 334374133 40828928 9132 33554432000 4194304 8395647 140733975842336 140733975707544 7301285 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 9968 9132 390 1026 0 8938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39872
[startup+0.700219 s]
/proc/loadavg: 2.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=75924 CPUtime=0.68 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 18242 0 0 0 67 1 0 0 20 0 1 0 334374133 77746176 18189 33554432000 4194304 8395647 140733975842336 140733975707544 7382031 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 18981 18189 390 1026 0 17951 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75924
[startup+1.50024 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14624
/proc/meminfo: memFree=25232708/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=276236 CPUtime=1.49 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 68454 0 0 0 141 8 0 0 20 0 1 0 334374133 282865664 68047 33554432000 4194304 8395647 140733975842336 140733975838488 4601776 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 69059 68047 429 1026 0 68029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 276236
[startup+3.10024 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24983840/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=477940 CPUtime=3.09 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 116137 0 0 0 294 15 0 0 20 0 1 0 334374133 489410560 115730 33554432000 4194304 8395647 140733975842336 140733975838088 6347124 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 119485 115730 469 1026 0 118455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 477940
[startup+6.3003 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24585360/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=790116 CPUtime=6.28 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 170681 0 0 0 605 23 0 0 20 0 1 0 334374133 809078784 189636 33554432000 4194304 8395647 140733975842336 140733975837800 6696771 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 197529 189636 579 1026 0 196499 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 790116
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24559208/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=809700 CPUtime=12.69 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 172827 0 0 0 1245 24 0 0 20 0 1 0 334374133 829132800 193634 33554432000 4194304 8395647 140733975842336 140733975837464 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 202425 193634 579 1026 0 201395 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 809700
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24542128/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=822252 CPUtime=25.49 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 175625 0 0 0 2523 26 0 0 20 0 1 0 334374133 841986048 197776 33554432000 4194304 8395647 140733975842336 140733975837464 6697978 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 205563 197776 579 1026 0 204533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 822252
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24511068/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=849684 CPUtime=51.08 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 179250 0 0 0 5081 27 0 0 20 0 1 0 334374133 870076416 205185 33554432000 4194304 8395647 140733975842336 140733975837464 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 212421 205185 612 1026 0 211391 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 849684
[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14625
/proc/meminfo: memFree=24501808/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=859752 CPUtime=102.28 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 180422 0 0 0 10196 32 0 0 20 0 1 0 334374133 880386048 207373 33554432000 4194304 8395647 140733975842336 140733975837576 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 214938 207373 612 1026 0 213908 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 859752
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14625
/proc/meminfo: memFree=24496068/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=861232 CPUtime=162.26 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 181058 0 0 0 16190 36 0 0 20 0 1 0 334374133 881901568 208520 33554432000 4194304 8395647 140733975842336 140733975837464 6698194 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 215308 208520 612 1026 0 214278 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 861232
[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14625
/proc/meminfo: memFree=24481828/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=222.26 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182573 0 0 0 22184 42 0 0 20 0 1 0 334374133 894173184 211568 33554432000 4194304 8395647 140733975842336 140733975837464 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211568 612 1026 0 217274 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 873216
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14625
/proc/meminfo: memFree=24472000/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=282.25 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182749 0 0 0 28179 46 0 0 20 0 1 0 334374133 894173184 211744 33554432000 4194304 8395647 140733975842336 140733975837464 6698214 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211744 612 1026 0 217274 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 873216
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14628
/proc/meminfo: memFree=24473464/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=342.24 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182758 0 0 0 34174 50 0 0 20 0 1 0 334374133 894173184 211753 33554432000 4194304 8395647 140733975842336 140733975837528 6202710 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211753 612 1026 0 217274 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 873216
[startup+402.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 14629
/proc/meminfo: memFree=24472012/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=402.23 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182765 0 0 0 40169 54 0 0 20 0 1 0 334374133 894173184 211760 33554432000 4194304 8395647 140733975842336 140733975837528 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211760 612 1026 0 217274 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 873216
[startup+462.3 s]
/proc/loadavg: 2.09 2.04 1.94 3/177 14629
/proc/meminfo: memFree=24467204/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=462.22 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182768 0 0 0 46163 59 0 0 20 0 1 0 334374133 894173184 211763 33554432000 4194304 8395647 140733975842336 140733975837576 7382046 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211763 612 1026 0 217274 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 873216
[startup+522.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/177 14629
/proc/meminfo: memFree=24464876/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=522.2 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182813 0 0 0 52157 63 0 0 20 0 1 0 334374133 894173184 211808 33554432000 4194304 8395647 140733975842336 140733975837464 6697980 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211808 612 1026 0 217274 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 873216
[startup+582.3 s]
/proc/loadavg: 2.09 2.06 1.96 3/177 14629
/proc/meminfo: memFree=24464160/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=582.2 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182813 0 0 0 58152 68 0 0 20 0 1 0 334374133 894173184 211808 33554432000 4194304 8395647 140733975842336 140733975837464 6696767 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211808 612 1026 0 217274 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 873216
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=24367844/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1062.13 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182887 0 0 0 106106 107 0 0 20 0 1 0 334374133 894173184 212393 33554432000 4194304 8395647 140733975842336 140733975836888 6635648 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212393 615 1026 0 217274 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 873216
[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 1.98 3/177 14634
/proc/meminfo: memFree=24368000/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1122.11 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182890 0 0 0 112100 111 0 0 20 0 1 0 334374133 894173184 212396 33554432000 4194304 8395647 140733975842336 140733975837208 6698227 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212396 615 1026 0 217274 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 873216
[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/177 14634
/proc/meminfo: memFree=24352080/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1182.11 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182890 0 0 0 118095 116 0 0 20 0 1 0 334374133 894173184 212396 33554432000 4194304 8395647 140733975842336 140733975837208 6697355 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212396 615 1026 0 217274 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 873216
[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/177 14634
/proc/meminfo: memFree=24342460/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1242.09 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182891 0 0 0 124090 119 0 0 20 0 1 0 334374133 894173184 212415 33554432000 4194304 8395647 140733975842336 140733975837208 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212415 615 1026 0 217274 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 873216
[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/177 14634
/proc/meminfo: memFree=24341992/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1302.09 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182893 0 0 0 130085 124 0 0 20 0 1 0 334374133 894173184 212495 33554432000 4194304 8395647 140733975842336 140733975837544 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212495 615 1026 0 217274 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 873216
[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 14635
/proc/meminfo: memFree=24336316/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1362.07 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182893 0 0 0 136079 128 0 0 20 0 1 0 334374133 894173184 213863 33554432000 4194304 8395647 140733975842336 140733975837208 6698248 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 213863 615 1026 0 217274 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 873216
[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14635
/proc/meminfo: memFree=24333368/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1422.08 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182894 0 0 0 142075 133 0 0 20 0 1 0 334374133 894173184 214683 33554432000 4194304 8395647 140733975842336 140733975837848 6698047 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 214683 615 1026 0 217274 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 873216
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14673
/proc/meminfo: memFree=26263252/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1482.06 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182895 0 0 0 148069 137 0 0 20 0 1 0 334374133 894173184 215406 33554432000 4194304 8395647 140733975842336 140733975836488 7382152 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 215406 615 1026 0 217274 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 873216
[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14676
/proc/meminfo: memFree=26182336/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1542.06 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182895 0 0 0 154064 142 0 0 20 0 1 0 334374133 894173184 215686 33554432000 4194304 8395647 140733975842336 140733975837640 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 215686 615 1026 0 217274 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 873216
[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/177 14676
/proc/meminfo: memFree=26180196/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1602.04 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182904 0 0 0 160058 146 0 0 20 0 1 0 334374133 894173184 215993 33554432000 4194304 8395647 140733975842336 140733975837592 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 215993 615 1026 0 217274 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 873216
[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 14677
/proc/meminfo: memFree=26178484/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1662.03 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182907 0 0 0 166052 151 0 0 20 0 1 0 334374133 894173184 216192 33554432000 4194304 8395647 140733975842336 140733975837640 6697390 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216192 615 1026 0 217274 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 873216
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26176224/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1722.02 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182907 0 0 0 172047 155 0 0 20 0 1 0 334374133 894173184 216648 33554432000 4194304 8395647 140733975842336 140733975837544 6698220 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216648 615 1026 0 217274 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 873216
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173824/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1782.01 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178042 159 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837464 6698220 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 873216
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173828/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1785.3 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178371 159 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837208 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 873216
[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173828/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1788.51 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178691 160 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837208 6636327 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (KiB) 873216
[startup+1790.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173504/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1790.11 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178851 160 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837208 6697980 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1790.11
Current children cumulated vsize (KiB) 873216
[startup+1791.2 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173628/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1790.91 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178931 160 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837208 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1790.91
Current children cumulated vsize (KiB) 873216
[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26174000/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1791.71 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182971 0 0 0 179011 160 0 0 20 0 1 0 334374133 894173184 216712 33554432000 4194304 8395647 140733975842336 140733975837208 6150509 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216712 620 1026 0 217274 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 873216
[startup+1792.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26174000/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=786016 CPUtime=1792.11 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182973 0 0 0 179051 160 0 0 20 0 1 0 334374133 804880384 195509 33554432000 4194304 8395647 140733975842336 140733975841720 4219918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 196504 195509 622 1026 0 195474 0
Current children cumulated CPU time (s) 1792.11
Current children cumulated vsize (KiB) 786016
Child status: 0
Real time (s): 1792.47
CPU time (s): 1792.19
CPU user time (s): 1790.57
CPU system time (s): 1.61575
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 873216
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.57
system time used= 1.61575
maximum resident set size= 866856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182980
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= 17
involuntary context switches= 1918
runsolver used 2.6146 second user time and 7.16591 second system time
The end