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-3730103-1338680690.opb>
6.39/6.50 c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
6.39/6.50 c problem read
6.39/6.50 c No objective function, only one solution is needed.
6.39/6.50 c presolving settings loaded
7.70/7.79 c presolving:
11.28/11.30 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
11.88/11.96 c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 3239 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
12.58/12.64 c presolving (3 rounds):
12.58/12.64 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3406 changed coefficients
12.58/12.64 c 5520 implications, 80 cliques
12.58/12.64 c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
12.58/12.64 c 3160 constraints of type <knapsack>
12.58/12.64 c 1280 constraints of type <setppc>
12.58/12.64 c 1 constraints of type <linear>
12.58/12.64 c 985560 constraints of type <logicor>
12.58/12.64 c transformed objective value is always integral (scale: 1)
12.58/12.64 c Presolving Time: 5.08
12.58/12.64 c - non default parameters ----------------------------------------------------------------------
12.58/12.64 c # SCIP version 1.2.1.3
12.58/12.64 c
12.58/12.64 c # frequency for displaying node information lines
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 100]
12.58/12.64 c display/freq = 10000
12.58/12.64 c
12.58/12.64 c # maximal time in seconds to run
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.58/12.64 c limits/time = 1783.51
12.58/12.64 c
12.58/12.64 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.58/12.64 c limits/memory = 13950
12.58/12.64 c
12.58/12.64 c # solving stops, if the given number of solutions were found (-1: no limit)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.64 c limits/solutions = 1
12.58/12.64 c
12.58/12.64 c # maximal number of separation rounds per node (-1: unlimited)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 5]
12.58/12.64 c separating/maxrounds = 1
12.58/12.64 c
12.58/12.64 c # maximal number of separation rounds in the root node (-1: unlimited)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.64 c separating/maxroundsroot = 5
12.58/12.64 c
12.58/12.64 c # default clock type (1: CPU user seconds, 2: wall clock time)
12.58/12.64 c # [type: int, range: [1,2], default: 1]
12.58/12.64 c timing/clocktype = 2
12.58/12.64 c
12.58/12.64 c # should presolving try to simplify inequalities
12.58/12.64 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.64 c constraints/linear/simplifyinequalities = TRUE
12.58/12.64 c
12.58/12.64 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
12.58/12.64 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.64 c constraints/indicator/addCouplingCons = TRUE
12.58/12.64 c
12.58/12.64 c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.58/12.64 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.58/12.64 c constraints/knapsack/disaggregation = FALSE
12.58/12.64 c
12.58/12.64 c # should presolving try to simplify knapsacks
12.58/12.64 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.64 c constraints/knapsack/simplifyinequalities = TRUE
12.58/12.64 c
12.58/12.64 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.64 c presolving/probing/maxrounds = 0
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.64 c heuristics/coefdiving/freq = -1
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.64 c heuristics/coefdiving/maxlpiterquot = 0.075
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/coefdiving/maxlpiterofs = 1500
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 30]
12.58/12.64 c heuristics/crossover/freq = -1
12.58/12.64 c
12.58/12.64 c # number of nodes added to the contingent of the total nodes
12.58/12.64 c # [type: longint, range: [0,9223372036854775807], default: 500]
12.58/12.64 c heuristics/crossover/nodesofs = 750
12.58/12.64 c
12.58/12.64 c # number of nodes without incumbent change that heuristic should wait
12.58/12.64 c # [type: longint, range: [0,9223372036854775807], default: 200]
12.58/12.64 c heuristics/crossover/nwaitingnodes = 100
12.58/12.64 c
12.58/12.64 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.58/12.64 c # [type: real, range: [0,1], default: 0.1]
12.58/12.64 c heuristics/crossover/nodesquot = 0.15
12.58/12.64 c
12.58/12.64 c # minimum percentage of integer variables that have to be fixed
12.58/12.64 c # [type: real, range: [0,1], default: 0.666]
12.58/12.64 c heuristics/crossover/minfixingrate = 0.5
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.64 c heuristics/feaspump/freq = -1
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/feaspump/maxlpiterofs = 2000
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.64 c heuristics/fracdiving/freq = -1
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.64 c heuristics/fracdiving/maxlpiterquot = 0.075
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/fracdiving/maxlpiterofs = 1500
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.64 c heuristics/guideddiving/freq = -1
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.64 c heuristics/guideddiving/maxlpiterquot = 0.075
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/guideddiving/maxlpiterofs = 1500
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.64 c heuristics/intdiving/maxlpiterquot = 0.075
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.64 c heuristics/intshifting/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.64 c heuristics/linesearchdiving/freq = -1
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.64 c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/linesearchdiving/maxlpiterofs = 1500
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.64 c heuristics/nlp/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.64 c heuristics/objpscostdiving/freq = -1
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to total iteration number
12.58/12.64 c # [type: real, range: [0,1], default: 0.01]
12.58/12.64 c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/objpscostdiving/maxlpiterofs = 1500
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.64 c heuristics/oneopt/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.64 c heuristics/pscostdiving/freq = -1
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.64 c heuristics/pscostdiving/maxlpiterquot = 0.075
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/pscostdiving/maxlpiterofs = 1500
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.64 c heuristics/rens/freq = -1
12.58/12.64 c
12.58/12.64 c # minimum percentage of integer variables that have to be fixable
12.58/12.64 c # [type: real, range: [0,1], default: 0.5]
12.58/12.64 c heuristics/rens/minfixingrate = 0.3
12.58/12.64 c
12.58/12.64 c # number of nodes added to the contingent of the total nodes
12.58/12.64 c # [type: longint, range: [0,9223372036854775807], default: 500]
12.58/12.64 c heuristics/rens/nodesofs = 2000
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.64 c heuristics/rootsoldiving/freq = -1
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.58/12.64 c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/rootsoldiving/maxlpiterofs = 1500
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.64 c heuristics/rounding/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.64 c heuristics/shifting/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.64 c heuristics/simplerounding/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.64 c heuristics/trivial/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.64 c heuristics/trysol/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.64 c heuristics/veclendiving/freq = -1
12.58/12.64 c
12.58/12.64 c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.64 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.64 c heuristics/veclendiving/maxlpiterquot = 0.075
12.58/12.64 c
12.58/12.64 c # additional number of allowed LP iterations
12.58/12.64 c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.64 c heuristics/veclendiving/maxlpiterofs = 1500
12.58/12.64 c
12.58/12.64 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.64 c heuristics/zirounding/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.64 c separating/cmir/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.64 c separating/flowcover/freq = -1
12.58/12.64 c
12.58/12.64 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.58/12.64 c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.64 c separating/rapidlearning/freq = 0
12.58/12.64 c
12.58/12.64 c -----------------------------------------------------------------------------------------------
12.58/12.64 c start solving
12.58/12.66 c
854.16/854.34 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
854.16/854.34 c 848s| 1 | 0 | 17357 | - |1122M| 0 | 243 |2800 | 990k|2800 | 990k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1434.47/1434.74 c 1428s| 1 | 0 | 28660 | - |1123M| 0 | 282 |2800 | 990k|2800 | 990k| 19 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.11/1790.46 c 1784s| 1 | 0 | 35209 | - |1123M| 0 | - |2800 | 990k|2800 | 990k| 52 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.11/1790.49 c 1784s| 1 | 2 | 35209 | - |1123M| 0 | - |2800 | 990k|2800 | 990k| 52 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.11/1790.49 c
1790.11/1790.49 c SCIP Status : solving was interrupted [time limit reached]
1790.11/1790.49 c Solving Time (sec) : 1783.99
1790.11/1790.49 c Solving Nodes : 1
1790.11/1790.49 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1790.11/1790.49 c Dual Bound : +0.00000000000000e+00
1790.11/1790.49 c Gap : infinite
1790.11/1790.49 s UNKNOWN
1790.11/1790.49 c SCIP Status : solving was interrupted [time limit reached]
1790.11/1790.49 c Solving Time : 1783.99
1790.11/1790.49 c Original Problem :
1790.11/1790.49 c Problem name : HOME/instance-3730103-1338680690.opb
1790.11/1790.49 c Variables : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.11/1790.49 c Constraints : 990001 initial, 990001 maximal
1790.11/1790.49 c Presolved Problem :
1790.11/1790.49 c Problem name : t_HOME/instance-3730103-1338680690.opb
1790.11/1790.49 c Variables : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.11/1790.49 c Constraints : 990001 initial, 990001 maximal
1790.11/1790.49 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1790.11/1790.49 c trivial : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c dualfix : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c boundshift : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c implics : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c probing : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c knapsack : 0.52 0 0 0 0 0 0 0 3406
1790.11/1790.49 c setppc : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c linear : 2.43 0 0 0 0 0 0 0 0
1790.11/1790.49 c logicor : 1.23 0 0 0 0 0 0 0 0
1790.11/1790.49 c root node : - 0 - - 0 - - - -
1790.11/1790.49 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1790.11/1790.49 c integral : 0 0 0 0 0 0 0 0 0 0
1790.11/1790.49 c knapsack : 3160 2 1 0 1 0 0 198 0 0
1790.11/1790.49 c setppc : 1280 2 1 0 1 0 0 0 0 0
1790.11/1790.49 c linear : 1 2 1 0 1 0 0 0 0 0
1790.11/1790.49 c logicor : 985560 2 1 0 1 0 0 0 0 0
1790.11/1790.49 c countsols : 0 0 0 0 1 0 0 0 0 0
1790.11/1790.49 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1790.11/1790.49 c integral : 0.00 0.00 0.00 0.00 0.00
1790.11/1790.49 c knapsack : 0.02 0.02 0.00 0.00 0.00
1790.11/1790.49 c setppc : 0.00 0.00 0.00 0.00 0.00
1790.11/1790.49 c linear : 0.00 0.00 0.00 0.00 0.00
1790.11/1790.49 c logicor : 0.37 0.07 0.28 0.00 0.03
1790.11/1790.49 c countsols : 0.00 0.00 0.00 0.00 0.00
1790.11/1790.49 c Propagators : Time Calls Cutoffs DomReds
1790.11/1790.49 c vbounds : 0.00 1 0 0
1790.11/1790.49 c rootredcost : 0.00 0 0 0
1790.11/1790.49 c pseudoobj : 0.00 0 0 0
1790.11/1790.49 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1790.11/1790.49 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1790.11/1790.49 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1790.11/1790.49 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1790.11/1790.49 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1790.11/1790.49 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1790.11/1790.49 c applied globally : - - - 0 0.0 - - -
1790.11/1790.49 c applied locally : - - - 0 0.0 - - -
1790.11/1790.49 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1790.11/1790.49 c cut pool : 0.00 1 - - 0 - (maximal pool size: 132)
1790.11/1790.49 c redcost : 0.00 2 0 0 0 0
1790.11/1790.49 c impliedbounds : 0.00 2 0 0 0 0
1790.11/1790.49 c intobj : 0.00 0 0 0 0 0
1790.11/1790.49 c cgmip : 0.00 0 0 0 0 0
1790.11/1790.49 c gomory : 33.57 2 0 0 1000 0
1790.11/1790.49 c strongcg : 32.44 2 0 0 1000 0
1790.11/1790.49 c cmir : 0.00 0 0 0 0 0
1790.11/1790.49 c flowcover : 0.00 0 0 0 0 0
1790.11/1790.49 c clique : 0.00 2 0 0 0 0
1790.11/1790.49 c zerohalf : 0.00 0 0 0 0 0
1790.11/1790.49 c mcf : 0.00 0 0 0 0 0
1790.11/1790.49 c rapidlearning : 0.00 0 0 0 0 0
1790.11/1790.49 c Pricers : Time Calls Vars
1790.11/1790.49 c problem variables: 0.00 0 0
1790.11/1790.49 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1790.11/1790.49 c relpscost : 0.00 0 0 0 0 0 0
1790.11/1790.49 c pscost : 0.00 0 0 0 0 0 0
1790.11/1790.49 c inference : 0.00 1 0 0 0 0 2
1790.11/1790.49 c mostinf : 0.00 0 0 0 0 0 0
1790.11/1790.49 c leastinf : 0.00 0 0 0 0 0 0
1790.11/1790.49 c fullstrong : 0.00 0 0 0 0 0 0
1790.11/1790.49 c allfullstrong : 0.00 0 0 0 0 0 0
1790.11/1790.49 c random : 0.00 0 0 0 0 0 0
1790.11/1790.49 c Primal Heuristics : Time Calls Found
1790.11/1790.49 c LP solutions : 0.00 - 0
1790.11/1790.49 c pseudo solutions : 0.00 - 0
1790.11/1790.49 c trivial : 0.23 1 0
1790.11/1790.49 c simplerounding : 0.00 0 0
1790.11/1790.49 c zirounding : 0.00 0 0
1790.11/1790.49 c rounding : 0.00 0 0
1790.11/1790.49 c shifting : 0.00 0 0
1790.11/1790.49 c intshifting : 0.00 0 0
1790.11/1790.49 c oneopt : 0.00 0 0
1790.11/1790.49 c twoopt : 0.00 0 0
1790.11/1790.49 c fixandinfer : 0.00 0 0
1790.11/1790.49 c feaspump : 0.00 0 0
1790.11/1790.49 c coefdiving : 0.00 0 0
1790.11/1790.49 c pscostdiving : 0.00 0 0
1790.11/1790.49 c fracdiving : 0.00 0 0
1790.11/1790.49 c veclendiving : 0.00 0 0
1790.11/1790.49 c intdiving : 0.00 0 0
1790.11/1790.49 c actconsdiving : 0.00 0 0
1790.11/1790.49 c objpscostdiving : 0.00 0 0
1790.11/1790.49 c rootsoldiving : 0.00 0 0
1790.11/1790.49 c linesearchdiving : 0.00 0 0
1790.11/1790.49 c guideddiving : 0.00 0 0
1790.11/1790.49 c octane : 0.00 0 0
1790.11/1790.49 c rens : 0.00 0 0
1790.11/1790.49 c rins : 0.00 0 0
1790.11/1790.49 c localbranching : 0.00 0 0
1790.11/1790.49 c mutation : 0.00 0 0
1790.11/1790.49 c crossover : 0.00 0 0
1790.11/1790.49 c dins : 0.00 0 0
1790.11/1790.49 c undercover : 0.00 0 0
1790.11/1790.49 c nlp : 0.00 0 0
1790.11/1790.49 c trysol : 0.00 0 0
1790.11/1790.49 c LP : Time Calls Iterations Iter/call Iter/sec
1790.11/1790.49 c primal LP : 0.00 0 0 0.00 -
1790.11/1790.49 c dual LP : 1709.63 3 35209 11736.33 20.59
1790.11/1790.49 c lex dual LP : 0.00 0 0 0.00 -
1790.11/1790.49 c barrier LP : 0.00 0 0 0.00 -
1790.11/1790.49 c diving/probing LP: 0.00 0 0 0.00 -
1790.11/1790.49 c strong branching : 0.00 0 0 0.00 -
1790.11/1790.49 c (at root node) : - 0 0 0.00 -
1790.11/1790.49 c conflict analysis: 0.00 0 0 0.00 -
1790.11/1790.49 c B&B Tree :
1790.11/1790.49 c number of runs : 1
1790.11/1790.49 c nodes : 1
1790.11/1790.49 c nodes (total) : 1
1790.11/1790.49 c nodes left : 2
1790.11/1790.49 c max depth : 0
1790.11/1790.49 c max depth (total): 0
1790.11/1790.49 c backtracks : 0 (0.0%)
1790.11/1790.49 c delayed cutoffs : 0
1790.11/1790.49 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1790.11/1790.49 c avg switch length: 1.00
1790.11/1790.49 c switching time : 0.00
1790.11/1790.49 c Solution :
1790.11/1790.49 c Solutions found : 0 (0 improvements)
1790.11/1790.49 c Primal Bound : -
1790.11/1790.49 c Dual Bound : +0.00000000000000e+00
1790.11/1790.49 c Gap : infinite
1790.11/1790.49 c Root Dual Bound : +0.00000000000000e+00
1790.11/1790.49 c Root Iterations : 35209
1791.81/1792.15 c Time complete: 1791.86.
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-3730103-1338680690/watcher-3730103-1338680690 -o /tmp/evaluation-result-3730103-1338680690/solver-3730103-1338680690 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730103-1338680690.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.03 2.01 1.79 3/176 14507
/proc/meminfo: memFree=21833828/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 1594 0 0 0 0 0 0 0 20 0 1 0 334194879 10211328 1541 33554432000 4194304 8395647 140734282854320 140734717157336 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 2493 1550 374 1026 0 1463 0
[startup+0.0548401 s]
/proc/loadavg: 2.03 2.01 1.79 3/176 14507
/proc/meminfo: memFree=21833828/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=15228 CPUtime=0.04 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 3042 0 0 0 4 0 0 0 20 0 1 0 334194879 15593472 2988 33554432000 4194304 8395647 140734282854320 140734717157336 7382031 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 3807 2988 390 1026 0 2777 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15228
[startup+0.100233 s]
/proc/loadavg: 2.03 2.01 1.79 3/176 14507
/proc/meminfo: memFree=21833828/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=17288 CPUtime=0.09 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 3571 0 0 0 9 0 0 0 20 0 1 0 334194879 17702912 3517 33554432000 4194304 8395647 140734282854320 140734717157336 7382041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 4322 3517 390 1026 0 3292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17288
[startup+0.300206 s]
/proc/loadavg: 2.03 2.01 1.79 3/176 14507
/proc/meminfo: memFree=21833828/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=29024 CPUtime=0.29 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 6492 0 0 0 28 1 0 0 20 0 1 0 334194879 29720576 6438 33554432000 4194304 8395647 140734282854320 140734717157336 4423932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 7256 6438 390 1026 0 6226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29024
[startup+0.700209 s]
/proc/loadavg: 2.03 2.01 1.79 3/176 14507
/proc/meminfo: memFree=21833828/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=52016 CPUtime=0.68 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 12249 0 0 0 67 1 0 0 20 0 1 0 334194879 53264384 12195 33554432000 4194304 8395647 140734282854320 140734717157336 7382041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 13004 12195 390 1026 0 11974 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 52016
[startup+1.50022 s]
/proc/loadavg: 2.03 2.01 1.79 3/177 14508
/proc/meminfo: memFree=21770548/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=96996 CPUtime=1.49 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 23428 0 0 0 146 3 0 0 20 0 1 0 334194879 99323904 23374 33554432000 4194304 8395647 140734282854320 140734282719528 5758034 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 24249 23374 390 1026 0 23219 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96996
[startup+3.10022 s]
/proc/loadavg: 2.03 2.01 1.79 3/177 14508
/proc/meminfo: memFree=21707060/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=186344 CPUtime=3.09 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 45635 0 0 0 303 6 0 0 20 0 1 0 334194879 190816256 45581 33554432000 4194304 8395647 140734282854320 140734282719528 4403588 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 46586 45581 390 1026 0 45556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 186344
[startup+6.30026 s]
/proc/loadavg: 2.11 2.03 1.80 3/177 14508
/proc/meminfo: memFree=21523600/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=361120 CPUtime=6.29 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 89488 0 0 0 617 12 0 0 20 0 1 0 334194879 369786880 89434 33554432000 4194304 8395647 140734282854320 140734282719528 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 90280 89434 390 1026 0 89250 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 361120
[startup+12.7002 s]
/proc/loadavg: 2.10 2.02 1.80 3/177 14508
/proc/meminfo: memFree=20525652/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=1310220 CPUtime=12.68 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 324365 0 0 0 1223 45 0 0 20 0 1 0 334194879 1341665280 325610 33554432000 4194304 8395647 140734282854320 140734282850120 4215463 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 327555 325610 510 1026 0 326525 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1310220
[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 1.80 3/177 14508
/proc/meminfo: memFree=19820068/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2126452 CPUtime=25.48 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 393767 0 0 0 2482 66 0 0 20 0 1 0 334194879 2177486848 501848 33554432000 4194304 8395647 140734282854320 140734282849784 6696697 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 531613 501848 566 1026 0 530583 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2126452
[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 1.81 3/177 14509
/proc/meminfo: memFree=19752948/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2194620 CPUtime=51.08 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 398580 0 0 0 5037 71 0 0 20 0 1 0 334194879 2247290880 518457 33554432000 4194304 8395647 140734282854320 140734282849784 6752397 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 548655 518457 570 1026 0 547625 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2194620
[startup+102.307 s]
/proc/loadavg: 2.02 2.02 1.82 3/176 14509
/proc/meminfo: memFree=19685060/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2255472 CPUtime=102.28 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 403403 0 0 0 10148 80 0 0 20 0 1 0 334194879 2309603328 535158 33554432000 4194304 8395647 140734282854320 140734282849448 6697376 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 563868 535158 570 1026 0 562838 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2255472
[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/177 14510
/proc/meminfo: memFree=19613240/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2291208 CPUtime=162.27 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 406366 0 0 0 16138 89 0 0 20 0 1 0 334194879 2346196992 544107 33554432000 4194304 8395647 140734282854320 140734282849784 6697250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 572802 544107 570 1026 0 571772 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2291208
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 14510
/proc/meminfo: memFree=19655764/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2259388 CPUtime=222.25 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 408679 0 0 0 22127 98 0 0 20 0 1 0 334194879 2313613312 531818 33554432000 4194304 8395647 140734282854320 140734282849448 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 564847 531818 570 1026 0 563817 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2259388
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 14510
/proc/meminfo: memFree=19632216/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2280876 CPUtime=282.25 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 410631 0 0 0 28120 105 0 0 20 0 1 0 334194879 2335617024 537444 33554432000 4194304 8395647 140734282854320 140734282849448 6664884 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 570219 537444 570 1026 0 569189 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2280876
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 14513
/proc/meminfo: memFree=19589232/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2334520 CPUtime=342.24 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 415526 0 0 0 34112 112 0 0 20 0 1 0 334194879 2390548480 547411 33554432000 4194304 8395647 140734282854320 140734282849448 6390512 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 583630 547411 570 1026 0 582600 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2334520
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 14514
/proc/meminfo: memFree=19640644/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2282612 CPUtime=402.23 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 419327 0 0 0 40103 120 0 0 20 0 1 0 334194879 2337394688 533518 33554432000 4194304 8395647 140734282854320 140734282849784 6697949 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 570653 533518 570 1026 0 569623 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2282612
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 14514
/proc/meminfo: memFree=19641292/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2282612 CPUtime=462.22 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 420639 0 0 0 46095 127 0 0 20 0 1 0 334194879 2337394688 533031 33554432000 4194304 8395647 140734282854320 140734282848728 6723936 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 570653 533031 570 1026 0 569623 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2282612
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 14514
/proc/meminfo: memFree=19638716/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2282612 CPUtime=522.21 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 421892 0 0 0 52085 136 0 0 20 0 1 0 334194879 2337394688 533049 33554432000 4194304 8395647 140734282854320 140734282849448 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 570653 533049 570 1026 0 569623 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2282612
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 14514
/proc/meminfo: memFree=19638868/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2282612 CPUtime=582.2 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 423511 0 0 0 58075 145 0 0 20 0 1 0 334194879 2337394688 533586 33554432000 4194304 8395647 140734282854320 140734282849448 6390518 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 570653 533586 570 1026 0 569623 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2282612
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=19493388/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2367000 CPUtime=1062.13 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 451169 0 0 0 106016 197 0 0 20 0 1 0 334194879 2423808000 564571 33554432000 4194304 8395647 140734282854320 140734282849448 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 591750 564571 598 1026 0 590720 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2367000
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 14542
/proc/meminfo: memFree=19489468/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2373888 CPUtime=1122.12 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 452748 0 0 0 112009 203 0 0 20 0 1 0 334194879 2430861312 565908 33554432000 4194304 8395647 140734282854320 140734282849448 6635663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 593472 565908 598 1026 0 592442 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2373888
[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 14542
/proc/meminfo: memFree=19525848/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2341852 CPUtime=1182.11 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 455855 0 0 0 118000 211 0 0 20 0 1 0 334194879 2398056448 556266 33554432000 4194304 8395647 140734282854320 140734282849448 6697113 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 585463 556266 598 1026 0 584433 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2341852
[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 14542
/proc/meminfo: memFree=19539504/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2326220 CPUtime=1242.1 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 457472 0 0 0 123991 219 0 0 20 0 1 0 334194879 2382049280 552269 33554432000 4194304 8395647 140734282854320 140734282849448 6697955 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 581555 552269 598 1026 0 580525 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2326220
[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 14543
/proc/meminfo: memFree=19539372/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2326220 CPUtime=1302.1 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 458794 0 0 0 129982 228 0 0 20 0 1 0 334194879 2382049280 551769 33554432000 4194304 8395647 140734282854320 140734282849448 6390530 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 581555 551769 598 1026 0 580525 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2326220
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 14543
/proc/meminfo: memFree=19537252/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2326220 CPUtime=1362.09 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 460055 0 0 0 135972 237 0 0 20 0 1 0 334194879 2382049280 551259 33554432000 4194304 8395647 140734282854320 140734282849448 6664895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 581555 551259 598 1026 0 580525 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 2326220
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 14543
/proc/meminfo: memFree=19539912/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2326220 CPUtime=1422.08 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 461212 0 0 0 141963 245 0 0 20 0 1 0 334194879 2382049280 550748 33554432000 4194304 8395647 140734282854320 140734282849448 6697376 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 581555 550748 598 1026 0 580525 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2326220
[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 14582
/proc/meminfo: memFree=24713740/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2333068 CPUtime=1482.06 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 465029 0 0 0 147954 252 0 0 20 0 1 0 334194879 2389061632 554199 33554432000 4194304 8395647 140734282854320 140734282849448 6697959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 583267 554199 598 1026 0 582237 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2333068
[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 14585
/proc/meminfo: memFree=23132652/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2356512 CPUtime=1542.06 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 468010 0 0 0 153945 261 0 0 20 0 1 0 334194879 2413068288 565375 33554432000 4194304 8395647 140734282854320 140734282849448 6697305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 589128 565375 598 1026 0 588098 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2356512
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 14586
/proc/meminfo: memFree=23085032/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2356956 CPUtime=1602.04 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 468799 0 0 0 159937 267 0 0 20 0 1 0 334194879 2413522944 565394 33554432000 4194304 8395647 140734282854320 140734282849448 6697250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 589239 565394 598 1026 0 588209 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2356956
[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 1.93 3/177 14586
/proc/meminfo: memFree=23082276/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2356956 CPUtime=1662.03 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 469543 0 0 0 165930 273 0 0 20 0 1 0 334194879 2413522944 565394 33554432000 4194304 8395647 140734282854320 140734282849448 6664895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 589239 565394 598 1026 0 588209 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2356956
[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 14586
/proc/meminfo: memFree=23056312/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2413504 CPUtime=1722.02 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 471528 0 0 0 171922 280 0 0 20 0 1 0 334194879 2471428096 575067 33554432000 4194304 8395647 140734282854320 140734282849448 6664884 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 603376 575067 598 1026 0 602346 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2413504
[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14586
/proc/meminfo: memFree=23015088/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2402660 CPUtime=1782.01 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 473406 0 0 0 177916 285 0 0 20 0 1 0 334194879 2460323840 572436 33554432000 4194304 8395647 140734282854320 140734282849448 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 600665 572436 598 1026 0 599635 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2402660
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14586
/proc/meminfo: memFree=23041156/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2377420 CPUtime=1785.21 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 473888 0 0 0 178235 286 0 0 20 0 1 0 334194879 2434478080 565835 33554432000 4194304 8395647 140734282854320 140734282849448 6697279 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 594355 565835 598 1026 0 593325 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 2377420
[startup+1788.7 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14586
/proc/meminfo: memFree=23041404/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2377420 CPUtime=1788.41 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 473888 0 0 0 178555 286 0 0 20 0 1 0 334194879 2434478080 565835 33554432000 4194304 8395647 140734282854320 140734282849448 6390518 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 594355 565835 598 1026 0 593325 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 2377420
[startup+1790.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14586
/proc/meminfo: memFree=23041404/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2377420 CPUtime=1790.01 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 473888 0 0 0 178715 286 0 0 20 0 1 0 334194879 2434478080 565835 33554432000 4194304 8395647 140734282854320 140734282849448 6697959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 594355 565835 598 1026 0 593325 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 2377420
[startup+1791.1 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14586
/proc/meminfo: memFree=23041404/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=2377420 CPUtime=1790.81 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 473898 0 0 0 178795 286 0 0 20 0 1 0 334194879 2434478080 565842 33554432000 4194304 8395647 140734282854320 140734282850152 6151243 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 594355 565842 605 1026 0 593325 0
Current children cumulated CPU time (s) 1790.81
Current children cumulated vsize (KiB) 2377420
[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14586
/proc/meminfo: memFree=23041140/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=1753672 CPUtime=1791.62 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 473900 0 0 0 178874 288 0 0 20 0 1 0 334194879 1795760128 435459 33554432000 4194304 8395647 140734282854320 140734282853512 6345754 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 438418 435459 607 1026 0 437388 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 1753672
[startup+1792.1 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14586
/proc/meminfo: memFree=23041140/32873660 swapFree=7120/7120
[pid=14507] ppid=14505 vsize=1485504 CPUtime=1791.81 cores=0,2,4,6
/proc/14507/stat : 14507 (pbscip.linux.x8) R 14505 14507 13836 0 -1 4202496 473900 0 0 0 178891 290 0 0 20 0 1 0 334194879 1521156096 368417 33554432000 4194304 8395647 140734282854320 140734282853512 4969827 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14507/statm: 371376 368417 607 1026 0 370346 0
Current children cumulated CPU time (s) 1791.81
Current children cumulated vsize (KiB) 1485504
Child status: 0
Real time (s): 1792.15
CPU time (s): 1791.88
CPU user time (s): 1788.93
CPU system time (s): 2.94855
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 2495416
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.93
system time used= 2.94855
maximum resident set size= 2346056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473908
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= 6
involuntary context switches= 1871
runsolver used 3.39848 second user time and 8.31374 second system time
The end