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-3729648-1338679212.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.06 c presolving (4 rounds):
0.00/0.06 c 0 deleted vars, 264 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06 c 242 implications, 22 cliques
0.00/0.06 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.06 c 1 constraints of type <knapsack>
0.00/0.06 c 22 constraints of type <setppc>
0.00/0.06 c 2420 constraints of type <logicor>
0.00/0.06 c transformed objective value is always integral (scale: 1)
0.00/0.06 c Presolving Time: 0.03
0.00/0.06 c - non default parameters ----------------------------------------------------------------------
0.00/0.06 c # SCIP version 1.2.1.3
0.00/0.06 c
0.00/0.06 c # frequency for displaying node information lines
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06 c display/freq = 10000
0.00/0.06 c
0.00/0.06 c # maximal time in seconds to run
0.00/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06 c limits/time = 1789.98
0.00/0.06 c
0.00/0.06 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06 c limits/memory = 13950
0.00/0.06 c
0.00/0.06 c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06 c limits/solutions = 1
0.00/0.06 c
0.00/0.06 c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.06 c separating/maxrounds = 1
0.00/0.06 c
0.00/0.06 c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06 c separating/maxroundsroot = 5
0.00/0.06 c
0.00/0.06 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06 c # [type: int, range: [1,2], default: 1]
0.00/0.06 c timing/clocktype = 2
0.00/0.06 c
0.00/0.06 c # should presolving try to simplify inequalities
0.00/0.06 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06 c constraints/linear/simplifyinequalities = TRUE
0.00/0.06 c
0.00/0.06 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06 c constraints/indicator/addCouplingCons = TRUE
0.00/0.06 c
0.00/0.06 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.06 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.06 c constraints/knapsack/disaggregation = FALSE
0.00/0.06 c
0.00/0.06 c # should presolving try to simplify knapsacks
0.00/0.06 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06 c
0.00/0.06 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06 c presolving/probing/maxrounds = 0
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <coefdiving> (-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/coefdiving/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/coefdiving/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/coefdiving/maxlpiterofs = 1500
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.06 c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.06 c heuristics/crossover/freq = -1
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/crossover/nodesofs = 750
0.00/0.06 c
0.00/0.06 c # number of nodes without incumbent change that heuristic should wait
0.00/0.06 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.06 c heuristics/crossover/nwaitingnodes = 100
0.00/0.06 c
0.00/0.06 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.06 c # [type: real, range: [0,1], default: 0.1]
0.00/0.06 c heuristics/crossover/nodesquot = 0.15
0.00/0.06 c
0.00/0.06 c # minimum percentage of integer variables that have to be fixed
0.00/0.06 c # [type: real, range: [0,1], default: 0.666]
0.00/0.06 c heuristics/crossover/minfixingrate = 0.5
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <feaspump> (-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/feaspump/freq = -1
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/feaspump/maxlpiterofs = 2000
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <fracdiving> (-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/fracdiving/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/fracdiving/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/fracdiving/maxlpiterofs = 1500
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <guideddiving> (-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/guideddiving/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/guideddiving/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/guideddiving/maxlpiterofs = 1500
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/intdiving/maxlpiterquot = 0.075
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <intshifting> (-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/intshifting/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <linesearchdiving> (-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/linesearchdiving/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/linesearchdiving/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/linesearchdiving/maxlpiterofs = 1500
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <nlp> (-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/nlp/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <objpscostdiving> (-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/objpscostdiving/freq = -1
0.00/0.06 c
0.00/0.06 c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.06 c # [type: real, range: [0,1], default: 0.01]
0.00/0.06 c heuristics/objpscostdiving/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/objpscostdiving/maxlpiterofs = 1500
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <oneopt> (-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/oneopt/freq = -1
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <pscostdiving> (-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/pscostdiving/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/pscostdiving/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/pscostdiving/maxlpiterofs = 1500
0.00/0.06 c
0.00/0.06 c # frequency for calling primal heuristic <rens> (-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/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 | 105 | - |3921k| 0 | 46 | 231 |2618 | 231 |2455 | 12 | 0 | 0 | 0.000000e+00 | -- | Inf
0.29/0.31 c 0.3s| 1 | 0 | 130 | - |4289k| 0 | 51 | 231 |2618 | 231 |2457 | 14 | 0 | 0 | 0.000000e+00 | -- | Inf
0.38/0.42 c 0.4s| 1 | 0 | 153 | - |4692k| 0 | 50 | 231 |2618 | 231 |2460 | 17 | 0 | 0 | 0.000000e+00 | -- | Inf
0.49/0.56 c 0.5s| 1 | 0 | 177 | - |4710k| 0 | 55 | 231 |2618 | 231 |2466 | 23 | 0 | 0 | 0.000000e+00 | -- | Inf
0.69/0.73 c 0.7s| 1 | 0 | 224 | - |4840k| 0 | 64 | 231 |2618 | 231 |2468 | 25 | 0 | 0 | 0.000000e+00 | -- | Inf
1.19/1.25 c 1.2s| 1 | 2 | 224 | - |4841k| 0 | 64 | 231 |2618 | 231 |2468 | 25 | 0 | 10 | 0.000000e+00 | -- | Inf
54.28/54.36 c 54.3s| 10000 | 168 |230258 | 23.0 |6899k| 42 | 20 | 231 |6024 | 231 |2455 | 25 |5728 |2264 | 0.000000e+00 | -- | Inf
91.28/91.35 c 91.3s| 20000 | 150 |463651 | 23.2 |7247k| 42 | 29 | 231 |6672 | 231 |2455 | 25 | 11k|2300 | 0.000000e+00 | -- | Inf
131.66/131.78 c 132s| 30000 | 112 |693988 | 23.1 |7608k| 49 | 34 | 231 |7525 | 231 |2455 | 25 | 17k|2955 | 0.000000e+00 | -- | Inf
174.86/174.99 c 175s| 40000 | 124 |941723 | 23.5 |8301k| 49 | - | 231 |9164 | 231 |2455 | 25 | 23k|3549 | 0.000000e+00 | -- | Inf
215.15/215.28 c 215s| 50000 | 145 | 1176k| 23.5 |8529k| 49 | - | 231 |8980 | 231 |2455 | 25 | 28k|3953 | 0.000000e+00 | -- | Inf
258.05/258.14 c 258s| 60000 | 136 | 1427k| 23.8 |8722k| 49 | - | 231 |9169 | 231 |2455 | 25 | 34k|4443 | 0.000000e+00 | -- | Inf
302.24/302.30 c 302s| 70000 | 128 | 1690k| 24.2 |8952k| 52 | 30 | 231 |9648 | 231 |2455 | 25 | 40k|4831 | 0.000000e+00 | -- | Inf
342.93/343.00 c 343s| 80000 | 141 | 1933k| 24.2 |9776k| 52 | 31 | 231 | 11k| 231 |2455 | 25 | 45k|5165 | 0.000000e+00 | -- | Inf
385.72/385.86 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
385.72/385.86 c 386s| 90000 | 136 | 2189k| 24.3 |9643k| 52 | 36 | 231 | 10k| 231 |2455 | 25 | 51k|5467 | 0.000000e+00 | -- | Inf
429.31/429.42 c 429s|100000 | 164 | 2453k| 24.5 | 10M| 52 | 45 | 231 | 11k| 231 |2455 | 25 | 57k|5751 | 0.000000e+00 | -- | Inf
471.31/471.47 c 471s|110000 | 115 | 2708k| 24.6 |9717k| 52 | 40 | 231 | 10k| 231 |2455 | 25 | 63k|5992 | 0.000000e+00 | -- | Inf
514.90/515.09 c 515s|120000 | 94 | 2969k| 24.7 |9738k| 52 | - | 231 | 10k| 231 |2455 | 25 | 69k|6306 | 0.000000e+00 | -- | Inf
558.20/558.34 c 558s|130000 | 177 | 3230k| 24.8 | 10M| 52 | - | 231 | 11k| 231 |2455 | 25 | 74k|6588 | 0.000000e+00 | -- | Inf
602.20/602.39 c 602s|140000 | 175 | 3497k| 25.0 | 11M| 52 | 31 | 231 | 13k| 231 |2455 | 25 | 79k|6814 | 0.000000e+00 | -- | Inf
646.48/646.64 c 647s|150000 | 165 | 3763k| 25.1 | 11M| 52 | - | 231 | 14k| 231 |2455 | 25 | 85k|7085 | 0.000000e+00 | -- | Inf
690.88/691.01 c 691s|160000 | 157 | 4034k| 25.2 | 11M| 52 | 43 | 231 | 14k| 231 |2455 | 25 | 91k|7252 | 0.000000e+00 | -- | Inf
734.57/734.76 c 735s|170000 | 145 | 4295k| 25.3 | 11M| 52 | 40 | 231 | 13k| 231 |2455 | 25 | 96k|7532 | 0.000000e+00 | -- | Inf
775.86/776.06 c 776s|180000 | 108 | 4544k| 25.2 | 10M| 52 | 33 | 231 | 11k| 231 |2455 | 25 | 102k|7730 | 0.000000e+00 | -- | Inf
819.15/819.36 c 819s|190000 | 91 | 4810k| 25.3 | 10M| 52 | 27 | 231 | 11k| 231 |2455 | 25 | 107k|7894 | 0.000000e+00 | -- | Inf
864.55/864.73 c 865s|200000 | 74 | 5088k| 25.4 | 10M| 53 | - | 231 | 11k| 231 |2455 | 25 | 112k|8161 | 0.000000e+00 | -- | Inf
908.45/908.61 c 909s|210000 | 11 | 5356k| 25.5 | 10M| 53 | - | 231 | 11k| 231 |2455 | 25 | 118k|8356 | 0.000000e+00 | -- | Inf
913.85/914.09 c
913.85/914.09 c SCIP Status : problem is solved [infeasible]
913.85/914.09 c Solving Time (sec) : 914.07
913.85/914.09 c Solving Nodes : 211179
913.85/914.09 c Primal Bound : +1.00000000000000e+20 (0 solutions)
913.85/914.09 c Dual Bound : +1.00000000000000e+20
913.85/914.09 c Gap : 0.00 %
913.85/914.09 s UNSATISFIABLE
913.85/914.09 c SCIP Status : problem is solved [infeasible]
913.85/914.09 c Solving Time : 914.07
913.85/914.09 c Original Problem :
913.85/914.09 c Problem name : HOME/instance-3729648-1338679212.opb
913.85/914.09 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
913.85/914.09 c Constraints : 2707 initial, 2707 maximal
913.85/914.09 c Presolved Problem :
913.85/914.09 c Problem name : t_HOME/instance-3729648-1338679212.opb
913.85/914.09 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
913.85/914.09 c Constraints : 2443 initial, 14601 maximal
913.85/914.09 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
913.85/914.09 c trivial : 0.00 0 0 0 0 0 0 0 0
913.85/914.09 c dualfix : 0.00 0 0 0 0 0 0 0 0
913.85/914.09 c boundshift : 0.00 0 0 0 0 0 0 0 0
913.85/914.09 c inttobinary : 0.00 0 0 0 0 0 0 0 0
913.85/914.09 c implics : 0.00 0 0 0 0 0 0 0 0
913.85/914.09 c probing : 0.00 0 0 0 0 0 0 0 0
913.85/914.09 c knapsack : 0.00 0 0 0 0 0 0 0 0
913.85/914.09 c setppc : 0.00 0 0 0 0 0 121 0 0
913.85/914.09 c linear : 0.01 0 0 0 0 0 143 0 0
913.85/914.09 c logicor : 0.01 0 0 0 0 0 0 0 0
913.85/914.09 c root node : - 1 - - 1 - - - -
913.85/914.09 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
913.85/914.09 c integral : 0 0 0 108074 0 288 3045 0 0 212058
913.85/914.09 c knapsack : 1 5 784879 0 0 1236 265290 0 0 0
913.85/914.09 c setppc : 22 5 784111 0 0 3050 1045038 0 0 0
913.85/914.09 c linear : 0+ 5 423689 0 0 13 2137 1 0 0
913.85/914.09 c logicor : 2420+ 5 396766 0 0 933 1431067 0 0 0
913.85/914.09 c countsols : 0 0 0 0 0 0 0 0 0 0
913.85/914.09 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
913.85/914.09 c integral : 59.63 0.00 0.00 59.63 0.00
913.85/914.09 c knapsack : 2.19 0.00 2.19 0.00 0.00
913.85/914.09 c setppc : 2.46 0.00 2.46 0.00 0.00
913.85/914.09 c linear : 0.46 0.00 0.46 0.00 0.00
913.85/914.09 c logicor : 16.00 0.00 16.00 0.00 0.00
913.85/914.09 c countsols : 0.00 0.00 0.00 0.00 0.00
913.85/914.09 c Propagators : Time Calls Cutoffs DomReds
913.85/914.09 c vbounds : 0.09 1 0 0
913.85/914.09 c rootredcost : 0.09 0 0 0
913.85/914.09 c pseudoobj : 0.07 0 0 0
913.85/914.09 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
913.85/914.09 c propagation : 0.16 5232 5216 31898 25.3 69 23.1 -
913.85/914.09 c infeasible LP : 7.19 100487 95557 657276 36.1 565 18.9 0
913.85/914.09 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
913.85/914.09 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
913.85/914.09 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
913.85/914.09 c applied globally : - - - 110034 20.5 - - -
913.85/914.09 c applied locally : - - - 9384 33.8 - - -
913.85/914.09 c Separators : Time Calls Cutoffs DomReds Cuts Conss
913.85/914.09 c cut pool : 0.00 4 - - 23 - (maximal pool size: 403)
913.85/914.09 c redcost : 0.36 106433 0 0 0 0
913.85/914.09 c impliedbounds : 0.00 5 0 0 0 0
913.85/914.09 c intobj : 0.00 0 0 0 0 0
913.85/914.09 c cgmip : 0.00 0 0 0 0 0
913.85/914.09 c gomory : 0.32 5 0 0 1003 0
913.85/914.09 c strongcg : 0.22 5 0 0 1813 0
913.85/914.09 c cmir : 0.00 0 0 0 0 0
913.85/914.09 c flowcover : 0.00 0 0 0 0 0
913.85/914.09 c clique : 0.00 5 0 0 0 0
913.85/914.09 c zerohalf : 0.00 0 0 0 0 0
913.85/914.09 c mcf : 0.00 1 0 0 0 0
913.85/914.09 c rapidlearning : 0.09 1 0 0 0 175
913.85/914.09 c Pricers : Time Calls Vars
913.85/914.09 c problem variables: 0.00 0 0
913.85/914.09 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
913.85/914.09 c relpscost : 59.57 108074 288 3045 0 0 212058
913.85/914.09 c pscost : 0.00 0 0 0 0 0 0
913.85/914.09 c inference : 0.00 0 0 0 0 0 0
913.85/914.09 c mostinf : 0.00 0 0 0 0 0 0
913.85/914.09 c leastinf : 0.00 0 0 0 0 0 0
913.85/914.09 c fullstrong : 0.00 0 0 0 0 0 0
913.85/914.09 c allfullstrong : 0.00 0 0 0 0 0 0
913.85/914.09 c random : 0.00 0 0 0 0 0 0
913.85/914.09 c Primal Heuristics : Time Calls Found
913.85/914.09 c LP solutions : 0.00 - 0
913.85/914.09 c pseudo solutions : 0.00 - 0
913.85/914.09 c trivial : 0.00 1 0
913.85/914.09 c simplerounding : 0.00 0 0
913.85/914.09 c zirounding : 0.00 0 0
913.85/914.09 c rounding : 0.00 0 0
913.85/914.09 c shifting : 0.00 0 0
913.85/914.09 c intshifting : 0.00 0 0
913.85/914.09 c oneopt : 0.00 0 0
913.85/914.09 c twoopt : 0.00 0 0
913.85/914.09 c fixandinfer : 0.00 0 0
913.85/914.09 c feaspump : 0.00 0 0
913.85/914.09 c coefdiving : 0.00 0 0
913.85/914.09 c pscostdiving : 0.00 0 0
913.85/914.09 c fracdiving : 0.00 0 0
913.85/914.09 c veclendiving : 0.00 0 0
913.85/914.09 c intdiving : 0.00 0 0
913.85/914.09 c actconsdiving : 0.00 0 0
913.85/914.09 c objpscostdiving : 0.00 0 0
913.85/914.09 c rootsoldiving : 0.00 0 0
913.85/914.09 c linesearchdiving : 0.00 0 0
913.85/914.09 c guideddiving : 0.00 0 0
913.85/914.09 c octane : 0.00 0 0
913.85/914.09 c rens : 0.00 0 0
913.85/914.09 c rins : 0.00 0 0
913.85/914.09 c localbranching : 0.00 0 0
913.85/914.09 c mutation : 0.00 0 0
913.85/914.09 c crossover : 0.00 0 0
913.85/914.09 c dins : 0.00 0 0
913.85/914.09 c undercover : 0.00 0 0
913.85/914.09 c nlp : 0.00 0 0
913.85/914.09 c trysol : 0.00 0 0
913.85/914.09 c LP : Time Calls Iterations Iter/call Iter/sec
913.85/914.09 c primal LP : 0.00 0 0 0.00 -
913.85/914.09 c dual LP : 775.63 208050 5391979 25.92 6951.72
913.85/914.09 c lex dual LP : 0.00 0 0 0.00 -
913.85/914.09 c barrier LP : 0.00 0 0 0.00 -
913.85/914.09 c diving/probing LP: 0.00 0 0 0.00 -
913.85/914.09 c strong branching : 58.32 8356 388072 46.44 6653.67
913.85/914.09 c (at root node) : - 10 2629 262.90 -
913.85/914.09 c conflict analysis: 0.00 0 0 0.00 -
913.85/914.09 c B&B Tree :
913.85/914.09 c number of runs : 1
913.85/914.09 c nodes : 211179
913.85/914.09 c nodes (total) : 211179
913.85/914.09 c nodes left : 0
913.85/914.09 c max depth : 53
913.85/914.09 c max depth (total): 53
913.85/914.09 c backtracks : 27097 (12.8%)
913.85/914.09 c delayed cutoffs : 880
913.85/914.09 c repropagations : 306431 (387473 domain reductions, 857 cutoffs)
913.85/914.09 c avg switch length: 4.70
913.85/914.09 c switching time : 18.59
913.85/914.09 c Solution :
913.85/914.09 c Solutions found : 0 (0 improvements)
913.85/914.09 c Primal Bound : infeasible
913.85/914.09 c Dual Bound : -
913.85/914.09 c Gap : 0.00 %
913.85/914.09 c Root Dual Bound : +0.00000000000000e+00
913.85/914.09 c Root Iterations : 224
913.95/914.11 c Time complete: 913.95.
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-3729648-1338679212/watcher-3729648-1338679212 -o /tmp/evaluation-result-3729648-1338679212/solver-3729648-1338679212 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3729648-1338679212.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: 0.40 0.32 0.27 2/171 26574
/proc/meminfo: memFree=31424552/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 1317 0 0 0 0 0 0 0 20 0 1 0 334049785 9158656 1264 33554432000 4194304 8395647 140736650771600 140733968270168 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 2236 1272 374 1026 0 1206 0
[startup+0.0854181 s]
/proc/loadavg: 0.40 0.32 0.27 2/171 26574
/proc/meminfo: memFree=31424552/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=22820 CPUtime=0.07 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 5287 0 0 0 7 0 0 0 20 0 1 0 334049785 23367680 4840 33554432000 4194304 8395647 140736650771600 140733968270168 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 5705 4840 583 1026 0 4675 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22820
[startup+0.100318 s]
/proc/loadavg: 0.40 0.32 0.27 2/171 26574
/proc/meminfo: memFree=31424552/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=23468 CPUtime=0.08 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 5435 0 0 0 8 0 0 0 20 0 1 0 334049785 24031232 4988 33554432000 4194304 8395647 140736650771600 140733968270168 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 5867 4988 584 1026 0 4837 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23468
[startup+0.300233 s]
/proc/loadavg: 0.40 0.32 0.27 2/171 26574
/proc/meminfo: memFree=31424552/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=0.29 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8746 0 0 0 27 2 0 0 20 0 1 0 334049785 38510592 8268 33554432000 4194304 8395647 140736650771600 140733968270168 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 8268 621 1026 0 8372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37608
[startup+0.700182 s]
/proc/loadavg: 0.40 0.32 0.27 2/171 26574
/proc/meminfo: memFree=31424552/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=0.69 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8751 0 0 0 66 3 0 0 20 0 1 0 334049785 38510592 8273 33554432000 4194304 8395647 140736650771600 140733968270168 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 8273 621 1026 0 8372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37608
[startup+1.50018 s]
/proc/loadavg: 0.53 0.35 0.28 3/177 26589
/proc/meminfo: memFree=31352412/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=1.48 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8808 0 0 0 145 3 0 0 20 0 1 0 334049785 38510592 8330 33554432000 4194304 8395647 140736650771600 140736650766472 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 8330 624 1026 0 8372 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37608
[startup+3.10018 s]
/proc/loadavg: 0.53 0.35 0.28 3/178 26590
/proc/meminfo: memFree=31351164/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=3.09 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8808 0 0 0 304 5 0 0 20 0 1 0 334049785 38510592 8330 33554432000 4194304 8395647 140736650771600 140736650766472 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 8330 624 1026 0 8372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37608
[startup+6.30018 s]
/proc/loadavg: 0.72 0.39 0.30 3/178 26590
/proc/meminfo: memFree=31349748/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=6.28 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8816 0 0 0 622 6 0 0 20 0 1 0 334049785 38510592 8657 33554432000 4194304 8395647 140736650771600 140736650766472 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 8657 626 1026 0 8372 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37608
[startup+12.7002 s]
/proc/loadavg: 0.83 0.42 0.31 3/178 26590
/proc/meminfo: memFree=31349036/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=12.68 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8816 0 0 0 1256 12 0 0 20 0 1 0 334049785 38510592 8657 33554432000 4194304 8395647 140736650771600 140736650766472 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 8657 626 1026 0 8372 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37608
[startup+25.5002 s]
/proc/loadavg: 1.09 0.50 0.33 3/178 26590
/proc/meminfo: memFree=31346920/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=25.48 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8821 0 0 0 2524 24 0 0 20 0 1 0 334049785 38510592 8934 33554432000 4194304 8395647 140736650771600 140736650767112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 8934 627 1026 0 8372 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37608
[startup+51.1002 s]
/proc/loadavg: 1.45 0.63 0.38 3/177 26590
/proc/meminfo: memFree=31346176/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=51.07 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8821 0 0 0 5066 41 0 0 20 0 1 0 334049785 38510592 8934 33554432000 4194304 8395647 140736650771600 140736650767064 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 8934 627 1026 0 8372 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37608
[startup+102.307 s]
/proc/loadavg: 1.76 0.84 0.46 3/177 26590
/proc/meminfo: memFree=31345740/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=102.27 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8920 0 0 0 10146 81 0 0 20 0 1 0 334049785 38510592 9033 33554432000 4194304 8395647 140736650771600 140736650767160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 9033 726 1026 0 8372 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 37608
[startup+162.3 s]
/proc/loadavg: 1.98 1.07 0.56 3/177 26590
/proc/meminfo: memFree=31345492/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=162.26 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8920 0 0 0 16098 128 0 0 20 0 1 0 334049785 38510592 9033 33554432000 4194304 8395647 140736650771600 140736650766472 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 9033 726 1026 0 8372 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 37608
[startup+222.3 s]
/proc/loadavg: 1.99 1.23 0.65 3/177 26590
/proc/meminfo: memFree=31346112/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=222.25 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8920 0 0 0 22054 171 0 0 20 0 1 0 334049785 38510592 9033 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 9033 726 1026 0 8372 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 37608
[startup+282.3 s]
/proc/loadavg: 1.99 1.37 0.73 3/177 26590
/proc/meminfo: memFree=31346112/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=282.24 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8920 0 0 0 28004 220 0 0 20 0 1 0 334049785 38510592 9033 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 9033 726 1026 0 8372 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 37608
[startup+342.3 s]
/proc/loadavg: 2.06 1.50 0.81 3/177 26591
/proc/meminfo: memFree=31345368/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=342.23 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8920 0 0 0 33957 266 0 0 20 0 1 0 334049785 38510592 9033 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 9033 726 1026 0 8372 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 37608
[startup+402.3 s]
/proc/loadavg: 1.97 1.57 0.88 3/177 26629
/proc/meminfo: memFree=31345748/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=402.22 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8920 0 0 0 39909 313 0 0 20 0 1 0 334049785 38510592 9033 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 9033 726 1026 0 8372 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 37608
[startup+462.3 s]
/proc/loadavg: 2.02 1.66 0.95 3/177 26629
/proc/meminfo: memFree=31345376/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=462.21 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8920 0 0 0 45858 363 0 0 20 0 1 0 334049785 38510592 9033 33554432000 4194304 8395647 140736650771600 140736650767112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 9033 726 1026 0 8372 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 37608
[startup+522.3 s]
/proc/loadavg: 2.01 1.72 1.01 3/177 26629
/proc/meminfo: memFree=31345500/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37608 CPUtime=522.2 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8920 0 0 0 51802 418 0 0 20 0 1 0 334049785 38510592 9033 33554432000 4194304 8395647 140736650771600 140736650767160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9402 9033 726 1026 0 8372 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 37608
[startup+582.3 s]
/proc/loadavg: 2.00 1.77 1.07 3/177 26629
/proc/meminfo: memFree=31344816/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=37884 CPUtime=582.2 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 8990 0 0 0 57752 468 0 0 20 0 1 0 334049785 38793216 9103 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9471 9103 726 1026 0 8441 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 37884
[startup+642.3 s]
/proc/loadavg: 2.00 1.81 1.13 3/178 26633
/proc/meminfo: memFree=31342512/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=39248 CPUtime=642.19 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9282 0 0 0 63706 513 0 0 20 0 1 0 334049785 40189952 9395 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9812 9395 726 1026 0 8782 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 39248
[startup+702.3 s]
/proc/loadavg: 2.00 1.84 1.18 3/177 26633
/proc/meminfo: memFree=31341528/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=39460 CPUtime=702.17 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9357 0 0 0 69657 560 0 0 20 0 1 0 334049785 40407040 9470 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9865 9470 726 1026 0 8835 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 39460
[startup+762.307 s]
/proc/loadavg: 2.00 1.87 1.23 3/177 26671
/proc/meminfo: memFree=31345184/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=39984 CPUtime=762.17 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9475 0 0 0 75611 606 0 0 20 0 1 0 334049785 40943616 9587 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 9996 9587 726 1026 0 8966 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 39984
[startup+822.3 s]
/proc/loadavg: 2.00 1.89 1.27 3/177 26671
/proc/meminfo: memFree=31342956/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40264 CPUtime=822.16 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9570 0 0 0 81548 668 0 0 20 0 1 0 334049785 41230336 9682 33554432000 4194304 8395647 140736650771600 140736650767064 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10066 9682 726 1026 0 9036 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 40264
[startup+882.3 s]
/proc/loadavg: 2.00 1.91 1.31 3/177 26671
/proc/meminfo: memFree=31342336/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40560 CPUtime=882.15 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9637 0 0 0 87484 731 0 0 20 0 1 0 334049785 41533440 9749 33554432000 4194304 8395647 140736650771600 140736650767064 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10140 9749 726 1026 0 9110 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 40560
Solver just ended. Dumping a history of the last processes samples
[startup+895.9 s]
/proc/loadavg: 2.00 1.91 1.32 3/177 26671
/proc/meminfo: memFree=31342460/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40560 CPUtime=895.75 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9659 0 0 0 88829 746 0 0 20 0 1 0 334049785 41533440 9771 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10140 9771 726 1026 0 9110 0
Current children cumulated CPU time (s) 895.75
Current children cumulated vsize (KiB) 40560
[startup+902.3 s]
/proc/loadavg: 2.07 1.93 1.33 3/177 26671
/proc/meminfo: memFree=31342460/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40560 CPUtime=902.14 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9660 0 0 0 89462 752 0 0 20 0 1 0 334049785 41533440 9772 33554432000 4194304 8395647 140736650771600 140736650767208 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10140 9772 726 1026 0 9110 0
Current children cumulated CPU time (s) 902.14
Current children cumulated vsize (KiB) 40560
[startup+908.7 s]
/proc/loadavg: 2.07 1.93 1.34 3/177 26671
/proc/meminfo: memFree=31342460/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40560 CPUtime=908.55 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9661 0 0 0 90097 758 0 0 20 0 1 0 334049785 41533440 9773 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10140 9773 726 1026 0 9110 0
Current children cumulated CPU time (s) 908.55
Current children cumulated vsize (KiB) 40560
[startup+911.907 s]
/proc/loadavg: 2.06 1.93 1.34 3/176 26671
/proc/meminfo: memFree=31342088/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40560 CPUtime=911.75 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9662 0 0 0 90414 761 0 0 20 0 1 0 334049785 41533440 9774 33554432000 4194304 8395647 140736650771600 140736650767208 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10140 9774 727 1026 0 9110 0
Current children cumulated CPU time (s) 911.75
Current children cumulated vsize (KiB) 40560
[startup+913.5 s]
/proc/loadavg: 2.06 1.93 1.34 3/176 26671
/proc/meminfo: memFree=31342096/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40560 CPUtime=913.34 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9662 0 0 0 90571 763 0 0 20 0 1 0 334049785 41533440 9774 33554432000 4194304 8395647 140736650771600 140736650766728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10140 9774 727 1026 0 9110 0
Current children cumulated CPU time (s) 913.34
Current children cumulated vsize (KiB) 40560
[startup+913.9 s]
/proc/loadavg: 2.06 1.93 1.34 3/176 26671
/proc/meminfo: memFree=31342096/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40560 CPUtime=913.75 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9662 0 0 0 90611 764 0 0 20 0 1 0 334049785 41533440 9774 33554432000 4194304 8395647 140736650771600 140736650767160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10140 9774 727 1026 0 9110 0
Current children cumulated CPU time (s) 913.75
Current children cumulated vsize (KiB) 40560
[startup+914.107 s]
/proc/loadavg: 2.06 1.93 1.34 3/176 26671
/proc/meminfo: memFree=31342096/32873844 swapFree=8656/8656
[pid=26574] ppid=26572 vsize=40560 CPUtime=913.95 cores=1,3,5,7
/proc/26574/stat : 26574 (pbscip.linux.x8) R 26572 26574 18061 0 -1 4202496 9664 0 0 0 90631 764 0 0 20 0 1 0 334049785 41533440 9776 33554432000 4194304 8395647 140736650771600 140736650767160 6345819 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26574/statm: 10140 9776 729 1026 0 9110 0
Current children cumulated CPU time (s) 913.95
Current children cumulated vsize (KiB) 40560
Child status: 0
Real time (s): 914.111
CPU time (s): 913.964
CPU user time (s): 906.314
CPU system time (s): 7.64984
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 40560
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 906.314
system time used= 7.64984
maximum resident set size= 39104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9665
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= 941
runsolver used 1.69474 second user time and 4.23635 second system time
The end