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-3730064-1338680418.opb>
16.68/16.77 c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
16.68/16.77 c problem read
16.68/16.77 c No objective function, only one solution is needed.
16.68/16.77 c presolving settings loaded
20.08/20.12 c presolving:
29.38/29.42 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2559500 upgd conss, 4000 impls, 100 clqs
31.08/31.19 c presolving (2 rounds):
31.08/31.19 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5044 changed coefficients
31.08/31.19 c 4000 implications, 100 cliques
31.08/31.19 c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
31.08/31.19 c 4950 constraints of type <knapsack>
31.08/31.19 c 2100 constraints of type <setppc>
31.08/31.19 c 1 constraints of type <linear>
31.08/31.19 c 2552450 constraints of type <logicor>
31.08/31.19 c transformed objective value is always integral (scale: 1)
31.08/31.19 c Presolving Time: 11.67
31.08/31.19 c - non default parameters ----------------------------------------------------------------------
31.08/31.19 c # SCIP version 1.2.1.3
31.08/31.19 c
31.08/31.19 c # frequency for displaying node information lines
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 100]
31.08/31.19 c display/freq = 10000
31.08/31.19 c
31.08/31.19 c # maximal time in seconds to run
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
31.08/31.19 c limits/time = 1773.23
31.08/31.19 c
31.08/31.19 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
31.08/31.19 c limits/memory = 13950
31.08/31.19 c
31.08/31.19 c # solving stops, if the given number of solutions were found (-1: no limit)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: -1]
31.08/31.19 c limits/solutions = 1
31.08/31.19 c
31.08/31.19 c # maximal number of separation rounds per node (-1: unlimited)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 5]
31.08/31.19 c separating/maxrounds = 1
31.08/31.19 c
31.08/31.19 c # maximal number of separation rounds in the root node (-1: unlimited)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: -1]
31.08/31.19 c separating/maxroundsroot = 5
31.08/31.19 c
31.08/31.19 c # default clock type (1: CPU user seconds, 2: wall clock time)
31.08/31.19 c # [type: int, range: [1,2], default: 1]
31.08/31.19 c timing/clocktype = 2
31.08/31.19 c
31.08/31.19 c # should presolving try to simplify inequalities
31.08/31.19 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.08/31.19 c constraints/linear/simplifyinequalities = TRUE
31.08/31.19 c
31.08/31.19 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
31.08/31.19 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.08/31.19 c constraints/indicator/addCouplingCons = TRUE
31.08/31.19 c
31.08/31.19 c # should disaggregation of knapsack constraints be allowed in preprocessing?
31.08/31.19 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
31.08/31.19 c constraints/knapsack/disaggregation = FALSE
31.08/31.19 c
31.08/31.19 c # should presolving try to simplify knapsacks
31.08/31.19 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.08/31.19 c constraints/knapsack/simplifyinequalities = TRUE
31.08/31.19 c
31.08/31.19 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: -1]
31.08/31.19 c presolving/probing/maxrounds = 0
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 10]
31.08/31.19 c heuristics/coefdiving/freq = -1
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to node LP iterations
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.08/31.19 c heuristics/coefdiving/maxlpiterquot = 0.075
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/coefdiving/maxlpiterofs = 1500
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 30]
31.08/31.19 c heuristics/crossover/freq = -1
31.08/31.19 c
31.08/31.19 c # number of nodes added to the contingent of the total nodes
31.08/31.19 c # [type: longint, range: [0,9223372036854775807], default: 500]
31.08/31.19 c heuristics/crossover/nodesofs = 750
31.08/31.19 c
31.08/31.19 c # number of nodes without incumbent change that heuristic should wait
31.08/31.19 c # [type: longint, range: [0,9223372036854775807], default: 200]
31.08/31.19 c heuristics/crossover/nwaitingnodes = 100
31.08/31.19 c
31.08/31.19 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
31.08/31.19 c # [type: real, range: [0,1], default: 0.1]
31.08/31.19 c heuristics/crossover/nodesquot = 0.15
31.08/31.19 c
31.08/31.19 c # minimum percentage of integer variables that have to be fixed
31.08/31.19 c # [type: real, range: [0,1], default: 0.666]
31.08/31.19 c heuristics/crossover/minfixingrate = 0.5
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 20]
31.08/31.19 c heuristics/feaspump/freq = -1
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/feaspump/maxlpiterofs = 2000
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 10]
31.08/31.19 c heuristics/fracdiving/freq = -1
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to node LP iterations
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.08/31.19 c heuristics/fracdiving/maxlpiterquot = 0.075
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/fracdiving/maxlpiterofs = 1500
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 10]
31.08/31.19 c heuristics/guideddiving/freq = -1
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to node LP iterations
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.08/31.19 c heuristics/guideddiving/maxlpiterquot = 0.075
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/guideddiving/maxlpiterofs = 1500
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to node LP iterations
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.08/31.19 c heuristics/intdiving/maxlpiterquot = 0.075
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 10]
31.08/31.19 c heuristics/intshifting/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 10]
31.08/31.19 c heuristics/linesearchdiving/freq = -1
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to node LP iterations
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.08/31.19 c heuristics/linesearchdiving/maxlpiterquot = 0.075
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/linesearchdiving/maxlpiterofs = 1500
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 1]
31.08/31.19 c heuristics/nlp/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 20]
31.08/31.19 c heuristics/objpscostdiving/freq = -1
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to total iteration number
31.08/31.19 c # [type: real, range: [0,1], default: 0.01]
31.08/31.19 c heuristics/objpscostdiving/maxlpiterquot = 0.015
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/objpscostdiving/maxlpiterofs = 1500
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 1]
31.08/31.19 c heuristics/oneopt/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 10]
31.08/31.19 c heuristics/pscostdiving/freq = -1
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to node LP iterations
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.08/31.19 c heuristics/pscostdiving/maxlpiterquot = 0.075
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/pscostdiving/maxlpiterofs = 1500
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 0]
31.08/31.19 c heuristics/rens/freq = -1
31.08/31.19 c
31.08/31.19 c # minimum percentage of integer variables that have to be fixable
31.08/31.19 c # [type: real, range: [0,1], default: 0.5]
31.08/31.19 c heuristics/rens/minfixingrate = 0.3
31.08/31.19 c
31.08/31.19 c # number of nodes added to the contingent of the total nodes
31.08/31.19 c # [type: longint, range: [0,9223372036854775807], default: 500]
31.08/31.19 c heuristics/rens/nodesofs = 2000
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 20]
31.08/31.19 c heuristics/rootsoldiving/freq = -1
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to node LP iterations
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
31.08/31.19 c heuristics/rootsoldiving/maxlpiterquot = 0.015
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/rootsoldiving/maxlpiterofs = 1500
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 1]
31.08/31.19 c heuristics/rounding/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 10]
31.08/31.19 c heuristics/shifting/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 1]
31.08/31.19 c heuristics/simplerounding/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 0]
31.08/31.19 c heuristics/trivial/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 1]
31.08/31.19 c heuristics/trysol/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 10]
31.08/31.19 c heuristics/veclendiving/freq = -1
31.08/31.19 c
31.08/31.19 c # maximal fraction of diving LP iterations compared to node LP iterations
31.08/31.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.08/31.19 c heuristics/veclendiving/maxlpiterquot = 0.075
31.08/31.19 c
31.08/31.19 c # additional number of allowed LP iterations
31.08/31.19 c # [type: int, range: [0,2147483647], default: 1000]
31.08/31.19 c heuristics/veclendiving/maxlpiterofs = 1500
31.08/31.19 c
31.08/31.19 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 1]
31.08/31.19 c heuristics/zirounding/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 0]
31.08/31.19 c separating/cmir/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: 0]
31.08/31.19 c separating/flowcover/freq = -1
31.08/31.19 c
31.08/31.19 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
31.08/31.19 c # [type: int, range: [-1,2147483647], default: -1]
31.08/31.19 c separating/rapidlearning/freq = 0
31.08/31.19 c
31.08/31.19 c -----------------------------------------------------------------------------------------------
31.08/31.19 c start solving
31.28/31.38 c
508.49/508.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
508.49/508.68 c 492s| 1 | 0 | 5163 | - |2870M| 0 | 419 |4500 |2559k|4500 |2559k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1475.84/1476.18 c 1459s| 1 | 0 | 12797 | - |2870M| 0 | 403 |4500 |2559k|4500 |2559k| 30 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.10/1790.48 c 1774s| 1 | 0 | 14592 | - |2870M| 0 | - |4500 |2559k|4500 |2559k| 50 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.19/1790.59 c 1774s| 1 | 2 | 14592 | - |2870M| 0 | - |4500 |2559k|4500 |2559k| 50 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.19/1790.59 c
1790.19/1790.59 c SCIP Status : solving was interrupted [time limit reached]
1790.19/1790.59 c Solving Time (sec) : 1773.82
1790.19/1790.59 c Solving Nodes : 1
1790.19/1790.59 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1790.19/1790.59 c Dual Bound : +0.00000000000000e+00
1790.19/1790.59 c Gap : infinite
1790.19/1790.59 s UNKNOWN
1790.19/1790.59 c SCIP Status : solving was interrupted [time limit reached]
1790.19/1790.59 c Solving Time : 1773.82
1790.19/1790.59 c Original Problem :
1790.19/1790.59 c Problem name : HOME/instance-3730064-1338680418.opb
1790.19/1790.59 c Variables : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.19/1790.59 c Constraints : 2559501 initial, 2559501 maximal
1790.19/1790.59 c Presolved Problem :
1790.19/1790.59 c Problem name : t_HOME/instance-3730064-1338680418.opb
1790.19/1790.59 c Variables : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.19/1790.59 c Constraints : 2559501 initial, 2559501 maximal
1790.19/1790.59 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1790.19/1790.59 c trivial : 0.00 0 0 0 0 0 0 0 0
1790.19/1790.59 c dualfix : 0.00 0 0 0 0 0 0 0 0
1790.19/1790.59 c boundshift : 0.00 0 0 0 0 0 0 0 0
1790.19/1790.59 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1790.19/1790.59 c implics : 0.00 0 0 0 0 0 0 0 0
1790.19/1790.59 c probing : 0.00 0 0 0 0 0 0 0 0
1790.19/1790.59 c knapsack : 0.61 0 0 0 0 0 0 0 5044
1790.19/1790.59 c setppc : 0.00 0 0 0 0 0 0 0 0
1790.19/1790.59 c linear : 6.30 0 0 0 0 0 0 0 0
1790.19/1790.59 c logicor : 2.36 0 0 0 0 0 0 0 0
1790.19/1790.59 c root node : - 0 - - 0 - - - -
1790.19/1790.59 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1790.19/1790.59 c integral : 0 0 0 0 0 0 0 0 0 0
1790.19/1790.59 c knapsack : 4950 2 1 0 1 0 0 146 0 0
1790.19/1790.59 c setppc : 2100 2 1 0 1 0 0 0 0 0
1790.19/1790.59 c linear : 1 2 1 0 1 0 0 0 0 0
1790.19/1790.59 c logicor : 2552450 2 1 0 1 0 0 0 0 0
1790.19/1790.59 c countsols : 0 0 0 0 1 0 0 0 0 0
1790.19/1790.59 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1790.19/1790.59 c integral : 0.00 0.00 0.00 0.00 0.00
1790.19/1790.59 c knapsack : 0.51 0.03 0.47 0.00 0.01
1790.19/1790.59 c setppc : 0.00 0.00 0.00 0.00 0.00
1790.19/1790.59 c linear : 0.00 0.00 0.00 0.00 0.00
1790.19/1790.59 c logicor : 1.09 0.26 0.73 0.00 0.11
1790.19/1790.59 c countsols : 0.00 0.00 0.00 0.00 0.00
1790.19/1790.59 c Propagators : Time Calls Cutoffs DomReds
1790.19/1790.59 c vbounds : 0.00 1 0 0
1790.19/1790.59 c rootredcost : 0.00 0 0 0
1790.19/1790.59 c pseudoobj : 0.00 0 0 0
1790.19/1790.59 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1790.19/1790.59 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1790.19/1790.59 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1790.19/1790.59 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1790.19/1790.59 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1790.19/1790.59 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1790.19/1790.59 c applied globally : - - - 0 0.0 - - -
1790.19/1790.59 c applied locally : - - - 0 0.0 - - -
1790.19/1790.59 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1790.19/1790.59 c cut pool : 0.00 1 - - 0 - (maximal pool size: 102)
1790.19/1790.59 c redcost : 0.00 2 0 0 0 0
1790.19/1790.59 c impliedbounds : 0.00 2 0 0 0 0
1790.19/1790.59 c intobj : 0.00 0 0 0 0 0
1790.19/1790.59 c cgmip : 0.00 0 0 0 0 0
1790.19/1790.59 c gomory : 97.20 2 0 0 1000 0
1790.19/1790.59 c strongcg : 105.72 2 0 0 1000 0
1790.19/1790.59 c cmir : 0.00 0 0 0 0 0
1790.19/1790.59 c flowcover : 0.00 0 0 0 0 0
1790.19/1790.59 c clique : 0.01 2 0 0 0 0
1790.19/1790.59 c zerohalf : 0.00 0 0 0 0 0
1790.19/1790.59 c mcf : 0.00 0 0 0 0 0
1790.19/1790.59 c rapidlearning : 0.00 0 0 0 0 0
1790.19/1790.59 c Pricers : Time Calls Vars
1790.19/1790.59 c problem variables: 0.00 0 0
1790.19/1790.59 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1790.19/1790.59 c relpscost : 0.00 0 0 0 0 0 0
1790.19/1790.59 c pscost : 0.00 0 0 0 0 0 0
1790.19/1790.59 c inference : 0.00 1 0 0 0 0 2
1790.19/1790.59 c mostinf : 0.00 0 0 0 0 0 0
1790.19/1790.59 c leastinf : 0.00 0 0 0 0 0 0
1790.19/1790.59 c fullstrong : 0.00 0 0 0 0 0 0
1790.19/1790.59 c allfullstrong : 0.00 0 0 0 0 0 0
1790.19/1790.59 c random : 0.00 0 0 0 0 0 0
1790.19/1790.59 c Primal Heuristics : Time Calls Found
1790.19/1790.59 c LP solutions : 0.00 - 0
1790.19/1790.59 c pseudo solutions : 0.00 - 0
1790.19/1790.59 c trivial : 0.60 1 0
1790.19/1790.59 c simplerounding : 0.00 0 0
1790.19/1790.59 c zirounding : 0.00 0 0
1790.19/1790.59 c rounding : 0.00 0 0
1790.19/1790.59 c shifting : 0.00 0 0
1790.19/1790.59 c intshifting : 0.00 0 0
1790.19/1790.59 c oneopt : 0.00 0 0
1790.19/1790.59 c twoopt : 0.00 0 0
1790.19/1790.59 c fixandinfer : 0.00 0 0
1790.19/1790.59 c feaspump : 0.00 0 0
1790.19/1790.59 c coefdiving : 0.00 0 0
1790.19/1790.59 c pscostdiving : 0.00 0 0
1790.19/1790.59 c fracdiving : 0.00 0 0
1790.19/1790.59 c veclendiving : 0.00 0 0
1790.19/1790.59 c intdiving : 0.00 0 0
1790.19/1790.59 c actconsdiving : 0.00 0 0
1790.19/1790.59 c objpscostdiving : 0.00 0 0
1790.19/1790.59 c rootsoldiving : 0.00 0 0
1790.19/1790.59 c linesearchdiving : 0.00 0 0
1790.19/1790.59 c guideddiving : 0.00 0 0
1790.19/1790.59 c octane : 0.00 0 0
1790.19/1790.59 c rens : 0.00 0 0
1790.19/1790.59 c rins : 0.00 0 0
1790.19/1790.59 c localbranching : 0.00 0 0
1790.19/1790.59 c mutation : 0.00 0 0
1790.19/1790.59 c crossover : 0.00 0 0
1790.19/1790.59 c dins : 0.00 0 0
1790.19/1790.59 c undercover : 0.00 0 0
1790.19/1790.59 c nlp : 0.00 0 0
1790.19/1790.59 c trysol : 0.00 0 0
1790.19/1790.59 c LP : Time Calls Iterations Iter/call Iter/sec
1790.19/1790.59 c primal LP : 0.00 0 0 0.00 -
1790.19/1790.59 c dual LP : 1550.06 3 14592 4864.00 9.41
1790.19/1790.59 c lex dual LP : 0.00 0 0 0.00 -
1790.19/1790.59 c barrier LP : 0.00 0 0 0.00 -
1790.19/1790.59 c diving/probing LP: 0.00 0 0 0.00 -
1790.19/1790.59 c strong branching : 0.00 0 0 0.00 -
1790.19/1790.59 c (at root node) : - 0 0 0.00 -
1790.19/1790.59 c conflict analysis: 0.00 0 0 0.00 -
1790.19/1790.59 c B&B Tree :
1790.19/1790.59 c number of runs : 1
1790.19/1790.59 c nodes : 1
1790.19/1790.59 c nodes (total) : 1
1790.19/1790.59 c nodes left : 2
1790.19/1790.59 c max depth : 0
1790.19/1790.59 c max depth (total): 0
1790.19/1790.59 c backtracks : 0 (0.0%)
1790.19/1790.59 c delayed cutoffs : 0
1790.19/1790.59 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1790.19/1790.59 c avg switch length: 1.00
1790.19/1790.59 c switching time : 0.00
1790.19/1790.59 c Solution :
1790.19/1790.59 c Solutions found : 0 (0 improvements)
1790.19/1790.59 c Primal Bound : -
1790.19/1790.59 c Dual Bound : +0.00000000000000e+00
1790.19/1790.59 c Gap : infinite
1790.19/1790.59 c Root Dual Bound : +0.00000000000000e+00
1790.19/1790.59 c Root Iterations : 14592
1794.99/1795.30 c Time complete: 1794.99.
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-3730064-1338680418/watcher-3730064-1338680418 -o /tmp/evaluation-result-3730064-1338680418/solver-3730064-1338680418 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730064-1338680418.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.02 2.01 1.73 3/177 11849
/proc/meminfo: memFree=27978036/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 1570 0 0 0 0 0 0 0 20 0 1 0 334168944 10211328 1517 33554432000 4194304 8395647 140735894128128 140734742236840 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11849/statm: 2493 1527 374 1026 0 1463 0
[startup+0.039167 s]
/proc/loadavg: 2.02 2.01 1.73 3/177 11849
/proc/meminfo: memFree=27978036/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=14636 CPUtime=0.02 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 2898 0 0 0 2 0 0 0 20 0 1 0 334168944 14987264 2844 33554432000 4194304 8395647 140735894128128 140735893993336 7382061 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11849/statm: 3659 2844 390 1026 0 2629 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14636
[startup+0.100264 s]
/proc/loadavg: 2.02 2.01 1.73 3/177 11849
/proc/meminfo: memFree=27978036/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=18628 CPUtime=0.08 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 3907 0 0 0 8 0 0 0 20 0 1 0 334168944 19075072 3853 33554432000 4194304 8395647 140735894128128 140735893993336 7352096 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11849/statm: 4657 3853 390 1026 0 3627 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18628
[startup+0.300248 s]
/proc/loadavg: 2.02 2.01 1.73 3/177 11849
/proc/meminfo: memFree=27978036/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=30108 CPUtime=0.29 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 6776 0 0 0 28 1 0 0 20 0 1 0 334168944 30830592 6722 33554432000 4194304 8395647 140735894128128 140735893993336 7370064 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11849/statm: 7527 6722 390 1026 0 6497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30108
[startup+0.700148 s]
/proc/loadavg: 2.02 2.01 1.73 3/177 11849
/proc/meminfo: memFree=27978036/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=51116 CPUtime=0.69 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 12030 0 0 0 67 2 0 0 20 0 1 0 334168944 52342784 11976 33554432000 4194304 8395647 140735894128128 140735893993336 7382061 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11849/statm: 12779 11976 390 1026 0 11749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51116
[startup+1.50025 s]
/proc/loadavg: 2.02 2.01 1.73 3/178 11850
/proc/meminfo: memFree=27915648/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=93864 CPUtime=1.49 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 22715 0 0 0 145 4 0 0 20 0 1 0 334168944 96116736 22661 33554432000 4194304 8395647 140735894128128 140735893993336 7382046 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11849/statm: 23466 22661 390 1026 0 22436 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93864
[startup+3.10032 s]
/proc/loadavg: 2.02 2.01 1.73 3/178 11850
/proc/meminfo: memFree=27856996/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=180972 CPUtime=3.09 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 44450 0 0 0 302 7 0 0 20 0 1 0 334168944 185315328 44396 33554432000 4194304 8395647 140735894128128 140735893993336 7382056 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 45243 44396 390 1026 0 44213 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 180972
[startup+6.30031 s]
/proc/loadavg: 2.17 2.04 1.74 3/178 11850
/proc/meminfo: memFree=27637152/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=357532 CPUtime=6.29 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 88568 0 0 0 616 13 0 0 20 0 1 0 334168944 366112768 88514 33554432000 4194304 8395647 140735894128128 140735893993336 4222473 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 89383 88514 390 1026 0 88353 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 357532
[startup+12.7003 s]
/proc/loadavg: 2.16 2.04 1.74 3/177 11850
/proc/meminfo: memFree=27269596/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=714968 CPUtime=12.69 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 177383 0 0 0 1243 26 0 0 20 0 1 0 334168944 732127232 177840 33554432000 4194304 8395647 140735894128128 140735893993336 7430272 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 178742 177840 390 1026 0 177712 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 714968
[startup+25.5003 s]
/proc/loadavg: 2.28 2.07 1.75 3/178 11889
/proc/meminfo: memFree=24720492/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=3050156 CPUtime=25.47 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 746992 0 0 0 2437 110 0 0 20 0 1 0 334168944 3123359744 751419 33554432000 4194304 8395647 140735894128128 140735894124120 6347101 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 762539 751419 470 1026 0 761509 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3050156
[startup+51.1003 s]
/proc/loadavg: 2.18 2.06 1.76 3/177 11889
/proc/meminfo: memFree=19681492/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5366140 CPUtime=51.08 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 910331 0 0 0 4943 165 0 0 20 0 1 0 334168944 5494927360 1259264 33554432000 4194304 8395647 140735894128128 140735894123592 6696700 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1341535 1259264 565 1026 0 1340505 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5366140
[startup+102.3 s]
/proc/loadavg: 2.08 2.05 1.77 3/177 11889
/proc/meminfo: memFree=17566308/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5522012 CPUtime=102.27 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 914209 0 0 0 10055 172 0 0 20 0 1 0 334168944 5654540288 1294861 33554432000 4194304 8395647 140735894128128 140735894123256 6698157 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1380503 1294861 569 1026 0 1379473 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5522012
[startup+162.3 s]
/proc/loadavg: 2.03 2.04 1.78 3/177 11889
/proc/meminfo: memFree=17515636/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5524632 CPUtime=162.26 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 915792 0 0 0 16048 178 0 0 20 0 1 0 334168944 5657223168 1295529 33554432000 4194304 8395647 140735894128128 140735894123256 6697301 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1381158 1295529 569 1026 0 1380128 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 5524632
[startup+222.3 s]
/proc/loadavg: 2.01 2.03 1.79 3/177 11889
/proc/meminfo: memFree=17469060/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5532296 CPUtime=222.25 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 916907 0 0 0 22040 185 0 0 20 0 1 0 334168944 5665071104 1296048 33554432000 4194304 8395647 140735894128128 140735894123256 6696697 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1383074 1296048 569 1026 0 1382044 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5532296
[startup+282.307 s]
/proc/loadavg: 2.00 2.02 1.80 3/177 11889
/proc/meminfo: memFree=17462820/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5538000 CPUtime=282.24 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 917979 0 0 0 28032 192 0 0 20 0 1 0 334168944 5670912000 1296072 33554432000 4194304 8395647 140735894128128 140735894123256 6636387 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1384500 1296072 569 1026 0 1383470 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5538000
[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.82 3/177 11890
/proc/meminfo: memFree=17455840/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5538000 CPUtime=342.22 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 918688 0 0 0 34021 201 0 0 20 0 1 0 334168944 5670912000 1296109 33554432000 4194304 8395647 140735894128128 140735894123256 6697104 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1384500 1296109 569 1026 0 1383470 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 5538000
[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/177 11890
/proc/meminfo: memFree=17453324/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5538000 CPUtime=402.21 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 919020 0 0 0 40016 205 0 0 20 0 1 0 334168944 5670912000 1296116 33554432000 4194304 8395647 140735894128128 140735894123256 6391404 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1384500 1296116 569 1026 0 1383470 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 5538000
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 11890
/proc/meminfo: memFree=17447332/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5538000 CPUtime=462.2 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 919502 0 0 0 46009 211 0 0 20 0 1 0 334168944 5670912000 1296127 33554432000 4194304 8395647 140735894128128 140735894123592 6698214 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1384500 1296127 569 1026 0 1383470 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 5538000
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 11890
/proc/meminfo: memFree=17393432/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5593200 CPUtime=522.19 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 921404 0 0 0 52000 219 0 0 20 0 1 0 334168944 5727436800 1307644 33554432000 4194304 8395647 140735894128128 140735894123368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1398300 1307644 591 1026 0 1397270 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 5593200
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 11893
/proc/meminfo: memFree=17395244/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5593200 CPUtime=582.18 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 921405 0 0 0 57998 220 0 0 20 0 1 0 334168944 5727436800 1307645 33554432000 4194304 8395647 140735894128128 140735894123368 6440503 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1398300 1307645 592 1026 0 1397270 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 5593200
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=17122884/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5751016 CPUtime=1122.09 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 936702 0 0 0 111920 289 0 0 20 0 1 0 334168944 5889040384 1360355 33554432000 4194304 8395647 140735894128128 140735894123256 6697268 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1437754 1360355 598 1026 0 1436724 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 5751016
[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 11898
/proc/meminfo: memFree=17114968/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5801364 CPUtime=1182.09 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 937617 0 0 0 117912 297 0 0 20 0 1 0 334168944 5940596736 1364266 33554432000 4194304 8395647 140735894128128 140735894123256 6696991 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1450341 1364266 598 1026 0 1449311 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 5801364
[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 11922
/proc/meminfo: memFree=17128696/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5752216 CPUtime=1242.08 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 938142 0 0 0 123904 304 0 0 20 0 1 0 334168944 5890269184 1360355 33554432000 4194304 8395647 140735894128128 140735894122536 6723628 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1438054 1360355 598 1026 0 1437024 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 5752216
[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 1.91 3/177 11922
/proc/meminfo: memFree=17129920/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5752216 CPUtime=1302.07 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 938690 0 0 0 129895 312 0 0 20 0 1 0 334168944 5890269184 1360355 33554432000 4194304 8395647 140735894128128 140735894123256 6390512 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1438054 1360355 598 1026 0 1437024 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 5752216
[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/177 11922
/proc/meminfo: memFree=17127872/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5752216 CPUtime=1362.06 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 939218 0 0 0 135887 319 0 0 20 0 1 0 334168944 5890269184 1360901 33554432000 4194304 8395647 140735894128128 140735894123256 6696666 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1438054 1360901 598 1026 0 1437024 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 5752216
[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 11922
/proc/meminfo: memFree=17122092/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5752216 CPUtime=1422.05 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 939720 0 0 0 141878 327 0 0 20 0 1 0 334168944 5890269184 1361885 33554432000 4194304 8395647 140735894128128 140735894123592 6696896 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1438054 1361885 598 1026 0 1437024 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 5752216
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11922
/proc/meminfo: memFree=17123548/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5752216 CPUtime=1482.04 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 940491 0 0 0 147869 335 0 0 20 0 1 0 334168944 5890269184 1362046 33554432000 4194304 8395647 140735894128128 140735894123368 6197326 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1438054 1362046 598 1026 0 1437024 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 5752216
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11923
/proc/meminfo: memFree=17119668/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5752216 CPUtime=1542.03 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 940491 0 0 0 153867 336 0 0 20 0 1 0 334168944 5890269184 1362377 33554432000 4194304 8395647 140735894128128 140735894123368 6440490 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1438054 1362377 598 1026 0 1437024 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 5752216
[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11923
/proc/meminfo: memFree=17108068/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5824972 CPUtime=1602.03 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 944582 0 0 0 159859 344 0 0 20 0 1 0 334168944 5964771328 1364953 33554432000 4194304 8395647 140735894128128 140735894123256 6664892 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1456243 1364953 598 1026 0 1455213 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 5824972
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11923
/proc/meminfo: memFree=17094684/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5852852 CPUtime=1662.01 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 947777 0 0 0 165840 361 0 0 20 0 1 0 334168944 5993320448 1368713 33554432000 4194304 8395647 140735894128128 140735894123256 6664892 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1463213 1368713 598 1026 0 1462183 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 5852852
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11923
/proc/meminfo: memFree=17089816/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5858852 CPUtime=1722 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 948983 0 0 0 171831 369 0 0 20 0 1 0 334168944 5999464448 1369882 33554432000 4194304 8395647 140735894128128 140735894123256 6697980 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1464713 1369882 598 1026 0 1463683 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 5858852
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11926
/proc/meminfo: memFree=17079636/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5867452 CPUtime=1781.99 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 951050 0 0 0 177819 380 0 0 20 0 1 0 334168944 6008270848 1371236 33554432000 4194304 8395647 140735894128128 140735894123256 6696991 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1466863 1371236 598 1026 0 1465833 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 5867452
Solver just ended. Dumping a history of the last processes samples
[startup+1786.2 s]
/proc/loadavg: 2.08 2.02 1.92 3/178 11926
/proc/meminfo: memFree=17080008/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5867452 CPUtime=1785.89 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 951050 0 0 0 178209 380 0 0 20 0 1 0 334168944 6008270848 1371236 33554432000 4194304 8395647 140735894128128 140735894123592 6696960 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1466863 1371236 598 1026 0 1465833 0
Current children cumulated CPU time (s) 1785.89
Current children cumulated vsize (KiB) 5867452
[startup+1789.4 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 11926
/proc/meminfo: memFree=17079684/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5867452 CPUtime=1789.09 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 951050 0 0 0 178529 380 0 0 20 0 1 0 334168944 6008270848 1371236 33554432000 4194304 8395647 140735894128128 140735894123256 6664884 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1466863 1371236 598 1026 0 1465833 0
Current children cumulated CPU time (s) 1789.09
Current children cumulated vsize (KiB) 5867452
[startup+1792.61 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 11926
/proc/meminfo: memFree=17079920/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5867452 CPUtime=1792.3 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 951057 0 0 0 178850 380 0 0 20 0 1 0 334168944 6008270848 1371243 33554432000 4194304 8395647 140735894128128 140735894123960 6345887 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1466863 1371243 605 1026 0 1465833 0
Current children cumulated CPU time (s) 1792.3
Current children cumulated vsize (KiB) 5867452
[startup+1794.2 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 11926
/proc/meminfo: memFree=17079988/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=5867452 CPUtime=1793.89 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 951059 0 0 0 179009 380 0 0 20 0 1 0 334168944 6008270848 1371245 33554432000 4194304 8395647 140735894128128 140735894123960 4720765 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1466863 1371245 607 1026 0 1465833 0
Current children cumulated CPU time (s) 1793.89
Current children cumulated vsize (KiB) 5867452
[startup+1795 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 11926
/proc/meminfo: memFree=18223856/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=4011516 CPUtime=1794.69 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 951059 0 0 0 179084 385 0 0 20 0 1 0 334168944 4107792384 991047 33554432000 4194304 8395647 140735894128128 140735894123960 6345219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 1002879 991047 607 1026 0 1001849 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 4011516
[startup+1795.2 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 11926
/proc/meminfo: memFree=18223856/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=3734164 CPUtime=1794.89 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 951059 0 0 0 179102 387 0 0 20 0 1 0 334168944 3823783936 921709 33554432000 4194304 8395647 140735894128128 140735894123960 6345229 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 933541 921709 607 1026 0 932511 0
Current children cumulated CPU time (s) 1794.89
Current children cumulated vsize (KiB) 3734164
[startup+1795.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 11926
/proc/meminfo: memFree=18223856/32873648 swapFree=6864/6864
[pid=11849] ppid=11847 vsize=297600 CPUtime=1794.99 cores=0,2,4,6
/proc/11849/stat : 11849 (pbscip.linux.x8) R 11847 11849 11712 0 -1 4202496 951060 0 0 0 179109 390 0 0 20 0 1 0 334168944 304742400 69436 33554432000 4194304 8395647 140735894128128 140735894127320 7435351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11849/statm: 74400 69436 608 1026 0 73370 0
Current children cumulated CPU time (s) 1794.99
Current children cumulated vsize (KiB) 297600
Child status: 0
Real time (s): 1795.31
CPU time (s): 1795.01
CPU user time (s): 1791.1
CPU system time (s): 3.90941
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 6172804
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.1
system time used= 3.90941
maximum resident set size= 5638884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 951067
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= 31
involuntary context switches= 2144
runsolver used 4.99424 second user time and 17.7603 second system time
The end