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-3740837-1338744724.opb>
8.09/8.19 c original problem has 48417 variables (48417 bin, 0 int, 0 impl, 0 cont) and 1121431 constraints
8.09/8.19 c problem read
8.09/8.19 c No objective function, only one solution is needed.
8.09/8.19 c presolving settings loaded
9.49/9.56 c presolving:
13.99/14.01 c (round 1) 1 del vars, 10 del conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 1121419 upgd conss, 490280 impls, 1773 clqs
14.89/14.96 c presolving (2 rounds):
14.89/14.96 c 1 deleted vars, 18 deleted constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
14.89/14.96 c 490280 implications, 1773 cliques
14.89/14.96 c presolved problem has 48416 variables (48416 bin, 0 int, 0 impl, 0 cont) and 1121413 constraints
14.89/14.96 c 112042 constraints of type <knapsack>
14.89/14.96 c 237357 constraints of type <setppc>
14.89/14.96 c 2 constraints of type <linear>
14.89/14.96 c 772012 constraints of type <logicor>
14.89/14.96 c transformed objective value is always integral (scale: 1)
14.89/14.96 c Presolving Time: 5.49
14.89/14.96 c - non default parameters ----------------------------------------------------------------------
14.89/14.96 c # SCIP version 1.2.1.3
14.89/14.96 c
14.89/14.96 c # frequency for displaying node information lines
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 100]
14.89/14.96 c display/freq = 10000
14.89/14.96 c
14.89/14.96 c # maximal time in seconds to run
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.89/14.96 c limits/time = 1781.82
14.89/14.96 c
14.89/14.96 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.89/14.96 c limits/memory = 13950
14.89/14.96 c
14.89/14.96 c # solving stops, if the given number of solutions were found (-1: no limit)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: -1]
14.89/14.96 c limits/solutions = 1
14.89/14.96 c
14.89/14.96 c # maximal number of separation rounds per node (-1: unlimited)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 5]
14.89/14.96 c separating/maxrounds = 1
14.89/14.96 c
14.89/14.96 c # maximal number of separation rounds in the root node (-1: unlimited)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: -1]
14.89/14.96 c separating/maxroundsroot = 5
14.89/14.96 c
14.89/14.96 c # default clock type (1: CPU user seconds, 2: wall clock time)
14.89/14.96 c # [type: int, range: [1,2], default: 1]
14.89/14.96 c timing/clocktype = 2
14.89/14.96 c
14.89/14.96 c # should presolving try to simplify inequalities
14.89/14.96 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.89/14.96 c constraints/linear/simplifyinequalities = TRUE
14.89/14.96 c
14.89/14.96 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
14.89/14.96 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.89/14.96 c constraints/indicator/addCouplingCons = TRUE
14.89/14.96 c
14.89/14.96 c # should disaggregation of knapsack constraints be allowed in preprocessing?
14.89/14.96 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
14.89/14.96 c constraints/knapsack/disaggregation = FALSE
14.89/14.96 c
14.89/14.96 c # should presolving try to simplify knapsacks
14.89/14.96 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.89/14.96 c constraints/knapsack/simplifyinequalities = TRUE
14.89/14.96 c
14.89/14.96 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: -1]
14.89/14.96 c presolving/probing/maxrounds = 0
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 10]
14.89/14.96 c heuristics/coefdiving/freq = -1
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to node LP iterations
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.89/14.96 c heuristics/coefdiving/maxlpiterquot = 0.075
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/coefdiving/maxlpiterofs = 1500
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 30]
14.89/14.96 c heuristics/crossover/freq = -1
14.89/14.96 c
14.89/14.96 c # number of nodes added to the contingent of the total nodes
14.89/14.96 c # [type: longint, range: [0,9223372036854775807], default: 500]
14.89/14.96 c heuristics/crossover/nodesofs = 750
14.89/14.96 c
14.89/14.96 c # number of nodes without incumbent change that heuristic should wait
14.89/14.96 c # [type: longint, range: [0,9223372036854775807], default: 200]
14.89/14.96 c heuristics/crossover/nwaitingnodes = 100
14.89/14.96 c
14.89/14.96 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
14.89/14.96 c # [type: real, range: [0,1], default: 0.1]
14.89/14.96 c heuristics/crossover/nodesquot = 0.15
14.89/14.96 c
14.89/14.96 c # minimum percentage of integer variables that have to be fixed
14.89/14.96 c # [type: real, range: [0,1], default: 0.666]
14.89/14.96 c heuristics/crossover/minfixingrate = 0.5
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 20]
14.89/14.96 c heuristics/feaspump/freq = -1
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/feaspump/maxlpiterofs = 2000
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 10]
14.89/14.96 c heuristics/fracdiving/freq = -1
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to node LP iterations
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.89/14.96 c heuristics/fracdiving/maxlpiterquot = 0.075
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/fracdiving/maxlpiterofs = 1500
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 10]
14.89/14.96 c heuristics/guideddiving/freq = -1
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to node LP iterations
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.89/14.96 c heuristics/guideddiving/maxlpiterquot = 0.075
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/guideddiving/maxlpiterofs = 1500
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to node LP iterations
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.89/14.96 c heuristics/intdiving/maxlpiterquot = 0.075
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 10]
14.89/14.96 c heuristics/intshifting/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 10]
14.89/14.96 c heuristics/linesearchdiving/freq = -1
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to node LP iterations
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.89/14.96 c heuristics/linesearchdiving/maxlpiterquot = 0.075
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/linesearchdiving/maxlpiterofs = 1500
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 1]
14.89/14.96 c heuristics/nlp/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 20]
14.89/14.96 c heuristics/objpscostdiving/freq = -1
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to total iteration number
14.89/14.96 c # [type: real, range: [0,1], default: 0.01]
14.89/14.96 c heuristics/objpscostdiving/maxlpiterquot = 0.015
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/objpscostdiving/maxlpiterofs = 1500
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 1]
14.89/14.96 c heuristics/oneopt/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 10]
14.89/14.96 c heuristics/pscostdiving/freq = -1
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to node LP iterations
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.89/14.96 c heuristics/pscostdiving/maxlpiterquot = 0.075
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/pscostdiving/maxlpiterofs = 1500
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 0]
14.89/14.96 c heuristics/rens/freq = -1
14.89/14.96 c
14.89/14.96 c # minimum percentage of integer variables that have to be fixable
14.89/14.96 c # [type: real, range: [0,1], default: 0.5]
14.89/14.96 c heuristics/rens/minfixingrate = 0.3
14.89/14.96 c
14.89/14.96 c # number of nodes added to the contingent of the total nodes
14.89/14.96 c # [type: longint, range: [0,9223372036854775807], default: 500]
14.89/14.96 c heuristics/rens/nodesofs = 2000
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 20]
14.89/14.96 c heuristics/rootsoldiving/freq = -1
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to node LP iterations
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
14.89/14.96 c heuristics/rootsoldiving/maxlpiterquot = 0.015
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/rootsoldiving/maxlpiterofs = 1500
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 1]
14.89/14.96 c heuristics/rounding/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 10]
14.89/14.96 c heuristics/shifting/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 1]
14.89/14.96 c heuristics/simplerounding/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 0]
14.89/14.96 c heuristics/trivial/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 1]
14.89/14.96 c heuristics/trysol/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 10]
14.89/14.96 c heuristics/veclendiving/freq = -1
14.89/14.96 c
14.89/14.96 c # maximal fraction of diving LP iterations compared to node LP iterations
14.89/14.96 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.89/14.96 c heuristics/veclendiving/maxlpiterquot = 0.075
14.89/14.96 c
14.89/14.96 c # additional number of allowed LP iterations
14.89/14.96 c # [type: int, range: [0,2147483647], default: 1000]
14.89/14.96 c heuristics/veclendiving/maxlpiterofs = 1500
14.89/14.96 c
14.89/14.96 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 1]
14.89/14.96 c heuristics/zirounding/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 0]
14.89/14.96 c separating/cmir/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: 0]
14.89/14.96 c separating/flowcover/freq = -1
14.89/14.96 c
14.89/14.96 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
14.89/14.96 c # [type: int, range: [-1,2147483647], default: -1]
14.89/14.96 c separating/rapidlearning/freq = 0
14.89/14.96 c
14.89/14.96 c -----------------------------------------------------------------------------------------------
14.89/14.96 c start solving
14.89/14.98 c
187.16/187.26 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
187.16/187.26 c 179s| 1 | 0 | 9352 | - |1504M| 0 |3087 | 48k|1121k| 48k|1121k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
679.98/680.10 c 672s| 1 | 0 | 23953 | - |1505M| 0 |5218 | 48k|1121k| 48k|1121k| 8 | 0 | 0 | 0.000000e+00 | -- | Inf
1791.71/1792.03 c 1784s| 1 | 0 | 45169 | - |1506M| 0 | - | 48k|1121k| 48k|1121k| 103 | 0 | 0 | 0.000000e+00 | -- | Inf
1791.81/1792.11 c 1784s| 1 | 2 | 45169 | - |1506M| 0 | - | 48k|1121k| 48k|1121k| 103 | 0 | 0 | 0.000000e+00 | -- | Inf
1791.81/1792.11 c
1791.81/1792.11 c SCIP Status : solving was interrupted [time limit reached]
1791.81/1792.11 c Solving Time (sec) : 1783.92
1791.81/1792.11 c Solving Nodes : 1
1791.81/1792.11 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1791.81/1792.11 c Dual Bound : +0.00000000000000e+00
1791.81/1792.11 c Gap : infinite
1791.81/1792.11 s UNKNOWN
1791.81/1792.11 c SCIP Status : solving was interrupted [time limit reached]
1791.81/1792.11 c Solving Time : 1783.92
1791.81/1792.11 c Original Problem :
1791.81/1792.11 c Problem name : HOME/instance-3740837-1338744724.opb
1791.81/1792.11 c Variables : 48417 (48417 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.81/1792.11 c Constraints : 1121431 initial, 1121431 maximal
1791.81/1792.11 c Presolved Problem :
1791.81/1792.11 c Problem name : t_HOME/instance-3740837-1338744724.opb
1791.81/1792.11 c Variables : 48416 (48416 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.81/1792.11 c Constraints : 1121413 initial, 1121413 maximal
1791.81/1792.11 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1791.81/1792.11 c trivial : 0.01 0 0 0 0 0 0 0 0
1791.81/1792.11 c dualfix : 0.00 0 0 0 0 0 0 0 0
1791.81/1792.11 c boundshift : 0.00 0 0 0 0 0 0 0 0
1791.81/1792.11 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1791.81/1792.11 c implics : 0.01 0 0 0 0 0 0 0 0
1791.81/1792.11 c probing : 0.00 0 0 0 0 0 0 0 0
1791.81/1792.11 c knapsack : 0.39 0 0 0 0 0 0 0 0
1791.81/1792.11 c setppc : 0.18 0 0 0 0 0 0 0 0
1791.81/1792.11 c linear : 3.73 0 1 0 0 0 10 9 0
1791.81/1792.11 c logicor : 0.36 0 0 0 0 0 8 0 0
1791.81/1792.11 c root node : - 0 - - 0 - - - -
1791.81/1792.11 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1791.81/1792.11 c integral : 0 0 0 0 0 0 0 0 0 0
1791.81/1792.11 c knapsack : 112042 2 1 0 1 0 0 166 0 0
1791.81/1792.11 c setppc : 237357 2 1 0 1 0 0 0 0 0
1791.81/1792.11 c linear : 2 2 1 0 1 0 0 0 0 0
1791.81/1792.11 c logicor : 772012 2 1 0 1 0 0 0 0 0
1791.81/1792.11 c countsols : 0 0 0 0 1 0 0 0 0 0
1791.81/1792.11 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1791.81/1792.11 c integral : 0.00 0.00 0.00 0.00 0.00
1791.81/1792.11 c knapsack : 0.15 0.13 0.00 0.00 0.02
1791.81/1792.11 c setppc : 0.04 0.02 0.01 0.00 0.02
1791.81/1792.11 c linear : 0.00 0.00 0.00 0.00 0.00
1791.81/1792.11 c logicor : 0.27 0.06 0.17 0.00 0.04
1791.81/1792.11 c countsols : 0.00 0.00 0.00 0.00 0.00
1791.81/1792.11 c Propagators : Time Calls Cutoffs DomReds
1791.81/1792.11 c vbounds : 0.00 1 0 0
1791.81/1792.11 c rootredcost : 0.00 0 0 0
1791.81/1792.11 c pseudoobj : 0.00 0 0 0
1791.81/1792.11 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1791.81/1792.11 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1791.81/1792.11 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1791.81/1792.11 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1791.81/1792.11 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1791.81/1792.11 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1791.81/1792.11 c applied globally : - - - 0 0.0 - - -
1791.81/1792.11 c applied locally : - - - 0 0.0 - - -
1791.81/1792.11 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1791.81/1792.11 c cut pool : 0.00 1 - - 17 - (maximal pool size: 272)
1791.81/1792.11 c redcost : 0.00 2 0 0 0 0
1791.81/1792.11 c impliedbounds : 0.01 2 0 0 0 0
1791.81/1792.11 c intobj : 0.00 0 0 0 0 0
1791.81/1792.11 c cgmip : 0.00 0 0 0 0 0
1791.81/1792.11 c gomory : 34.04 2 0 0 1000 0
1791.81/1792.11 c strongcg : 14.04 2 0 0 1000 0
1791.81/1792.11 c cmir : 0.00 0 0 0 0 0
1791.81/1792.11 c flowcover : 0.00 0 0 0 0 0
1791.81/1792.11 c clique : 0.70 2 0 0 14 0
1791.81/1792.11 c zerohalf : 0.00 0 0 0 0 0
1791.81/1792.11 c mcf : 2.55 1 0 0 0 0
1791.81/1792.11 c rapidlearning : 0.00 0 0 0 0 0
1791.81/1792.11 c Pricers : Time Calls Vars
1791.81/1792.11 c problem variables: 0.00 0 0
1791.81/1792.11 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1791.81/1792.11 c relpscost : 0.00 0 0 0 0 0 0
1791.81/1792.11 c pscost : 0.00 0 0 0 0 0 0
1791.81/1792.11 c inference : 0.00 1 0 0 0 0 2
1791.81/1792.11 c mostinf : 0.00 0 0 0 0 0 0
1791.81/1792.11 c leastinf : 0.00 0 0 0 0 0 0
1791.81/1792.11 c fullstrong : 0.00 0 0 0 0 0 0
1791.81/1792.11 c allfullstrong : 0.00 0 0 0 0 0 0
1791.81/1792.11 c random : 0.00 0 0 0 0 0 0
1791.81/1792.11 c Primal Heuristics : Time Calls Found
1791.81/1792.11 c LP solutions : 0.00 - 0
1791.81/1792.11 c pseudo solutions : 0.00 - 0
1791.81/1792.11 c trivial : 0.03 1 0
1791.81/1792.11 c simplerounding : 0.00 0 0
1791.81/1792.11 c zirounding : 0.00 0 0
1791.81/1792.11 c rounding : 0.00 0 0
1791.81/1792.11 c shifting : 0.00 0 0
1791.81/1792.11 c intshifting : 0.00 0 0
1791.81/1792.11 c oneopt : 0.00 0 0
1791.81/1792.11 c twoopt : 0.00 0 0
1791.81/1792.11 c fixandinfer : 0.00 0 0
1791.81/1792.11 c feaspump : 0.00 0 0
1791.81/1792.11 c coefdiving : 0.00 0 0
1791.81/1792.11 c pscostdiving : 0.00 0 0
1791.81/1792.11 c fracdiving : 0.00 0 0
1791.81/1792.11 c veclendiving : 0.00 0 0
1791.81/1792.11 c intdiving : 0.00 0 0
1791.81/1792.11 c actconsdiving : 0.00 0 0
1791.81/1792.11 c objpscostdiving : 0.00 0 0
1791.81/1792.11 c rootsoldiving : 0.00 0 0
1791.81/1792.11 c linesearchdiving : 0.00 0 0
1791.81/1792.11 c guideddiving : 0.00 0 0
1791.81/1792.11 c octane : 0.00 0 0
1791.81/1792.11 c rens : 0.00 0 0
1791.81/1792.11 c rins : 0.00 0 0
1791.81/1792.11 c localbranching : 0.00 0 0
1791.81/1792.11 c mutation : 0.00 0 0
1791.81/1792.11 c crossover : 0.00 0 0
1791.81/1792.11 c dins : 0.00 0 0
1791.81/1792.11 c undercover : 0.00 0 0
1791.81/1792.11 c nlp : 0.00 0 0
1791.81/1792.11 c trysol : 0.00 0 0
1791.81/1792.11 c LP : Time Calls Iterations Iter/call Iter/sec
1791.81/1792.11 c primal LP : 0.00 0 0 0.00 -
1791.81/1792.11 c dual LP : 1723.00 3 45169 15056.33 26.22
1791.81/1792.11 c lex dual LP : 0.00 0 0 0.00 -
1791.81/1792.11 c barrier LP : 0.00 0 0 0.00 -
1791.81/1792.11 c diving/probing LP: 0.00 0 0 0.00 -
1791.81/1792.11 c strong branching : 0.00 0 0 0.00 -
1791.81/1792.11 c (at root node) : - 0 0 0.00 -
1791.81/1792.11 c conflict analysis: 0.00 0 0 0.00 -
1791.81/1792.11 c B&B Tree :
1791.81/1792.11 c number of runs : 1
1791.81/1792.11 c nodes : 1
1791.81/1792.11 c nodes (total) : 1
1791.81/1792.11 c nodes left : 2
1791.81/1792.11 c max depth : 0
1791.81/1792.11 c max depth (total): 0
1791.81/1792.11 c backtracks : 0 (0.0%)
1791.81/1792.11 c delayed cutoffs : 0
1791.81/1792.11 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1791.81/1792.11 c avg switch length: 1.00
1791.81/1792.11 c switching time : 0.00
1791.81/1792.11 c Solution :
1791.81/1792.11 c Solutions found : 0 (0 improvements)
1791.81/1792.11 c Primal Bound : -
1791.81/1792.11 c Dual Bound : +0.00000000000000e+00
1791.81/1792.11 c Gap : infinite
1791.81/1792.11 c Root Dual Bound : +0.00000000000000e+00
1791.81/1792.11 c Root Iterations : 45169
1794.11/1794.48 c Time complete: 1794.2.
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-3740837-1338744724/watcher-3740837-1338744724 -o /tmp/evaluation-result-3740837-1338744724/solver-3740837-1338744724 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3740837-1338744724.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.03 2.02 2.00 3/176 20068
/proc/meminfo: memFree=15702900/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 1585 0 0 0 0 0 0 0 20 0 1 0 340599364 10211328 1533 33554432000 4194304 8395647 140737457577136 140737457509192 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 2493 1544 374 1026 0 1463 0
[startup+0.0423569 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 20068
/proc/meminfo: memFree=15702900/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=14024 CPUtime=0.03 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 2554 0 0 0 3 0 0 0 20 0 1 0 340599364 14360576 2501 33554432000 4194304 8395647 140737457577136 140737457509192 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 3506 2527 390 1026 0 2476 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14024
[startup+0.100264 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 20068
/proc/meminfo: memFree=15702900/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=17316 CPUtime=0.09 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 3591 0 0 0 9 0 0 0 20 0 1 0 340599364 17731584 3538 33554432000 4194304 8395647 140737457577136 140737457442344 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 4329 3538 390 1026 0 3299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17316
[startup+0.300264 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 20068
/proc/meminfo: memFree=15702900/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=28980 CPUtime=0.29 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 6488 0 0 0 29 0 0 0 20 0 1 0 340599364 29675520 6435 33554432000 4194304 8395647 140737457577136 140737457442344 7382051 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 7245 6435 390 1026 0 6215 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28980
[startup+0.700249 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 20068
/proc/meminfo: memFree=15702900/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=51492 CPUtime=0.69 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 12095 0 0 0 68 1 0 0 20 0 1 0 340599364 52727808 12042 33554432000 4194304 8395647 140737457577136 140737457442344 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 12873 12042 390 1026 0 11843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51492
[startup+1.50025 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 20069
/proc/meminfo: memFree=15639892/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=95864 CPUtime=1.49 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 23169 0 0 0 147 2 0 0 20 0 1 0 340599364 98164736 23116 33554432000 4194304 8395647 140737457577136 140737457442344 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 23966 23116 390 1026 0 22936 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95864
[startup+3.10026 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 20069
/proc/meminfo: memFree=15577976/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=184416 CPUtime=3.09 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 45224 0 0 0 303 6 0 0 20 0 1 0 340599364 188841984 45171 33554432000 4194304 8395647 140737457577136 140737457442008 7382041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 46104 45171 390 1026 0 45074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 184416
[startup+6.30026 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 20069
/proc/meminfo: memFree=15400912/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=356956 CPUtime=6.28 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 88200 0 0 0 616 12 0 0 20 0 1 0 340599364 365522944 88147 33554432000 4194304 8395647 140737457577136 140737457442344 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 89239 88147 390 1026 0 88209 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 356956
[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 20069
/proc/meminfo: memFree=14379176/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=1511440 CPUtime=12.68 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 369666 0 0 0 1216 52 0 0 20 0 1 0 340599364 1547714560 370398 33554432000 4194304 8395647 140737457577136 140737457573896 4216689 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 377860 370398 481 1026 0 376830 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1511440
[startup+25.5003 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 20069
/proc/meminfo: memFree=13295548/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=2572396 CPUtime=25.49 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 475056 0 0 0 2470 79 0 0 20 0 1 0 340599364 2634133504 601476 33554432000 4194304 8395647 140737457577136 140737457572600 6587229 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 643099 601476 572 1026 0 642069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2572396
[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 20069
/proc/meminfo: memFree=13197468/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=2825824 CPUtime=51.08 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 482569 0 0 0 5025 83 0 0 20 0 1 0 340599364 2893643776 626907 33554432000 4194304 8395647 140737457577136 140737457571304 6728661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 706456 626907 578 1026 0 705426 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2825824
[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20070
/proc/meminfo: memFree=13137200/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=2769656 CPUtime=102.28 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 493362 0 0 0 10127 101 0 0 20 0 1 0 340599364 2836127744 640556 33554432000 4194304 8395647 140737457577136 140737457572264 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 692414 640556 578 1026 0 691384 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2769656
[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20070
/proc/meminfo: memFree=13125812/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=2799120 CPUtime=162.26 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 498719 0 0 0 16108 118 0 0 20 0 1 0 340599364 2866298880 642085 33554432000 4194304 8395647 140737457577136 140737457572696 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 699780 642085 578 1026 0 698750 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2799120
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20070
/proc/meminfo: memFree=12968468/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=2927244 CPUtime=222.26 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 512081 0 0 0 22090 136 0 0 20 0 1 0 340599364 2997497856 681432 33554432000 4194304 8395647 140737457577136 140737457572264 6698030 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 731811 681432 611 1026 0 730781 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2927244
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20070
/proc/meminfo: memFree=12962476/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=2944428 CPUtime=282.24 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 515028 0 0 0 28075 149 0 0 20 0 1 0 340599364 3015094272 683437 33554432000 4194304 8395647 140737457577136 140737457572264 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 736107 683437 611 1026 0 735077 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2944428
[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 20070
/proc/meminfo: memFree=12896480/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=2994580 CPUtime=342.24 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 520021 0 0 0 34061 163 0 0 20 0 1 0 340599364 3066449920 699406 33554432000 4194304 8395647 140737457577136 140737457572264 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 748645 699406 611 1026 0 747615 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2994580
[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 20071
/proc/meminfo: memFree=12891488/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3030336 CPUtime=402.23 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 522438 0 0 0 40051 172 0 0 20 0 1 0 340599364 3103064064 700542 33554432000 4194304 8395647 140737457577136 140737457572264 6391404 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 757584 700542 611 1026 0 756554 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3030336
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20072
/proc/meminfo: memFree=12880104/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3034952 CPUtime=462.21 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 525627 0 0 0 46039 182 0 0 20 0 1 0 340599364 3107790848 700613 33554432000 4194304 8395647 140737457577136 140737457572696 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 758738 700613 611 1026 0 757708 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3034952
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20074
/proc/meminfo: memFree=12756360/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3040368 CPUtime=522.21 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 528423 0 0 0 52030 191 0 0 20 0 1 0 340599364 3113336832 701338 33554432000 4194304 8395647 140737457577136 140737457572264 6697945 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 760092 701338 611 1026 0 759062 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3040368
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20074
/proc/meminfo: memFree=12696328/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3047840 CPUtime=582.2 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 532116 0 0 0 58020 200 0 0 20 0 1 0 340599364 3120988160 702257 33554432000 4194304 8395647 140737457577136 140737457572264 6636339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 761960 702257 611 1026 0 760930 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3047840
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=12686428/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3078288 CPUtime=1122.12 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 553053 0 0 0 111924 288 0 0 20 0 1 0 340599364 3152166912 692160 33554432000 4194304 8395647 140737457577136 140737457572264 6752536 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 769572 692160 611 1026 0 768542 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 3078288
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20079
/proc/meminfo: memFree=12602436/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3080488 CPUtime=1182.11 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 554126 0 0 0 117915 296 0 0 20 0 1 0 340599364 3154419712 691823 33554432000 4194304 8395647 140737457577136 140737457571304 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 770122 691823 611 1026 0 769092 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3080488
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20079
/proc/meminfo: memFree=12598680/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3084592 CPUtime=1242.1 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 557340 0 0 0 123902 308 0 0 20 0 1 0 340599364 3158622208 692815 33554432000 4194304 8395647 140737457577136 140737457572264 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 771148 692815 611 1026 0 770118 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3084592
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20080
/proc/meminfo: memFree=12597652/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3086040 CPUtime=1302.1 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 558254 0 0 0 129893 317 0 0 20 0 1 0 340599364 3160104960 692925 33554432000 4194304 8395647 140737457577136 140737457572696 6698047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 771510 692925 611 1026 0 770480 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 3086040
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20080
/proc/meminfo: memFree=12595260/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3087684 CPUtime=1362.08 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 560538 0 0 0 135880 328 0 0 20 0 1 0 340599364 3161788416 693047 33554432000 4194304 8395647 140737457577136 140737457571304 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 771921 693047 611 1026 0 770891 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3087684
[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 20080
/proc/meminfo: memFree=12592372/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3088552 CPUtime=1422.08 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 563722 0 0 0 141867 341 0 0 20 0 1 0 340599364 3162677248 693629 33554432000 4194304 8395647 140737457577136 140737457572264 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 772138 693629 611 1026 0 771108 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3088552
[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 20119
/proc/meminfo: memFree=24939084/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3090928 CPUtime=1482.06 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 565464 0 0 0 147855 351 0 0 20 0 1 0 340599364 3165110272 693915 33554432000 4194304 8395647 140737457577136 140737457572264 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 772732 693915 611 1026 0 771702 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3090928
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20119
/proc/meminfo: memFree=24572008/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3090928 CPUtime=1542.05 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 566102 0 0 0 153846 359 0 0 20 0 1 0 340599364 3165110272 693936 33554432000 4194304 8395647 140737457577136 140737457572264 6697980 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 772732 693936 611 1026 0 771702 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3090928
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20120
/proc/meminfo: memFree=24567196/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3092688 CPUtime=1602.04 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 567439 0 0 0 159835 369 0 0 20 0 1 0 340599364 3166912512 694565 33554432000 4194304 8395647 140737457577136 140737457572264 6636379 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 773172 694565 611 1026 0 772142 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3092688
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20120
/proc/meminfo: memFree=24547932/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3093904 CPUtime=1662.04 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 569133 0 0 0 165826 378 0 0 20 0 1 0 340599364 3168157696 695126 33554432000 4194304 8395647 140737457577136 140737457572264 6697092 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 773476 695126 611 1026 0 772446 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 3093904
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20123
/proc/meminfo: memFree=24547640/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3095064 CPUtime=1722.03 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 571544 0 0 0 171816 387 0 0 20 0 1 0 340599364 3169345536 695221 33554432000 4194304 8395647 140737457577136 140737457572264 6636387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 773766 695221 611 1026 0 772736 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 3095064
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20146
/proc/meminfo: memFree=24535472/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3097360 CPUtime=1782.02 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 573661 0 0 0 177802 400 0 0 20 0 1 0 340599364 3171696640 695489 33554432000 4194304 8395647 140737457577136 140737457572264 6698030 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 774340 695489 611 1026 0 773310 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3097360
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20146
/proc/meminfo: memFree=24535720/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3097360 CPUtime=1785.22 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 573661 0 0 0 178122 400 0 0 20 0 1 0 340599364 3171696640 695489 33554432000 4194304 8395647 140737457577136 140737457572264 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 774340 695489 611 1026 0 773310 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 3097360
[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20146
/proc/meminfo: memFree=24535968/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3097360 CPUtime=1788.42 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 573661 0 0 0 178442 400 0 0 20 0 1 0 340599364 3171696640 695489 33554432000 4194304 8395647 140737457577136 140737457572264 6698043 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 774340 695489 611 1026 0 773310 0
Current children cumulated CPU time (s) 1788.42
Current children cumulated vsize (KiB) 3097360
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20146
/proc/meminfo: memFree=24539800/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3097704 CPUtime=1791.62 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 573856 0 0 0 178761 401 0 0 20 0 1 0 340599364 3172048896 694517 33554432000 4194304 8395647 140737457577136 140737457571304 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 774426 694517 611 1026 0 773396 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 3097704
[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20146
/proc/meminfo: memFree=24540048/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3097704 CPUtime=1793.21 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 573865 0 0 0 178920 401 0 0 20 0 1 0 340599364 3172048896 694526 33554432000 4194304 8395647 140737457577136 140737457572968 6063836 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 774426 694526 620 1026 0 773396 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 3097704
[startup+1793.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20146
/proc/meminfo: memFree=24540048/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=3097704 CPUtime=1793.61 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 573865 0 0 0 178960 401 0 0 20 0 1 0 340599364 3172048896 694526 33554432000 4194304 8395647 140737457577136 140737457572968 4720720 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 774426 694526 620 1026 0 773396 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (KiB) 3097704
[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20146
/proc/meminfo: memFree=24540048/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=2029812 CPUtime=1794.02 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 573865 0 0 0 178998 404 0 0 20 0 1 0 340599364 2078527488 497951 33554432000 4194304 8395647 140737457577136 140737457576520 6345185 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 507453 497951 620 1026 0 506423 0
Current children cumulated CPU time (s) 1794.02
Current children cumulated vsize (KiB) 2029812
[startup+1794.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20146
/proc/meminfo: memFree=24540048/32873648 swapFree=6864/6864
[pid=20068] ppid=20066 vsize=1888268 CPUtime=1794.11 cores=1,3,5,7
/proc/20068/stat : 20068 (pbscip.linux.x8) R 20066 20068 16401 0 -1 4202496 573865 0 0 0 179006 405 0 0 20 0 1 0 340599364 1933586432 462565 33554432000 4194304 8395647 140737457577136 140737457576520 6345870 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20068/statm: 472067 462565 620 1026 0 471037 0
Current children cumulated CPU time (s) 1794.11
Current children cumulated vsize (KiB) 1888268
Child status: 0
Real time (s): 1794.49
CPU time (s): 1794.21
CPU user time (s): 1790.1
CPU system time (s): 4.11437
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 3199536
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.1
system time used= 4.11437
maximum resident set size= 2863628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573872
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= 7
involuntary context switches= 1851
runsolver used 3.08353 second user time and 7.60984 second system time
The end