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-3741175-1338750767.opb>
8.18/8.20 c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
8.18/8.20 c problem read
8.18/8.21 c No objective function, only one solution is needed.
8.18/8.21 c presolving settings loaded
9.68/9.72 c presolving:
14.68/14.70 c (round 1) 1 del vars, 8 del conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 491726 impls, 1772 clqs
15.78/15.86 c presolving (2 rounds):
15.78/15.86 c 1 deleted vars, 30 deleted constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
15.78/15.86 c 491726 implications, 1772 cliques
15.78/15.86 c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
15.78/15.86 c 112021 constraints of type <knapsack>
15.78/15.86 c 237584 constraints of type <setppc>
15.78/15.86 c 1 constraints of type <linear>
15.78/15.86 c 771881 constraints of type <logicor>
15.78/15.86 c transformed objective value is always integral (scale: 1)
15.78/15.86 c Presolving Time: 6.25
15.78/15.86 c - non default parameters ----------------------------------------------------------------------
15.78/15.86 c # SCIP version 1.2.1.3
15.78/15.86 c
15.78/15.86 c # frequency for displaying node information lines
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 100]
15.78/15.86 c display/freq = 10000
15.78/15.86 c
15.78/15.86 c # maximal time in seconds to run
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.78/15.86 c limits/time = 1781.81
15.78/15.86 c
15.78/15.86 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.78/15.86 c limits/memory = 13950
15.78/15.86 c
15.78/15.86 c # solving stops, if the given number of solutions were found (-1: no limit)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: -1]
15.78/15.86 c limits/solutions = 1
15.78/15.86 c
15.78/15.86 c # maximal number of separation rounds per node (-1: unlimited)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 5]
15.78/15.86 c separating/maxrounds = 1
15.78/15.86 c
15.78/15.86 c # maximal number of separation rounds in the root node (-1: unlimited)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: -1]
15.78/15.86 c separating/maxroundsroot = 5
15.78/15.86 c
15.78/15.86 c # default clock type (1: CPU user seconds, 2: wall clock time)
15.78/15.86 c # [type: int, range: [1,2], default: 1]
15.78/15.86 c timing/clocktype = 2
15.78/15.86 c
15.78/15.86 c # should presolving try to simplify inequalities
15.78/15.86 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.78/15.86 c constraints/linear/simplifyinequalities = TRUE
15.78/15.86 c
15.78/15.86 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
15.78/15.86 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.78/15.86 c constraints/indicator/addCouplingCons = TRUE
15.78/15.86 c
15.78/15.86 c # should disaggregation of knapsack constraints be allowed in preprocessing?
15.78/15.86 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
15.78/15.86 c constraints/knapsack/disaggregation = FALSE
15.78/15.86 c
15.78/15.86 c # should presolving try to simplify knapsacks
15.78/15.86 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.78/15.86 c constraints/knapsack/simplifyinequalities = TRUE
15.78/15.86 c
15.78/15.86 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: -1]
15.78/15.86 c presolving/probing/maxrounds = 0
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.86 c heuristics/coefdiving/freq = -1
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.86 c heuristics/coefdiving/maxlpiterquot = 0.075
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/coefdiving/maxlpiterofs = 1500
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 30]
15.78/15.86 c heuristics/crossover/freq = -1
15.78/15.86 c
15.78/15.86 c # number of nodes added to the contingent of the total nodes
15.78/15.86 c # [type: longint, range: [0,9223372036854775807], default: 500]
15.78/15.86 c heuristics/crossover/nodesofs = 750
15.78/15.86 c
15.78/15.86 c # number of nodes without incumbent change that heuristic should wait
15.78/15.86 c # [type: longint, range: [0,9223372036854775807], default: 200]
15.78/15.86 c heuristics/crossover/nwaitingnodes = 100
15.78/15.86 c
15.78/15.86 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
15.78/15.86 c # [type: real, range: [0,1], default: 0.1]
15.78/15.86 c heuristics/crossover/nodesquot = 0.15
15.78/15.86 c
15.78/15.86 c # minimum percentage of integer variables that have to be fixed
15.78/15.86 c # [type: real, range: [0,1], default: 0.666]
15.78/15.86 c heuristics/crossover/minfixingrate = 0.5
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 20]
15.78/15.86 c heuristics/feaspump/freq = -1
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/feaspump/maxlpiterofs = 2000
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.86 c heuristics/fracdiving/freq = -1
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.86 c heuristics/fracdiving/maxlpiterquot = 0.075
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/fracdiving/maxlpiterofs = 1500
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.86 c heuristics/guideddiving/freq = -1
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.86 c heuristics/guideddiving/maxlpiterquot = 0.075
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/guideddiving/maxlpiterofs = 1500
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.86 c heuristics/intdiving/maxlpiterquot = 0.075
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.86 c heuristics/intshifting/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.86 c heuristics/linesearchdiving/freq = -1
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.86 c heuristics/linesearchdiving/maxlpiterquot = 0.075
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/linesearchdiving/maxlpiterofs = 1500
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.86 c heuristics/nlp/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 20]
15.78/15.86 c heuristics/objpscostdiving/freq = -1
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to total iteration number
15.78/15.86 c # [type: real, range: [0,1], default: 0.01]
15.78/15.86 c heuristics/objpscostdiving/maxlpiterquot = 0.015
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/objpscostdiving/maxlpiterofs = 1500
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.86 c heuristics/oneopt/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.86 c heuristics/pscostdiving/freq = -1
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.86 c heuristics/pscostdiving/maxlpiterquot = 0.075
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/pscostdiving/maxlpiterofs = 1500
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 0]
15.78/15.86 c heuristics/rens/freq = -1
15.78/15.86 c
15.78/15.86 c # minimum percentage of integer variables that have to be fixable
15.78/15.86 c # [type: real, range: [0,1], default: 0.5]
15.78/15.86 c heuristics/rens/minfixingrate = 0.3
15.78/15.86 c
15.78/15.86 c # number of nodes added to the contingent of the total nodes
15.78/15.86 c # [type: longint, range: [0,9223372036854775807], default: 500]
15.78/15.86 c heuristics/rens/nodesofs = 2000
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 20]
15.78/15.86 c heuristics/rootsoldiving/freq = -1
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
15.78/15.86 c heuristics/rootsoldiving/maxlpiterquot = 0.015
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/rootsoldiving/maxlpiterofs = 1500
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.86 c heuristics/rounding/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.86 c heuristics/shifting/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.86 c heuristics/simplerounding/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 0]
15.78/15.86 c heuristics/trivial/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.86 c heuristics/trysol/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.86 c heuristics/veclendiving/freq = -1
15.78/15.86 c
15.78/15.86 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.86 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.86 c heuristics/veclendiving/maxlpiterquot = 0.075
15.78/15.86 c
15.78/15.86 c # additional number of allowed LP iterations
15.78/15.86 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.86 c heuristics/veclendiving/maxlpiterofs = 1500
15.78/15.86 c
15.78/15.86 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.86 c heuristics/zirounding/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 0]
15.78/15.86 c separating/cmir/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: 0]
15.78/15.86 c separating/flowcover/freq = -1
15.78/15.86 c
15.78/15.86 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
15.78/15.86 c # [type: int, range: [-1,2147483647], default: -1]
15.78/15.86 c separating/rapidlearning/freq = 0
15.78/15.86 c
15.78/15.86 c -----------------------------------------------------------------------------------------------
15.78/15.86 c start solving
15.88/15.90 c
183.25/183.38 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
183.25/183.38 c 175s| 1 | 0 | 7257 | - |1504M| 0 |2012 | 48k|1121k| 48k|1121k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
242.04/242.17 c 234s| 1 | 0 | 8566 | - |1504M| 0 |2696 | 48k|1121k| 48k|1121k| 7 | 0 | 0 | 0.000000e+00 | -- | Inf
564.69/564.85 c 557s| 1 | 0 | 17309 | - |1505M| 0 |6736 | 48k|1121k| 48k|1121k| 23 | 0 | 0 | 0.000000e+00 | -- | Inf
1792.81/1793.11 c 1785s| 1 | 0 | 37206 | - |1507M| 0 | - | 48k|1121k| 48k|1121k| 68 | 0 | 0 | 0.000000e+00 | -- | Inf
1792.91/1793.22 c 1785s| 1 | 2 | 37206 | - |1507M| 0 | - | 48k|1121k| 48k|1121k| 68 | 0 | 0 | 0.000000e+00 | -- | Inf
1792.91/1793.22 c
1792.91/1793.22 c SCIP Status : solving was interrupted [time limit reached]
1792.91/1793.22 c Solving Time (sec) : 1785.01
1792.91/1793.22 c Solving Nodes : 1
1792.91/1793.22 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1792.91/1793.22 c Dual Bound : +0.00000000000000e+00
1792.91/1793.22 c Gap : infinite
1792.91/1793.22 s UNKNOWN
1792.91/1793.22 c SCIP Status : solving was interrupted [time limit reached]
1792.91/1793.22 c Solving Time : 1785.01
1792.91/1793.22 c Original Problem :
1792.91/1793.22 c Problem name : HOME/instance-3741175-1338750767.opb
1792.91/1793.22 c Variables : 48411 (48411 binary, 0 integer, 0 implicit integer, 0 continuous)
1792.91/1793.22 c Constraints : 1121517 initial, 1121517 maximal
1792.91/1793.22 c Presolved Problem :
1792.91/1793.22 c Problem name : t_HOME/instance-3741175-1338750767.opb
1792.91/1793.22 c Variables : 48410 (48410 binary, 0 integer, 0 implicit integer, 0 continuous)
1792.91/1793.22 c Constraints : 1121487 initial, 1121487 maximal
1792.91/1793.22 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1792.91/1793.22 c trivial : 0.01 0 0 0 0 0 0 0 0
1792.91/1793.22 c dualfix : 0.01 0 0 0 0 0 0 0 0
1792.91/1793.22 c boundshift : 0.00 0 0 0 0 0 0 0 0
1792.91/1793.22 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1792.91/1793.22 c implics : 0.01 0 0 0 0 0 0 0 0
1792.91/1793.22 c probing : 0.00 0 0 0 0 0 0 0 0
1792.91/1793.22 c knapsack : 0.43 0 0 0 0 0 0 0 0
1792.91/1793.22 c setppc : 0.25 0 0 0 0 0 0 0 0
1792.91/1793.22 c linear : 4.04 0 1 0 0 0 8 7 0
1792.91/1793.22 c logicor : 0.46 0 0 0 0 0 22 0 0
1792.91/1793.22 c root node : - 0 - - 0 - - - -
1792.91/1793.22 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1792.91/1793.22 c integral : 0 0 0 0 0 0 0 0 0 0
1792.91/1793.22 c knapsack : 112021 3 1 0 1 0 0 75 0 0
1792.91/1793.22 c setppc : 237584 3 1 0 1 0 0 0 0 0
1792.91/1793.22 c linear : 1 3 1 0 1 0 0 0 0 0
1792.91/1793.22 c logicor : 771881 3 1 0 1 0 0 0 0 0
1792.91/1793.22 c countsols : 0 0 0 0 1 0 0 0 0 0
1792.91/1793.22 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1792.91/1793.22 c integral : 0.00 0.00 0.00 0.00 0.00
1792.91/1793.22 c knapsack : 0.23 0.20 0.01 0.00 0.02
1792.91/1793.22 c setppc : 0.09 0.05 0.01 0.00 0.03
1792.91/1793.22 c linear : 0.00 0.00 0.00 0.00 0.00
1792.91/1793.22 c logicor : 0.43 0.14 0.24 0.00 0.05
1792.91/1793.22 c countsols : 0.00 0.00 0.00 0.00 0.00
1792.91/1793.22 c Propagators : Time Calls Cutoffs DomReds
1792.91/1793.22 c vbounds : 0.00 1 0 0
1792.91/1793.22 c rootredcost : 0.00 0 0 0
1792.91/1793.22 c pseudoobj : 0.00 0 0 0
1792.91/1793.22 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1792.91/1793.22 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1792.91/1793.22 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1792.91/1793.22 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1792.91/1793.22 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1792.91/1793.22 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1792.91/1793.22 c applied globally : - - - 0 0.0 - - -
1792.91/1793.22 c applied locally : - - - 0 0.0 - - -
1792.91/1793.22 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1792.91/1793.22 c cut pool : 0.00 2 - - 3 - (maximal pool size: 774)
1792.91/1793.22 c redcost : 0.01 3 0 0 0 0
1792.91/1793.22 c impliedbounds : 0.01 3 0 0 0 0
1792.91/1793.22 c intobj : 0.00 0 0 0 0 0
1792.91/1793.22 c cgmip : 0.00 0 0 0 0 0
1792.91/1793.22 c gomory : 41.81 3 0 0 1500 0
1792.91/1793.22 c strongcg : 23.74 3 0 0 1500 0
1792.91/1793.22 c cmir : 0.00 0 0 0 0 0
1792.91/1793.22 c flowcover : 0.00 0 0 0 0 0
1792.91/1793.22 c clique : 1.02 3 0 0 18 0
1792.91/1793.22 c zerohalf : 0.00 0 0 0 0 0
1792.91/1793.22 c mcf : 1.70 1 0 0 0 0
1792.91/1793.22 c rapidlearning : 0.00 0 0 0 0 0
1792.91/1793.22 c Pricers : Time Calls Vars
1792.91/1793.22 c problem variables: 0.00 0 0
1792.91/1793.22 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1792.91/1793.22 c relpscost : 0.00 0 0 0 0 0 0
1792.91/1793.22 c pscost : 0.00 0 0 0 0 0 0
1792.91/1793.22 c inference : 0.01 1 0 0 0 0 2
1792.91/1793.22 c mostinf : 0.00 0 0 0 0 0 0
1792.91/1793.22 c leastinf : 0.00 0 0 0 0 0 0
1792.91/1793.22 c fullstrong : 0.00 0 0 0 0 0 0
1792.91/1793.22 c allfullstrong : 0.00 0 0 0 0 0 0
1792.91/1793.22 c random : 0.00 0 0 0 0 0 0
1792.91/1793.22 c Primal Heuristics : Time Calls Found
1792.91/1793.22 c LP solutions : 0.00 - 0
1792.91/1793.22 c pseudo solutions : 0.00 - 0
1792.91/1793.22 c trivial : 0.03 1 0
1792.91/1793.22 c simplerounding : 0.00 0 0
1792.91/1793.22 c zirounding : 0.00 0 0
1792.91/1793.22 c rounding : 0.00 0 0
1792.91/1793.22 c shifting : 0.00 0 0
1792.91/1793.22 c intshifting : 0.00 0 0
1792.91/1793.22 c oneopt : 0.00 0 0
1792.91/1793.22 c twoopt : 0.00 0 0
1792.91/1793.22 c fixandinfer : 0.00 0 0
1792.91/1793.22 c feaspump : 0.00 0 0
1792.91/1793.22 c coefdiving : 0.00 0 0
1792.91/1793.22 c pscostdiving : 0.00 0 0
1792.91/1793.22 c fracdiving : 0.00 0 0
1792.91/1793.22 c veclendiving : 0.00 0 0
1792.91/1793.22 c intdiving : 0.00 0 0
1792.91/1793.22 c actconsdiving : 0.00 0 0
1792.91/1793.22 c objpscostdiving : 0.00 0 0
1792.91/1793.22 c rootsoldiving : 0.00 0 0
1792.91/1793.22 c linesearchdiving : 0.00 0 0
1792.91/1793.22 c guideddiving : 0.00 0 0
1792.91/1793.22 c octane : 0.00 0 0
1792.91/1793.22 c rens : 0.00 0 0
1792.91/1793.22 c rins : 0.00 0 0
1792.91/1793.22 c localbranching : 0.00 0 0
1792.91/1793.22 c mutation : 0.00 0 0
1792.91/1793.22 c crossover : 0.00 0 0
1792.91/1793.22 c dins : 0.00 0 0
1792.91/1793.22 c undercover : 0.00 0 0
1792.91/1793.22 c nlp : 0.00 0 0
1792.91/1793.22 c trysol : 0.00 0 0
1792.91/1793.22 c LP : Time Calls Iterations Iter/call Iter/sec
1792.91/1793.22 c primal LP : 0.00 0 0 0.00 -
1792.91/1793.22 c dual LP : 1705.09 4 37206 9301.50 21.82
1792.91/1793.22 c lex dual LP : 0.00 0 0 0.00 -
1792.91/1793.22 c barrier LP : 0.00 0 0 0.00 -
1792.91/1793.22 c diving/probing LP: 0.00 0 0 0.00 -
1792.91/1793.22 c strong branching : 0.00 0 0 0.00 -
1792.91/1793.22 c (at root node) : - 0 0 0.00 -
1792.91/1793.22 c conflict analysis: 0.00 0 0 0.00 -
1792.91/1793.22 c B&B Tree :
1792.91/1793.22 c number of runs : 1
1792.91/1793.22 c nodes : 1
1792.91/1793.22 c nodes (total) : 1
1792.91/1793.22 c nodes left : 2
1792.91/1793.22 c max depth : 0
1792.91/1793.22 c max depth (total): 0
1792.91/1793.22 c backtracks : 0 (0.0%)
1792.91/1793.22 c delayed cutoffs : 0
1792.91/1793.22 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1792.91/1793.22 c avg switch length: 1.00
1792.91/1793.22 c switching time : 0.00
1792.91/1793.22 c Solution :
1792.91/1793.22 c Solutions found : 0 (0 improvements)
1792.91/1793.22 c Primal Bound : -
1792.91/1793.22 c Dual Bound : +0.00000000000000e+00
1792.91/1793.22 c Gap : infinite
1792.91/1793.22 c Root Dual Bound : +0.00000000000000e+00
1792.91/1793.22 c Root Iterations : 37206
1795.91/1796.25 c Time complete: 1795.96.
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-3741175-1338750767/watcher-3741175-1338750767 -o /tmp/evaluation-result-3741175-1338750767/solver-3741175-1338750767 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741175-1338750767.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.80 3/176 30393
/proc/meminfo: memFree=25191284/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 1273 0 0 0 0 0 0 0 20 0 1 0 341205451 9158656 1220 33554432000 4194304 8395647 140735102413648 140735102413064 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 2236 1229 374 1026 0 1206 0
[startup+0.0811921 s]
/proc/loadavg: 2.00 2.00 1.80 3/176 30393
/proc/meminfo: memFree=25191284/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=16888 CPUtime=0.07 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 3474 0 0 0 7 0 0 0 20 0 1 0 341205451 17293312 3422 33554432000 4194304 8395647 140735102413648 140735102413064 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 4222 3434 390 1026 0 3192 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16888
[startup+0.100309 s]
/proc/loadavg: 2.00 2.00 1.80 3/176 30393
/proc/meminfo: memFree=25191284/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=17436 CPUtime=0.09 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 3595 0 0 0 9 0 0 0 20 0 1 0 341205451 17854464 3542 33554432000 4194304 8395647 140735102413648 140735102413064 6765626 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 4359 3542 390 1026 0 3329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17436
[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 1.80 3/176 30393
/proc/meminfo: memFree=25191284/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=28312 CPUtime=0.28 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 6304 0 0 0 28 0 0 0 20 0 1 0 341205451 28991488 6251 33554432000 4194304 8395647 140735102413648 140735102278856 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 7078 6251 390 1026 0 6048 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28312
[startup+0.700278 s]
/proc/loadavg: 2.00 2.00 1.80 3/176 30393
/proc/meminfo: memFree=25191284/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=51512 CPUtime=0.69 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 12099 0 0 0 67 2 0 0 20 0 1 0 341205451 52748288 12046 33554432000 4194304 8395647 140735102413648 140735102278856 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 12878 12046 390 1026 0 11848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51512
[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30394
/proc/meminfo: memFree=25178100/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=95772 CPUtime=1.49 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 23160 0 0 0 145 4 0 0 20 0 1 0 341205451 98070528 23107 33554432000 4194304 8395647 140735102413648 140735102278856 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 23943 23107 390 1026 0 22913 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95772
[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 1.80 3/174 30422
/proc/meminfo: memFree=26445784/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=183556 CPUtime=3.09 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 45022 0 0 0 301 8 0 0 20 0 1 0 341205451 187961344 44969 33554432000 4194304 8395647 140735102413648 140735102278856 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 45889 44969 390 1026 0 44859 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183556
[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30432
/proc/meminfo: memFree=26080052/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=355064 CPUtime=6.28 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 87719 0 0 0 612 16 0 0 20 0 1 0 341205451 363585536 87776 33554432000 4194304 8395647 140735102413648 140735102278856 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 88766 87776 390 1026 0 87736 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 355064
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30432
/proc/meminfo: memFree=24174676/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=1422036 CPUtime=12.68 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 347071 0 0 0 1212 56 0 0 20 0 1 0 341205451 1456164864 349446 33554432000 4194304 8395647 140735102413648 140735102409640 4215509 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 355509 349446 481 1026 0 354479 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1422036
[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.81 3/177 30432
/proc/meminfo: memFree=22470068/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2569844 CPUtime=25.48 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 471366 0 0 0 2454 94 0 0 20 0 1 0 341205451 2631520256 599830 33554432000 4194304 8395647 140735102413648 140735102409112 6585844 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 642461 599830 572 1026 0 641431 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2569844
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.81 3/177 30432
/proc/meminfo: memFree=22309440/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2647520 CPUtime=51.07 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 476158 0 0 0 5010 97 0 0 20 0 1 0 341205451 2711060480 617915 33554432000 4194304 8395647 140735102413648 140735102408776 6636339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 661880 617915 577 1026 0 660850 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2647520
[startup+102.308 s]
/proc/loadavg: 2.00 2.00 1.82 3/177 30432
/proc/meminfo: memFree=22182076/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2726932 CPUtime=102.27 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 485813 0 0 0 10113 114 0 0 20 0 1 0 341205451 2792378368 633088 33554432000 4194304 8395647 140735102413648 140735102408776 6697959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 681733 633088 578 1026 0 680703 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2726932
[startup+162.3 s]
/proc/loadavg: 2.07 2.02 1.83 3/177 30432
/proc/meminfo: memFree=22130420/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2775856 CPUtime=162.26 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 493258 0 0 0 16091 135 0 0 20 0 1 0 341205451 2842476544 639789 33554432000 4194304 8395647 140735102413648 140735102409208 6698349 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 693964 639789 578 1026 0 692934 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2775856
[startup+222.3 s]
/proc/loadavg: 2.02 2.01 1.84 3/177 30433
/proc/meminfo: memFree=21974936/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2880612 CPUtime=222.24 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 505859 0 0 0 22074 150 0 0 20 0 1 0 341205451 2949746688 677067 33554432000 4194304 8395647 140735102413648 140735102408776 6697268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 720153 677067 611 1026 0 719123 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2880612
[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.84 3/177 30433
/proc/meminfo: memFree=21962212/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2885904 CPUtime=282.24 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 510718 0 0 0 28062 162 0 0 20 0 1 0 341205451 2955165696 678616 33554432000 4194304 8395647 140735102413648 140735102408776 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 721476 678616 611 1026 0 720446 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2885904
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 30433
/proc/meminfo: memFree=21951260/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2901992 CPUtime=342.23 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 515486 0 0 0 34049 174 0 0 20 0 1 0 341205451 2971639808 681280 33554432000 4194304 8395647 140735102413648 140735102409208 6698194 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 725498 681280 611 1026 0 724468 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2901992
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 30433
/proc/meminfo: memFree=21804464/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2963412 CPUtime=402.22 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 518872 0 0 0 40037 185 0 0 20 0 1 0 341205451 3034533888 693734 33554432000 4194304 8395647 140735102413648 140735102408776 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 740853 693734 611 1026 0 739823 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2963412
[startup+462.3 s]
/proc/loadavg: 2.04 2.01 1.87 3/178 30436
/proc/meminfo: memFree=21798348/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2972692 CPUtime=462.2 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 521560 0 0 0 46027 193 0 0 20 0 1 0 341205451 3044036608 694388 33554432000 4194304 8395647 140735102413648 140735102408776 6697993 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 743173 694388 611 1026 0 742143 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2972692
[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.87 3/177 30437
/proc/meminfo: memFree=21763636/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3017656 CPUtime=522.2 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 525044 0 0 0 52015 205 0 0 20 0 1 0 341205451 3090079744 702646 33554432000 4194304 8395647 140735102413648 140735102408776 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 754414 702646 611 1026 0 753384 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3017656
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 30437
/proc/meminfo: memFree=21729968/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3053160 CPUtime=582.19 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 527627 0 0 0 58006 213 0 0 20 0 1 0 341205451 3126435840 711122 33554432000 4194304 8395647 140735102413648 140735102408888 6197315 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 763290 711122 611 1026 0 762260 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3053160
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=21788164/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3023340 CPUtime=1122.11 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 549945 0 0 0 111877 334 0 0 20 0 1 0 341205451 3095900160 678679 33554432000 4194304 8395647 140735102413648 140735102408056 6439000 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 755835 678679 611 1026 0 754805 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3023340
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30442
/proc/meminfo: memFree=21778364/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3025424 CPUtime=1182.1 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 551402 0 0 0 117867 343 0 0 20 0 1 0 341205451 3098034176 680345 33554432000 4194304 8395647 140735102413648 140735102407816 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 756356 680345 611 1026 0 755326 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3025424
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30442
/proc/meminfo: memFree=21775508/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3030700 CPUtime=1242.09 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 554531 0 0 0 123849 360 0 0 20 0 1 0 341205451 3103436800 680303 33554432000 4194304 8395647 140735102413648 140735102408776 6698043 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 757675 680303 611 1026 0 756645 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3030700
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30442
/proc/meminfo: memFree=21770892/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3034308 CPUtime=1302.09 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 557911 0 0 0 129832 377 0 0 20 0 1 0 341205451 3107131392 680703 33554432000 4194304 8395647 140735102413648 140735102408776 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 758577 680703 611 1026 0 757547 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3034308
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30442
/proc/meminfo: memFree=21769256/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3038668 CPUtime=1362.07 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 560589 0 0 0 135813 394 0 0 20 0 1 0 341205451 3111596032 680439 33554432000 4194304 8395647 140735102413648 140735102408776 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 759667 680439 611 1026 0 758637 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3038668
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30443
/proc/meminfo: memFree=21767360/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3041268 CPUtime=1422.07 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 562389 0 0 0 141798 409 0 0 20 0 1 0 341205451 3114258432 680225 33554432000 4194304 8395647 140735102413648 140735102408776 6636387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 760317 680225 611 1026 0 759287 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3041268
[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/177 30443
/proc/meminfo: memFree=21765988/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3043020 CPUtime=1482.05 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 564530 0 0 0 147781 424 0 0 20 0 1 0 341205451 3116052480 680288 33554432000 4194304 8395647 140735102413648 140735102408776 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 760755 680288 611 1026 0 759725 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3043020
[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 30443
/proc/meminfo: memFree=21759404/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3043020 CPUtime=1542.05 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 566700 0 0 0 153767 438 0 0 20 0 1 0 341205451 3116052480 680837 33554432000 4194304 8395647 140735102413648 140735102408776 6698043 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 760755 680837 611 1026 0 759725 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3043020
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 30444
/proc/meminfo: memFree=21762900/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3043020 CPUtime=1602.03 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 568963 0 0 0 159751 452 0 0 20 0 1 0 341205451 3116052480 679850 33554432000 4194304 8395647 140735102413648 140735102408776 6697983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 760755 679850 611 1026 0 759725 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3043020
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 30446
/proc/meminfo: memFree=21757404/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3043020 CPUtime=1662.02 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 571343 0 0 0 165736 466 0 0 20 0 1 0 341205451 3116052480 680876 33554432000 4194304 8395647 140735102413648 140735102408776 6698047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 760755 680876 611 1026 0 759725 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3043020
[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/177 30447
/proc/meminfo: memFree=21763212/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3044164 CPUtime=1722.02 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 574674 0 0 0 171719 483 0 0 20 0 1 0 341205451 3117223936 680970 33554432000 4194304 8395647 140735102413648 140735102408056 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 761041 680970 611 1026 0 760011 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3044164
[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 30447
/proc/meminfo: memFree=21761068/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3044164 CPUtime=1782 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 577537 0 0 0 177704 496 0 0 20 0 1 0 341205451 3117223936 680410 33554432000 4194304 8395647 140735102413648 140735102408776 6697351 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 761041 680410 611 1026 0 760011 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3044164
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 30447
/proc/meminfo: memFree=21761068/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3044164 CPUtime=1785.21 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 577537 0 0 0 178024 497 0 0 20 0 1 0 341205451 3117223936 680410 33554432000 4194304 8395647 140735102413648 140735102408776 6723641 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 761041 680410 611 1026 0 760011 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 3044164
[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 30447
/proc/meminfo: memFree=21761052/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3044164 CPUtime=1791.62 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 578447 0 0 0 178661 501 0 0 20 0 1 0 341205451 3117223936 680413 33554432000 4194304 8395647 140735102413648 140735102408776 6698043 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 761041 680413 611 1026 0 760011 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 3044164
[startup+1793.5 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 30447
/proc/meminfo: memFree=21761052/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3044164 CPUtime=1793.21 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 578454 0 0 0 178820 501 0 0 20 0 1 0 341205451 3117223936 680420 33554432000 4194304 8395647 140735102413648 140735102408264 6171738 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 761041 680420 618 1026 0 760011 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 3044164
[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 30447
/proc/meminfo: memFree=22336584/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=3044164 CPUtime=1794.82 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 578456 0 0 0 178981 501 0 0 20 0 1 0 341205451 3117223936 680422 33554432000 4194304 8395647 140735102413648 140735102409480 4219918 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 761041 680422 620 1026 0 760011 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 3044164
[startup+1795.9 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 30447
/proc/meminfo: memFree=22336584/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=2206828 CPUtime=1795.61 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 578456 0 0 0 179058 503 0 0 20 0 1 0 341205451 2259791872 542821 33554432000 4194304 8395647 140735102413648 140735102409480 6345706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 551707 542821 620 1026 0 550677 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 2206828
[startup+1796.1 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 30447
/proc/meminfo: memFree=22336584/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=1983592 CPUtime=1795.81 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 578456 0 0 0 179076 505 0 0 20 0 1 0 341205451 2031198208 487012 33554432000 4194304 8395647 140735102413648 140735102409480 4969847 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 495898 487012 620 1026 0 494868 0
Current children cumulated CPU time (s) 1795.81
Current children cumulated vsize (KiB) 1983592
[startup+1796.2 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 30485
/proc/meminfo: memFree=24944332/32873844 swapFree=7116/7116
[pid=30393] ppid=30391 vsize=1665524 CPUtime=1795.91 cores=1,3,5,7
/proc/30393/stat : 30393 (pbscip.linux.x8) R 30391 30393 30273 0 -1 4202496 578456 0 0 0 179084 507 0 0 20 0 1 0 341205451 1705496576 364825 33554432000 4194304 8395647 140735102413648 140735102413080 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30393/statm: 416381 364825 620 1026 0 415351 0
Current children cumulated CPU time (s) 1795.91
Current children cumulated vsize (KiB) 1665524
Child status: 0
Real time (s): 1796.26
CPU time (s): 1795.97
CPU user time (s): 1790.85
CPU system time (s): 5.12222
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 3184372
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.85
system time used= 5.12222
maximum resident set size= 2877208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 578463
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= 17
involuntary context switches= 1852
runsolver used 3.23751 second user time and 9.34058 second system time
The end