0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00 c Copyright (c) 2002-2012 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-3691872-1338042967.opb>
0.00/0.03 c original problem has 6188 variables (6188 bin, 0 int, 0 impl, 0 cont) and 6372 constraints
0.00/0.03 c problem read in 0.03
0.00/0.03 c No objective function, only one solution is needed.
0.00/0.03 c presolving settings loaded
0.00/0.06 c presolving:
0.09/0.10 c (round 1) 2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10350 impls, 91 clqs
0.09/0.10 c (round 2) 136 del vars, 12 del conss, 0 add conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10350 impls, 89 clqs
0.09/0.11 c (round 3) 212 del vars, 155 del conss, 0 add conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10402 impls, 89 clqs
0.09/0.12 c (round 4) 269 del vars, 212 del conss, 0 add conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10514 impls, 89 clqs
0.09/0.12 c (round 5) 315 del vars, 258 del conss, 0 add conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10638 impls, 89 clqs
0.09/0.13 c (round 6) 345 del vars, 288 del conss, 0 add conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10772 impls, 89 clqs
0.09/0.14 c (round 7) 356 del vars, 299 del conss, 0 add conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10852 impls, 89 clqs
0.09/0.14 c (round 8) 360 del vars, 303 del conss, 0 add conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10884 impls, 89 clqs
0.09/0.15 c (round 9) 362 del vars, 305 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10894 impls, 89 clqs
0.19/0.21 c (round 10) 362 del vars, 394 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 5889 upgd conss, 10906 impls, 89 clqs
0.19/0.24 c (round 11) 362 del vars, 394 del conss, 0 add conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 5978 upgd conss, 10906 impls, 89 clqs
0.19/0.28 c presolving (12 rounds):
0.19/0.28 c 362 deleted vars, 394 deleted constraints, 0 added constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.28 c 10906 implications, 89 cliques
0.19/0.28 c presolved problem has 5826 variables (5826 bin, 0 int, 0 impl, 0 cont) and 5978 constraints
0.19/0.28 c 1269 constraints of type <setppc>
0.19/0.28 c 4709 constraints of type <logicor>
0.19/0.28 c transformed objective value is always integral (scale: 1)
0.19/0.28 c Presolving Time: 0.22
0.19/0.28 c - non default parameters ----------------------------------------------------------------------
0.19/0.28 c # SCIP version 2.1.1.4
0.19/0.28 c
0.19/0.28 c # maximal time in seconds to run
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.28 c limits/time = 1797
0.19/0.28 c
0.19/0.28 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.28 c limits/memory = 13950
0.19/0.28 c
0.19/0.28 c # solving stops, if the given number of solutions were found (-1: no limit)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.28 c limits/solutions = 1
0.19/0.28 c
0.19/0.28 c # maximal number of separation rounds per node (-1: unlimited)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 5]
0.19/0.28 c separating/maxrounds = 1
0.19/0.28 c
0.19/0.28 c # maximal number of separation rounds in the root node (-1: unlimited)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.28 c separating/maxroundsroot = 5
0.19/0.28 c
0.19/0.28 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.28 c # [type: int, range: [1,2], default: 1]
0.19/0.28 c timing/clocktype = 2
0.19/0.28 c
0.19/0.28 c # belongs reading time to solving time?
0.19/0.28 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28 c timing/reading = TRUE
0.19/0.28 c
0.19/0.28 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.19/0.28 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.19/0.28 c constraints/knapsack/disaggregation = FALSE
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.28 c heuristics/coefdiving/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.28 c heuristics/coefdiving/maxlpiterquot = 0.075
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/coefdiving/maxlpiterofs = 1500
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 30]
0.19/0.28 c heuristics/crossover/freq = -1
0.19/0.28 c
0.19/0.28 c # number of nodes added to the contingent of the total nodes
0.19/0.28 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.28 c heuristics/crossover/nodesofs = 750
0.19/0.28 c
0.19/0.28 c # number of nodes without incumbent change that heuristic should wait
0.19/0.28 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.19/0.28 c heuristics/crossover/nwaitingnodes = 100
0.19/0.28 c
0.19/0.28 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.19/0.28 c # [type: real, range: [0,1], default: 0.1]
0.19/0.28 c heuristics/crossover/nodesquot = 0.15
0.19/0.28 c
0.19/0.28 c # minimum percentage of integer variables that have to be fixed
0.19/0.28 c # [type: real, range: [0,1], default: 0.666]
0.19/0.28 c heuristics/crossover/minfixingrate = 0.5
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.28 c heuristics/feaspump/freq = -1
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/feaspump/maxlpiterofs = 2000
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.28 c heuristics/fracdiving/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.28 c heuristics/fracdiving/maxlpiterquot = 0.075
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/fracdiving/maxlpiterofs = 1500
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.28 c heuristics/guideddiving/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.28 c heuristics/guideddiving/maxlpiterquot = 0.075
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/guideddiving/maxlpiterofs = 1500
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.28 c heuristics/intdiving/maxlpiterquot = 0.075
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.28 c heuristics/intshifting/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.28 c heuristics/linesearchdiving/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.28 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.28 c heuristics/objpscostdiving/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to total iteration number
0.19/0.28 c # [type: real, range: [0,1], default: 0.01]
0.19/0.28 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.28 c heuristics/oneopt/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.28 c heuristics/pscostdiving/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.28 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/pscostdiving/maxlpiterofs = 1500
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.28 c heuristics/rens/freq = -1
0.19/0.28 c
0.19/0.28 c # minimum percentage of integer variables that have to be fixable
0.19/0.28 c # [type: real, range: [0,1], default: 0.5]
0.19/0.28 c heuristics/rens/minfixingrate = 0.3
0.19/0.28 c
0.19/0.28 c # number of nodes added to the contingent of the total nodes
0.19/0.28 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.28 c heuristics/rens/nodesofs = 2000
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.28 c heuristics/rootsoldiving/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.19/0.28 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.28 c heuristics/rounding/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.28 c heuristics/shiftandpropagate/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.28 c heuristics/shifting/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.28 c heuristics/simplerounding/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.28 c heuristics/subnlp/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.28 c heuristics/trivial/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.28 c heuristics/trysol/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.28 c heuristics/undercover/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.28 c heuristics/veclendiving/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.28 c heuristics/veclendiving/maxlpiterquot = 0.075
0.19/0.28 c
0.19/0.28 c # additional number of allowed LP iterations
0.19/0.28 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.28 c heuristics/veclendiving/maxlpiterofs = 1500
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.28 c heuristics/zirounding/freq = -1
0.19/0.28 c
0.19/0.28 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.28 c propagating/probing/maxprerounds = 0
0.19/0.28 c
0.19/0.28 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.28 c separating/cmir/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.28 c separating/flowcover/freq = -1
0.19/0.28 c
0.19/0.28 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.28 c separating/rapidlearning/freq = 0
0.19/0.28 c
0.19/0.28 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.28 c heuristics/indoneopt/freq = -1
0.19/0.28 c
0.19/0.28 c -----------------------------------------------------------------------------------------------
0.19/0.28 c start solving
0.19/0.28 c
4.99/5.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
4.99/5.06 c 5.1s| 1 | 0 | 11201 | - | 26M| 0 |1315 |5826 |5978 |5826 |5978 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
8.09/8.16 c 8.2s| 1 | 0 | 13338 | - | 29M| 0 |1610 |5826 |7451 |5826 |5981 | 10 | 0 | 0 | 0.000000e+00 | -- | Inf
10.58/10.61 c 10.6s| 1 | 0 | 16761 | - | 29M| 0 |1616 |5826 |7451 |5826 |5987 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
11.99/12.04 c 12.0s| 1 | 0 | 18337 | - | 29M| 0 |1606 |5826 |7451 |5826 |5995 | 24 | 0 | 0 | 0.000000e+00 | -- | Inf
13.19/13.21 c 13.2s| 1 | 0 | 19484 | - | 29M| 0 |1645 |5826 |7451 |5826 |6001 | 30 | 0 | 0 | 0.000000e+00 | -- | Inf
14.39/14.48 c 14.5s| 1 | 0 | 20787 | - | 29M| 0 |1625 |5826 |7451 |5826 |6008 | 37 | 0 | 0 | 0.000000e+00 | -- | Inf
19.29/19.37 c 19.4s| 1 | 2 | 20787 | - | 29M| 0 |1625 |5826 |7451 |5826 |6008 | 37 | 0 | 10 | 0.000000e+00 | -- | Inf
201.54/201.66 c 202s| 100 | 73 |142618 |1230.6 | 31M| 75 | 813 |5826 |7459 |5826 |6005 | 37 | 8 | 234 | 0.000000e+00 | -- | Inf
326.93/327.09 c 327s| 200 | 55 |305594 |1431.2 | 31M| 75 | - |5826 |7473 | 0 | 0 | 37 | 34 | 321 | 0.000000e+00 | -- | Inf
464.71/464.87 c 465s| 300 | 61 |471081 |1506.0 | 31M| 75 | 623 |5826 |7484 |5826 |6005 | 37 | 51 | 435 | 0.000000e+00 | -- | Inf
568.00/568.15 c 568s| 400 | 61 |603598 |1460.7 | 32M| 75 | 507 |5826 |7509 |5826 |6005 | 37 | 90 | 523 | 0.000000e+00 | -- | Inf
681.89/682.09 c 682s| 500 | 66 |750366 |1462.1 | 32M| 75 | - |5826 |7507 |5826 |6005 | 37 | 106 | 619 | 0.000000e+00 | -- | Inf
804.85/805.00 c 805s| 600 | 74 |901458 |1470.2 | 32M| 75 | 723 |5826 |7528 |5826 |6005 | 37 | 130 | 707 | 0.000000e+00 | -- | Inf
939.44/939.68 c 940s| 700 | 80 | 1064k|1493.1 | 32M| 75 | 658 |5826 |7557 |5826 |6005 | 37 | 162 | 822 | 0.000000e+00 | -- | Inf
1065.02/1065.21 c 1065s| 800 | 82 | 1224k|1506.0 | 32M| 75 | 572 |5826 |7576 |5826 |6005 | 37 | 183 | 917 | 0.000000e+00 | -- | Inf
1200.10/1200.38 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1200.10/1200.38 c 1200s| 900 | 74 | 1387k|1520.7 | 32M| 75 | - |5826 |7612 |5826 |6005 | 37 | 228 |1024 | 0.000000e+00 | -- | Inf
1348.17/1348.49 c 1348s| 1000 | 86 | 1563k|1544.7 | 32M| 75 | 612 |5826 |7633 |5826 |6005 | 37 | 262 |1138 | 0.000000e+00 | -- | Inf
1497.95/1498.22 c 1498s| 1100 | 93 | 1744k|1568.1 | 32M| 75 | - |5826 |7648 |5826 |6005 | 37 | 290 |1244 | 0.000000e+00 | -- | Inf
1700.42/1700.74 c 1701s| 1200 | 125 | 1980k|1634.8 | 33M| 75 | 509 |5826 |7643 |5826 |6005 | 37 | 309 |1397 | 0.000000e+00 | -- | Inf
1796.70/1797.05 c
1796.70/1797.05 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.05 c Solving Time (sec) : 1797.05
1796.70/1797.05 c Solving Nodes : 1242
1796.70/1797.05 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.70/1797.05 c Dual Bound : +0.00000000000000e+00
1796.70/1797.05 c Gap : infinite
1796.70/1797.05 s UNKNOWN
1796.70/1797.05 c SCIP Status : solving was interrupted [time limit reached]
1796.70/1797.05 c Total Time : 1797.05
1796.70/1797.05 c solving : 1797.05
1796.70/1797.05 c presolving : 0.22 (included in solving)
1796.70/1797.05 c reading : 0.03 (included in solving)
1796.70/1797.05 c copying : 0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.70/1797.05 c Original Problem :
1796.70/1797.05 c Problem name : HOME/instance-3691872-1338042967.opb
1796.70/1797.05 c Variables : 6188 (6188 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.05 c Constraints : 6372 initial, 6372 maximal
1796.70/1797.05 c Objective sense : minimize
1796.70/1797.05 c Presolved Problem :
1796.70/1797.05 c Problem name : t_HOME/instance-3691872-1338042967.opb
1796.70/1797.05 c Variables : 5826 (5826 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.05 c Constraints : 5978 initial, 7655 maximal
1796.70/1797.05 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.70/1797.05 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c setppc : 0.01 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c linear : 0.12 0.01 362 0 0 362 0 394 0 0 0
1796.70/1797.05 c logicor : 0.06 0.00 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c root node : - - 9 - - 9 - - - - -
1796.70/1797.05 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.70/1797.05 c integral : 0 0 0 0 726 0 1 0 3 44 0 0 1392
1796.70/1797.05 c setppc : 1269 1269 6 11123 0 0 0 181816 1 86216 0 0 0
1796.70/1797.05 c linear : 0+ 1482 5 11121 0 0 0 4929 0 1482 7 0 0
1796.70/1797.05 c logicor : 4709+ 4915 6 8846 0 0 0 301836 26 149221 0 0 0
1796.70/1797.05 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1796.70/1797.05 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.70/1797.05 c integral : 693.73 0.00 0.00 0.00 693.73 0.00 0.00 0.00
1796.70/1797.05 c setppc : 0.49 0.00 0.00 0.28 0.00 0.00 0.00 0.21
1796.70/1797.05 c linear : 0.16 0.01 0.00 0.14 0.00 0.00 0.00 0.01
1796.70/1797.05 c logicor : 0.66 0.00 0.00 0.33 0.00 0.00 0.00 0.33
1796.70/1797.05 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.70/1797.05 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.70/1797.05 c rootredcost : 0 0 0 0
1796.70/1797.05 c pseudoobj : 0 0 0 0
1796.70/1797.05 c vbounds : 0 0 0 0
1796.70/1797.05 c redcost : 731 0 0 0
1796.70/1797.05 c probing : 0 0 0 0
1796.70/1797.05 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.70/1797.05 c rootredcost : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.05 c pseudoobj : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.05 c vbounds : 0.01 0.00 0.00 0.01 0.00
1796.70/1797.05 c redcost : 0.06 0.00 0.00 0.06 0.00
1796.70/1797.05 c probing : 0.00 0.00 0.00 0.00 0.00
1796.70/1797.05 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.70/1797.05 c propagation : 0.01 27 27 42 12.6 0 0.0 -
1796.70/1797.05 c infeasible LP : 3.59 516 187 2625 736.8 3 47.0 0
1796.70/1797.05 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.05 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.70/1797.05 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.70/1797.05 c applied globally : - - - 314 110.8 - - -
1796.70/1797.05 c applied locally : - - - 0 0.0 - - -
1796.70/1797.05 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.70/1797.05 c cut pool : 0.00 4 - - 0 - (maximal pool size: 34)
1796.70/1797.05 c closecuts : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.70/1797.05 c intobj : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c gomory : 0.89 0.00 5 0 0 7 0
1796.70/1797.05 c cgmip : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c strongcg : 0.90 0.00 5 0 0 7 0
1796.70/1797.05 c cmir : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c flowcover : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c clique : 0.23 0.00 5 0 0 30 0
1796.70/1797.05 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c mcf : 0.00 0.00 1 0 0 0 0
1796.70/1797.05 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.70/1797.05 c rapidlearning : 1.47 0.00 1 0 9 0 1482
1796.70/1797.05 c Pricers : ExecTime SetupTime Calls Vars
1796.70/1797.05 c problem variables: 0.00 - 0 0
1796.70/1797.05 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.70/1797.05 c relpscost : 693.73 0.00 726 3 44 0 0 1392
1796.70/1797.05 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c inference : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c random : 0.00 0.00 0 0 0 0 0 0
1796.70/1797.05 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.70/1797.05 c LP solutions : 0.00 - - 0
1796.70/1797.05 c pseudo solutions : 0.00 - - 0
1796.70/1797.05 c smallcard : 0.00 0.00 0 0
1796.70/1797.05 c trivial : 0.01 0.00 1 0
1796.70/1797.05 c shiftandpropagate: 0.00 0.00 0 0
1796.70/1797.05 c simplerounding : 0.00 0.00 0 0
1796.70/1797.05 c zirounding : 0.00 0.00 0 0
1796.70/1797.05 c rounding : 0.00 0.00 0 0
1796.70/1797.05 c shifting : 0.00 0.00 0 0
1796.70/1797.05 c intshifting : 0.00 0.00 0 0
1796.70/1797.05 c oneopt : 0.00 0.00 0 0
1796.70/1797.05 c twoopt : 0.00 0.00 0 0
1796.70/1797.05 c indtwoopt : 0.00 0.00 0 0
1796.70/1797.05 c indoneopt : 0.00 0.00 0 0
1796.70/1797.05 c fixandinfer : 0.00 0.00 0 0
1796.70/1797.05 c feaspump : 0.00 0.00 0 0
1796.70/1797.05 c clique : 0.00 0.00 0 0
1796.70/1797.05 c indrounding : 0.00 0.00 0 0
1796.70/1797.05 c indcoefdiving : 0.00 0.00 0 0
1796.70/1797.05 c coefdiving : 0.00 0.00 0 0
1796.70/1797.05 c pscostdiving : 0.00 0.00 0 0
1796.70/1797.05 c nlpdiving : 0.00 0.00 0 0
1796.70/1797.05 c fracdiving : 0.00 0.00 0 0
1796.70/1797.05 c veclendiving : 0.00 0.00 0 0
1796.70/1797.05 c intdiving : 0.00 0.00 0 0
1796.70/1797.05 c actconsdiving : 0.00 0.00 0 0
1796.70/1797.05 c objpscostdiving : 0.00 0.00 0 0
1796.70/1797.05 c rootsoldiving : 0.00 0.00 0 0
1796.70/1797.05 c linesearchdiving : 0.00 0.00 0 0
1796.70/1797.05 c guideddiving : 0.00 0.00 0 0
1796.70/1797.05 c octane : 0.00 0.00 0 0
1796.70/1797.05 c rens : 0.00 0.00 0 0
1796.70/1797.05 c rins : 0.00 0.00 0 0
1796.70/1797.05 c localbranching : 0.00 0.00 0 0
1796.70/1797.05 c mutation : 0.00 0.00 0 0
1796.70/1797.05 c crossover : 0.00 0.00 0 0
1796.70/1797.05 c dins : 0.00 0.00 0 0
1796.70/1797.05 c vbounds : 0.00 0.00 0 0
1796.70/1797.05 c undercover : 0.00 0.00 0 0
1796.70/1797.05 c subnlp : 0.00 0.00 0 0
1796.70/1797.05 c trysol : 0.00 0.00 0 0
1796.70/1797.05 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.70/1797.05 c primal LP : 0.01 1 0 0.00 0.00 0.01 1
1796.70/1797.05 c dual LP : 1092.81 1248 2088778 1673.70 1911.39 0.00 0
1796.70/1797.05 c lex dual LP : 0.00 0 0 0.00 -
1796.70/1797.05 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.70/1797.05 c diving/probing LP: 0.00 0 0 0.00 -
1796.70/1797.05 c strong branching : 693.51 1472 1156229 785.48 1667.22
1796.70/1797.05 c (at root node) : - 10 6809 680.90 -
1796.70/1797.05 c conflict analysis: 0.00 0 0 0.00 -
1796.70/1797.05 c B&B Tree :
1796.70/1797.05 c number of runs : 1
1796.70/1797.05 c nodes : 1242
1796.70/1797.05 c nodes (total) : 1242
1796.70/1797.05 c nodes left : 149
1796.70/1797.05 c max depth : 75
1796.70/1797.05 c max depth (total): 75
1796.70/1797.05 c backtracks : 208 (16.7%)
1796.70/1797.05 c delayed cutoffs : 2
1796.70/1797.05 c repropagations : 1336 (3177 domain reductions, 0 cutoffs)
1796.70/1797.05 c avg switch length: 6.77
1796.70/1797.05 c switching time : 0.90
1796.70/1797.05 c Solution :
1796.70/1797.05 c Solutions found : 0 (0 improvements)
1796.70/1797.05 c Primal Bound : -
1796.70/1797.05 c Dual Bound : +0.00000000000000e+00
1796.70/1797.05 c Gap : infinite
1796.70/1797.05 c Root Dual Bound : +0.00000000000000e+00
1796.70/1797.05 c Root Iterations : 20787
1796.70/1797.09 c Time complete: 1796.81.
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-3691872-1338042967/watcher-3691872-1338042967 -o /tmp/evaluation-result-3691872-1338042967/solver-3691872-1338042967 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691872-1338042967.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.11 2.07 2.02 2/178 2192
/proc/meminfo: memFree=28863524/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=12028 CPUtime=0 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 1819 0 0 0 0 0 0 0 20 0 1 0 270422083 12316672 1773 33554432000 4194304 10219143 140737441359040 140733785590856 8891101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2192/statm: 3007 1773 398 1471 0 1527 0
[startup+0.096139 s]
/proc/loadavg: 2.11 2.07 2.02 2/178 2192
/proc/meminfo: memFree=28863524/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=41208 CPUtime=0.09 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 8725 0 0 0 7 2 0 0 20 0 1 0 270422083 42196992 8679 33554432000 4194304 10219143 140737441359040 140733785590856 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2192/statm: 10302 8679 549 1471 0 8822 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41208
[startup+0.100257 s]
/proc/loadavg: 2.11 2.07 2.02 2/178 2192
/proc/meminfo: memFree=28863524/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=41924 CPUtime=0.09 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 9166 0 0 0 7 2 0 0 20 0 1 0 270422083 42930176 8863 33554432000 4194304 10219143 140737441359040 140733785590856 5961584 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2192/statm: 10481 8863 559 1471 0 9001 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41924
[startup+0.300247 s]
/proc/loadavg: 2.11 2.07 2.02 2/178 2192
/proc/meminfo: memFree=28863524/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=59872 CPUtime=0.29 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 13784 0 0 0 20 9 0 0 20 0 1 0 270422083 61308928 13450 33554432000 4194304 10219143 140737441359040 140733785590856 5106542 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2192/statm: 14968 13451 661 1471 0 13488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59872
[startup+0.700167 s]
/proc/loadavg: 2.11 2.07 2.02 2/178 2192
/proc/meminfo: memFree=28863524/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=67744 CPUtime=0.68 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 15733 0 0 0 59 9 0 0 20 0 1 0 270422083 69369856 15355 33554432000 4194304 10219143 140737441359040 140737441352296 8082555 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2192/statm: 16936 15362 727 1471 0 15456 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 67744
[startup+1.5002 s]
/proc/loadavg: 2.11 2.07 2.02 3/179 2193
/proc/meminfo: memFree=28804732/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=68328 CPUtime=1.49 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 15877 0 0 0 139 10 0 0 20 0 1 0 270422083 69967872 15499 33554432000 4194304 10219143 140737441359040 140737441352392 8027824 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2192/statm: 17082 15499 727 1471 0 15602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68328
[startup+3.10023 s]
/proc/loadavg: 2.11 2.07 2.02 3/179 2193
/proc/meminfo: memFree=28803096/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=68800 CPUtime=3.09 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 16013 0 0 0 299 10 0 0 20 0 1 0 270422083 70451200 15635 33554432000 4194304 10219143 140737441359040 140737441352392 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 17200 15635 728 1471 0 15720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68800
[startup+6.30032 s]
/proc/loadavg: 2.10 2.07 2.02 3/179 2193
/proc/meminfo: memFree=28801716/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=113912 CPUtime=6.29 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 27305 0 0 0 582 47 0 0 20 0 1 0 270422083 116645888 26773 33554432000 4194304 10219143 140737441359040 140737441353512 9008087 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 28478 26773 780 1471 0 26998 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113912
[startup+12.7002 s]
/proc/loadavg: 2.10 2.07 2.02 3/179 2193
/proc/meminfo: memFree=28750388/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=12.68 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29342 0 0 0 1181 87 0 0 20 0 1 0 270422083 124284928 28784 33554432000 4194304 10219143 140737441359040 140737441354280 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 28784 800 1471 0 28863 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 121372
[startup+25.5003 s]
/proc/loadavg: 2.07 2.07 2.02 3/179 2193
/proc/meminfo: memFree=28749876/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=25.48 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29351 0 0 0 2453 95 0 0 20 0 1 0 270422083 124284928 28793 33554432000 4194304 10219143 140737441359040 140737441352488 8056486 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 28793 801 1471 0 28863 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121372
[startup+51.1003 s]
/proc/loadavg: 2.05 2.06 2.01 3/179 2194
/proc/meminfo: memFree=28748976/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=51.08 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29352 0 0 0 5007 101 0 0 20 0 1 0 270422083 124284928 28794 33554432000 4194304 10219143 140737441359040 140737441352872 8076090 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 28794 801 1471 0 28863 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121372
[startup+102.307 s]
/proc/loadavg: 2.02 2.05 2.01 3/179 2194
/proc/meminfo: memFree=28745876/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=102.27 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29367 0 0 0 10113 114 0 0 20 0 1 0 270422083 124284928 29039 33554432000 4194304 10219143 140737441359040 140737441352584 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29039 802 1471 0 28863 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 121372
[startup+162.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 2194
/proc/meminfo: memFree=28742656/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=162.25 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 16087 138 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352392 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 121372
[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 2194
/proc/meminfo: memFree=28740608/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=222.24 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 22064 160 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352392 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 121372
[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 2197
/proc/meminfo: memFree=28740104/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=282.24 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 28036 188 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352296 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 121372
[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2197
/proc/meminfo: memFree=28738252/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=342.23 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 34010 213 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352296 8056480 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 121372
[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2198
/proc/meminfo: memFree=28737936/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=402.22 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 39989 233 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352584 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 121372
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2198
/proc/meminfo: memFree=28737192/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=462.22 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 45969 253 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352536 8097584 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 121372
[startup+522.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2198
/proc/meminfo: memFree=28736448/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=522.2 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 51943 277 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352296 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 121372
[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2198
/proc/meminfo: memFree=28736696/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=582.19 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 57913 306 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352584 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 121372
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28713956/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1122.11 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 111705 506 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352488 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 121372
[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2241
/proc/meminfo: memFree=28709984/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1182.1 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 117675 535 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352488 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 121372
[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2241
/proc/meminfo: memFree=28708772/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1242.09 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 123648 561 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352296 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 121372
[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 2242
/proc/meminfo: memFree=28705708/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1302.09 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 129624 585 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352344 8056909 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 121372
[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2242
/proc/meminfo: memFree=28707568/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1362.07 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 135596 611 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352392 8100188 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 121372
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2242
/proc/meminfo: memFree=28707128/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1422.07 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29372 0 0 0 141567 640 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441351560 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 121372
[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 2245
/proc/meminfo: memFree=28707432/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1482.05 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 147543 662 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352584 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 121372
[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 2268
/proc/meminfo: memFree=28711832/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1542.05 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 153521 684 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352296 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 121372
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2269
/proc/meminfo: memFree=28708180/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1602.03 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 159494 709 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352488 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 121372
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2269
/proc/meminfo: memFree=28712644/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1662.03 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 165473 730 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352296 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 121372
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2269
/proc/meminfo: memFree=28708188/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1722.02 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 171457 745 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352296 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 121372
[startup+1782.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 2270
/proc/meminfo: memFree=28706876/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1782.01 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 177442 759 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352488 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 121372
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 2270
/proc/meminfo: memFree=28704272/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1785.21 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 177762 759 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352584 8030334 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 121372
[startup+1791.91 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 2270
/proc/meminfo: memFree=28704272/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1791.62 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 178401 761 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352296 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 121372
[startup+1795.1 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 2270
/proc/meminfo: memFree=28704272/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1794.82 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 178720 762 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352872 8051291 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 121372
[startup+1795.9 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 2270
/proc/meminfo: memFree=28704272/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1795.61 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 178799 762 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352488 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 121372
[startup+1796.7 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 2270
/proc/meminfo: memFree=28704272/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1796.4 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 178878 762 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352488 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 121372
[startup+1796.9 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 2270
/proc/meminfo: memFree=28704272/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1796.6 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 178898 762 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352584 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 121372
[startup+1797 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 2270
/proc/meminfo: memFree=28704272/32873844 swapFree=7124/7124
[pid=2192] ppid=2190 vsize=121372 CPUtime=1796.7 cores=0,2,4,6
/proc/2192/stat : 2192 (scip-2.1.1.4exp) R 2190 2192 32151 0 -1 4202496 29373 0 0 0 178908 762 0 0 20 0 1 0 270422083 124284928 29572 33554432000 4194304 10219143 140737441359040 140737441352584 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2192/statm: 30343 29572 806 1471 0 28863 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 121372
Child status: 0
Real time (s): 1797.1
CPU time (s): 1796.81
CPU user time (s): 1789.18
CPU system time (s): 7.63184
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 121372
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.18
system time used= 7.63184
maximum resident set size= 118300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29378
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= 1954
runsolver used 3.08453 second user time and 9.31158 second system time
The end