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-3730649-1338682218.opb>
0.19/0.21 c original problem has 11476 variables (11476 bin, 0 int, 0 impl, 0 cont) and 33090 constraints
0.19/0.21 c problem read
0.19/0.21 c No objective function, only one solution is needed.
0.19/0.22 c presolving settings loaded
0.19/0.29 c presolving:
0.49/0.58 c (round 1) 935 del vars, 767 del conss, 276 chg bounds, 354 chg sides, 810 chg coeffs, 0 upgd conss, 643966 impls, 0 clqs
0.59/0.60 c (round 2) 968 del vars, 2335 del conss, 295 chg bounds, 354 chg sides, 810 chg coeffs, 0 upgd conss, 644092 impls, 0 clqs
0.59/0.60 c (round 3) 988 del vars, 2375 del conss, 303 chg bounds, 354 chg sides, 810 chg coeffs, 0 upgd conss, 644408 impls, 0 clqs
0.59/0.61 c (round 4) 989 del vars, 2405 del conss, 303 chg bounds, 354 chg sides, 810 chg coeffs, 0 upgd conss, 644500 impls, 0 clqs
0.69/0.72 c (round 5) 989 del vars, 2422 del conss, 303 chg bounds, 354 chg sides, 810 chg coeffs, 30668 upgd conss, 644500 impls, 0 clqs
0.69/0.78 c presolving (6 rounds):
0.69/0.78 c 989 deleted vars, 2422 deleted constraints, 303 tightened bounds, 0 added holes, 354 changed sides, 810 changed coefficients
0.69/0.78 c 644500 implications, 0 cliques
0.69/0.78 c presolved problem has 10487 variables (10487 bin, 0 int, 0 impl, 0 cont) and 30668 constraints
0.69/0.78 c 708 constraints of type <knapsack>
0.69/0.78 c 19990 constraints of type <setppc>
0.69/0.78 c 9970 constraints of type <logicor>
0.69/0.78 c transformed objective value is always integral (scale: 1)
0.69/0.78 c Presolving Time: 0.50
0.69/0.78 c - non default parameters ----------------------------------------------------------------------
0.69/0.78 c # SCIP version 1.2.1.3
0.69/0.78 c
0.69/0.78 c # frequency for displaying node information lines
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.78 c display/freq = 10000
0.69/0.78 c
0.69/0.78 c # maximal time in seconds to run
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78 c limits/time = 1789.79
0.69/0.78 c
0.69/0.78 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78 c limits/memory = 13950
0.69/0.78 c
0.69/0.78 c # solving stops, if the given number of solutions were found (-1: no limit)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78 c limits/solutions = 1
0.69/0.78 c
0.69/0.78 c # maximal number of separation rounds per node (-1: unlimited)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 5]
0.69/0.78 c separating/maxrounds = 1
0.69/0.78 c
0.69/0.78 c # maximal number of separation rounds in the root node (-1: unlimited)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78 c separating/maxroundsroot = 5
0.69/0.78 c
0.69/0.78 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.78 c # [type: int, range: [1,2], default: 1]
0.69/0.78 c timing/clocktype = 2
0.69/0.78 c
0.69/0.78 c # should presolving try to simplify inequalities
0.69/0.78 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78 c constraints/linear/simplifyinequalities = TRUE
0.69/0.78 c
0.69/0.78 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.69/0.78 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78 c constraints/indicator/addCouplingCons = TRUE
0.69/0.78 c
0.69/0.78 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.69/0.78 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.69/0.78 c constraints/knapsack/disaggregation = FALSE
0.69/0.78 c
0.69/0.78 c # should presolving try to simplify knapsacks
0.69/0.78 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78 c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.78 c
0.69/0.78 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78 c presolving/probing/maxrounds = 0
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78 c heuristics/coefdiving/freq = -1
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78 c heuristics/coefdiving/maxlpiterquot = 0.075
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/coefdiving/maxlpiterofs = 1500
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 30]
0.69/0.78 c heuristics/crossover/freq = -1
0.69/0.78 c
0.69/0.78 c # number of nodes added to the contingent of the total nodes
0.69/0.78 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.78 c heuristics/crossover/nodesofs = 750
0.69/0.78 c
0.69/0.78 c # number of nodes without incumbent change that heuristic should wait
0.69/0.78 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.69/0.78 c heuristics/crossover/nwaitingnodes = 100
0.69/0.78 c
0.69/0.78 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.69/0.78 c # [type: real, range: [0,1], default: 0.1]
0.69/0.78 c heuristics/crossover/nodesquot = 0.15
0.69/0.78 c
0.69/0.78 c # minimum percentage of integer variables that have to be fixed
0.69/0.78 c # [type: real, range: [0,1], default: 0.666]
0.69/0.78 c heuristics/crossover/minfixingrate = 0.5
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78 c heuristics/feaspump/freq = -1
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/feaspump/maxlpiterofs = 2000
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78 c heuristics/fracdiving/freq = -1
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78 c heuristics/fracdiving/maxlpiterquot = 0.075
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/fracdiving/maxlpiterofs = 1500
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78 c heuristics/guideddiving/freq = -1
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78 c heuristics/guideddiving/maxlpiterquot = 0.075
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/guideddiving/maxlpiterofs = 1500
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78 c heuristics/intdiving/maxlpiterquot = 0.075
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78 c heuristics/intshifting/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78 c heuristics/linesearchdiving/freq = -1
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78 c heuristics/nlp/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78 c heuristics/objpscostdiving/freq = -1
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to total iteration number
0.69/0.78 c # [type: real, range: [0,1], default: 0.01]
0.69/0.78 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78 c heuristics/oneopt/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78 c heuristics/pscostdiving/freq = -1
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/pscostdiving/maxlpiterofs = 1500
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78 c heuristics/rens/freq = -1
0.69/0.78 c
0.69/0.78 c # minimum percentage of integer variables that have to be fixable
0.69/0.78 c # [type: real, range: [0,1], default: 0.5]
0.69/0.78 c heuristics/rens/minfixingrate = 0.3
0.69/0.78 c
0.69/0.78 c # number of nodes added to the contingent of the total nodes
0.69/0.78 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.78 c heuristics/rens/nodesofs = 2000
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78 c heuristics/rootsoldiving/freq = -1
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.69/0.78 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78 c heuristics/rounding/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78 c heuristics/shifting/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78 c heuristics/simplerounding/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78 c heuristics/trivial/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78 c heuristics/trysol/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78 c heuristics/veclendiving/freq = -1
0.69/0.78 c
0.69/0.78 c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78 c heuristics/veclendiving/maxlpiterquot = 0.075
0.69/0.78 c
0.69/0.78 c # additional number of allowed LP iterations
0.69/0.78 c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78 c heuristics/veclendiving/maxlpiterofs = 1500
0.69/0.78 c
0.69/0.78 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78 c heuristics/zirounding/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78 c separating/cmir/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78 c separating/flowcover/freq = -1
0.69/0.78 c
0.69/0.78 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.78 c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78 c separating/rapidlearning/freq = 0
0.69/0.78 c
0.69/0.78 c -----------------------------------------------------------------------------------------------
0.69/0.78 c start solving
0.69/0.78 c
3.09/3.15 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
3.09/3.15 c 2.9s| 1 | 0 | 4848 | - | 75M| 0 |3568 | 10k| 30k| 10k| 30k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
12.39/12.48 c 12.3s| 1 | 0 | 13541 | - | 75M| 0 |3906 | 10k| 30k| 10k| 30k| 104 | 0 | 0 | 0.000000e+00 | -- | Inf
18.99/19.00 c 18.8s| 1 | 0 | 18114 | - | 75M| 0 |4628 | 10k| 30k| 10k| 30k| 195 | 0 | 0 | 0.000000e+00 | -- | Inf
27.88/27.99 c 27.8s| 1 | 0 | 22623 | - | 76M| 0 |4724 | 10k| 30k| 10k| 30k| 279 | 0 | 0 | 0.000000e+00 | -- | Inf
50.08/50.18 c 50.0s| 1 | 0 | 29464 | - | 76M| 0 |4552 | 10k| 30k| 10k| 31k| 417 | 0 | 0 | 0.000000e+00 | -- | Inf
72.08/72.19 c 72.0s| 1 | 0 | 42542 | - | 76M| 0 |4979 | 10k| 30k| 10k| 31k| 499 | 0 | 0 | 0.000000e+00 | -- | Inf
111.57/111.61 c 111s| 1 | 2 | 42542 | - | 76M| 0 |4979 | 10k| 30k| 10k| 31k| 499 | 0 | 28 | 0.000000e+00 | -- | Inf
1790.70/1791.01 c
1790.70/1791.01 c SCIP Status : solving was interrupted [time limit reached]
1790.70/1791.01 c Solving Time (sec) : 1790.80
1790.70/1791.01 c Solving Nodes : 1526
1790.70/1791.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1790.70/1791.01 c Dual Bound : +0.00000000000000e+00
1790.70/1791.01 c Gap : infinite
1790.70/1791.01 s UNKNOWN
1790.70/1791.01 c SCIP Status : solving was interrupted [time limit reached]
1790.70/1791.01 c Solving Time : 1790.80
1790.70/1791.01 c Original Problem :
1790.70/1791.01 c Problem name : HOME/instance-3730649-1338682218.opb
1790.70/1791.01 c Variables : 11476 (11476 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.70/1791.01 c Constraints : 33090 initial, 33090 maximal
1790.70/1791.01 c Presolved Problem :
1790.70/1791.01 c Problem name : t_HOME/instance-3730649-1338682218.opb
1790.70/1791.01 c Variables : 10487 (10487 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.70/1791.01 c Constraints : 30668 initial, 32048 maximal
1790.70/1791.01 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1790.70/1791.01 c trivial : 0.00 12 0 0 0 0 0 0 0
1790.70/1791.01 c dualfix : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.01 c boundshift : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.01 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.01 c implics : 0.06 0 670 0 0 0 0 0 0
1790.70/1791.01 c probing : 0.00 0 0 0 0 0 0 0 0
1790.70/1791.01 c knapsack : 0.01 0 0 0 0 0 0 0 0
1790.70/1791.01 c setppc : 0.03 0 0 0 0 0 0 0 0
1790.70/1791.01 c linear : 0.34 303 4 0 303 0 2422 354 810
1790.70/1791.01 c logicor : 0.01 0 0 0 0 0 0 0 0
1790.70/1791.01 c root node : - 0 - - 0 - - - -
1790.70/1791.01 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1790.70/1791.01 c integral : 0 0 0 1166 0 3 39 0 0 2288
1790.70/1791.01 c knapsack : 708 5 30060 0 0 0 1870 1004 0 0
1790.70/1791.01 c setppc : 19990 5 30060 0 0 279 454908 0 0 0
1790.70/1791.01 c logicor : 9970+ 5 27986 0 0 419 276592 0 0 0
1790.70/1791.01 c countsols : 0 0 0 0 0 0 0 0 0 0
1790.70/1791.01 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1790.70/1791.01 c integral : 758.92 0.00 0.00 758.92 0.00
1790.70/1791.01 c knapsack : 0.36 0.01 0.34 0.00 0.00
1790.70/1791.01 c setppc : 2.94 0.01 2.93 0.00 0.00
1790.70/1791.01 c logicor : 1.03 0.00 1.03 0.00 0.00
1790.70/1791.01 c countsols : 0.00 0.00 0.00 0.00 0.00
1790.70/1791.01 c Propagators : Time Calls Cutoffs DomReds
1790.70/1791.01 c vbounds : 0.00 1 0 0
1790.70/1791.01 c rootredcost : 0.00 0 0 0
1790.70/1791.01 c pseudoobj : 0.00 0 0 0
1790.70/1791.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1790.70/1791.01 c propagation : 0.33 698 674 5650 70.2 105 20.3 -
1790.70/1791.01 c infeasible LP : 0.08 26 26 117 37.0 5 33.0 0
1790.70/1791.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1790.70/1791.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1790.70/1791.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1790.70/1791.01 c applied globally : - - - 2011 40.2 - - -
1790.70/1791.01 c applied locally : - - - 0 0.0 - - -
1790.70/1791.01 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1790.70/1791.01 c cut pool : 0.00 4 - - 184 - (maximal pool size: 1676)
1790.70/1791.01 c redcost : 0.20 1153 0 0 0 0
1790.70/1791.01 c impliedbounds : 0.03 5 0 0 0 0
1790.70/1791.01 c intobj : 0.00 0 0 0 0 0
1790.70/1791.01 c cgmip : 0.00 0 0 0 0 0
1790.70/1791.01 c gomory : 14.42 5 0 0 2500 0
1790.70/1791.01 c strongcg : 8.74 5 0 0 2500 0
1790.70/1791.01 c cmir : 0.00 0 0 0 0 0
1790.70/1791.01 c flowcover : 0.00 0 0 0 0 0
1790.70/1791.01 c clique : 0.92 5 0 0 39 0
1790.70/1791.01 c zerohalf : 0.00 0 0 0 0 0
1790.70/1791.01 c mcf : 0.10 1 0 0 0 0
1790.70/1791.01 c rapidlearning : 0.00 0 0 0 0 0
1790.70/1791.01 c Pricers : Time Calls Vars
1790.70/1791.01 c problem variables: 0.00 0 0
1790.70/1791.01 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1790.70/1791.01 c relpscost : 758.91 1166 3 39 0 0 2288
1790.70/1791.01 c pscost : 0.00 0 0 0 0 0 0
1790.70/1791.01 c inference : 0.00 0 0 0 0 0 0
1790.70/1791.01 c mostinf : 0.00 0 0 0 0 0 0
1790.70/1791.01 c leastinf : 0.00 0 0 0 0 0 0
1790.70/1791.01 c fullstrong : 0.00 0 0 0 0 0 0
1790.70/1791.01 c allfullstrong : 0.00 0 0 0 0 0 0
1790.70/1791.01 c random : 0.00 0 0 0 0 0 0
1790.70/1791.01 c Primal Heuristics : Time Calls Found
1790.70/1791.01 c LP solutions : 0.00 - 0
1790.70/1791.01 c pseudo solutions : 0.00 - 0
1790.70/1791.01 c trivial : 0.01 1 0
1790.70/1791.01 c simplerounding : 0.00 0 0
1790.70/1791.01 c zirounding : 0.00 0 0
1790.70/1791.01 c rounding : 0.00 0 0
1790.70/1791.01 c shifting : 0.00 0 0
1790.70/1791.01 c intshifting : 0.00 0 0
1790.70/1791.01 c oneopt : 0.00 0 0
1790.70/1791.01 c twoopt : 0.00 0 0
1790.70/1791.01 c fixandinfer : 0.00 0 0
1790.70/1791.01 c feaspump : 0.00 0 0
1790.70/1791.01 c coefdiving : 0.00 0 0
1790.70/1791.01 c pscostdiving : 0.00 0 0
1790.70/1791.01 c fracdiving : 0.00 0 0
1790.70/1791.01 c veclendiving : 0.00 0 0
1790.70/1791.01 c intdiving : 0.00 0 0
1790.70/1791.01 c actconsdiving : 0.00 0 0
1790.70/1791.01 c objpscostdiving : 0.00 0 0
1790.70/1791.01 c rootsoldiving : 0.00 0 0
1790.70/1791.01 c linesearchdiving : 0.00 0 0
1790.70/1791.01 c guideddiving : 0.00 0 0
1790.70/1791.01 c octane : 0.00 0 0
1790.70/1791.01 c rens : 0.00 0 0
1790.70/1791.01 c rins : 0.00 0 0
1790.70/1791.01 c localbranching : 0.00 0 0
1790.70/1791.01 c mutation : 0.00 0 0
1790.70/1791.01 c crossover : 0.00 0 0
1790.70/1791.01 c dins : 0.00 0 0
1790.70/1791.01 c undercover : 0.00 0 0
1790.70/1791.01 c nlp : 0.00 0 0
1790.70/1791.01 c trysol : 0.00 0 0
1790.70/1791.01 c LP : Time Calls Iterations Iter/call Iter/sec
1790.70/1791.01 c primal LP : 0.01 0 0 0.00 0.00
1790.70/1791.01 c dual LP : 992.65 1197 907878 758.46 914.60
1790.70/1791.01 c lex dual LP : 0.00 0 0 0.00 -
1790.70/1791.01 c barrier LP : 0.00 0 0 0.00 -
1790.70/1791.01 c diving/probing LP: 0.00 0 0 0.00 -
1790.70/1791.01 c strong branching : 758.18 727 579609 797.26 764.48
1790.70/1791.01 c (at root node) : - 28 24412 871.86 -
1790.70/1791.01 c conflict analysis: 0.00 0 0 0.00 -
1790.70/1791.01 c B&B Tree :
1790.70/1791.01 c number of runs : 1
1790.70/1791.01 c nodes : 1526
1790.70/1791.01 c nodes (total) : 1526
1790.70/1791.01 c nodes left : 46
1790.70/1791.01 c max depth : 61
1790.70/1791.01 c max depth (total): 61
1790.70/1791.01 c backtracks : 446 (29.2%)
1790.70/1791.01 c delayed cutoffs : 717
1790.70/1791.01 c repropagations : 1309 (244909 domain reductions, 345 cutoffs)
1790.70/1791.01 c avg switch length: 4.05
1790.70/1791.01 c switching time : 2.76
1790.70/1791.01 c Solution :
1790.70/1791.01 c Solutions found : 0 (0 improvements)
1790.70/1791.01 c Primal Bound : -
1790.70/1791.01 c Dual Bound : +0.00000000000000e+00
1790.70/1791.01 c Gap : infinite
1790.70/1791.01 c Root Dual Bound : +0.00000000000000e+00
1790.70/1791.01 c Root Iterations : 42542
1790.80/1791.14 c Time complete: 1790.84.
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-3730649-1338682218/watcher-3730649-1338682218 -o /tmp/evaluation-result-3730649-1338682218/solver-3730649-1338682218 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730649-1338682218.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.03 1.95 3/177 26097
/proc/meminfo: memFree=31571580/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 1696 0 0 0 0 0 0 0 20 0 1 0 334350398 10211328 1642 33554432000 4194304 8395647 140734410071648 140735631032104 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 2493 1649 374 1026 0 1463 0
[startup+0.093437 s]
/proc/loadavg: 2.00 2.03 1.95 3/177 26097
/proc/meminfo: memFree=31571580/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=20640 CPUtime=0.08 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 4425 0 0 0 8 0 0 0 20 0 1 0 334350398 21135360 4371 33554432000 4194304 8395647 140734410071648 140734409934104 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 5160 4371 390 1026 0 4130 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20640
[startup+0.100348 s]
/proc/loadavg: 2.00 2.03 1.95 3/177 26097
/proc/meminfo: memFree=31571580/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=20884 CPUtime=0.09 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 4458 0 0 0 9 0 0 0 20 0 1 0 334350398 21385216 4404 33554432000 4194304 8395647 140734410071648 140734409934104 7382046 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 5221 4404 390 1026 0 4191 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20884
[startup+0.300275 s]
/proc/loadavg: 2.00 2.03 1.95 3/177 26097
/proc/meminfo: memFree=31571580/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=67700 CPUtime=0.29 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 16090 0 0 0 27 2 0 0 20 0 1 0 334350398 69324800 15682 33554432000 4194304 8395647 140734410071648 140734409934104 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 16958 15688 474 1026 0 15928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67700
[startup+0.700299 s]
/proc/loadavg: 2.00 2.03 1.95 3/177 26097
/proc/meminfo: memFree=31571580/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=105844 CPUtime=0.69 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 25756 0 0 0 66 3 0 0 20 0 1 0 334350398 108384256 25105 33554432000 4194304 8395647 140734410071648 140734409934104 7385808 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 26461 25105 484 1026 0 25431 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105844
[startup+1.50028 s]
/proc/loadavg: 2.00 2.03 1.95 3/178 26098
/proc/meminfo: memFree=31440636/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=151636 CPUtime=1.49 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 36648 0 0 0 144 5 0 0 20 0 1 0 334350398 155275264 35320 33554432000 4194304 8395647 140734410071648 140734410067352 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 37909 35320 579 1026 0 36879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151636
[startup+3.10028 s]
/proc/loadavg: 2.00 2.03 1.95 3/178 26098
/proc/meminfo: memFree=31432940/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=153484 CPUtime=3.09 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 37761 0 0 0 303 6 0 0 20 0 1 0 334350398 157167616 36292 33554432000 4194304 8395647 140734410071648 140734410066056 6723882 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 38371 36292 579 1026 0 37341 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153484
[startup+6.30026 s]
/proc/loadavg: 2.00 2.03 1.95 3/178 26098
/proc/meminfo: memFree=31421780/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=162300 CPUtime=6.29 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 40004 0 0 0 622 7 0 0 20 0 1 0 334350398 166195200 38505 33554432000 4194304 8395647 140734410071648 140734410066776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 40575 38505 612 1026 0 39545 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 162300
[startup+12.7002 s]
/proc/loadavg: 2.00 2.03 1.95 3/178 26098
/proc/meminfo: memFree=31417604/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=163460 CPUtime=12.69 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 40596 0 0 0 1261 8 0 0 20 0 1 0 334350398 167383040 39092 33554432000 4194304 8395647 140734410071648 140734410066776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 40865 39092 612 1026 0 39835 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 163460
[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 1.95 3/178 26098
/proc/meminfo: memFree=31415496/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=165868 CPUtime=25.48 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 41355 0 0 0 2538 10 0 0 20 0 1 0 334350398 169848832 39851 33554432000 4194304 8395647 140734410071648 140734410066776 6692859 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 41467 39851 612 1026 0 40437 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 165868
[startup+51.1002 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 26099
/proc/meminfo: memFree=31408720/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=170068 CPUtime=51.08 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 42517 0 0 0 5094 14 0 0 20 0 1 0 334350398 174149632 41091 33554432000 4194304 8395647 140734410071648 140734410066840 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 42517 41091 612 1026 0 41487 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 170068
[startup+102.307 s]
/proc/loadavg: 2.06 2.03 1.96 3/177 26099
/proc/meminfo: memFree=31406532/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=168404 CPUtime=102.28 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 44320 0 0 0 10206 22 0 0 20 0 1 0 334350398 172445696 41090 33554432000 4194304 8395647 140734410071648 140734410066856 6698055 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 42101 41090 614 1026 0 41071 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 168404
[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/177 26137
/proc/meminfo: memFree=31380536/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=168404 CPUtime=162.26 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 44340 0 0 0 16197 29 0 0 20 0 1 0 334350398 172445696 41167 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 42101 41167 615 1026 0 41071 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 168404
[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 26137
/proc/meminfo: memFree=31378224/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=168404 CPUtime=222.25 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 44340 0 0 0 22190 35 0 0 20 0 1 0 334350398 172445696 41167 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 42101 41167 615 1026 0 41071 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 168404
[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 26137
/proc/meminfo: memFree=31378100/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=168404 CPUtime=282.25 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 44342 0 0 0 28183 42 0 0 20 0 1 0 334350398 172445696 41169 33554432000 4194304 8395647 140734410071648 140734410066856 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 42101 41169 615 1026 0 41071 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 168404
[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 26137
/proc/meminfo: memFree=31377852/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=169052 CPUtime=342.23 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 44479 0 0 0 34176 47 0 0 20 0 1 0 334350398 173109248 41306 33554432000 4194304 8395647 140734410071648 140734410066776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 42263 41306 619 1026 0 41233 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 169052
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 26138
/proc/meminfo: memFree=31374992/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=171412 CPUtime=402.22 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 45112 0 0 0 40169 53 0 0 20 0 1 0 334350398 175525888 41939 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 42853 41939 619 1026 0 41823 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 171412
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 26138
/proc/meminfo: memFree=31369040/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=171688 CPUtime=462.21 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 45356 0 0 0 46161 60 0 0 20 0 1 0 334350398 175808512 42183 33554432000 4194304 8395647 140734410071648 140734410066520 6697390 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 42922 42183 619 1026 0 41892 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 171688
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 26138
/proc/meminfo: memFree=31366308/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=172400 CPUtime=522.21 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 45611 0 0 0 52154 67 0 0 20 0 1 0 334350398 176537600 42437 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 43100 42437 620 1026 0 42070 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 172400
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 26138
/proc/meminfo: memFree=31364504/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=173080 CPUtime=582.19 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 49130 0 0 0 58143 76 0 0 20 0 1 0 334350398 177233920 42291 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 43270 42291 621 1026 0 42240 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 173080
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=31340856/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=186956 CPUtime=1002.13 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 65353 0 0 0 100078 135 0 0 20 0 1 0 334350398 191442944 45771 33554432000 4194304 8395647 140734410071648 140734410066776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 46739 45771 621 1026 0 45709 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 186956
[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 26143
/proc/meminfo: memFree=31335704/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=190092 CPUtime=1062.12 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 79821 0 0 0 106068 144 0 0 20 0 1 0 334350398 194654208 45664 33554432000 4194304 8395647 140734410071648 140734410066520 6697289 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 47523 45664 621 1026 0 46493 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 190092
[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 1.98 3/177 26143
/proc/meminfo: memFree=31334648/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=191156 CPUtime=1122.11 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 86111 0 0 0 112059 152 0 0 20 0 1 0 334350398 195743744 47144 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 47789 47144 621 1026 0 46759 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 191156
[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 26143
/proc/meminfo: memFree=31338552/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=192544 CPUtime=1182.1 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 88847 0 0 0 118050 160 0 0 20 0 1 0 334350398 197165056 46321 33554432000 4194304 8395647 140734410071648 140734410066776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 48136 46321 621 1026 0 47106 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 192544
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26146
/proc/meminfo: memFree=31325140/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=199748 CPUtime=1242.09 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 95489 0 0 0 124040 169 0 0 20 0 1 0 334350398 204541952 49152 33554432000 4194304 8395647 140734410071648 140734410066776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 49937 49152 621 1026 0 48907 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 199748
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26147
/proc/meminfo: memFree=31322548/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=200984 CPUtime=1302.09 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 100934 0 0 0 130032 177 0 0 20 0 1 0 334350398 205807616 49338 33554432000 4194304 8395647 140734410071648 140734410066856 6721225 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 50246 49338 621 1026 0 49216 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 200984
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26147
/proc/meminfo: memFree=31322668/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=204344 CPUtime=1362.07 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 105773 0 0 0 136022 185 0 0 20 0 1 0 334350398 209248256 49853 33554432000 4194304 8395647 140734410071648 140734410067160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 51086 49853 621 1026 0 50056 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 204344
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26147
/proc/meminfo: memFree=31313864/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=207008 CPUtime=1422.07 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 117360 0 0 0 142012 195 0 0 20 0 1 0 334350398 211976192 50815 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 51752 50815 621 1026 0 50722 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 207008
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26147
/proc/meminfo: memFree=31313232/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=210240 CPUtime=1482.05 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 126305 0 0 0 148001 204 0 0 20 0 1 0 334350398 215285760 50735 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 52560 50735 621 1026 0 51530 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 210240
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26147
/proc/meminfo: memFree=31313168/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=212032 CPUtime=1542.04 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 133115 0 0 0 153990 214 0 0 20 0 1 0 334350398 217120768 51198 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 53008 51198 621 1026 0 51978 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 212032
[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/177 26148
/proc/meminfo: memFree=31305604/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=217076 CPUtime=1602.03 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 141397 0 0 0 159980 223 0 0 20 0 1 0 334350398 222285824 52969 33554432000 4194304 8395647 140734410071648 140734410066776 6693725 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 54269 52969 621 1026 0 53239 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 217076
[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 26148
/proc/meminfo: memFree=31298460/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=219688 CPUtime=1662.02 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 142761 0 0 0 165970 232 0 0 20 0 1 0 334350398 224960512 54269 33554432000 4194304 8395647 140734410071648 140734410066776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 54922 54269 621 1026 0 53892 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 219688
[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/177 26148
/proc/meminfo: memFree=31295608/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=222528 CPUtime=1722.01 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 146383 0 0 0 171962 239 0 0 20 0 1 0 334350398 227868672 54259 33554432000 4194304 8395647 140734410071648 140734410066776 7382036 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 55632 54259 621 1026 0 54602 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 222528
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26148
/proc/meminfo: memFree=31291140/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=223768 CPUtime=1782 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 156717 0 0 0 177951 249 0 0 20 0 1 0 334350398 229138432 54937 33554432000 4194304 8395647 140734410071648 140734410066776 6472197 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 55942 54937 621 1026 0 54912 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 223768
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26151
/proc/meminfo: memFree=31292900/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=223916 CPUtime=1785.2 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 156825 0 0 0 178271 249 0 0 20 0 1 0 334350398 229289984 55045 33554432000 4194304 8395647 140734410071648 140734410066776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 55979 55045 621 1026 0 54949 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 223916
[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26151
/proc/meminfo: memFree=31288808/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=224648 CPUtime=1788.4 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 157292 0 0 0 178590 250 0 0 20 0 1 0 334350398 230039552 55512 33554432000 4194304 8395647 140734410071648 140734410067208 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 56162 55512 621 1026 0 55132 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 224648
[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26151
/proc/meminfo: memFree=31288684/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=222040 CPUtime=1790.01 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 157502 0 0 0 178750 251 0 0 20 0 1 0 334350398 227368960 53941 33554432000 4194304 8395647 140734410071648 140734410066520 6696686 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 55510 53941 621 1026 0 54480 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 222040
[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26151
/proc/meminfo: memFree=31295132/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=222040 CPUtime=1790.41 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 157542 0 0 0 178790 251 0 0 20 0 1 0 334350398 227368960 53981 33554432000 4194304 8395647 140734410071648 140734410066520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 55510 53981 621 1026 0 54480 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 222040
[startup+1791.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26151
/proc/meminfo: memFree=31295132/32873844 swapFree=7116/7116
[pid=26097] ppid=26095 vsize=224760 CPUtime=1790.8 cores=1,3,5,7
/proc/26097/stat : 26097 (pbscip.linux.x8) R 26095 26097 25766 0 -1 4202496 158077 0 0 0 178829 251 0 0 20 0 1 0 334350398 230154240 54516 33554432000 4194304 8395647 140734410071648 140734410066520 4750745 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26097/statm: 56190 54516 628 1026 0 55160 0
Current children cumulated CPU time (s) 1790.8
Current children cumulated vsize (KiB) 224760
Child status: 0
Real time (s): 1791.14
CPU time (s): 1790.85
CPU user time (s): 1788.33
CPU system time (s): 2.51862
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 225540
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.33
system time used= 2.51862
maximum resident set size= 222064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158083
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= 43
involuntary context switches= 1857
runsolver used 3.11753 second user time and 8.5447 second system time
The end