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-3729778-1338679643.opb>
0.00/0.02 c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.02 c problem read
0.00/0.02 c No objective function, only one solution is needed.
0.00/0.02 c presolving settings loaded
0.00/0.03 c presolving:
0.00/0.04 c (round 1) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.00/0.05 c (round 2) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.05 c (round 3) 0 del vars, 264 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.05 c presolving (4 rounds):
0.00/0.05 c 0 deleted vars, 264 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05 c 242 implications, 22 cliques
0.00/0.05 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.05 c 1 constraints of type <knapsack>
0.00/0.05 c 22 constraints of type <setppc>
0.00/0.05 c 2420 constraints of type <logicor>
0.00/0.05 c transformed objective value is always integral (scale: 1)
0.00/0.05 c Presolving Time: 0.03
0.00/0.05 c - non default parameters ----------------------------------------------------------------------
0.00/0.05 c # SCIP version 1.2.1.3
0.00/0.05 c
0.00/0.05 c # frequency for displaying node information lines
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05 c display/freq = 10000
0.00/0.05 c
0.00/0.05 c # maximal time in seconds to run
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05 c limits/time = 1789.98
0.00/0.05 c
0.00/0.05 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05 c limits/memory = 13950
0.00/0.05 c
0.00/0.05 c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05 c limits/solutions = 1
0.00/0.05 c
0.00/0.05 c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.05 c separating/maxrounds = 1
0.00/0.05 c
0.00/0.05 c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05 c separating/maxroundsroot = 5
0.00/0.05 c
0.00/0.05 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05 c # [type: int, range: [1,2], default: 1]
0.00/0.05 c timing/clocktype = 2
0.00/0.05 c
0.00/0.05 c # should presolving try to simplify inequalities
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/linear/simplifyinequalities = TRUE
0.00/0.05 c
0.00/0.05 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/indicator/addCouplingCons = TRUE
0.00/0.05 c
0.00/0.05 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.05 c constraints/knapsack/disaggregation = FALSE
0.00/0.05 c
0.00/0.05 c # should presolving try to simplify knapsacks
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05 c
0.00/0.05 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05 c presolving/probing/maxrounds = 0
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/coefdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.05 c heuristics/crossover/freq = -1
0.00/0.05 c
0.00/0.05 c # number of nodes added to the contingent of the total nodes
0.00/0.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05 c heuristics/crossover/nodesofs = 750
0.00/0.05 c
0.00/0.05 c # number of nodes without incumbent change that heuristic should wait
0.00/0.05 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.05 c heuristics/crossover/nwaitingnodes = 100
0.00/0.05 c
0.00/0.05 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.05 c # [type: real, range: [0,1], default: 0.1]
0.00/0.05 c heuristics/crossover/nodesquot = 0.15
0.00/0.05 c
0.00/0.05 c # minimum percentage of integer variables that have to be fixed
0.00/0.05 c # [type: real, range: [0,1], default: 0.666]
0.00/0.05 c heuristics/crossover/minfixingrate = 0.5
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05 c heuristics/feaspump/freq = -1
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/fracdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/guideddiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/intshifting/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/linesearchdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05 c heuristics/nlp/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05 c heuristics/objpscostdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.05 c # [type: real, range: [0,1], default: 0.01]
0.00/0.05 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05 c heuristics/oneopt/freq = -1
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05 c heuristics/pscostdiving/freq = -1
0.00/0.05 c
0.00/0.05 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.05 c
0.00/0.05 c # additional number of allowed LP iterations
0.00/0.05 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05 c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.05 c
0.00/0.05 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05 c heuristics/rens/freq = -1
0.00/0.06 c
0.00/0.06 c # minimum percentage of integer variables that have to be fixable
0.00/0.06 c # [type: real, range: [0,1], default: 0.5]
0.00/0.06 c heuristics/rens/minfixingrate = 0.3
0.00/0.06 c
0.00/0.06 c # number of nodes added to the contingent of the total nodes
0.00/0.06 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06 c heuristics/rens/nodesofs = 2000
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06 c heuristics/rootsoldiving/freq = -1
0.00/0.06 c
0.00/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.06 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.06 c
0.00/0.06 c # additional number of allowed LP iterations
0.00/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06 c heuristics/rounding/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06 c heuristics/shifting/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06 c heuristics/simplerounding/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06 c heuristics/trivial/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06 c heuristics/trysol/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06 c heuristics/veclendiving/freq = -1
0.00/0.06 c
0.00/0.06 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06 c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.06 c
0.00/0.06 c # additional number of allowed LP iterations
0.00/0.06 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06 c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06 c heuristics/zirounding/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06 c separating/cmir/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06 c separating/flowcover/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06 c separating/rapidlearning/freq = 0
0.00/0.06 c
0.00/0.06 c -----------------------------------------------------------------------------------------------
0.00/0.06 c start solving
0.00/0.06 c
0.00/0.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.00/0.07 c 0.0s| 1 | 0 | 76 | - |3488k| 0 | 36 | 231 |2443 | 231 |2443 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.21 c 0.2s| 1 | 0 | 104 | - |3883k| 0 | 45 | 231 |2598 | 231 |2455 | 12 | 0 | 0 | 0.000000e+00 | -- | Inf
0.29/0.32 c 0.3s| 1 | 0 | 128 | - |4232k| 0 | 49 | 231 |2598 | 231 |2458 | 15 | 0 | 0 | 0.000000e+00 | -- | Inf
0.39/0.46 c 0.4s| 1 | 0 | 138 | - |4542k| 0 | 53 | 231 |2598 | 231 |2459 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
0.59/0.60 c 0.6s| 1 | 0 | 152 | - |4771k| 0 | 50 | 231 |2598 | 231 |2460 | 17 | 0 | 0 | 0.000000e+00 | -- | Inf
0.68/0.74 c 0.7s| 1 | 0 | 157 | - |4948k| 0 | 51 | 231 |2598 | 231 |2462 | 19 | 0 | 0 | 0.000000e+00 | -- | Inf
0.89/0.97 c 0.9s| 1 | 2 | 157 | - |4949k| 0 | 51 | 231 |2598 | 231 |2462 | 19 | 0 | 10 | 0.000000e+00 | -- | Inf
55.87/55.96 c 55.9s| 10000 | 112 |234264 | 23.4 |6918k| 32 | 38 | 231 |6171 | 231 |2453 | 19 |5717 |2169 | 0.000000e+00 | -- | Inf
93.87/93.94 c 93.9s| 20000 | 143 |466037 | 23.3 |8050k| 38 | 39 | 231 |8319 | 231 |2453 | 19 | 11k|2367 | 0.000000e+00 | -- | Inf
134.07/134.19 c 134s| 30000 | 138 |697223 | 23.2 |8247k| 42 | - | 231 |8326 | 231 |2453 | 19 | 17k|2901 | 0.000000e+00 | -- | Inf
175.36/175.41 c 175s| 40000 | 160 |937605 | 23.4 |9060k| 42 | - | 231 | 10k| 231 |2453 | 19 | 22k|3417 | 0.000000e+00 | -- | Inf
216.85/216.99 c 217s| 50000 | 196 | 1179k| 23.6 |9366k| 42 | - | 231 | 10k| 231 |2453 | 19 | 28k|3863 | 0.000000e+00 | -- | Inf
257.95/258.01 c 258s| 60000 | 257 | 1422k| 23.7 | 10M| 42 | 31 | 231 | 11k| 231 |2453 | 19 | 34k|4225 | 0.000000e+00 | -- | Inf
298.44/298.51 c 298s| 70000 | 206 | 1660k| 23.7 |9830k| 50 | 31 | 231 | 10k| 231 |2453 | 19 | 40k|4598 | 0.000000e+00 | -- | Inf
337.63/337.73 c 338s| 80000 | 202 | 1893k| 23.7 | 10M| 50 | - | 231 | 11k| 231 |2453 | 19 | 45k|4913 | 0.000000e+00 | -- | Inf
377.92/378.08 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
377.92/378.08 c 378s| 90000 | 233 | 2131k| 23.7 | 10M| 50 | 33 | 231 | 11k| 231 |2453 | 19 | 51k|5230 | 0.000000e+00 | -- | Inf
417.72/417.85 c 418s|100000 | 242 | 2367k| 23.7 | 10M| 50 | 26 | 231 | 10k| 231 |2453 | 19 | 57k|5529 | 0.000000e+00 | -- | Inf
458.21/458.33 c 458s|110000 | 224 | 2612k| 23.7 | 10M| 50 | 42 | 231 | 10k| 231 |2453 | 19 | 63k|5755 | 0.000000e+00 | -- | Inf
495.91/496.08 c 496s|120000 | 265 | 2839k| 23.7 | 11M| 50 | 22 | 231 | 12k| 231 |2453 | 19 | 68k|6042 | 0.000000e+00 | -- | Inf
537.30/537.47 c 537s|130000 | 286 | 3090k| 23.8 | 12M| 50 | 18 | 231 | 14k| 231 |2453 | 19 | 74k|6281 | 0.000000e+00 | -- | Inf
579.70/579.80 c 580s|140000 | 261 | 3345k| 23.9 | 11M| 51 | 38 | 231 | 11k| 231 |2453 | 19 | 79k|6486 | 0.000000e+00 | -- | Inf
619.99/620.19 c 620s|150000 | 246 | 3587k| 23.9 | 11M| 51 | 38 | 231 | 11k| 231 |2453 | 19 | 85k|6751 | 0.000000e+00 | -- | Inf
658.79/658.98 c 659s|160000 | 200 | 3821k| 23.9 | 10M| 55 | - | 231 | 11k| 231 |2453 | 19 | 91k|6954 | 0.000000e+00 | -- | Inf
699.48/699.69 c 700s|170000 | 206 | 4068k| 23.9 | 11M| 55 | 32 | 231 | 12k| 231 |2453 | 19 | 97k|7157 | 0.000000e+00 | -- | Inf
740.27/740.48 c 740s|180000 | 161 | 4312k| 24.0 | 11M| 55 | - | 231 | 12k| 231 |2453 | 19 | 103k|7397 | 0.000000e+00 | -- | Inf
782.46/782.66 c 783s|190000 | 147 | 4569k| 24.1 | 11M| 55 | - | 231 | 12k| 231 |2453 | 19 | 108k|7626 | 0.000000e+00 | -- | Inf
823.45/823.68 c 824s|200000 | 115 | 4819k| 24.1 | 10M| 55 | - | 231 | 11k| 231 |2453 | 19 | 114k|7805 | 0.000000e+00 | -- | Inf
864.14/864.35 c 864s|210000 | 74 | 5066k| 24.1 | 10M| 55 | 22 | 231 | 11k| 231 |2453 | 19 | 120k|7974 | 0.000000e+00 | -- | Inf
905.34/905.51 c 905s|220000 | 99 | 5317k| 24.2 | 11M| 55 | 26 | 231 | 13k| 231 |2453 | 19 | 125k|8207 | 0.000000e+00 | -- | Inf
950.33/950.53 c 951s|230000 | 151 | 5590k| 24.3 | 13M| 55 | - | 231 | 16k| 231 |2453 | 19 | 130k|8429 | 0.000000e+00 | -- | Inf
994.82/995.00 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
994.82/995.00 c 995s|240000 | 36 | 5861k| 24.4 | 11M| 55 | - | 231 | 13k| 231 |2453 | 19 | 136k|8585 | 0.000000e+00 | -- | Inf
1037.02/1037.29 c 1037s|250000 | 5 | 6121k| 24.5 | 11M| 55 | 41 | 231 | 14k| 231 |2453 | 19 | 141k|8745 | 0.000000e+00 | -- | Inf
1047.03/1047.28 c
1047.03/1047.28 c SCIP Status : problem is solved [infeasible]
1047.03/1047.28 c Solving Time (sec) : 1047.26
1047.03/1047.28 c Solving Nodes : 252404
1047.03/1047.28 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1047.03/1047.28 c Dual Bound : +1.00000000000000e+20
1047.03/1047.28 c Gap : 0.00 %
1047.03/1047.28 s UNSATISFIABLE
1047.03/1047.28 c SCIP Status : problem is solved [infeasible]
1047.03/1047.28 c Solving Time : 1047.26
1047.03/1047.28 c Original Problem :
1047.03/1047.28 c Problem name : HOME/instance-3729778-1338679643.opb
1047.03/1047.28 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1047.03/1047.28 c Constraints : 2707 initial, 2707 maximal
1047.03/1047.28 c Presolved Problem :
1047.03/1047.28 c Problem name : t_HOME/instance-3729778-1338679643.opb
1047.03/1047.28 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1047.03/1047.28 c Constraints : 2443 initial, 16727 maximal
1047.03/1047.28 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1047.03/1047.28 c trivial : 0.00 0 0 0 0 0 0 0 0
1047.03/1047.28 c dualfix : 0.00 0 0 0 0 0 0 0 0
1047.03/1047.28 c boundshift : 0.00 0 0 0 0 0 0 0 0
1047.03/1047.28 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1047.03/1047.28 c implics : 0.00 0 0 0 0 0 0 0 0
1047.03/1047.28 c probing : 0.00 0 0 0 0 0 0 0 0
1047.03/1047.28 c knapsack : 0.00 0 0 0 0 0 0 0 0
1047.03/1047.28 c setppc : 0.00 0 0 0 0 0 121 0 0
1047.03/1047.28 c linear : 0.01 0 0 0 0 0 143 0 0
1047.03/1047.28 c logicor : 0.01 0 0 0 0 0 0 0 0
1047.03/1047.28 c root node : - 21 - - 21 - - - -
1047.03/1047.28 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1047.03/1047.28 c integral : 0 0 0 129317 0 329 3469 0 0 253952
1047.03/1047.28 c knapsack : 1 5 942430 0 0 2149 434961 0 0 0
1047.03/1047.28 c setppc : 22 5 940934 0 0 5148 1255427 0 0 0
1047.03/1047.28 c linear : 0+ 5 154967 0 0 24 4544 2 0 0
1047.03/1047.28 c logicor : 2420+ 5 474954 0 0 2025 1747979 0 0 0
1047.03/1047.28 c countsols : 0 0 0 0 0 0 0 0 0 0
1047.03/1047.28 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1047.03/1047.28 c integral : 64.02 0.00 0.00 64.02 0.00
1047.03/1047.28 c knapsack : 2.86 0.00 2.86 0.00 0.00
1047.03/1047.28 c setppc : 2.46 0.00 2.46 0.00 0.00
1047.03/1047.28 c linear : 0.27 0.00 0.27 0.00 0.00
1047.03/1047.28 c logicor : 21.08 0.00 21.08 0.00 0.00
1047.03/1047.28 c countsols : 0.00 0.00 0.00 0.00 0.00
1047.03/1047.28 c Propagators : Time Calls Cutoffs DomReds
1047.03/1047.28 c vbounds : 0.11 1 0 0
1047.03/1047.28 c rootredcost : 0.10 0 0 0
1047.03/1047.28 c pseudoobj : 0.08 0 0 0
1047.03/1047.28 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1047.03/1047.28 c propagation : 0.29 9346 9313 56456 24.9 109 21.9 -
1047.03/1047.28 c infeasible LP : 8.55 117284 110784 755799 36.4 425 18.7 0
1047.03/1047.28 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1047.03/1047.28 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1047.03/1047.28 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1047.03/1047.28 c applied globally : - - - 132109 20.6 - - -
1047.03/1047.28 c applied locally : - - - 10676 34.1 - - -
1047.03/1047.28 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1047.03/1047.28 c cut pool : 0.00 4 - - 27 - (maximal pool size: 413)
1047.03/1047.28 c redcost : 0.44 127454 0 0 0 0
1047.03/1047.28 c impliedbounds : 0.00 5 0 0 0 0
1047.03/1047.28 c intobj : 0.00 0 0 0 0 0
1047.03/1047.28 c cgmip : 0.00 0 0 0 0 0
1047.03/1047.28 c gomory : 0.31 5 0 0 610 0
1047.03/1047.28 c strongcg : 0.25 5 0 0 1880 0
1047.03/1047.28 c cmir : 0.00 0 0 0 0 0
1047.03/1047.28 c flowcover : 0.00 0 0 0 0 0
1047.03/1047.28 c clique : 0.00 5 0 0 0 0
1047.03/1047.28 c zerohalf : 0.00 0 0 0 0 0
1047.03/1047.28 c mcf : 0.00 1 0 0 0 0
1047.03/1047.28 c rapidlearning : 0.10 1 0 0 0 155
1047.03/1047.28 c Pricers : Time Calls Vars
1047.03/1047.28 c problem variables: 0.00 0 0
1047.03/1047.28 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1047.03/1047.28 c relpscost : 63.95 129317 329 3469 0 0 253952
1047.03/1047.28 c pscost : 0.00 0 0 0 0 0 0
1047.03/1047.28 c inference : 0.00 0 0 0 0 0 0
1047.03/1047.28 c mostinf : 0.00 0 0 0 0 0 0
1047.03/1047.28 c leastinf : 0.00 0 0 0 0 0 0
1047.03/1047.28 c fullstrong : 0.00 0 0 0 0 0 0
1047.03/1047.28 c allfullstrong : 0.00 0 0 0 0 0 0
1047.03/1047.28 c random : 0.00 0 0 0 0 0 0
1047.03/1047.28 c Primal Heuristics : Time Calls Found
1047.03/1047.28 c LP solutions : 0.00 - 0
1047.03/1047.28 c pseudo solutions : 0.00 - 0
1047.03/1047.28 c trivial : 0.00 1 0
1047.03/1047.28 c simplerounding : 0.00 0 0
1047.03/1047.28 c zirounding : 0.00 0 0
1047.03/1047.28 c rounding : 0.00 0 0
1047.03/1047.28 c shifting : 0.00 0 0
1047.03/1047.28 c intshifting : 0.00 0 0
1047.03/1047.28 c oneopt : 0.00 0 0
1047.03/1047.28 c twoopt : 0.00 0 0
1047.03/1047.28 c fixandinfer : 0.00 0 0
1047.03/1047.28 c feaspump : 0.00 0 0
1047.03/1047.28 c coefdiving : 0.00 0 0
1047.03/1047.28 c pscostdiving : 0.00 0 0
1047.03/1047.28 c fracdiving : 0.00 0 0
1047.03/1047.28 c veclendiving : 0.00 0 0
1047.03/1047.28 c intdiving : 0.00 0 0
1047.03/1047.28 c actconsdiving : 0.00 0 0
1047.03/1047.28 c objpscostdiving : 0.00 0 0
1047.03/1047.28 c rootsoldiving : 0.00 0 0
1047.03/1047.28 c linesearchdiving : 0.00 0 0
1047.03/1047.28 c guideddiving : 0.00 0 0
1047.03/1047.28 c octane : 0.00 0 0
1047.03/1047.28 c rens : 0.00 0 0
1047.03/1047.28 c rins : 0.00 0 0
1047.03/1047.28 c localbranching : 0.00 0 0
1047.03/1047.28 c mutation : 0.00 0 0
1047.03/1047.28 c crossover : 0.00 0 0
1047.03/1047.28 c dins : 0.00 0 0
1047.03/1047.28 c undercover : 0.00 0 0
1047.03/1047.28 c nlp : 0.00 0 0
1047.03/1047.28 c trysol : 0.00 0 0
1047.03/1047.28 c LP : Time Calls Iterations Iter/call Iter/sec
1047.03/1047.28 c primal LP : 0.00 0 0 0.00 -
1047.03/1047.28 c dual LP : 886.40 246052 6178880 25.11 6970.79
1047.03/1047.28 c lex dual LP : 0.00 0 0 0.00 -
1047.03/1047.28 c barrier LP : 0.00 0 0 0.00 -
1047.03/1047.28 c diving/probing LP: 0.00 0 0 0.00 -
1047.03/1047.28 c strong branching : 62.48 8824 415939 47.14 6656.79
1047.03/1047.28 c (at root node) : - 10 1423 142.30 -
1047.03/1047.28 c conflict analysis: 0.00 0 0 0.00 -
1047.03/1047.28 c B&B Tree :
1047.03/1047.28 c number of runs : 1
1047.03/1047.28 c nodes : 252404
1047.03/1047.28 c nodes (total) : 252404
1047.03/1047.28 c nodes left : 0
1047.03/1047.28 c max depth : 55
1047.03/1047.28 c max depth (total): 55
1047.03/1047.28 c backtracks : 31967 (12.7%)
1047.03/1047.28 c delayed cutoffs : 1549
1047.03/1047.28 c repropagations : 368512 (474564 domain reductions, 1531 cutoffs)
1047.03/1047.28 c avg switch length: 4.74
1047.03/1047.28 c switching time : 22.96
1047.03/1047.28 c Solution :
1047.03/1047.28 c Solutions found : 0 (0 improvements)
1047.03/1047.28 c Primal Bound : infeasible
1047.03/1047.28 c Dual Bound : -
1047.03/1047.28 c Gap : 0.00 %
1047.03/1047.28 c Root Dual Bound : +0.00000000000000e+00
1047.03/1047.28 c Root Iterations : 157
1047.03/1047.29 c Time complete: 1047.12.
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-3729778-1338679643/watcher-3729778-1338679643 -o /tmp/evaluation-result-3729778-1338679643/solver-3729778-1338679643 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3729778-1338679643.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.06 1.94 1.41 2/177 14422
/proc/meminfo: memFree=27197736/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=7912 CPUtime=0 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 1221 0 0 0 0 0 0 0 20 0 1 0 334090033 8101888 1168 33554432000 4194304 8395647 140735380021920 140733715508392 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 1978 1177 365 1026 0 948 0
[startup+0.0945111 s]
/proc/loadavg: 2.06 1.94 1.41 2/177 14422
/proc/meminfo: memFree=27197736/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=23476 CPUtime=0.08 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 5437 0 0 0 8 0 0 0 20 0 1 0 334090033 24039424 4989 33554432000 4194304 8395647 140735380021920 140733715508392 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 5869 4989 584 1026 0 4839 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23476
[startup+0.100209 s]
/proc/loadavg: 2.06 1.94 1.41 2/177 14422
/proc/meminfo: memFree=27197736/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=23800 CPUtime=0.08 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 5516 0 0 0 8 0 0 0 20 0 1 0 334090033 24371200 5068 33554432000 4194304 8395647 140735380021920 140733715508392 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 5950 5068 584 1026 0 4920 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23800
[startup+0.300218 s]
/proc/loadavg: 2.06 1.94 1.41 2/177 14422
/proc/meminfo: memFree=27197736/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=0.29 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8734 0 0 0 28 1 0 0 20 0 1 0 334090033 38322176 8255 33554432000 4194304 8395647 140735380021920 140733715508392 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 9356 8255 621 1026 0 8326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37424
[startup+0.700167 s]
/proc/loadavg: 2.06 1.94 1.41 2/177 14422
/proc/meminfo: memFree=27197736/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=0.68 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8738 0 0 0 67 1 0 0 20 0 1 0 334090033 38322176 8259 33554432000 4194304 8395647 140735380021920 140735380017160 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 9356 8259 621 1026 0 8326 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 37424
[startup+1.50012 s]
/proc/loadavg: 2.06 1.94 1.41 3/178 14423
/proc/meminfo: memFree=27167092/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=1.49 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8742 0 0 0 147 2 0 0 20 0 1 0 334090033 38322176 8263 33554432000 4194304 8395647 140735380021920 140735380017128 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 9356 8263 624 1026 0 8326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37424
[startup+3.10011 s]
/proc/loadavg: 2.06 1.94 1.41 3/178 14423
/proc/meminfo: memFree=27166804/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=3.09 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8743 0 0 0 305 4 0 0 20 0 1 0 334090033 38322176 8264 33554432000 4194304 8395647 140735380021920 140735380017176 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 9356 8264 625 1026 0 8326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37424
[startup+6.3001 s]
/proc/loadavg: 2.13 1.96 1.42 3/178 14423
/proc/meminfo: memFree=27166680/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=6.29 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8745 0 0 0 623 6 0 0 20 0 1 0 334090033 38322176 8266 33554432000 4194304 8395647 140735380021920 140735380016792 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 9356 8266 627 1026 0 8326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37424
[startup+12.7001 s]
/proc/loadavg: 2.12 1.96 1.42 3/177 14423
/proc/meminfo: memFree=27166768/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=12.69 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8745 0 0 0 1255 14 0 0 20 0 1 0 334090033 38322176 8266 33554432000 4194304 8395647 140735380021920 140735380016792 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 9356 8266 627 1026 0 8326 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37424
[startup+25.5002 s]
/proc/loadavg: 2.09 1.96 1.43 3/177 14423
/proc/meminfo: memFree=27166720/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=25.48 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8750 0 0 0 2523 25 0 0 20 0 1 0 334090033 38322176 8299 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14422/statm: 9356 8299 627 1026 0 8326 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37424
[startup+51.1001 s]
/proc/loadavg: 2.06 1.96 1.45 3/177 14423
/proc/meminfo: memFree=27166204/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=51.08 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8755 0 0 0 5062 46 0 0 20 0 1 0 334090033 38322176 8629 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9356 8629 627 1026 0 8326 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37424
[startup+102.306 s]
/proc/loadavg: 2.02 1.97 1.47 3/177 14423
/proc/meminfo: memFree=27165712/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=102.27 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8756 0 0 0 10142 85 0 0 20 0 1 0 334090033 38322176 8630 33554432000 4194304 8395647 140735380021920 140735380017224 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9356 8630 627 1026 0 8326 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 37424
[startup+162.3 s]
/proc/loadavg: 2.01 1.97 1.50 3/178 14426
/proc/meminfo: memFree=27164324/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=162.26 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8756 0 0 0 16099 127 0 0 20 0 1 0 334090033 38322176 8630 33554432000 4194304 8395647 140735380021920 140735380016472 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9356 8630 627 1026 0 8326 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 37424
[startup+222.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/177 14427
/proc/meminfo: memFree=27165480/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=37424 CPUtime=222.25 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8756 0 0 0 22049 176 0 0 20 0 1 0 334090033 38322176 8630 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9356 8630 627 1026 0 8326 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 37424
[startup+282.3 s]
/proc/loadavg: 2.00 1.97 1.56 3/177 14427
/proc/meminfo: memFree=27163328/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=38428 CPUtime=282.24 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 8991 0 0 0 28001 223 0 0 20 0 1 0 334090033 39350272 9114 33554432000 4194304 8395647 140735380021920 140735380016472 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9607 9114 627 1026 0 8577 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 38428
[startup+342.3 s]
/proc/loadavg: 2.08 1.99 1.59 3/177 14427
/proc/meminfo: memFree=27162996/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=38740 CPUtime=342.23 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9081 0 0 0 33953 270 0 0 20 0 1 0 334090033 39669760 9203 33554432000 4194304 8395647 140735380021920 140735380017528 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9685 9203 627 1026 0 8655 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 38740
[startup+402.3 s]
/proc/loadavg: 2.03 1.99 1.61 3/177 14427
/proc/meminfo: memFree=27162996/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=39216 CPUtime=402.22 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9131 0 0 0 39902 320 0 0 20 0 1 0 334090033 40157184 9253 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9804 9253 627 1026 0 8774 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 39216
[startup+462.3 s]
/proc/loadavg: 2.01 1.99 1.63 3/177 14427
/proc/meminfo: memFree=27162628/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=39216 CPUtime=462.21 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9177 0 0 0 45855 366 0 0 20 0 1 0 334090033 40157184 9299 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9804 9299 627 1026 0 8774 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 39216
[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.65 3/177 14428
/proc/meminfo: memFree=27162384/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=39844 CPUtime=522.21 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9332 0 0 0 51805 416 0 0 20 0 1 0 334090033 40800256 9454 33554432000 4194304 8395647 140735380021920 140735380017384 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 9961 9454 627 1026 0 8931 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 39844
[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.67 3/177 14428
/proc/meminfo: memFree=27160772/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=41268 CPUtime=582.19 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9689 0 0 0 57756 463 0 0 20 0 1 0 334090033 42258432 9810 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10317 9810 627 1026 0 9287 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 41268
[startup+642.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/177 14428
/proc/meminfo: memFree=27160152/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=41608 CPUtime=642.19 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9769 0 0 0 63710 509 0 0 20 0 1 0 334090033 42606592 9890 33554432000 4194304 8395647 140735380021920 140735380017480 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10402 9890 627 1026 0 9372 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 41608
[startup+702.3 s]
/proc/loadavg: 2.00 1.99 1.70 3/177 14428
/proc/meminfo: memFree=27160156/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=41608 CPUtime=702.18 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9769 0 0 0 69661 557 0 0 20 0 1 0 334090033 42606592 9890 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10402 9890 627 1026 0 9372 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 41608
[startup+762.306 s]
/proc/loadavg: 2.00 1.99 1.72 3/178 14469
/proc/meminfo: memFree=22157528/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=41608 CPUtime=762.17 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9800 0 0 0 75617 600 0 0 20 0 1 0 334090033 42606592 9921 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10402 9921 627 1026 0 9372 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 41608
[startup+822.3 s]
/proc/loadavg: 2.00 1.99 1.74 3/177 14470
/proc/meminfo: memFree=21902044/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=41924 CPUtime=822.15 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9803 0 0 0 81570 645 0 0 20 0 1 0 334090033 42930176 9924 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10481 9924 627 1026 0 9451 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 41924
[startup+882.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/177 14470
/proc/meminfo: memFree=21878552/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=41924 CPUtime=882.14 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 9803 0 0 0 87521 693 0 0 20 0 1 0 334090033 42930176 9924 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10481 9924 627 1026 0 9451 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 41924
[startup+942.3 s]
/proc/loadavg: 2.05 2.00 1.76 3/177 14470
/proc/meminfo: memFree=21867476/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=42588 CPUtime=942.13 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10012 0 0 0 93473 740 0 0 20 0 1 0 334090033 43610112 10133 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10647 10133 627 1026 0 9617 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 42588
[startup+1002.3 s]
/proc/loadavg: 2.07 2.01 1.78 3/177 14470
/proc/meminfo: memFree=21864464/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43376 CPUtime=1002.13 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10190 0 0 0 99425 788 0 0 20 0 1 0 334090033 44417024 10311 33554432000 4194304 8395647 140735380021920 140735380017528 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10844 10311 627 1026 0 9814 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 43376
Solver just ended. Dumping a history of the last processes samples
[startup+1023.9 s]
/proc/loadavg: 2.05 2.01 1.79 3/177 14470
/proc/meminfo: memFree=21864308/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43376 CPUtime=1023.72 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10191 0 0 0 101567 805 0 0 20 0 1 0 334090033 44417024 10312 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10844 10312 627 1026 0 9814 0
Current children cumulated CPU time (s) 1023.72
Current children cumulated vsize (KiB) 43376
[startup+1036.7 s]
/proc/loadavg: 2.04 2.01 1.79 3/177 14470
/proc/meminfo: memFree=21833516/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43376 CPUtime=1036.52 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10191 0 0 0 102838 814 0 0 20 0 1 0 334090033 44417024 10312 33554432000 4194304 8395647 140735380021920 140735380016968 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10844 10312 627 1026 0 9814 0
Current children cumulated CPU time (s) 1036.52
Current children cumulated vsize (KiB) 43376
[startup+1043.1 s]
/proc/loadavg: 2.03 2.01 1.79 3/177 14470
/proc/meminfo: memFree=21833376/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43376 CPUtime=1042.92 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10235 0 0 0 103474 818 0 0 20 0 1 0 334090033 44417024 10356 33554432000 4194304 8395647 140735380021920 140735380017480 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10844 10356 627 1026 0 9814 0
Current children cumulated CPU time (s) 1042.92
Current children cumulated vsize (KiB) 43376
[startup+1044.7 s]
/proc/loadavg: 2.03 2.01 1.79 3/177 14470
/proc/meminfo: memFree=21833252/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43536 CPUtime=1044.52 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10256 0 0 0 103632 820 0 0 20 0 1 0 334090033 44580864 10377 33554432000 4194304 8395647 140735380021920 140735380016776 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10884 10377 627 1026 0 9854 0
Current children cumulated CPU time (s) 1044.52
Current children cumulated vsize (KiB) 43536
[startup+1046.3 s]
/proc/loadavg: 2.03 2.01 1.79 3/177 14470
/proc/meminfo: memFree=21831328/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43536 CPUtime=1046.12 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10256 0 0 0 103792 820 0 0 20 0 1 0 334090033 44580864 10377 33554432000 4194304 8395647 140735380021920 140735380017048 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10884 10377 627 1026 0 9854 0
Current children cumulated CPU time (s) 1046.12
Current children cumulated vsize (KiB) 43536
[startup+1046.7 s]
/proc/loadavg: 2.03 2.01 1.79 3/177 14470
/proc/meminfo: memFree=21831328/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43536 CPUtime=1046.52 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10257 0 0 0 103832 820 0 0 20 0 1 0 334090033 44580864 10378 33554432000 4194304 8395647 140735380021920 140735380016728 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10884 10378 628 1026 0 9854 0
Current children cumulated CPU time (s) 1046.52
Current children cumulated vsize (KiB) 43536
[startup+1047.1 s]
/proc/loadavg: 2.03 2.01 1.79 3/177 14470
/proc/meminfo: memFree=21831328/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43536 CPUtime=1046.93 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10257 0 0 0 103872 821 0 0 20 0 1 0 334090033 44580864 10378 33554432000 4194304 8395647 140735380021920 140735380016728 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10884 10378 628 1026 0 9854 0
Current children cumulated CPU time (s) 1046.93
Current children cumulated vsize (KiB) 43536
[startup+1047.21 s]
/proc/loadavg: 2.03 2.01 1.79 3/177 14470
/proc/meminfo: memFree=21831328/32873660 swapFree=7120/7120
[pid=14422] ppid=14420 vsize=43536 CPUtime=1047.03 cores=0,2,4,6
/proc/14422/stat : 14422 (pbscip.linux.x8) R 14420 14422 13836 0 -1 4202496 10257 0 0 0 103882 821 0 0 20 0 1 0 334090033 44580864 10378 33554432000 4194304 8395647 140735380021920 140735380016728 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14422/statm: 10884 10378 628 1026 0 9854 0
Current children cumulated CPU time (s) 1047.03
Current children cumulated vsize (KiB) 43536
Child status: 0
Real time (s): 1047.3
CPU time (s): 1047.13
CPU user time (s): 1038.91
CPU system time (s): 8.21675
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 43536
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1038.91
system time used= 8.21675
maximum resident set size= 41520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10262
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= 14
involuntary context switches= 1195
runsolver used 1.59776 second user time and 4.12037 second system time
The end