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-3740902-1338745613.opb>
9.39/9.41 c original problem has 55296 variables (55296 bin, 0 int, 0 impl, 0 cont) and 1282690 constraints
9.39/9.41 c problem read
9.39/9.41 c No objective function, only one solution is needed.
9.39/9.41 c presolving settings loaded
11.19/11.20 c presolving:
16.78/16.87 c (round 1) 1 del vars, 10 del conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 1282678 upgd conss, 555154 impls, 2026 clqs
18.08/18.12 c presolving (2 rounds):
18.08/18.12 c 1 deleted vars, 18 deleted constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
18.08/18.12 c 555154 implications, 2026 cliques
18.08/18.12 c presolved problem has 55295 variables (55295 bin, 0 int, 0 impl, 0 cont) and 1282672 constraints
18.08/18.12 c 128170 constraints of type <knapsack>
18.08/18.12 c 271354 constraints of type <setppc>
18.08/18.12 c 2 constraints of type <linear>
18.08/18.12 c 883146 constraints of type <logicor>
18.08/18.12 c transformed objective value is always integral (scale: 1)
18.08/18.12 c Presolving Time: 7.07
18.08/18.12 c - non default parameters ----------------------------------------------------------------------
18.08/18.12 c # SCIP version 1.2.1.3
18.08/18.12 c
18.08/18.12 c # frequency for displaying node information lines
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 100]
18.08/18.12 c display/freq = 10000
18.08/18.12 c
18.08/18.12 c # maximal time in seconds to run
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.08/18.12 c limits/time = 1780.59
18.08/18.12 c
18.08/18.12 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.08/18.12 c limits/memory = 13950
18.08/18.12 c
18.08/18.12 c # solving stops, if the given number of solutions were found (-1: no limit)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: -1]
18.08/18.12 c limits/solutions = 1
18.08/18.12 c
18.08/18.12 c # maximal number of separation rounds per node (-1: unlimited)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 5]
18.08/18.12 c separating/maxrounds = 1
18.08/18.12 c
18.08/18.12 c # maximal number of separation rounds in the root node (-1: unlimited)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: -1]
18.08/18.12 c separating/maxroundsroot = 5
18.08/18.12 c
18.08/18.12 c # default clock type (1: CPU user seconds, 2: wall clock time)
18.08/18.12 c # [type: int, range: [1,2], default: 1]
18.08/18.12 c timing/clocktype = 2
18.08/18.12 c
18.08/18.12 c # should presolving try to simplify inequalities
18.08/18.12 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.08/18.12 c constraints/linear/simplifyinequalities = TRUE
18.08/18.12 c
18.08/18.12 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
18.08/18.12 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.08/18.12 c constraints/indicator/addCouplingCons = TRUE
18.08/18.12 c
18.08/18.12 c # should disaggregation of knapsack constraints be allowed in preprocessing?
18.08/18.12 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
18.08/18.12 c constraints/knapsack/disaggregation = FALSE
18.08/18.12 c
18.08/18.12 c # should presolving try to simplify knapsacks
18.08/18.12 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.08/18.12 c constraints/knapsack/simplifyinequalities = TRUE
18.08/18.12 c
18.08/18.12 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: -1]
18.08/18.12 c presolving/probing/maxrounds = 0
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 10]
18.08/18.12 c heuristics/coefdiving/freq = -1
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to node LP iterations
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.08/18.12 c heuristics/coefdiving/maxlpiterquot = 0.075
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/coefdiving/maxlpiterofs = 1500
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 30]
18.08/18.12 c heuristics/crossover/freq = -1
18.08/18.12 c
18.08/18.12 c # number of nodes added to the contingent of the total nodes
18.08/18.12 c # [type: longint, range: [0,9223372036854775807], default: 500]
18.08/18.12 c heuristics/crossover/nodesofs = 750
18.08/18.12 c
18.08/18.12 c # number of nodes without incumbent change that heuristic should wait
18.08/18.12 c # [type: longint, range: [0,9223372036854775807], default: 200]
18.08/18.12 c heuristics/crossover/nwaitingnodes = 100
18.08/18.12 c
18.08/18.12 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
18.08/18.12 c # [type: real, range: [0,1], default: 0.1]
18.08/18.12 c heuristics/crossover/nodesquot = 0.15
18.08/18.12 c
18.08/18.12 c # minimum percentage of integer variables that have to be fixed
18.08/18.12 c # [type: real, range: [0,1], default: 0.666]
18.08/18.12 c heuristics/crossover/minfixingrate = 0.5
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 20]
18.08/18.12 c heuristics/feaspump/freq = -1
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/feaspump/maxlpiterofs = 2000
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 10]
18.08/18.12 c heuristics/fracdiving/freq = -1
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to node LP iterations
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.08/18.12 c heuristics/fracdiving/maxlpiterquot = 0.075
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/fracdiving/maxlpiterofs = 1500
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 10]
18.08/18.12 c heuristics/guideddiving/freq = -1
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to node LP iterations
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.08/18.12 c heuristics/guideddiving/maxlpiterquot = 0.075
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/guideddiving/maxlpiterofs = 1500
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to node LP iterations
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.08/18.12 c heuristics/intdiving/maxlpiterquot = 0.075
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 10]
18.08/18.12 c heuristics/intshifting/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 10]
18.08/18.12 c heuristics/linesearchdiving/freq = -1
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to node LP iterations
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.08/18.12 c heuristics/linesearchdiving/maxlpiterquot = 0.075
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/linesearchdiving/maxlpiterofs = 1500
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 1]
18.08/18.12 c heuristics/nlp/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 20]
18.08/18.12 c heuristics/objpscostdiving/freq = -1
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to total iteration number
18.08/18.12 c # [type: real, range: [0,1], default: 0.01]
18.08/18.12 c heuristics/objpscostdiving/maxlpiterquot = 0.015
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/objpscostdiving/maxlpiterofs = 1500
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 1]
18.08/18.12 c heuristics/oneopt/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 10]
18.08/18.12 c heuristics/pscostdiving/freq = -1
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to node LP iterations
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.08/18.12 c heuristics/pscostdiving/maxlpiterquot = 0.075
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/pscostdiving/maxlpiterofs = 1500
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 0]
18.08/18.12 c heuristics/rens/freq = -1
18.08/18.12 c
18.08/18.12 c # minimum percentage of integer variables that have to be fixable
18.08/18.12 c # [type: real, range: [0,1], default: 0.5]
18.08/18.12 c heuristics/rens/minfixingrate = 0.3
18.08/18.12 c
18.08/18.12 c # number of nodes added to the contingent of the total nodes
18.08/18.12 c # [type: longint, range: [0,9223372036854775807], default: 500]
18.08/18.12 c heuristics/rens/nodesofs = 2000
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 20]
18.08/18.12 c heuristics/rootsoldiving/freq = -1
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to node LP iterations
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
18.08/18.12 c heuristics/rootsoldiving/maxlpiterquot = 0.015
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/rootsoldiving/maxlpiterofs = 1500
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 1]
18.08/18.12 c heuristics/rounding/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 10]
18.08/18.12 c heuristics/shifting/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 1]
18.08/18.12 c heuristics/simplerounding/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 0]
18.08/18.12 c heuristics/trivial/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 1]
18.08/18.12 c heuristics/trysol/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 10]
18.08/18.12 c heuristics/veclendiving/freq = -1
18.08/18.12 c
18.08/18.12 c # maximal fraction of diving LP iterations compared to node LP iterations
18.08/18.12 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.08/18.12 c heuristics/veclendiving/maxlpiterquot = 0.075
18.08/18.12 c
18.08/18.12 c # additional number of allowed LP iterations
18.08/18.12 c # [type: int, range: [0,2147483647], default: 1000]
18.08/18.12 c heuristics/veclendiving/maxlpiterofs = 1500
18.08/18.12 c
18.08/18.12 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 1]
18.08/18.12 c heuristics/zirounding/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 0]
18.08/18.12 c separating/cmir/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: 0]
18.08/18.12 c separating/flowcover/freq = -1
18.08/18.12 c
18.08/18.12 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
18.08/18.12 c # [type: int, range: [-1,2147483647], default: -1]
18.08/18.12 c separating/rapidlearning/freq = 0
18.08/18.12 c
18.08/18.12 c -----------------------------------------------------------------------------------------------
18.08/18.12 c start solving
18.08/18.17 c
198.97/199.01 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
198.97/199.01 c 190s| 1 | 0 | 7274 | - |1720M| 0 |2831 | 55k|1282k| 55k|1282k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
392.93/393.03 c 384s| 1 | 0 | 12275 | - |1720M| 0 |3864 | 55k|1282k| 55k|1282k| 9 | 0 | 0 | 0.000000e+00 | -- | Inf
783.96/784.14 c 775s| 1 | 0 | 20591 | - |1720M| 0 |6819 | 55k|1282k| 55k|1282k| 24 | 0 | 0 | 0.000000e+00 | -- | Inf
1791.31/1791.67 c 1782s| 1 | 0 | 34496 | - |1722M| 0 | - | 55k|1282k| 55k|1282k| 81 | 0 | 0 | 0.000000e+00 | -- | Inf
1791.41/1791.79 c 1782s| 1 | 2 | 34496 | - |1722M| 0 | - | 55k|1282k| 55k|1282k| 81 | 0 | 0 | 0.000000e+00 | -- | Inf
1791.41/1791.79 c
1791.41/1791.79 c SCIP Status : solving was interrupted [time limit reached]
1791.41/1791.79 c Solving Time (sec) : 1782.38
1791.41/1791.79 c Solving Nodes : 1
1791.41/1791.79 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1791.41/1791.79 c Dual Bound : +0.00000000000000e+00
1791.41/1791.79 c Gap : infinite
1791.41/1791.79 s UNKNOWN
1791.41/1791.79 c SCIP Status : solving was interrupted [time limit reached]
1791.41/1791.79 c Solving Time : 1782.38
1791.41/1791.79 c Original Problem :
1791.41/1791.79 c Problem name : HOME/instance-3740902-1338745613.opb
1791.41/1791.79 c Variables : 55296 (55296 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.41/1791.79 c Constraints : 1282690 initial, 1282690 maximal
1791.41/1791.79 c Presolved Problem :
1791.41/1791.79 c Problem name : t_HOME/instance-3740902-1338745613.opb
1791.41/1791.79 c Variables : 55295 (55295 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.41/1791.79 c Constraints : 1282672 initial, 1282672 maximal
1791.41/1791.79 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1791.41/1791.79 c trivial : 0.01 0 0 0 0 0 0 0 0
1791.41/1791.79 c dualfix : 0.01 0 0 0 0 0 0 0 0
1791.41/1791.79 c boundshift : 0.00 0 0 0 0 0 0 0 0
1791.41/1791.79 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1791.41/1791.79 c implics : 0.01 0 0 0 0 0 0 0 0
1791.41/1791.79 c probing : 0.00 0 0 0 0 0 0 0 0
1791.41/1791.79 c knapsack : 0.49 0 0 0 0 0 0 0 0
1791.41/1791.79 c setppc : 0.27 0 0 0 0 0 0 0 0
1791.41/1791.79 c linear : 4.66 0 1 0 0 0 10 9 0
1791.41/1791.79 c logicor : 0.49 0 0 0 0 0 8 0 0
1791.41/1791.79 c root node : - 0 - - 0 - - - -
1791.41/1791.79 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1791.41/1791.79 c integral : 0 0 0 0 0 0 0 0 0 0
1791.41/1791.79 c knapsack : 128170 3 1 0 1 0 0 109 0 0
1791.41/1791.79 c setppc : 271354 3 1 0 1 0 0 0 0 0
1791.41/1791.79 c linear : 2 3 1 0 1 0 0 0 0 0
1791.41/1791.79 c logicor : 883146 3 1 0 1 0 0 0 0 0
1791.41/1791.79 c countsols : 0 0 0 0 1 0 0 0 0 0
1791.41/1791.79 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1791.41/1791.79 c integral : 0.00 0.00 0.00 0.00 0.00
1791.41/1791.79 c knapsack : 0.26 0.23 0.01 0.00 0.02
1791.41/1791.79 c setppc : 0.09 0.05 0.01 0.00 0.03
1791.41/1791.79 c linear : 0.00 0.00 0.00 0.00 0.00
1791.41/1791.79 c logicor : 0.46 0.15 0.26 0.00 0.06
1791.41/1791.79 c countsols : 0.00 0.00 0.00 0.00 0.00
1791.41/1791.79 c Propagators : Time Calls Cutoffs DomReds
1791.41/1791.79 c vbounds : 0.00 1 0 0
1791.41/1791.79 c rootredcost : 0.00 0 0 0
1791.41/1791.79 c pseudoobj : 0.00 0 0 0
1791.41/1791.79 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1791.41/1791.79 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1791.41/1791.79 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1791.41/1791.79 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1791.41/1791.79 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1791.41/1791.79 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1791.41/1791.79 c applied globally : - - - 0 0.0 - - -
1791.41/1791.79 c applied locally : - - - 0 0.0 - - -
1791.41/1791.79 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1791.41/1791.79 c cut pool : 0.00 2 - - 2 - (maximal pool size: 518)
1791.41/1791.79 c redcost : 0.01 3 0 0 0 0
1791.41/1791.79 c impliedbounds : 0.02 3 0 0 0 0
1791.41/1791.79 c intobj : 0.00 0 0 0 0 0
1791.41/1791.79 c cgmip : 0.00 0 0 0 0 0
1791.41/1791.79 c gomory : 40.15 3 0 0 1500 0
1791.41/1791.79 c strongcg : 25.76 3 0 0 1500 0
1791.41/1791.79 c cmir : 0.00 0 0 0 0 0
1791.41/1791.79 c flowcover : 0.00 0 0 0 0 0
1791.41/1791.79 c clique : 1.26 3 0 0 29 0
1791.41/1791.79 c zerohalf : 0.00 0 0 0 0 0
1791.41/1791.79 c mcf : 2.60 1 0 0 0 0
1791.41/1791.79 c rapidlearning : 0.00 0 0 0 0 0
1791.41/1791.79 c Pricers : Time Calls Vars
1791.41/1791.79 c problem variables: 0.00 0 0
1791.41/1791.79 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1791.41/1791.79 c relpscost : 0.00 0 0 0 0 0 0
1791.41/1791.79 c pscost : 0.00 0 0 0 0 0 0
1791.41/1791.79 c inference : 0.01 1 0 0 0 0 2
1791.41/1791.79 c mostinf : 0.00 0 0 0 0 0 0
1791.41/1791.79 c leastinf : 0.00 0 0 0 0 0 0
1791.41/1791.79 c fullstrong : 0.00 0 0 0 0 0 0
1791.41/1791.79 c allfullstrong : 0.00 0 0 0 0 0 0
1791.41/1791.79 c random : 0.00 0 0 0 0 0 0
1791.41/1791.79 c Primal Heuristics : Time Calls Found
1791.41/1791.79 c LP solutions : 0.00 - 0
1791.41/1791.79 c pseudo solutions : 0.00 - 0
1791.41/1791.79 c trivial : 0.04 1 0
1791.41/1791.79 c simplerounding : 0.00 0 0
1791.41/1791.79 c zirounding : 0.00 0 0
1791.41/1791.79 c rounding : 0.00 0 0
1791.41/1791.79 c shifting : 0.00 0 0
1791.41/1791.79 c intshifting : 0.00 0 0
1791.41/1791.79 c oneopt : 0.00 0 0
1791.41/1791.79 c twoopt : 0.00 0 0
1791.41/1791.79 c fixandinfer : 0.00 0 0
1791.41/1791.79 c feaspump : 0.00 0 0
1791.41/1791.79 c coefdiving : 0.00 0 0
1791.41/1791.79 c pscostdiving : 0.00 0 0
1791.41/1791.79 c fracdiving : 0.00 0 0
1791.41/1791.79 c veclendiving : 0.00 0 0
1791.41/1791.79 c intdiving : 0.00 0 0
1791.41/1791.79 c actconsdiving : 0.00 0 0
1791.41/1791.79 c objpscostdiving : 0.00 0 0
1791.41/1791.79 c rootsoldiving : 0.00 0 0
1791.41/1791.79 c linesearchdiving : 0.00 0 0
1791.41/1791.79 c guideddiving : 0.00 0 0
1791.41/1791.79 c octane : 0.00 0 0
1791.41/1791.79 c rens : 0.00 0 0
1791.41/1791.79 c rins : 0.00 0 0
1791.41/1791.79 c localbranching : 0.00 0 0
1791.41/1791.79 c mutation : 0.00 0 0
1791.41/1791.79 c crossover : 0.00 0 0
1791.41/1791.79 c dins : 0.00 0 0
1791.41/1791.79 c undercover : 0.00 0 0
1791.41/1791.79 c nlp : 0.00 0 0
1791.41/1791.79 c trysol : 0.00 0 0
1791.41/1791.79 c LP : Time Calls Iterations Iter/call Iter/sec
1791.41/1791.79 c primal LP : 0.00 0 0 0.00 -
1791.41/1791.79 c dual LP : 1699.56 4 34496 8624.00 20.30
1791.41/1791.79 c lex dual LP : 0.00 0 0 0.00 -
1791.41/1791.79 c barrier LP : 0.00 0 0 0.00 -
1791.41/1791.79 c diving/probing LP: 0.00 0 0 0.00 -
1791.41/1791.79 c strong branching : 0.00 0 0 0.00 -
1791.41/1791.79 c (at root node) : - 0 0 0.00 -
1791.41/1791.79 c conflict analysis: 0.00 0 0 0.00 -
1791.41/1791.79 c B&B Tree :
1791.41/1791.79 c number of runs : 1
1791.41/1791.79 c nodes : 1
1791.41/1791.79 c nodes (total) : 1
1791.41/1791.79 c nodes left : 2
1791.41/1791.79 c max depth : 0
1791.41/1791.79 c max depth (total): 0
1791.41/1791.79 c backtracks : 0 (0.0%)
1791.41/1791.79 c delayed cutoffs : 0
1791.41/1791.79 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1791.41/1791.79 c avg switch length: 1.00
1791.41/1791.79 c switching time : 0.00
1791.41/1791.79 c Solution :
1791.41/1791.79 c Solutions found : 0 (0 improvements)
1791.41/1791.79 c Primal Bound : -
1791.41/1791.79 c Dual Bound : +0.00000000000000e+00
1791.41/1791.79 c Gap : infinite
1791.41/1791.79 c Root Dual Bound : +0.00000000000000e+00
1791.41/1791.79 c Root Iterations : 34496
1795.01/1795.39 c Time complete: 1795.11.
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-3740902-1338745613/watcher-3740902-1338745613 -o /tmp/evaluation-result-3740902-1338745613/solver-3740902-1338745613 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3740902-1338745613.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26844
/proc/meminfo: memFree=27489088/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 1441 0 0 0 0 0 0 0 20 0 1 0 340685992 9158656 1388 33554432000 4194304 8395647 140734975868272 140735070149096 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 2236 1396 374 1026 0 1206 0
[startup+0.0118299 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26844
/proc/meminfo: memFree=27489088/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=10816 CPUtime=0 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 1946 0 0 0 0 0 0 0 20 0 1 0 340685992 11075584 1892 33554432000 4194304 8395647 140734975868272 140735070149096 7385355 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 2704 1892 390 1026 0 1674 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10816
[startup+0.100264 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26844
/proc/meminfo: memFree=27489088/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=17316 CPUtime=0.09 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 3593 0 0 0 9 0 0 0 20 0 1 0 340685992 17731584 3539 33554432000 4194304 8395647 140734975868272 140735070149096 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 4329 3539 390 1026 0 3299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17316
[startup+0.300275 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26844
/proc/meminfo: memFree=27489088/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=28980 CPUtime=0.28 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 6486 0 0 0 28 0 0 0 20 0 1 0 340685992 29675520 6433 33554432000 4194304 8395647 140734975868272 140735070149096 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 7245 6436 390 1026 0 6215 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28980
[startup+0.700283 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26844
/proc/meminfo: memFree=27489088/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=51492 CPUtime=0.69 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 12097 0 0 0 67 2 0 0 20 0 1 0 340685992 52727808 12043 33554432000 4194304 8395647 140734975868272 140735070149096 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 12873 12043 390 1026 0 11843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51492
[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26845
/proc/meminfo: memFree=27426832/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=95864 CPUtime=1.49 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 23169 0 0 0 146 3 0 0 20 0 1 0 340685992 98164736 23115 33554432000 4194304 8395647 140734975868272 140734975733480 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 23966 23115 390 1026 0 22936 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95864
[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26845
/proc/meminfo: memFree=27364692/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=183580 CPUtime=3.09 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 45014 0 0 0 302 7 0 0 20 0 1 0 340685992 187985920 44960 33554432000 4194304 8395647 140734975868272 140734975733480 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 45895 44960 390 1026 0 44865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183580
[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26845
/proc/meminfo: memFree=27191576/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=354836 CPUtime=6.29 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 87699 0 0 0 613 16 0 0 20 0 1 0 340685992 363352064 87645 33554432000 4194304 8395647 140734975868272 140734975733480 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 88709 87645 390 1026 0 87679 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 354836
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26845
/proc/meminfo: memFree=26089224/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=1438104 CPUtime=12.69 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 352967 0 0 0 1212 57 0 0 20 0 1 0 340685992 1472618496 352559 33554432000 4194304 8395647 140734975868272 140734975864440 5026410 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 359526 352559 471 1026 0 358496 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1438104
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26845
/proc/meminfo: memFree=24751064/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=2936228 CPUtime=25.48 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 528926 0 0 0 2444 104 0 0 20 0 1 0 340685992 3006697472 683482 33554432000 4194304 8395647 140734975868272 140734975863736 6585853 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 734057 683482 572 1026 0 733027 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2936228
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26845
/proc/meminfo: memFree=24673104/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3012688 CPUtime=51.08 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 535047 0 0 0 5001 107 0 0 20 0 1 0 340685992 3084992512 702935 33554432000 4194304 8395647 140734975868272 140734975863736 6585869 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 753172 702935 576 1026 0 752142 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3012688
[startup+102.307 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 26846
/proc/meminfo: memFree=24608248/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3093512 CPUtime=102.28 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 540016 0 0 0 10112 116 0 0 20 0 1 0 340685992 3167756288 718555 33554432000 4194304 8395647 140734975868272 140734975863400 6697700 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 773378 718555 578 1026 0 772348 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3093512
[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 26846
/proc/meminfo: memFree=24557296/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3153320 CPUtime=162.27 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 546566 0 0 0 16093 134 0 0 20 0 1 0 340685992 3228999680 727451 33554432000 4194304 8395647 140734975868272 140734975863400 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 788330 727451 578 1026 0 787300 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3153320
[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 26849
/proc/meminfo: memFree=24476624/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3193012 CPUtime=222.26 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 558089 0 0 0 22076 150 0 0 20 0 1 0 340685992 3269644288 747096 33554432000 4194304 8395647 140734975868272 140734975863736 6636339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 798253 747096 611 1026 0 797223 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3193012
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26849
/proc/meminfo: memFree=24376892/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3299224 CPUtime=282.24 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 562728 0 0 0 28064 160 0 0 20 0 1 0 340685992 3378405376 770987 33554432000 4194304 8395647 140734975868272 140734975863400 6698068 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 824806 770987 611 1026 0 823776 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3299224
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26849
/proc/meminfo: memFree=24371552/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3312560 CPUtime=342.24 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 565762 0 0 0 34054 170 0 0 20 0 1 0 340685992 3392061440 771630 33554432000 4194304 8395647 140734975868272 140734975862440 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 828140 771630 611 1026 0 827110 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3312560
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 26849
/proc/meminfo: memFree=24370788/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3320808 CPUtime=402.22 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 568390 0 0 0 40042 180 0 0 20 0 1 0 340685992 3400507392 772192 33554432000 4194304 8395647 140734975868272 140734975863560 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 830202 772192 611 1026 0 829172 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3320808
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26851
/proc/meminfo: memFree=24308268/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3372148 CPUtime=462.22 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 571492 0 0 0 46030 192 0 0 20 0 1 0 340685992 3453079552 787426 33554432000 4194304 8395647 140734975868272 140734975863400 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 843037 787426 611 1026 0 842007 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3372148
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26851
/proc/meminfo: memFree=24308172/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3380268 CPUtime=522.21 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 573583 0 0 0 52021 200 0 0 20 0 1 0 340685992 3461394432 787259 33554432000 4194304 8395647 140734975868272 140734975863400 6636391 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 845067 787259 611 1026 0 844037 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3380268
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26851
/proc/meminfo: memFree=24307580/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3383556 CPUtime=582.2 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 575998 0 0 0 58010 210 0 0 20 0 1 0 340685992 3464761344 787546 33554432000 4194304 8395647 140734975868272 140734975863400 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 845889 787546 611 1026 0 844859 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3383556
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=24312476/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3453104 CPUtime=1062.12 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 592759 0 0 0 105929 283 0 0 20 0 1 0 340685992 3535978496 787384 33554432000 4194304 8395647 140734975868272 140734975862440 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 863276 787384 611 1026 0 862246 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3453104
[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 26879
/proc/meminfo: memFree=24300120/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3459172 CPUtime=1122.11 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 594174 0 0 0 111920 291 0 0 20 0 1 0 340685992 3542192128 787587 33554432000 4194304 8395647 140734975868272 140734975863400 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 864793 787587 611 1026 0 863763 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3459172
[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 26879
/proc/meminfo: memFree=24292748/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3464340 CPUtime=1182.11 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 595765 0 0 0 117910 301 0 0 20 0 1 0 340685992 3547484160 789375 33554432000 4194304 8395647 140734975868272 140734975863400 6697268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 866085 789375 611 1026 0 865055 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3464340
[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 26879
/proc/meminfo: memFree=24285476/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3471540 CPUtime=1242.1 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 596953 0 0 0 123901 309 0 0 20 0 1 0 340685992 3554856960 791088 33554432000 4194304 8395647 140734975868272 140734975863400 6636363 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 867885 791088 611 1026 0 866855 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3471540
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26879
/proc/meminfo: memFree=24282596/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3474924 CPUtime=1302.1 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 599433 0 0 0 129889 321 0 0 20 0 1 0 340685992 3558322176 791864 33554432000 4194304 8395647 140734975868272 140734975863400 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 868731 791864 611 1026 0 867701 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 3474924
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26880
/proc/meminfo: memFree=24278536/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3478548 CPUtime=1362.08 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 600667 0 0 0 135878 330 0 0 20 0 1 0 340685992 3562033152 792841 33554432000 4194304 8395647 140734975868272 140734975862680 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 869637 792841 611 1026 0 868607 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3478548
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26883
/proc/meminfo: memFree=24273844/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3482788 CPUtime=1422.08 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 602032 0 0 0 141869 339 0 0 20 0 1 0 340685992 3566374912 793840 33554432000 4194304 8395647 140734975868272 140734975863400 6697376 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 870697 793840 611 1026 0 869667 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3482788
[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 26883
/proc/meminfo: memFree=24275004/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3486148 CPUtime=1482.06 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 603139 0 0 0 147860 346 0 0 20 0 1 0 340685992 3569815552 793678 33554432000 4194304 8395647 140734975868272 140734975863400 6752906 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 871537 793678 611 1026 0 870507 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3486148
[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 26883
/proc/meminfo: memFree=24264184/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3491448 CPUtime=1542.05 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 604531 0 0 0 153848 357 0 0 20 0 1 0 340685992 3575242752 796383 33554432000 4194304 8395647 140734975868272 140734975862440 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 872862 796383 611 1026 0 871832 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3491448
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26921
/proc/meminfo: memFree=24040408/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3495124 CPUtime=1602.04 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 605865 0 0 0 159838 366 0 0 20 0 1 0 340685992 3579006976 796302 33554432000 4194304 8395647 140734975868272 140734975863400 6635689 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 873781 796302 611 1026 0 872751 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3495124
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24018880/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3496860 CPUtime=1662.02 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 606696 0 0 0 165829 373 0 0 20 0 1 0 340685992 3580784640 797113 33554432000 4194304 8395647 140734975868272 140734975863832 6636339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 874215 797113 611 1026 0 873185 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3496860
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24015832/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3498364 CPUtime=1722.02 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 607978 0 0 0 171819 383 0 0 20 0 1 0 340685992 3582324736 797146 33554432000 4194304 8395647 140734975868272 140734975863400 6697997 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 874591 797146 611 1026 0 873561 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3498364
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24059640/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3501380 CPUtime=1782.01 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 608918 0 0 0 177812 389 0 0 20 0 1 0 340685992 3585413120 797554 33554432000 4194304 8395647 140734975868272 140734975862440 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 875345 797554 611 1026 0 874315 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3501380
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24047976/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3501444 CPUtime=1785.21 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 609101 0 0 0 178130 391 0 0 20 0 1 0 340685992 3585478656 797569 33554432000 4194304 8395647 140734975868272 140734975863400 6697250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 875361 797569 611 1026 0 874331 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 3501444
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24030600/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3501444 CPUtime=1791.62 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 609106 0 0 0 178771 391 0 0 20 0 1 0 340685992 3585478656 797574 33554432000 4194304 8395647 140734975868272 140734975862888 6151662 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 875361 797574 616 1026 0 874331 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 3501444
[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24030600/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3501444 CPUtime=1793.21 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 609110 0 0 0 178930 391 0 0 20 0 1 0 340685992 3585478656 797578 33554432000 4194304 8395647 140734975868272 140734975864104 6345229 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 875361 797578 620 1026 0 874331 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 3501444
[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24030476/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=3501444 CPUtime=1794.01 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 609110 0 0 0 179010 391 0 0 20 0 1 0 340685992 3585478656 797578 33554432000 4194304 8395647 140734975868272 140734975864104 6068889 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 875361 797578 620 1026 0 874331 0
Current children cumulated CPU time (s) 1794.01
Current children cumulated vsize (KiB) 3501444
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24830148/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=2414752 CPUtime=1794.81 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 609110 0 0 0 179088 393 0 0 20 0 1 0 340685992 2472706048 597619 33554432000 4194304 8395647 140734975868272 140734975867656 6345797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 603688 597619 620 1026 0 602658 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 2414752
[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24830148/32873844 swapFree=7108/7108
[pid=26844] ppid=26842 vsize=2216164 CPUtime=1795.01 cores=1,3,5,7
/proc/26844/stat : 26844 (pbscip.linux.x8) R 26842 26844 21683 0 -1 4202496 609110 0 0 0 179106 395 0 0 20 0 1 0 340685992 2269351936 547972 33554432000 4194304 8395647 140734975868272 140734975867656 4219903 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26844/statm: 554041 547972 620 1026 0 553011 0
Current children cumulated CPU time (s) 1795.01
Current children cumulated vsize (KiB) 2216164
Child status: 0
Real time (s): 1795.4
CPU time (s): 1795.12
CPU user time (s): 1791.13
CPU system time (s): 3.98339
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 3619496
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.13
system time used= 3.98339
maximum resident set size= 3266492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 609117
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= 15
involuntary context switches= 1869
runsolver used 3.05054 second user time and 8.46571 second system time
The end