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-3740954-1338746426.opb>
1.59/1.63 c original problem has 10086 variables (10086 bin, 0 int, 0 impl, 0 cont) and 226240 constraints
1.59/1.63 c problem read
1.59/1.63 c No objective function, only one solution is needed.
1.59/1.63 c presolving settings loaded
1.89/1.96 c presolving:
3.49/3.51 c (round 1) 1 del vars, 10 del conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 108276 impls, 366 clqs
3.79/3.88 c presolving (2 rounds):
3.79/3.88 c 1 deleted vars, 18 deleted constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
3.79/3.88 c 108276 implications, 366 cliques
3.79/3.88 c presolved problem has 10085 variables (10085 bin, 0 int, 0 impl, 0 cont) and 226222 constraints
3.79/3.88 c 22570 constraints of type <knapsack>
3.79/3.88 c 48174 constraints of type <setppc>
3.79/3.88 c 2 constraints of type <linear>
3.79/3.88 c 155476 constraints of type <logicor>
3.79/3.88 c transformed objective value is always integral (scale: 1)
3.79/3.88 c Presolving Time: 1.94
3.79/3.88 c - non default parameters ----------------------------------------------------------------------
3.79/3.88 c # SCIP version 1.2.1.3
3.79/3.88 c
3.79/3.88 c # frequency for displaying node information lines
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 100]
3.79/3.88 c display/freq = 10000
3.79/3.88 c
3.79/3.88 c # maximal time in seconds to run
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.79/3.88 c limits/time = 1788.38
3.79/3.88 c
3.79/3.88 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.79/3.88 c limits/memory = 13950
3.79/3.88 c
3.79/3.88 c # solving stops, if the given number of solutions were found (-1: no limit)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.88 c limits/solutions = 1
3.79/3.88 c
3.79/3.88 c # maximal number of separation rounds per node (-1: unlimited)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 5]
3.79/3.88 c separating/maxrounds = 1
3.79/3.88 c
3.79/3.88 c # maximal number of separation rounds in the root node (-1: unlimited)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.88 c separating/maxroundsroot = 5
3.79/3.88 c
3.79/3.88 c # default clock type (1: CPU user seconds, 2: wall clock time)
3.79/3.88 c # [type: int, range: [1,2], default: 1]
3.79/3.88 c timing/clocktype = 2
3.79/3.88 c
3.79/3.88 c # should presolving try to simplify inequalities
3.79/3.88 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.88 c constraints/linear/simplifyinequalities = TRUE
3.79/3.88 c
3.79/3.88 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.79/3.88 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.88 c constraints/indicator/addCouplingCons = TRUE
3.79/3.88 c
3.79/3.88 c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.79/3.88 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.79/3.88 c constraints/knapsack/disaggregation = FALSE
3.79/3.88 c
3.79/3.88 c # should presolving try to simplify knapsacks
3.79/3.88 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.88 c constraints/knapsack/simplifyinequalities = TRUE
3.79/3.88 c
3.79/3.88 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.88 c presolving/probing/maxrounds = 0
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.88 c heuristics/coefdiving/freq = -1
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.88 c heuristics/coefdiving/maxlpiterquot = 0.075
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/coefdiving/maxlpiterofs = 1500
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 30]
3.79/3.88 c heuristics/crossover/freq = -1
3.79/3.88 c
3.79/3.88 c # number of nodes added to the contingent of the total nodes
3.79/3.88 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.79/3.88 c heuristics/crossover/nodesofs = 750
3.79/3.88 c
3.79/3.88 c # number of nodes without incumbent change that heuristic should wait
3.79/3.88 c # [type: longint, range: [0,9223372036854775807], default: 200]
3.79/3.88 c heuristics/crossover/nwaitingnodes = 100
3.79/3.88 c
3.79/3.88 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.79/3.88 c # [type: real, range: [0,1], default: 0.1]
3.79/3.88 c heuristics/crossover/nodesquot = 0.15
3.79/3.88 c
3.79/3.88 c # minimum percentage of integer variables that have to be fixed
3.79/3.88 c # [type: real, range: [0,1], default: 0.666]
3.79/3.88 c heuristics/crossover/minfixingrate = 0.5
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 20]
3.79/3.88 c heuristics/feaspump/freq = -1
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/feaspump/maxlpiterofs = 2000
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.88 c heuristics/fracdiving/freq = -1
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.88 c heuristics/fracdiving/maxlpiterquot = 0.075
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/fracdiving/maxlpiterofs = 1500
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.88 c heuristics/guideddiving/freq = -1
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.88 c heuristics/guideddiving/maxlpiterquot = 0.075
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/guideddiving/maxlpiterofs = 1500
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.88 c heuristics/intdiving/maxlpiterquot = 0.075
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.88 c heuristics/intshifting/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.88 c heuristics/linesearchdiving/freq = -1
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.88 c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/linesearchdiving/maxlpiterofs = 1500
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.88 c heuristics/nlp/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 20]
3.79/3.88 c heuristics/objpscostdiving/freq = -1
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to total iteration number
3.79/3.88 c # [type: real, range: [0,1], default: 0.01]
3.79/3.88 c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/objpscostdiving/maxlpiterofs = 1500
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.88 c heuristics/oneopt/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.88 c heuristics/pscostdiving/freq = -1
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.88 c heuristics/pscostdiving/maxlpiterquot = 0.075
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/pscostdiving/maxlpiterofs = 1500
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 0]
3.79/3.88 c heuristics/rens/freq = -1
3.79/3.88 c
3.79/3.88 c # minimum percentage of integer variables that have to be fixable
3.79/3.88 c # [type: real, range: [0,1], default: 0.5]
3.79/3.88 c heuristics/rens/minfixingrate = 0.3
3.79/3.88 c
3.79/3.88 c # number of nodes added to the contingent of the total nodes
3.79/3.88 c # [type: longint, range: [0,9223372036854775807], default: 500]
3.79/3.88 c heuristics/rens/nodesofs = 2000
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 20]
3.79/3.88 c heuristics/rootsoldiving/freq = -1
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.79/3.88 c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/rootsoldiving/maxlpiterofs = 1500
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.88 c heuristics/rounding/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.88 c heuristics/shifting/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.88 c heuristics/simplerounding/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 0]
3.79/3.88 c heuristics/trivial/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.88 c heuristics/trysol/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.88 c heuristics/veclendiving/freq = -1
3.79/3.88 c
3.79/3.88 c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.88 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.88 c heuristics/veclendiving/maxlpiterquot = 0.075
3.79/3.88 c
3.79/3.88 c # additional number of allowed LP iterations
3.79/3.88 c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.88 c heuristics/veclendiving/maxlpiterofs = 1500
3.79/3.88 c
3.79/3.88 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.88 c heuristics/zirounding/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 0]
3.79/3.88 c separating/cmir/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: 0]
3.79/3.88 c separating/flowcover/freq = -1
3.79/3.88 c
3.79/3.88 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.79/3.88 c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.88 c separating/rapidlearning/freq = 0
3.79/3.88 c
3.79/3.88 c -----------------------------------------------------------------------------------------------
3.79/3.88 c start solving
3.79/3.89 c
8.99/9.03 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
8.99/9.03 c 7.4s| 1 | 0 | 1667 | - | 304M| 0 | 752 | 10k| 226k| 10k| 226k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
25.68/25.75 c 24.1s| 1 | 0 | 3768 | - | 304M| 0 |1478 | 10k| 226k| 10k| 226k| 9 | 0 | 0 | 0.000000e+00 | -- | Inf
36.88/36.96 c 35.3s| 1 | 0 | 4667 | - | 305M| 0 |2056 | 10k| 226k| 10k| 226k| 25 | 0 | 0 | 0.000000e+00 | -- | Inf
80.68/80.73 c 79.1s| 1 | 0 | 8423 | - | 306M| 0 |1960 | 10k| 226k| 10k| 226k| 49 | 0 | 0 | 0.000000e+00 | -- | Inf
176.16/176.24 c 175s| 1 | 0 | 15652 | - | 307M| 0 |2276 | 10k| 226k| 10k| 226k| 75 | 0 | 0 | 0.000000e+00 | -- | Inf
760.67/760.86 c 759s| 1 | 0 | 48428 | - | 308M| 0 |3707 | 10k| 226k| 10k| 226k| 173 | 0 | 0 | 0.000000e+00 | -- | Inf
1402.97/1403.20 c 1402s| 1 | 2 | 48428 | - | 308M| 0 |3707 | 10k| 226k| 10k| 226k| 173 | 0 | 40 | 0.000000e+00 | -- | Inf
1790.00/1790.30 c
1790.00/1790.30 c SCIP Status : solving was interrupted [time limit reached]
1790.00/1790.30 c Solving Time (sec) : 1788.67
1790.00/1790.30 c Solving Nodes : 2
1790.00/1790.30 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1790.00/1790.30 c Dual Bound : +0.00000000000000e+00
1790.00/1790.30 c Gap : infinite
1790.00/1790.30 s UNKNOWN
1790.00/1790.30 c SCIP Status : solving was interrupted [time limit reached]
1790.00/1790.30 c Solving Time : 1788.67
1790.00/1790.30 c Original Problem :
1790.00/1790.30 c Problem name : HOME/instance-3740954-1338746426.opb
1790.00/1790.30 c Variables : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.00/1790.30 c Constraints : 226240 initial, 226240 maximal
1790.00/1790.30 c Presolved Problem :
1790.00/1790.30 c Problem name : t_HOME/instance-3740954-1338746426.opb
1790.00/1790.30 c Variables : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.00/1790.30 c Constraints : 226222 initial, 226222 maximal
1790.00/1790.30 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1790.00/1790.30 c trivial : 0.00 0 0 0 0 0 0 0 0
1790.00/1790.30 c dualfix : 0.00 0 0 0 0 0 0 0 0
1790.00/1790.30 c boundshift : 0.00 0 0 0 0 0 0 0 0
1790.00/1790.30 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1790.00/1790.30 c implics : 0.00 0 0 0 0 0 0 0 0
1790.00/1790.30 c probing : 0.00 0 0 0 0 0 0 0 0
1790.00/1790.30 c knapsack : 0.10 0 0 0 0 0 0 0 0
1790.00/1790.30 c setppc : 0.10 0 0 0 0 0 0 0 0
1790.00/1790.30 c linear : 1.38 0 1 0 0 0 10 9 0
1790.00/1790.30 c logicor : 0.17 0 0 0 0 0 8 0 0
1790.00/1790.30 c root node : - 0 - - 0 - - - -
1790.00/1790.30 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1790.00/1790.30 c integral : 0 0 0 1 0 0 0 0 0 2
1790.00/1790.30 c knapsack : 22570 5 3 0 1 0 0 243 0 0
1790.00/1790.30 c setppc : 48174 5 3 0 1 0 10 0 0 0
1790.00/1790.30 c linear : 2 5 3 0 1 0 0 0 0 0
1790.00/1790.30 c logicor : 155476 5 2 0 1 0 0 0 0 0
1790.00/1790.30 c countsols : 0 0 0 0 1 0 0 0 0 0
1790.00/1790.30 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1790.00/1790.30 c integral : 642.34 0.00 0.00 642.34 0.00
1790.00/1790.30 c knapsack : 0.15 0.14 0.00 0.00 0.00
1790.00/1790.30 c setppc : 0.03 0.02 0.01 0.00 0.01
1790.00/1790.30 c linear : 0.00 0.00 0.00 0.00 0.00
1790.00/1790.30 c logicor : 0.10 0.04 0.04 0.00 0.01
1790.00/1790.30 c countsols : 0.00 0.00 0.00 0.00 0.00
1790.00/1790.30 c Propagators : Time Calls Cutoffs DomReds
1790.00/1790.30 c vbounds : 0.00 1 0 0
1790.00/1790.30 c rootredcost : 0.00 0 0 0
1790.00/1790.30 c pseudoobj : 0.00 0 0 0
1790.00/1790.30 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1790.00/1790.30 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1790.00/1790.30 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1790.00/1790.30 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1790.00/1790.30 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1790.00/1790.30 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1790.00/1790.30 c applied globally : - - - 0 0.0 - - -
1790.00/1790.30 c applied locally : - - - 0 0.0 - - -
1790.00/1790.30 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1790.00/1790.30 c cut pool : 0.00 4 - - 59 - (maximal pool size: 1161)
1790.00/1790.30 c redcost : 0.00 5 0 0 0 0
1790.00/1790.30 c impliedbounds : 0.01 5 0 0 0 0
1790.00/1790.30 c intobj : 0.00 0 0 0 0 0
1790.00/1790.30 c cgmip : 0.00 0 0 0 0 0
1790.00/1790.30 c gomory : 22.44 5 0 0 2500 0
1790.00/1790.30 c strongcg : 16.89 5 0 0 2500 0
1790.00/1790.30 c cmir : 0.00 0 0 0 0 0
1790.00/1790.30 c flowcover : 0.00 0 0 0 0 0
1790.00/1790.30 c clique : 0.29 5 0 0 41 0
1790.00/1790.30 c zerohalf : 0.00 0 0 0 0 0
1790.00/1790.30 c mcf : 0.29 1 0 0 0 0
1790.00/1790.30 c rapidlearning : 0.00 0 0 0 0 0
1790.00/1790.30 c Pricers : Time Calls Vars
1790.00/1790.30 c problem variables: 0.00 0 0
1790.00/1790.30 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1790.00/1790.30 c relpscost : 642.34 1 0 0 0 0 2
1790.00/1790.30 c pscost : 0.00 0 0 0 0 0 0
1790.00/1790.30 c inference : 0.00 1 0 0 0 0 2
1790.00/1790.30 c mostinf : 0.00 0 0 0 0 0 0
1790.00/1790.30 c leastinf : 0.00 0 0 0 0 0 0
1790.00/1790.30 c fullstrong : 0.00 0 0 0 0 0 0
1790.00/1790.30 c allfullstrong : 0.00 0 0 0 0 0 0
1790.00/1790.30 c random : 0.00 0 0 0 0 0 0
1790.00/1790.30 c Primal Heuristics : Time Calls Found
1790.00/1790.30 c LP solutions : 0.00 - 0
1790.00/1790.30 c pseudo solutions : 0.00 - 0
1790.00/1790.30 c trivial : 0.01 1 0
1790.00/1790.30 c simplerounding : 0.00 0 0
1790.00/1790.30 c zirounding : 0.00 0 0
1790.00/1790.30 c rounding : 0.00 0 0
1790.00/1790.30 c shifting : 0.00 0 0
1790.00/1790.30 c intshifting : 0.00 0 0
1790.00/1790.30 c oneopt : 0.00 0 0
1790.00/1790.30 c twoopt : 0.00 0 0
1790.00/1790.30 c fixandinfer : 0.00 0 0
1790.00/1790.30 c feaspump : 0.00 0 0
1790.00/1790.30 c coefdiving : 0.00 0 0
1790.00/1790.30 c pscostdiving : 0.00 0 0
1790.00/1790.30 c fracdiving : 0.00 0 0
1790.00/1790.30 c veclendiving : 0.00 0 0
1790.00/1790.30 c intdiving : 0.00 0 0
1790.00/1790.30 c actconsdiving : 0.00 0 0
1790.00/1790.30 c objpscostdiving : 0.00 0 0
1790.00/1790.30 c rootsoldiving : 0.00 0 0
1790.00/1790.30 c linesearchdiving : 0.00 0 0
1790.00/1790.30 c guideddiving : 0.00 0 0
1790.00/1790.30 c octane : 0.00 0 0
1790.00/1790.30 c rens : 0.00 0 0
1790.00/1790.30 c rins : 0.00 0 0
1790.00/1790.30 c localbranching : 0.00 0 0
1790.00/1790.30 c mutation : 0.00 0 0
1790.00/1790.30 c crossover : 0.00 0 0
1790.00/1790.30 c dins : 0.00 0 0
1790.00/1790.30 c undercover : 0.00 0 0
1790.00/1790.30 c nlp : 0.00 0 0
1790.00/1790.30 c trysol : 0.00 0 0
1790.00/1790.30 c LP : Time Calls Iterations Iter/call Iter/sec
1790.00/1790.30 c primal LP : 0.17 0 0 0.00 0.00
1790.00/1790.30 c dual LP : 1102.88 7 68539 9791.29 62.15
1790.00/1790.30 c lex dual LP : 0.00 0 0 0.00 -
1790.00/1790.30 c barrier LP : 0.00 0 0 0.00 -
1790.00/1790.30 c diving/probing LP: 0.00 0 0 0.00 -
1790.00/1790.30 c strong branching : 642.33 40 40000 1000.00 62.27
1790.00/1790.30 c (at root node) : - 40 40000 1000.00 -
1790.00/1790.30 c conflict analysis: 0.00 0 0 0.00 -
1790.00/1790.30 c B&B Tree :
1790.00/1790.30 c number of runs : 1
1790.00/1790.30 c nodes : 2
1790.00/1790.30 c nodes (total) : 2
1790.00/1790.30 c nodes left : 3
1790.00/1790.30 c max depth : 1
1790.00/1790.30 c max depth (total): 1
1790.00/1790.30 c backtracks : 0 (0.0%)
1790.00/1790.30 c delayed cutoffs : 0
1790.00/1790.30 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1790.00/1790.30 c avg switch length: 1.00
1790.00/1790.30 c switching time : 0.22
1790.00/1790.30 c Solution :
1790.00/1790.30 c Solutions found : 0 (0 improvements)
1790.00/1790.30 c Primal Bound : -
1790.00/1790.30 c Dual Bound : +0.00000000000000e+00
1790.00/1790.30 c Gap : infinite
1790.00/1790.30 c Root Dual Bound : +0.00000000000000e+00
1790.00/1790.30 c Root Iterations : 48428
1790.41/1790.77 c Time complete: 1790.48.
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-3740954-1338746426/watcher-3740954-1338746426 -o /tmp/evaluation-result-3740954-1338746426/solver-3740954-1338746426 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3740954-1338746426.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.01 2.00 3/177 14762
/proc/meminfo: memFree=26073100/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 1 0 340771133 9158656 1240 33554432000 4194304 8395647 140737143315056 140735989354888 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 2236 1246 374 1026 0 1206 0
[startup+0.0298911 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14762
/proc/meminfo: memFree=26073100/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=12300 CPUtime=0.02 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 2319 0 0 0 2 0 0 0 20 0 1 0 340771133 12595200 2266 33554432000 4194304 8395647 140737143315056 140735989354888 7382041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 3075 2266 390 1026 0 2045 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12300
[startup+0.100292 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14762
/proc/meminfo: memFree=26073100/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=17316 CPUtime=0.09 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 3590 0 0 0 9 0 0 0 20 0 1 0 340771133 17731584 3537 33554432000 4194304 8395647 140737143315056 140735989354888 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 4329 3537 390 1026 0 3299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17316
[startup+0.300284 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14762
/proc/meminfo: memFree=26073100/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=28224 CPUtime=0.29 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 6299 0 0 0 28 1 0 0 20 0 1 0 340771133 28901376 6246 33554432000 4194304 8395647 140737143315056 140735989354888 7382041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 7056 6246 390 1026 0 6026 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28224
[startup+0.700284 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14762
/proc/meminfo: memFree=26073100/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=51492 CPUtime=0.69 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 12094 0 0 0 67 2 0 0 20 0 1 0 340771133 52727808 12041 33554432000 4194304 8395647 140737143315056 140737143180264 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 12873 12041 390 1026 0 11843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51492
[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14763
/proc/meminfo: memFree=26010332/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=95864 CPUtime=1.48 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 23166 0 0 0 145 3 0 0 20 0 1 0 340771133 98164736 23113 33554432000 4194304 8395647 140737143315056 140737143180264 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 23966 23113 390 1026 0 22936 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95864
[startup+3.10032 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14763
/proc/meminfo: memFree=25806956/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=323524 CPUtime=3.09 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 79910 0 0 0 295 14 0 0 20 0 1 0 340771133 331288576 78954 33554432000 4194304 8395647 140737143315056 140737143311528 4218369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 80881 78954 481 1026 0 79851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323524
[startup+6.30038 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14763
/proc/meminfo: memFree=25539628/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=601920 CPUtime=6.28 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 118228 0 0 0 606 22 0 0 20 0 1 0 340771133 616366080 139537 33554432000 4194304 8395647 140737143315056 140737143310520 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 150480 139537 578 1026 0 149450 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 601920
[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14763
/proc/meminfo: memFree=25491320/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=627804 CPUtime=12.69 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 123230 0 0 0 1245 24 0 0 20 0 1 0 340771133 642871296 147107 33554432000 4194304 8395647 140737143315056 140737143310344 6585844 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 156951 147107 611 1026 0 155921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 627804
[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14763
/proc/meminfo: memFree=25438616/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=669476 CPUtime=25.49 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 128514 0 0 0 2522 27 0 0 20 0 1 0 340771133 685543424 157916 33554432000 4194304 8395647 140737143315056 140737143310184 6697997 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 167369 157916 611 1026 0 166339 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 669476
[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14786
/proc/meminfo: memFree=25395968/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=703308 CPUtime=51.08 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 132605 0 0 0 5079 29 0 0 20 0 1 0 340771133 720187392 166047 33554432000 4194304 8395647 140737143315056 140737143310184 6390493 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 175827 166047 611 1026 0 174797 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 703308
[startup+102.307 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 14786
/proc/meminfo: memFree=25375172/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=711168 CPUtime=102.28 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 133267 0 0 0 10196 32 0 0 20 0 1 0 340771133 728236032 170797 33554432000 4194304 8395647 140737143315056 140737143310184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 177792 170797 611 1026 0 176762 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 711168
[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14786
/proc/meminfo: memFree=25350156/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=711168 CPUtime=162.26 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 133267 0 0 0 16190 36 0 0 20 0 1 0 340771133 728236032 170797 33554432000 4194304 8395647 140737143315056 140737143310568 6697959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 177792 170797 611 1026 0 176762 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 711168
[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 14787
/proc/meminfo: memFree=25317060/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=767012 CPUtime=222.26 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 134293 0 0 0 22185 41 0 0 20 0 1 0 340771133 785420288 178457 33554432000 4194304 8395647 140737143315056 140737143310184 6752900 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 191753 178457 611 1026 0 190723 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 767012
[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14787
/proc/meminfo: memFree=25312428/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=767012 CPUtime=282.25 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 134419 0 0 0 28182 43 0 0 20 0 1 0 340771133 785420288 179605 33554432000 4194304 8395647 140737143315056 140737143310184 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 191753 179605 611 1026 0 190723 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 767012
[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14787
/proc/meminfo: memFree=25303392/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=767012 CPUtime=342.24 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 134575 0 0 0 34178 46 0 0 20 0 1 0 340771133 785420288 181805 33554432000 4194304 8395647 140737143315056 140737143310184 6635675 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 191753 181805 611 1026 0 190723 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 767012
[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14787
/proc/meminfo: memFree=25303436/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=767012 CPUtime=402.22 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 134630 0 0 0 40174 48 0 0 20 0 1 0 340771133 785420288 181859 33554432000 4194304 8395647 140737143315056 140737143310184 6698043 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 191753 181859 611 1026 0 190723 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 767012
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14787
/proc/meminfo: memFree=25303836/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=767012 CPUtime=462.22 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 134631 0 0 0 46170 52 0 0 20 0 1 0 340771133 785420288 181863 33554432000 4194304 8395647 140737143315056 140737143310184 6697974 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 191753 181863 611 1026 0 190723 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 767012
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14788
/proc/meminfo: memFree=25300764/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=767012 CPUtime=522.21 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 134632 0 0 0 52165 56 0 0 20 0 1 0 340771133 785420288 182582 33554432000 4194304 8395647 140737143315056 140737143310184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 191753 182582 611 1026 0 190723 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 767012
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14791
/proc/meminfo: memFree=25296332/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=767012 CPUtime=582.19 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 134635 0 0 0 58161 58 0 0 20 0 1 0 340771133 785420288 183703 33554432000 4194304 8395647 140737143315056 140737143310184 6698063 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 191753 183703 611 1026 0 190723 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 767012
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=25261136/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=755084 CPUtime=1002.13 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 138019 0 0 0 100129 84 0 0 20 0 1 0 340771133 773206016 182845 33554432000 4194304 8395647 140737143315056 140737143309928 6697338 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 188771 182845 613 1026 0 187741 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 755084
[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14792
/proc/meminfo: memFree=25272616/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=743952 CPUtime=1062.12 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 140016 0 0 0 106123 89 0 0 20 0 1 0 340771133 761806848 179958 33554432000 4194304 8395647 140737143315056 140737143309928 6636373 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 185988 179958 613 1026 0 184958 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 743952
[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 14793
/proc/meminfo: memFree=25273548/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=732884 CPUtime=1122.11 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 143922 0 0 0 112116 95 0 0 20 0 1 0 340771133 750473216 179772 33554432000 4194304 8395647 140737143315056 140737143309928 6664892 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 183221 179772 613 1026 0 182191 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 732884
[startup+1182.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/178 14796
/proc/meminfo: memFree=25258128/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=754864 CPUtime=1182.1 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 144111 0 0 0 118111 99 0 0 20 0 1 0 340771133 772980736 183027 33554432000 4194304 8395647 140737143315056 140737143309928 6636387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 188716 183027 613 1026 0 187686 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 754864
[startup+1242.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 14796
/proc/meminfo: memFree=25270624/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=743860 CPUtime=1242.09 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 144740 0 0 0 124107 102 0 0 20 0 1 0 340771133 761712640 179959 33554432000 4194304 8395647 140737143315056 140737143310360 6697246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 185965 179959 613 1026 0 184935 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 743860
[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 14796
/proc/meminfo: memFree=25271184/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=732668 CPUtime=1302.1 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 147177 0 0 0 130102 108 0 0 20 0 1 0 340771133 750252032 179771 33554432000 4194304 8395647 140737143315056 140737143309608 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 183167 179771 613 1026 0 182137 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 732668
[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14796
/proc/meminfo: memFree=25266652/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=756196 CPUtime=1362.07 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 148398 0 0 0 136095 112 0 0 20 0 1 0 340771133 774344704 180986 33554432000 4194304 8395647 140737143315056 140737143310264 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 189049 180986 613 1026 0 188019 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 756196
[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14797
/proc/meminfo: memFree=25238976/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=777400 CPUtime=1422.07 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150691 0 0 0 142090 117 0 0 20 0 1 0 340771133 796057600 187862 33554432000 4194304 8395647 140737143315056 140737143310616 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 194350 187862 614 1026 0 193320 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 777400
[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 14797
/proc/meminfo: memFree=25236680/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1482.06 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150704 0 0 0 148085 121 0 0 20 0 1 0 340771133 818933760 188386 33554432000 4194304 8395647 140737143315056 140737143310184 6698047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 188386 614 1026 0 198905 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 799740
[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 14797
/proc/meminfo: memFree=25236680/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1542.04 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150706 0 0 0 154080 124 0 0 20 0 1 0 340771133 818933760 188388 33554432000 4194304 8395647 140737143315056 140737143310184 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 188388 614 1026 0 198905 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 799740
[startup+1602.3 s]
/proc/loadavg: 2.20 2.06 2.01 3/177 14797
/proc/meminfo: memFree=25234568/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1602.03 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150707 0 0 0 160077 126 0 0 20 0 1 0 340771133 818933760 188899 33554432000 4194304 8395647 140737143315056 140737143310184 6697342 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 188899 614 1026 0 198905 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 799740
[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 14797
/proc/meminfo: memFree=25223644/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1662.03 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150711 0 0 0 166073 130 0 0 20 0 1 0 340771133 818933760 191567 33554432000 4194304 8395647 140737143315056 140737143310616 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 191567 614 1026 0 198905 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 799740
[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 14798
/proc/meminfo: memFree=25221596/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1722.02 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150712 0 0 0 172070 132 0 0 20 0 1 0 340771133 818933760 192079 33554432000 4194304 8395647 140737143315056 140737143310184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 192079 614 1026 0 198905 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 799740
[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/178 14839
/proc/meminfo: memFree=23081972/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1782.01 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150712 0 0 0 178067 134 0 0 20 0 1 0 340771133 818933760 192079 33554432000 4194304 8395647 140737143315056 140737143310616 6697274 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 192079 614 1026 0 198905 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 799740
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.08 2.06 2.00 3/178 14839
/proc/meminfo: memFree=23072316/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1785.21 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150712 0 0 0 178387 134 0 0 20 0 1 0 340771133 818933760 192079 33554432000 4194304 8395647 140737143315056 140737143310184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 192079 614 1026 0 198905 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 799740
[startup+1788.7 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 14839
/proc/meminfo: memFree=23061040/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1788.41 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150712 0 0 0 178707 134 0 0 20 0 1 0 340771133 818933760 192079 33554432000 4194304 8395647 140737143315056 140737143310520 6752539 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 192079 614 1026 0 198905 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 799740
[startup+1789.5 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 14839
/proc/meminfo: memFree=23061040/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1789.21 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150712 0 0 0 178787 134 0 0 20 0 1 0 340771133 818933760 192079 33554432000 4194304 8395647 140737143315056 140737143310184 6698043 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 192079 614 1026 0 198905 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 799740
[startup+1790.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 14839
/proc/meminfo: memFree=23059924/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=799740 CPUtime=1790 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150713 0 0 0 178866 134 0 0 20 0 1 0 340771133 818933760 192080 33554432000 4194304 8395647 140737143315056 140737143310184 4688047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 199935 192080 615 1026 0 198905 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 799740
[startup+1790.7 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 14839
/proc/meminfo: memFree=23040084/32873844 swapFree=7628/7628
[pid=14762] ppid=14760 vsize=709340 CPUtime=1790.41 cores=1,3,5,7
/proc/14762/stat : 14762 (pbscip.linux.x8) R 14760 14762 25613 0 -1 4202496 150720 0 0 0 178907 134 0 0 20 0 1 0 340771133 726364160 174113 33554432000 4194304 8395647 140737143315056 140737143310888 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14762/statm: 177335 174113 622 1026 0 176305 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 709340
Child status: 0
Real time (s): 1790.78
CPU time (s): 1790.49
CPU user time (s): 1789.13
CPU system time (s): 1.35879
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 799740
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.14
system time used= 1.35879
maximum resident set size= 768348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150727
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= 12
involuntary context switches= 1843
runsolver used 2.96755 second user time and 8.51571 second system time
The end