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-3740824-1338744634.opb>
1.58/1.63 c original problem has 10086 variables (10086 bin, 0 int, 0 impl, 0 cont) and 226240 constraints
1.58/1.63 c problem read
1.58/1.63 c No objective function, only one solution is needed.
1.58/1.63 c presolving settings loaded
1.89/1.96 c presolving:
3.38/3.49 c (round 1) 1 del vars, 10 del conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 107014 impls, 366 clqs
3.78/3.86 c presolving (2 rounds):
3.78/3.86 c 1 deleted vars, 18 deleted constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
3.78/3.86 c 107014 implications, 366 cliques
3.78/3.86 c presolved problem has 10085 variables (10085 bin, 0 int, 0 impl, 0 cont) and 226222 constraints
3.78/3.86 c 22570 constraints of type <knapsack>
3.78/3.86 c 48174 constraints of type <setppc>
3.78/3.86 c 2 constraints of type <linear>
3.78/3.86 c 155476 constraints of type <logicor>
3.78/3.86 c transformed objective value is always integral (scale: 1)
3.78/3.86 c Presolving Time: 1.92
3.78/3.86 c - non default parameters ----------------------------------------------------------------------
3.78/3.86 c # SCIP version 1.2.1.3
3.78/3.86 c
3.78/3.86 c # frequency for displaying node information lines
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 100]
3.78/3.86 c display/freq = 10000
3.78/3.86 c
3.78/3.86 c # maximal time in seconds to run
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.78/3.86 c limits/time = 1788.38
3.78/3.86 c
3.78/3.86 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.78/3.86 c limits/memory = 13950
3.78/3.86 c
3.78/3.86 c # solving stops, if the given number of solutions were found (-1: no limit)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: -1]
3.78/3.86 c limits/solutions = 1
3.78/3.86 c
3.78/3.86 c # maximal number of separation rounds per node (-1: unlimited)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 5]
3.78/3.86 c separating/maxrounds = 1
3.78/3.86 c
3.78/3.86 c # maximal number of separation rounds in the root node (-1: unlimited)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: -1]
3.78/3.86 c separating/maxroundsroot = 5
3.78/3.86 c
3.78/3.86 c # default clock type (1: CPU user seconds, 2: wall clock time)
3.78/3.86 c # [type: int, range: [1,2], default: 1]
3.78/3.86 c timing/clocktype = 2
3.78/3.86 c
3.78/3.86 c # should presolving try to simplify inequalities
3.78/3.86 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.78/3.86 c constraints/linear/simplifyinequalities = TRUE
3.78/3.86 c
3.78/3.86 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.78/3.86 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.78/3.86 c constraints/indicator/addCouplingCons = TRUE
3.78/3.86 c
3.78/3.86 c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.78/3.86 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.78/3.86 c constraints/knapsack/disaggregation = FALSE
3.78/3.86 c
3.78/3.86 c # should presolving try to simplify knapsacks
3.78/3.86 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.78/3.86 c constraints/knapsack/simplifyinequalities = TRUE
3.78/3.86 c
3.78/3.86 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: -1]
3.78/3.86 c presolving/probing/maxrounds = 0
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 10]
3.78/3.86 c heuristics/coefdiving/freq = -1
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to node LP iterations
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.78/3.86 c heuristics/coefdiving/maxlpiterquot = 0.075
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/coefdiving/maxlpiterofs = 1500
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 30]
3.78/3.86 c heuristics/crossover/freq = -1
3.78/3.86 c
3.78/3.86 c # number of nodes added to the contingent of the total nodes
3.78/3.86 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.78/3.86 c heuristics/crossover/nodesofs = 750
3.78/3.86 c
3.78/3.86 c # number of nodes without incumbent change that heuristic should wait
3.78/3.86 c # [type: longint, range: [0,9223372036854775807], default: 200]
3.78/3.86 c heuristics/crossover/nwaitingnodes = 100
3.78/3.86 c
3.78/3.86 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.78/3.86 c # [type: real, range: [0,1], default: 0.1]
3.78/3.86 c heuristics/crossover/nodesquot = 0.15
3.78/3.86 c
3.78/3.86 c # minimum percentage of integer variables that have to be fixed
3.78/3.86 c # [type: real, range: [0,1], default: 0.666]
3.78/3.86 c heuristics/crossover/minfixingrate = 0.5
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 20]
3.78/3.86 c heuristics/feaspump/freq = -1
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/feaspump/maxlpiterofs = 2000
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 10]
3.78/3.86 c heuristics/fracdiving/freq = -1
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to node LP iterations
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.78/3.86 c heuristics/fracdiving/maxlpiterquot = 0.075
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/fracdiving/maxlpiterofs = 1500
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 10]
3.78/3.86 c heuristics/guideddiving/freq = -1
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to node LP iterations
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.78/3.86 c heuristics/guideddiving/maxlpiterquot = 0.075
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/guideddiving/maxlpiterofs = 1500
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to node LP iterations
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.78/3.86 c heuristics/intdiving/maxlpiterquot = 0.075
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 10]
3.78/3.86 c heuristics/intshifting/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 10]
3.78/3.86 c heuristics/linesearchdiving/freq = -1
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to node LP iterations
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.78/3.86 c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/linesearchdiving/maxlpiterofs = 1500
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 1]
3.78/3.86 c heuristics/nlp/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 20]
3.78/3.86 c heuristics/objpscostdiving/freq = -1
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to total iteration number
3.78/3.86 c # [type: real, range: [0,1], default: 0.01]
3.78/3.86 c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/objpscostdiving/maxlpiterofs = 1500
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 1]
3.78/3.86 c heuristics/oneopt/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 10]
3.78/3.86 c heuristics/pscostdiving/freq = -1
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to node LP iterations
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.78/3.86 c heuristics/pscostdiving/maxlpiterquot = 0.075
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/pscostdiving/maxlpiterofs = 1500
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 0]
3.78/3.86 c heuristics/rens/freq = -1
3.78/3.86 c
3.78/3.86 c # minimum percentage of integer variables that have to be fixable
3.78/3.86 c # [type: real, range: [0,1], default: 0.5]
3.78/3.86 c heuristics/rens/minfixingrate = 0.3
3.78/3.86 c
3.78/3.86 c # number of nodes added to the contingent of the total nodes
3.78/3.86 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.78/3.86 c heuristics/rens/nodesofs = 2000
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 20]
3.78/3.86 c heuristics/rootsoldiving/freq = -1
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to node LP iterations
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.78/3.86 c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/rootsoldiving/maxlpiterofs = 1500
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 1]
3.78/3.86 c heuristics/rounding/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 10]
3.78/3.86 c heuristics/shifting/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 1]
3.78/3.86 c heuristics/simplerounding/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 0]
3.78/3.86 c heuristics/trivial/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 1]
3.78/3.86 c heuristics/trysol/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 10]
3.78/3.86 c heuristics/veclendiving/freq = -1
3.78/3.86 c
3.78/3.86 c # maximal fraction of diving LP iterations compared to node LP iterations
3.78/3.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.78/3.86 c heuristics/veclendiving/maxlpiterquot = 0.075
3.78/3.86 c
3.78/3.86 c # additional number of allowed LP iterations
3.78/3.86 c # [type: int, range: [0,2147483647], default: 1000]
3.78/3.86 c heuristics/veclendiving/maxlpiterofs = 1500
3.78/3.86 c
3.78/3.86 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 1]
3.78/3.86 c heuristics/zirounding/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 0]
3.78/3.86 c separating/cmir/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: 0]
3.78/3.86 c separating/flowcover/freq = -1
3.78/3.86 c
3.78/3.86 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.78/3.86 c # [type: int, range: [-1,2147483647], default: -1]
3.78/3.86 c separating/rapidlearning/freq = 0
3.78/3.86 c
3.78/3.86 c -----------------------------------------------------------------------------------------------
3.78/3.86 c start solving
3.78/3.87 c
9.49/9.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
9.49/9.57 c 7.9s| 1 | 0 | 1829 | - | 304M| 0 | 896 | 10k| 226k| 10k| 226k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
18.49/18.50 c 16.9s| 1 | 0 | 2849 | - | 304M| 0 |1437 | 10k| 226k| 10k| 226k| 10 | 0 | 0 | 0.000000e+00 | -- | Inf
36.68/36.70 c 35.1s| 1 | 0 | 5051 | - | 304M| 0 |2390 | 10k| 226k| 10k| 226k| 23 | 0 | 0 | 0.000000e+00 | -- | Inf
144.66/144.75 c 143s| 1 | 0 | 14562 | - | 305M| 0 |3502 | 10k| 226k| 10k| 226k| 39 | 0 | 0 | 0.000000e+00 | -- | Inf
646.77/646.96 c 645s| 1 | 0 | 43665 | - | 306M| 0 |4872 | 10k| 226k| 10k| 226k| 142 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.70/1791.00 c 1789s| 1 | 0 | 94865 | - | 306M| 0 | - | 10k| 226k| 10k| 226k| 242 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.70/1791.02 c 1789s| 1 | 2 | 94865 | - | 306M| 0 | - | 10k| 226k| 10k| 226k| 242 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.70/1791.02 c
1790.70/1791.02 c SCIP Status : solving was interrupted [time limit reached]
1790.70/1791.02 c Solving Time (sec) : 1789.39
1790.70/1791.02 c Solving Nodes : 1
1790.70/1791.02 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1790.70/1791.02 c Dual Bound : +0.00000000000000e+00
1790.70/1791.02 c Gap : infinite
1790.70/1791.02 s UNKNOWN
1790.70/1791.02 c SCIP Status : solving was interrupted [time limit reached]
1790.70/1791.02 c Solving Time : 1789.39
1790.70/1791.02 c Original Problem :
1790.70/1791.02 c Problem name : HOME/instance-3740824-1338744634.opb
1790.70/1791.02 c Variables : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.70/1791.02 c Constraints : 226240 initial, 226240 maximal
1790.70/1791.02 c Presolved Problem :
1790.70/1791.02 c Problem name : t_HOME/instance-3740824-1338744634.opb
1790.70/1791.02 c Variables : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.70/1791.02 c Constraints : 226222 initial, 226222 maximal
1790.70/1791.02 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1790.70/1791.02 c trivial : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.02 c dualfix : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.02 c boundshift : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.02 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.02 c implics : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.02 c probing : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.02 c knapsack : 0.10 0 0 0 0 0 0 0 0
1790.70/1791.02 c setppc : 0.10 0 0 0 0 0 0 0 0
1790.70/1791.02 c linear : 1.37 0 1 0 0 0 10 9 0
1790.70/1791.02 c logicor : 0.17 0 0 0 0 0 8 0 0
1790.70/1791.02 c root node : - 0 - - 0 - - - -
1790.70/1791.02 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1790.70/1791.02 c integral : 0 0 0 0 0 0 0 0 0 0
1790.70/1791.02 c knapsack : 22570 5 1 0 1 0 0 418 0 0
1790.70/1791.02 c setppc : 48174 5 1 0 1 0 0 0 0 0
1790.70/1791.02 c linear : 2 5 1 0 1 0 0 0 0 0
1790.70/1791.02 c logicor : 155476 5 1 0 1 0 0 0 0 0
1790.70/1791.02 c countsols : 0 0 0 0 1 0 0 0 0 0
1790.70/1791.02 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1790.70/1791.02 c integral : 0.00 0.00 0.00 0.00 0.00
1790.70/1791.02 c knapsack : 0.11 0.10 0.00 0.00 0.00
1790.70/1791.02 c setppc : 0.02 0.01 0.00 0.00 0.00
1790.70/1791.02 c linear : 0.00 0.00 0.00 0.00 0.00
1790.70/1791.02 c logicor : 0.09 0.04 0.04 0.00 0.01
1790.70/1791.02 c countsols : 0.00 0.00 0.00 0.00 0.00
1790.70/1791.02 c Propagators : Time Calls Cutoffs DomReds
1790.70/1791.02 c vbounds : 0.00 1 0 0
1790.70/1791.02 c rootredcost : 0.00 0 0 0
1790.70/1791.02 c pseudoobj : 0.00 0 0 0
1790.70/1791.02 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1790.70/1791.02 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1790.70/1791.02 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1790.70/1791.02 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1790.70/1791.02 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1790.70/1791.02 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1790.70/1791.02 c applied globally : - - - 0 0.0 - - -
1790.70/1791.02 c applied locally : - - - 0 0.0 - - -
1790.70/1791.02 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1790.70/1791.02 c cut pool : 0.00 4 - - 136 - (maximal pool size: 799)
1790.70/1791.02 c redcost : 0.00 5 0 0 0 0
1790.70/1791.02 c impliedbounds : 0.01 5 0 0 0 0
1790.70/1791.02 c intobj : 0.00 0 0 0 0 0
1790.70/1791.02 c cgmip : 0.00 0 0 0 0 0
1790.70/1791.02 c gomory : 123.36 5 0 0 2500 0
1790.70/1791.02 c strongcg : 157.92 5 0 0 2500 0
1790.70/1791.02 c cmir : 0.00 0 0 0 0 0
1790.70/1791.02 c flowcover : 0.00 0 0 0 0 0
1790.70/1791.02 c clique : 0.48 5 0 0 37 0
1790.70/1791.02 c zerohalf : 0.00 0 0 0 0 0
1790.70/1791.02 c mcf : 0.41 1 0 0 0 0
1790.70/1791.02 c rapidlearning : 0.00 0 0 0 0 0
1790.70/1791.02 c Pricers : Time Calls Vars
1790.70/1791.02 c problem variables: 0.00 0 0
1790.70/1791.02 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1790.70/1791.02 c relpscost : 0.00 0 0 0 0 0 0
1790.70/1791.02 c pscost : 0.00 0 0 0 0 0 0
1790.70/1791.02 c inference : 0.00 1 0 0 0 0 2
1790.70/1791.02 c mostinf : 0.00 0 0 0 0 0 0
1790.70/1791.02 c leastinf : 0.00 0 0 0 0 0 0
1790.70/1791.02 c fullstrong : 0.00 0 0 0 0 0 0
1790.70/1791.02 c allfullstrong : 0.00 0 0 0 0 0 0
1790.70/1791.02 c random : 0.00 0 0 0 0 0 0
1790.70/1791.02 c Primal Heuristics : Time Calls Found
1790.70/1791.02 c LP solutions : 0.00 - 0
1790.70/1791.02 c pseudo solutions : 0.00 - 0
1790.70/1791.02 c trivial : 0.01 1 0
1790.70/1791.02 c simplerounding : 0.00 0 0
1790.70/1791.02 c zirounding : 0.00 0 0
1790.70/1791.02 c rounding : 0.00 0 0
1790.70/1791.02 c shifting : 0.00 0 0
1790.70/1791.02 c intshifting : 0.00 0 0
1790.70/1791.02 c oneopt : 0.00 0 0
1790.70/1791.02 c twoopt : 0.00 0 0
1790.70/1791.02 c fixandinfer : 0.00 0 0
1790.70/1791.02 c feaspump : 0.00 0 0
1790.70/1791.02 c coefdiving : 0.00 0 0
1790.70/1791.02 c pscostdiving : 0.00 0 0
1790.70/1791.02 c fracdiving : 0.00 0 0
1790.70/1791.02 c veclendiving : 0.00 0 0
1790.70/1791.02 c intdiving : 0.00 0 0
1790.70/1791.02 c actconsdiving : 0.00 0 0
1790.70/1791.02 c objpscostdiving : 0.00 0 0
1790.70/1791.02 c rootsoldiving : 0.00 0 0
1790.70/1791.02 c linesearchdiving : 0.00 0 0
1790.70/1791.02 c guideddiving : 0.00 0 0
1790.70/1791.02 c octane : 0.00 0 0
1790.70/1791.02 c rens : 0.00 0 0
1790.70/1791.02 c rins : 0.00 0 0
1790.70/1791.02 c localbranching : 0.00 0 0
1790.70/1791.02 c mutation : 0.00 0 0
1790.70/1791.02 c crossover : 0.00 0 0
1790.70/1791.02 c dins : 0.00 0 0
1790.70/1791.02 c undercover : 0.00 0 0
1790.70/1791.02 c nlp : 0.00 0 0
1790.70/1791.02 c trysol : 0.00 0 0
1790.70/1791.02 c LP : Time Calls Iterations Iter/call Iter/sec
1790.70/1791.02 c primal LP : 0.00 0 0 0.00 -
1790.70/1791.02 c dual LP : 1504.08 6 94865 15810.83 63.07
1790.70/1791.02 c lex dual LP : 0.00 0 0 0.00 -
1790.70/1791.02 c barrier LP : 0.00 0 0 0.00 -
1790.70/1791.02 c diving/probing LP: 0.00 0 0 0.00 -
1790.70/1791.02 c strong branching : 0.00 0 0 0.00 -
1790.70/1791.02 c (at root node) : - 0 0 0.00 -
1790.70/1791.02 c conflict analysis: 0.00 0 0 0.00 -
1790.70/1791.02 c B&B Tree :
1790.70/1791.02 c number of runs : 1
1790.70/1791.02 c nodes : 1
1790.70/1791.02 c nodes (total) : 1
1790.70/1791.02 c nodes left : 2
1790.70/1791.02 c max depth : 0
1790.70/1791.02 c max depth (total): 0
1790.70/1791.02 c backtracks : 0 (0.0%)
1790.70/1791.02 c delayed cutoffs : 0
1790.70/1791.02 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1790.70/1791.02 c avg switch length: 1.00
1790.70/1791.02 c switching time : 0.00
1790.70/1791.02 c Solution :
1790.70/1791.02 c Solutions found : 0 (0 improvements)
1790.70/1791.02 c Primal Bound : -
1790.70/1791.02 c Dual Bound : +0.00000000000000e+00
1790.70/1791.02 c Gap : infinite
1790.70/1791.02 c Root Dual Bound : +0.00000000000000e+00
1790.70/1791.02 c Root Iterations : 94865
1791.10/1791.47 c Time complete: 1791.17.
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-3740824-1338744634/watcher-3740824-1338744634 -o /tmp/evaluation-result-3740824-1338744634/solver-3740824-1338744634 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3740824-1338744634.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14591
/proc/meminfo: memFree=24503784/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 1523 0 0 0 0 0 0 0 20 0 1 0 340591946 10211328 1470 33554432000 4194304 8395647 140735106502208 140733543339768 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 2493 1478 374 1026 0 1463 0
[startup+0.0602331 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14591
/proc/meminfo: memFree=24503784/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=14712 CPUtime=0.05 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 2929 0 0 0 5 0 0 0 20 0 1 0 340591946 15065088 2876 33554432000 4194304 8395647 140735106502208 140733543339768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 3678 2876 390 1026 0 2648 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14712
[startup+0.100299 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14591
/proc/meminfo: memFree=24503784/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=17320 CPUtime=0.09 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 3593 0 0 0 9 0 0 0 20 0 1 0 340591946 17735680 3540 33554432000 4194304 8395647 140735106502208 140733543339768 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 4330 3540 390 1026 0 3300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17320
[startup+0.300278 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14591
/proc/meminfo: memFree=24503784/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=28228 CPUtime=0.28 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 6301 0 0 0 28 0 0 0 20 0 1 0 340591946 28905472 6248 33554432000 4194304 8395647 140735106502208 140735106367416 7382056 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 7057 6248 390 1026 0 6027 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28228
[startup+0.700286 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14591
/proc/meminfo: memFree=24503784/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=51496 CPUtime=0.69 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 12096 0 0 0 68 1 0 0 20 0 1 0 340591946 52731904 12043 33554432000 4194304 8395647 140735106502208 140735106367416 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 12874 12043 390 1026 0 11844 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51496
[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14592
/proc/meminfo: memFree=24441536/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=95868 CPUtime=1.48 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 23168 0 0 0 145 3 0 0 20 0 1 0 340591946 98168832 23115 33554432000 4194304 8395647 140735106502208 140735106367416 7301452 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 23967 23115 390 1026 0 22937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95868
[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14592
/proc/meminfo: memFree=24240136/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=323528 CPUtime=3.09 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 79934 0 0 0 297 12 0 0 20 0 1 0 340591946 331292672 78978 33554432000 4194304 8395647 140735106502208 140735106498168 4215509 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 80882 78978 481 1026 0 79852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323528
[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14592
/proc/meminfo: memFree=23969820/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=601628 CPUtime=6.28 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 118089 0 0 0 609 19 0 0 20 0 1 0 340591946 616067072 139662 33554432000 4194304 8395647 140735106502208 140735106497336 6697679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 150407 139662 578 1026 0 149377 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 601628
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14592
/proc/meminfo: memFree=23918776/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=630040 CPUtime=12.69 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 121644 0 0 0 1249 20 0 0 20 0 1 0 340591946 645160960 146785 33554432000 4194304 8395647 140735106502208 140735106497448 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 157510 146785 610 1026 0 156480 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 630040
[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14592
/proc/meminfo: memFree=23867264/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=670424 CPUtime=25.49 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 129784 0 0 0 2526 23 0 0 20 0 1 0 340591946 686514176 159399 33554432000 4194304 8395647 140735106502208 140735106497336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 167606 159399 611 1026 0 166576 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 670424
[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14592
/proc/meminfo: memFree=23824668/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=703716 CPUtime=51.08 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 134471 0 0 0 5082 26 0 0 20 0 1 0 340591946 720605184 169686 33554432000 4194304 8395647 140735106502208 140735106497336 6664895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 175929 169686 611 1026 0 174899 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 703716
[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14592
/proc/meminfo: memFree=23804300/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=740244 CPUtime=102.28 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 135581 0 0 0 10198 30 0 0 20 0 1 0 340591946 758009856 174224 33554432000 4194304 8395647 140735106502208 140735106497336 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 185061 174224 611 1026 0 184031 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 740244
[startup+162.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 14631
/proc/meminfo: memFree=23511932/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=740244 CPUtime=162.25 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 135622 0 0 0 16190 35 0 0 20 0 1 0 340591946 758009856 174257 33554432000 4194304 8395647 140735106502208 140735106497400 7385927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 185061 174257 611 1026 0 184031 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 740244
[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 14631
/proc/meminfo: memFree=17382760/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=769532 CPUtime=222.24 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 138985 0 0 0 22181 43 0 0 20 0 1 0 340591946 788000768 183793 33554432000 4194304 8395647 140735106502208 140735106497336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 192383 183793 611 1026 0 191353 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 769532
[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 14632
/proc/meminfo: memFree=12173148/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=769532 CPUtime=282.23 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140038 0 0 0 28177 46 0 0 20 0 1 0 340591946 788000768 186200 33554432000 4194304 8395647 140735106502208 140735106497336 6698047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 192383 186200 611 1026 0 191353 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 769532
[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 14632
/proc/meminfo: memFree=11917132/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=769532 CPUtime=342.22 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140040 0 0 0 34174 48 0 0 20 0 1 0 340591946 788000768 187687 33554432000 4194304 8395647 140735106502208 140735106497336 6698030 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 192383 187687 611 1026 0 191353 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 769532
[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14632
/proc/meminfo: memFree=11911076/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=769532 CPUtime=402.21 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140044 0 0 0 40169 52 0 0 20 0 1 0 340591946 788000768 187904 33554432000 4194304 8395647 140735106502208 140735106496616 6746628 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 192383 187904 611 1026 0 191353 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 769532
[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 14632
/proc/meminfo: memFree=11903972/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=769532 CPUtime=462.2 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140046 0 0 0 46164 56 0 0 20 0 1 0 340591946 788000768 187959 33554432000 4194304 8395647 140735106502208 140735106497336 6697355 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 192383 187959 611 1026 0 191353 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 769532
[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14633
/proc/meminfo: memFree=11901592/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=769532 CPUtime=522.19 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140046 0 0 0 52160 59 0 0 20 0 1 0 340591946 788000768 187961 33554432000 4194304 8395647 140735106502208 140735106497336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 192383 187961 611 1026 0 191353 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 769532
[startup+582.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 14636
/proc/meminfo: memFree=11888240/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=769532 CPUtime=582.18 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140046 0 0 0 58155 63 0 0 20 0 1 0 340591946 788000768 187961 33554432000 4194304 8395647 140735106502208 140735106497336 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 192383 187961 611 1026 0 191353 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 769532
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=11612868/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1062.11 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140389 0 0 0 106112 99 0 0 20 0 1 0 340591946 843526144 195458 33554432000 4194304 8395647 140735106502208 140735106497336 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195458 611 1026 0 204909 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 823756
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14638
/proc/meminfo: memFree=11612888/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1122.1 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140404 0 0 0 112107 103 0 0 20 0 1 0 340591946 843526144 195473 33554432000 4194304 8395647 140735106502208 140735106497672 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195473 611 1026 0 204909 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 823756
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14641
/proc/meminfo: memFree=11611852/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1182.1 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140417 0 0 0 118103 107 0 0 20 0 1 0 340591946 843526144 195486 33554432000 4194304 8395647 140735106502208 140735106497336 6697246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195486 611 1026 0 204909 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 823756
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14641
/proc/meminfo: memFree=11610072/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1242.09 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140423 0 0 0 124099 110 0 0 20 0 1 0 340591946 843526144 195492 33554432000 4194304 8395647 140735106502208 140735106497336 6390530 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195492 611 1026 0 204909 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 823756
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14641
/proc/meminfo: memFree=11609604/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1302.08 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140432 0 0 0 130095 113 0 0 20 0 1 0 340591946 843526144 195501 33554432000 4194304 8395647 140735106502208 140735106497336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195501 611 1026 0 204909 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 823756
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14641
/proc/meminfo: memFree=11722144/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1362.07 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140439 0 0 0 136091 116 0 0 20 0 1 0 340591946 843526144 195508 33554432000 4194304 8395647 140735106502208 140735106497336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195508 611 1026 0 204909 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 823756
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14642
/proc/meminfo: memFree=11627896/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1422.06 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140440 0 0 0 142087 119 0 0 20 0 1 0 340591946 843526144 195509 33554432000 4194304 8395647 140735106502208 140735106497720 6697131 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195509 611 1026 0 204909 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 823756
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14643
/proc/meminfo: memFree=11627668/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1482.04 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140441 0 0 0 148082 122 0 0 20 0 1 0 340591946 843526144 195510 33554432000 4194304 8395647 140735106502208 140735106497672 6391408 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195510 611 1026 0 204909 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 823756
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14643
/proc/meminfo: memFree=11485152/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1542.04 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140442 0 0 0 154079 125 0 0 20 0 1 0 340591946 843526144 195511 33554432000 4194304 8395647 140735106502208 140735106497336 6697246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195511 611 1026 0 204909 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 823756
[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/174 14672
/proc/meminfo: memFree=25521476/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1602.03 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140443 0 0 0 160076 127 0 0 20 0 1 0 340591946 843526144 195512 33554432000 4194304 8395647 140735106502208 140735106497336 6698437 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195512 611 1026 0 204909 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 823756
[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 14682
/proc/meminfo: memFree=21511268/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1662.02 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140443 0 0 0 166071 131 0 0 20 0 1 0 340591946 843526144 195512 33554432000 4194304 8395647 140735106502208 140735106497672 6698248 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195512 611 1026 0 204909 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 823756
[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 14683
/proc/meminfo: memFree=15095944/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1722.01 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140443 0 0 0 172068 133 0 0 20 0 1 0 340591946 843526144 195512 33554432000 4194304 8395647 140735106502208 140735106497336 6697338 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195512 611 1026 0 204909 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 823756
[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14725
/proc/meminfo: memFree=25297624/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1782 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140443 0 0 0 178064 136 0 0 20 0 1 0 340591946 843526144 195512 33554432000 4194304 8395647 140735106502208 140735106497672 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195512 611 1026 0 204909 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 823756
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14725
/proc/meminfo: memFree=25297500/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1785.2 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140443 0 0 0 178384 136 0 0 20 0 1 0 340591946 843526144 195512 33554432000 4194304 8395647 140735106502208 140735106497720 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195512 611 1026 0 204909 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 823756
[startup+1788.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14725
/proc/meminfo: memFree=25296632/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1788.4 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140443 0 0 0 178704 136 0 0 20 0 1 0 340591946 843526144 195512 33554432000 4194304 8395647 140735106502208 140735106497336 6697246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195512 611 1026 0 204909 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 823756
[startup+1790.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14725
/proc/meminfo: memFree=25296632/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1790 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140443 0 0 0 178863 137 0 0 20 0 1 0 340591946 843526144 195512 33554432000 4194304 8395647 140735106502208 140735106497336 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195512 611 1026 0 204909 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 823756
[startup+1791.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14725
/proc/meminfo: memFree=25292912/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1790.8 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140450 0 0 0 178943 137 0 0 20 0 1 0 340591946 843526144 195519 33554432000 4194304 8395647 140735106502208 140735106497336 6345739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195519 618 1026 0 204909 0
Current children cumulated CPU time (s) 1790.8
Current children cumulated vsize (KiB) 823756
[startup+1791.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14725
/proc/meminfo: memFree=25292912/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=823756 CPUtime=1791 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140452 0 0 0 178963 137 0 0 20 0 1 0 340591946 843526144 195521 33554432000 4194304 8395647 140735106502208 140735106498040 6345268 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205939 195521 620 1026 0 204909 0
Current children cumulated CPU time (s) 1791
Current children cumulated vsize (KiB) 823756
[startup+1791.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14725
/proc/meminfo: memFree=25292912/32873844 swapFree=7628/7628
[pid=14591] ppid=14589 vsize=821928 CPUtime=1791.1 cores=1,3,5,7
/proc/14591/stat : 14591 (pbscip.linux.x8) R 14589 14591 25613 0 -1 4202496 140452 0 0 0 178973 137 0 0 20 0 1 0 340591946 841654272 195079 33554432000 4194304 8395647 140735106502208 140735106498040 6345173 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14591/statm: 205482 195079 620 1026 0 204452 0
Current children cumulated CPU time (s) 1791.1
Current children cumulated vsize (KiB) 821928
Child status: 0
Real time (s): 1791.47
CPU time (s): 1791.18
CPU user time (s): 1789.79
CPU system time (s): 1.38679
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 823756
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.79
system time used= 1.38679
maximum resident set size= 782084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140459
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= 26
involuntary context switches= 1841
runsolver used 2.94955 second user time and 8.50171 second system time
The end