0.00/0.00 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00 c Copyright (c) 2002-2011 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-3730249-1338688195.opb>
0.00/0.01 c original problem has 863 variables (863 bin, 0 int, 0 impl, 0 cont) and 646 constraints
0.00/0.01 c problem read
0.00/0.01 c No objective function, only one solution is needed.
0.00/0.01 c presolving settings loaded
0.00/0.02 c presolving:
0.00/0.04 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 646 upgd conss, 0 impls, 48 clqs
0.00/0.04 c presolving (2 rounds):
0.00/0.04 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04 c 0 implications, 48 cliques
0.00/0.04 c presolved problem has 863 variables (863 bin, 0 int, 0 impl, 0 cont) and 646 constraints
0.00/0.04 c 48 constraints of type <setppc>
0.00/0.04 c 598 constraints of type <logicor>
0.00/0.04 c transformed objective value is always integral (scale: 1)
0.00/0.04 c Presolving Time: 0.02
0.00/0.04 c - non default parameters ----------------------------------------------------------------------
0.00/0.04 c # SCIP version 2.0.1.5
0.00/0.04 c
0.00/0.04 c # frequency for displaying node information lines
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04 c display/freq = 10000
0.00/0.04 c
0.00/0.04 c # maximal time in seconds to run
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04 c limits/time = 1797
0.00/0.04 c
0.00/0.04 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04 c limits/memory = 13950
0.00/0.04 c
0.00/0.04 c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04 c limits/solutions = 1
0.00/0.04 c
0.00/0.04 c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.04 c separating/maxrounds = 1
0.00/0.04 c
0.00/0.04 c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04 c separating/maxroundsroot = 5
0.00/0.04 c
0.00/0.04 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04 c # [type: int, range: [1,2], default: 1]
0.00/0.04 c timing/clocktype = 2
0.00/0.04 c
0.00/0.04 c # belongs reading time to solving time?
0.00/0.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04 c timing/reading = TRUE
0.00/0.04 c
0.00/0.04 c # should presolving try to simplify inequalities
0.00/0.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04 c constraints/linear/simplifyinequalities = TRUE
0.00/0.04 c
0.00/0.04 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04 c constraints/indicator/addCouplingCons = TRUE
0.00/0.04 c
0.00/0.04 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.04 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.04 c constraints/knapsack/disaggregation = FALSE
0.00/0.04 c
0.00/0.04 c # should presolving try to simplify knapsacks
0.00/0.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04 c
0.00/0.04 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04 c presolving/probing/maxrounds = 0
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04 c heuristics/coefdiving/freq = -1
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04 c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.04 c heuristics/crossover/freq = -1
0.00/0.04 c
0.00/0.04 c # number of nodes added to the contingent of the total nodes
0.00/0.04 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.04 c heuristics/crossover/nodesofs = 750
0.00/0.04 c
0.00/0.04 c # number of nodes without incumbent change that heuristic should wait
0.00/0.04 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.04 c heuristics/crossover/nwaitingnodes = 100
0.00/0.04 c
0.00/0.04 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.04 c # [type: real, range: [0,1], default: 0.1]
0.00/0.04 c heuristics/crossover/nodesquot = 0.15
0.00/0.04 c
0.00/0.04 c # minimum percentage of integer variables that have to be fixed
0.00/0.04 c # [type: real, range: [0,1], default: 0.666]
0.00/0.04 c heuristics/crossover/minfixingrate = 0.5
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04 c heuristics/feaspump/freq = -1
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04 c heuristics/fracdiving/freq = -1
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04 c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04 c heuristics/guideddiving/freq = -1
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04 c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04 c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04 c heuristics/intshifting/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04 c heuristics/linesearchdiving/freq = -1
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04 c heuristics/objpscostdiving/freq = -1
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.04 c # [type: real, range: [0,1], default: 0.01]
0.00/0.04 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04 c heuristics/oneopt/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04 c heuristics/pscostdiving/freq = -1
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04 c heuristics/rens/freq = -1
0.00/0.04 c
0.00/0.04 c # minimum percentage of integer variables that have to be fixable
0.00/0.04 c # [type: real, range: [0,1], default: 0.5]
0.00/0.04 c heuristics/rens/minfixingrate = 0.3
0.00/0.04 c
0.00/0.04 c # number of nodes added to the contingent of the total nodes
0.00/0.04 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.04 c heuristics/rens/nodesofs = 2000
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04 c heuristics/rootsoldiving/freq = -1
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.04 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04 c heuristics/rounding/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04 c heuristics/shiftandpropagate/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04 c heuristics/shifting/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04 c heuristics/simplerounding/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04 c heuristics/subnlp/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04 c heuristics/trivial/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04 c heuristics/trysol/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04 c heuristics/undercover/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04 c heuristics/veclendiving/freq = -1
0.00/0.04 c
0.00/0.04 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04 c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.04 c
0.00/0.04 c # additional number of allowed LP iterations
0.00/0.04 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04 c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.04 c
0.00/0.04 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04 c heuristics/zirounding/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04 c separating/cmir/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04 c separating/flowcover/freq = -1
0.00/0.04 c
0.00/0.04 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04 c separating/rapidlearning/freq = 0
0.00/0.04 c
0.00/0.04 c -----------------------------------------------------------------------------------------------
0.00/0.04 c start solving
0.00/0.04 c
0.00/0.06 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.06 c 0.1s| 1 | 0 | 414 | - |3525k| 0 | 145 | 863 | 646 | 863 | 646 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.21 c 0.2s| 1 | 0 | 559 | - |4219k| 0 | 167 | 863 | 674 | 863 | 657 | 11 | 0 | 0 | 0.000000e+00 | -- | Inf
0.29/0.32 c 0.3s| 1 | 0 | 811 | - |4617k| 0 | 181 | 863 | 674 | 863 | 669 | 23 | 0 | 0 | 0.000000e+00 | -- | Inf
0.39/0.43 c 0.4s| 1 | 0 | 1022 | - |5226k| 0 | 173 | 863 | 674 | 863 | 682 | 36 | 0 | 0 | 0.000000e+00 | -- | Inf
0.49/0.57 c 0.6s| 1 | 0 | 1586 | - |6012k| 0 | 187 | 863 | 674 | 863 | 697 | 51 | 0 | 0 | 0.000000e+00 | -- | Inf
0.59/0.69 c 0.7s| 1 | 0 | 2384 | - |6570k| 0 | 156 | 863 | 674 | 863 | 713 | 67 | 0 | 0 | 0.000000e+00 | -- | Inf
0.69/0.77 c 0.8s| 1 | 2 | 2384 | - |6570k| 0 | 156 | 863 | 674 | 863 | 713 | 67 | 0 | 16 | 0.000000e+00 | -- | Inf
4.09/4.15 c * 4.1s| 67 | 0 | 3633 | 18.9 |6855k| 39 | - | 863 | 674 | 863 | 671 | 67 | 0 |1454 | 0.000000e+00 | 0.000000e+00 | 0.00%
4.09/4.15 c
4.09/4.15 c SCIP Status : problem is solved [optimal solution found]
4.09/4.15 c Solving Time (sec) : 4.15
4.09/4.15 c Solving Nodes : 67
4.09/4.15 c Primal Bound : +0.00000000000000e+00 (1 solutions)
4.09/4.15 c Dual Bound : +0.00000000000000e+00
4.09/4.15 c Gap : 0.00 %
4.09/4.15 s SATISFIABLE
4.09/4.15 v -x299 -x297 -x288 -x286 -x283 -x281 -x291 -x70 -x52 -x51 -x292 -x65 -x294 -x290 -x224 -x223 -x221 -x214 -x207 -x204 -x420 -x417
4.09/4.15 v -x415 x413 -x404 -x401 -x57 -x216 -x54 -x74 -x403 -x206 -x408 -x59 -x422 -x402 -x75 -x67 -x300 -x58 x25 -x24 -x18 -x17 -x16
4.09/4.15 v -x14 -x12 -x8 -x5 -x4 -x2 -x1 -x72 -x55 -x277 -x424 -x210 -x3 -x71 -x11 -x296 -x450 -x444 -x440 -x439 -x437 -x436 -x435 -x431
4.09/4.15 v -x429 -x427 -x201 -x211 -x125 -x122 -x117 -x115 -x113 -x112 -x111 -x106 -x104 -x101 -x525 -x522 -x520 -x519 -x518 -x514 -x510
4.09/4.15 v -x509 -x508 x507 -x505 -x502 -x501 -x442 -x279 -x119 -x6 -x198 -x196 -x195 -x191 -x187 -x186 -x180 -x179 -x21 -x218 -x13 x289
4.09/4.15 v -x515 -x433 -x513 -x284 -x325 -x322 -x319 -x318 -x317 -x316 -x314 -x311 -x310 -x309 -x303 x302 -x217 -x574 -x573 -x572 -x571
4.09/4.15 v -x569 -x568 -x566 -x564 -x563 x562 -x560 -x558 -x556 -x555 -x553 -x552 -x551 -x193 -x549 -x547 x545 -x544 -x542 -x540 -x539
4.09/4.15 v -x538 -x537 -x536 -x535 -x534 -x530 -x529 -x528 -x526 -x68 -x105 -x511 -x524 -x9 -x69 -x565 -x116 -x546 -x407 -x178 -x567 -x23
4.09/4.15 v -x121 -x183 -x446 -x375 -x374 -x373 -x372 -x370 -x368 -x367 x366 -x364 -x362 -x359 -x358 -x357 -x356 -x355 -x353 -x352 -x409
4.09/4.15 v -x441 -x62 -x434 x56 -x63 -x307 -x22 -x189 -x360 -x7 -x278 -x107 -x500 -x499 -x497 -x495 -x494 -x493 -x492 -x491 -x488 -x487
4.09/4.15 v -x486 -x485 x484 -x483 -x482 -x481 -x480 -x478 -x477 -x190 -x506 -x249 -x248 -x247 -x246 -x244 -x243 -x242 -x241 -x239 -x238
4.09/4.15 v -x237 -x235 -x231 -x230 -x229 -x228 -x227 -x550 -x212 -x240 -x498 -x521 -x205 -x100 -x99 -x98 x96 -x94 -x93 -x92 -x90 -x87
4.09/4.15 v -x86 -x85 -x83 -x82 -x80 -x79 -x78 -x77 -x76 -x570 -x95 -x209 -x91 -x350 -x349 -x348 -x347 -x346 -x344 x343 -x341 -x340 -x339
4.09/4.15 v -x338 -x336 -x335 -x334 -x333 -x331 -x330 -x329 -x328 -x327 -x410 -x120 -x280 -x369 -x194 -x175 -x173 -x172 -x171 -x170 -x169
4.09/4.15 v -x168 -x167 -x165 -x164 -x163 -x161 -x160 -x159 -x157 x153 -x152 -x151 x449 -x517 -x15 -x174 -x363 -x181 -x308 -x337 -x324
4.09/4.15 v -x443 -x527 -x19 -x203 -x192 -x285 -x287 -x490 -x430 -x108 -x406 -x199 -x53 -x166 -x97 -x66 -x405 -x305 -x425 -x320 -x155 -x416
4.09/4.15 v -x20 -x184 -x365 -x298 -x445 -x109 -x154 -x60 -x81 -x215 -x428 -x213 -x225 -x419 x123 -x282 -x400 -x398 -x397 -x396 -x394
4.09/4.15 v -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 x380 -x379 -x378 -x377 -x376 -x182 -x10 -x475 x472
4.09/4.15 v -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x463 -x461 -x460 -x459 -x458 -x457 -x456 -x453 -x452 -x451 -x354 -x479 -x791 -x790
4.09/4.15 v -x789 -x788 -x787 -x786 -x785 -x784 -x783 x782 -x781 -x780 -x219 -x523 -x414 -x412 -x84 -x250 -x532 -x64 -x418 -x114 -x89 -x202
4.09/4.15 v -x245 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x135 -x134 -x133 -x132 -x131 -x130
4.09/4.15 v -x129 -x128 -x127 -x126 -x276 -x454 -x233 -x399 -x162 -x185 -x301 -x342 -x323 -x158 -x177 -x332 x208 -x426 -x464 -x438 -x533
4.09/4.15 v -x447 -x543 -x516 -x548 -x306 -x188 -x88 -x395 -x731 -x730 -x729 -x728 -x727 -x726 -x725 x724 -x723 -x722 -x721 -x720 -x489
4.09/4.15 v -x361 -x411 -x321 -x476 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 x677 -x676 -x675 -x110 -x743 -x742 -x741 -x740 -x739
4.09/4.15 v -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x315 -x663 x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x345 -x220
4.09/4.15 v -x557 -x504 -x531 -x156 -x473 -x226 -x575 -x448 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 x855 -x854 -x853 -x852 -x200
4.09/4.15 v -x496 -x73 -x118 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 x769 -x768 -x293 -x597 -x596 -x595 -x594 x593
4.09/4.15 v -x592 -x591 -x590 -x589 -x588 -x587 -x102 -x432 -x421 -x197 -x50 -x49 -x48 -x47 -x46 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37
4.09/4.15 v -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x45 x236 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830
4.09/4.15 v -x829 x828 -x423 -x326 -x474 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259
4.09/4.15 v -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x462 -x554 -x815 -x814 -x813 -x812 -x811 x810 -x809 -x808 -x807 -x806 -x805
4.09/4.15 v -x804 -x371 -x851 -x850 -x849 -x848 x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x124 -x767 -x766 -x765 x764 -x763 -x762 -x761
4.09/4.15 v -x760 -x759 -x758 -x757 -x756 x267 -x61 x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x222 -x652
4.09/4.15 v -x651 -x650 -x649 -x648 -x647 x646 -x645 -x644 -x643 -x642 -x232 -x312 -x707 -x706 -x705 -x704 -x703 -x702 -x701 x700 -x699
4.09/4.15 v -x698 -x697 -x512 -x503 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x304 -x559 x674 -x673 -x672 -x671
4.09/4.15 v -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x234 -x755 x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x541
4.09/4.15 v -x351 -x136 -x630 -x629 -x628 -x627 -x626 x625 -x624 -x623 -x622 -x621 -x620 -x455 -x719 -x718 x717 -x716 -x715 -x714 -x713
4.09/4.15 v -x712 -x711 -x710 -x709 -x708 -x313 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 x598 -x103 -x696 -x695 -x694
4.09/4.15 v -x693 -x692 -x691 -x690 -x689 -x688 x687 -x686 -x561 -x641 -x640 -x639 x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x381
4.09/4.15 v -x803 -x802 -x801 -x800 -x799 -x798 x797 -x796 -x795 -x794 -x793 -x792 -x295 -x586 -x585 x584 -x583 -x582 -x581 -x580 -x579 -x578
4.09/4.15 v -x577 -x576 x176
4.09/4.15 c SCIP Status : problem is solved [optimal solution found]
4.09/4.15 c Total Time : 4.15
4.09/4.15 c solving : 4.15
4.09/4.15 c presolving : 0.02 (included in solving)
4.09/4.15 c reading : 0.01 (included in solving)
4.09/4.15 c Original Problem :
4.09/4.15 c Problem name : HOME/instance-3730249-1338688195.opb
4.09/4.15 c Variables : 863 (863 binary, 0 integer, 0 implicit integer, 0 continuous)
4.09/4.15 c Constraints : 646 initial, 646 maximal
4.09/4.15 c Presolved Problem :
4.09/4.15 c Problem name : t_HOME/instance-3730249-1338688195.opb
4.09/4.15 c Variables : 863 (863 binary, 0 integer, 0 implicit integer, 0 continuous)
4.09/4.15 c Constraints : 646 initial, 674 maximal
4.09/4.15 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
4.09/4.15 c trivial : 0.00 0 0 0 0 0 0 0 0 0
4.09/4.15 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
4.09/4.15 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
4.09/4.15 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
4.09/4.15 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
4.09/4.15 c implics : 0.00 0 0 0 0 0 0 0 0 0
4.09/4.15 c probing : 0.00 0 0 0 0 0 0 0 0 0
4.09/4.15 c setppc : 0.00 0 0 0 0 0 0 0 0 0
4.09/4.15 c linear : 0.01 0 0 0 0 0 0 0 0 0
4.09/4.15 c logicor : 0.01 0 0 0 0 0 0 0 0 0
4.09/4.15 c root node : - 0 - - 0 - - - - -
4.09/4.15 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
4.09/4.15 c integral : 0 0 0 69 0 3 0 0 2 0 0 132
4.09/4.15 c setppc : 48 5 133 1 0 0 0 0 1206 0 0 0
4.09/4.15 c linear : 0+ 5 7 0 0 0 0 0 0 0 0 0
4.09/4.15 c logicor : 598 5 43 1 0 0 0 0 0 0 0 0
4.09/4.15 c countsols : 0 0 0 1 0 2 0 0 0 0 0 0
4.09/4.15 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
4.09/4.15 c integral : 3.36 0.00 0.00 3.36 0.00 0.00 0.00
4.09/4.15 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
4.09/4.15 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
4.09/4.15 c logicor : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
4.09/4.15 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
4.09/4.15 c Propagators : #Propagate #Resprop Cutoffs DomReds
4.09/4.15 c vbounds : 0 0 0 0
4.09/4.15 c rootredcost : 0 0 0 0
4.09/4.15 c pseudoobj : 0 0 0 0
4.09/4.15 c Propagator Timings : TotalTime Propagate Resprop
4.09/4.15 c vbounds : 0.00 0.00 0.00
4.09/4.15 c rootredcost : 0.00 0.00 0.00
4.09/4.15 c pseudoobj : 0.00 0.00 0.00
4.09/4.15 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
4.09/4.15 c propagation : 0.00 0 0 0 0.0 0 0.0 -
4.09/4.15 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
4.09/4.15 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
4.09/4.15 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
4.09/4.15 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
4.09/4.15 c applied globally : - - - 0 0.0 - - -
4.09/4.15 c applied locally : - - - 0 0.0 - - -
4.09/4.15 c Separators : Time Calls Cutoffs DomReds Cuts Conss
4.09/4.15 c cut pool : 0.00 4 - - 0 - (maximal pool size: 352)
4.09/4.15 c redcost : 0.00 71 0 0 0 0
4.09/4.15 c impliedbounds : 0.00 5 0 0 0 0
4.09/4.15 c intobj : 0.00 0 0 0 0 0
4.09/4.15 c gomory : 0.20 5 0 0 1472 0
4.09/4.15 c cgmip : 0.00 0 0 0 0 0
4.09/4.15 c closecuts : 0.00 0 0 0 0 0
4.09/4.15 c strongcg : 0.22 5 0 0 2233 0
4.09/4.15 c cmir : 0.00 0 0 0 0 0
4.09/4.15 c flowcover : 0.00 0 0 0 0 0
4.09/4.15 c clique : 0.00 5 0 0 0 0
4.09/4.15 c zerohalf : 0.00 0 0 0 0 0
4.09/4.15 c mcf : 0.00 1 0 0 0 0
4.09/4.15 c oddcycle : 0.00 0 0 0 0 0
4.09/4.15 c rapidlearning : 0.03 1 0 0 0 28
4.09/4.15 c Pricers : Time Calls Vars
4.09/4.15 c problem variables: 0.00 0 0
4.09/4.15 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
4.09/4.15 c relpscost : 3.36 68 0 2 0 0 132
4.09/4.15 c pscost : 0.00 0 0 0 0 0 0
4.09/4.15 c inference : 0.00 0 0 0 0 0 0
4.09/4.15 c mostinf : 0.00 0 0 0 0 0 0
4.09/4.15 c leastinf : 0.00 0 0 0 0 0 0
4.09/4.15 c fullstrong : 0.00 0 0 0 0 0 0
4.09/4.15 c allfullstrong : 0.00 0 0 0 0 0 0
4.09/4.15 c random : 0.00 0 0 0 0 0 0
4.09/4.15 c Primal Heuristics : Time Calls Found
4.09/4.15 c LP solutions : 0.00 - 1
4.09/4.15 c pseudo solutions : 0.00 - 0
4.09/4.15 c trivial : 0.00 1 0
4.09/4.15 c shiftandpropagate: 0.00 0 0
4.09/4.15 c simplerounding : 0.00 0 0
4.09/4.15 c zirounding : 0.00 0 0
4.09/4.15 c rounding : 0.00 0 0
4.09/4.15 c shifting : 0.00 0 0
4.09/4.15 c intshifting : 0.00 0 0
4.09/4.15 c oneopt : 0.00 0 0
4.09/4.15 c twoopt : 0.00 0 0
4.09/4.15 c fixandinfer : 0.00 0 0
4.09/4.15 c feaspump : 0.00 0 0
4.09/4.15 c clique : 0.00 0 0
4.09/4.15 c coefdiving : 0.00 0 0
4.09/4.15 c pscostdiving : 0.00 0 0
4.09/4.15 c fracdiving : 0.00 0 0
4.09/4.15 c veclendiving : 0.00 0 0
4.09/4.15 c intdiving : 0.00 0 0
4.09/4.15 c actconsdiving : 0.00 0 0
4.09/4.15 c objpscostdiving : 0.00 0 0
4.09/4.15 c rootsoldiving : 0.00 0 0
4.09/4.15 c linesearchdiving : 0.00 0 0
4.09/4.15 c guideddiving : 0.00 0 0
4.09/4.15 c octane : 0.00 0 0
4.09/4.15 c rens : 0.00 0 0
4.09/4.15 c rins : 0.00 0 0
4.09/4.15 c localbranching : 0.00 0 0
4.09/4.15 c mutation : 0.00 0 0
4.09/4.15 c crossover : 0.00 0 0
4.09/4.15 c dins : 0.00 0 0
4.09/4.15 c vbounds : 0.00 0 0
4.09/4.15 c undercover : 0.00 0 0
4.09/4.15 c subnlp : 0.00 0 0
4.09/4.15 c trysol : 0.00 0 0
4.09/4.15 c LP : Time Calls Iterations Iter/call Iter/sec
4.09/4.15 c primal LP : 0.00 0 0 0.00 -
4.09/4.15 c dual LP : 0.26 74 3633 49.09 14103.92
4.09/4.15 c lex dual LP : 0.00 0 0 0.00 -
4.09/4.15 c barrier LP : 0.00 0 0 0.00 -
4.09/4.15 c diving/probing LP: 0.00 0 0 0.00 -
4.09/4.15 c strong branching : 3.35 1454 41916 28.83 12521.73
4.09/4.15 c (at root node) : - 16 935 58.44 -
4.09/4.15 c conflict analysis: 0.00 0 0 0.00 -
4.09/4.15 c B&B Tree :
4.09/4.15 c number of runs : 1
4.09/4.15 c nodes : 67
4.09/4.15 c nodes (total) : 67
4.09/4.15 c nodes left : 0
4.09/4.15 c max depth : 39
4.09/4.15 c max depth (total): 39
4.09/4.15 c backtracks : 3 (4.5%)
4.09/4.15 c delayed cutoffs : 0
4.09/4.15 c repropagations : 0 (0 domain reductions, 0 cutoffs)
4.09/4.15 c avg switch length: 2.42
4.09/4.15 c switching time : 0.00
4.09/4.15 c Solution :
4.09/4.15 c Solutions found : 1 (1 improvements)
4.09/4.15 c First Solution : +0.00000000000000e+00 (in run 1, after 67 nodes, 4.15 seconds, depth 39, found by <relaxation>)
4.09/4.15 c Primal Bound : +0.00000000000000e+00 (in run 1, after 67 nodes, 4.15 seconds, depth 39, found by <relaxation>)
4.09/4.15 c Dual Bound : +0.00000000000000e+00
4.09/4.15 c Gap : 0.00 %
4.09/4.15 c Root Dual Bound : +0.00000000000000e+00
4.09/4.15 c Root Iterations : 2384
4.09/4.16 c Time complete: 4.16.
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-3730249-1338688195/watcher-3730249-1338688195 -o /tmp/evaluation-result-3730249-1338688195/solver-3730249-1338688195 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730249-1338688195.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 3/174 30036
/proc/meminfo: memFree=27653336/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 1527 0 0 0 0 0 0 0 20 0 1 0 334945395 9818112 1482 33554432000 4194304 9016284 140734385661536 140736158877176 7875499 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 2397 1483 311 1178 0 1215 0
[startup+0.100738 s]
/proc/loadavg: 2.07 2.02 2.00 3/174 30036
/proc/meminfo: memFree=27653336/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=24464 CPUtime=0.09 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 5440 0 0 0 9 0 0 0 20 0 1 0 334945395 25051136 5101 33554432000 4194304 9016284 140734385661536 140736158877176 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 6116 5101 617 1178 0 4934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24464
[startup+0.200319 s]
/proc/loadavg: 2.07 2.02 2.00 3/174 30036
/proc/meminfo: memFree=27653336/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42148 CPUtime=0.19 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10259 0 0 0 18 1 0 0 20 0 1 0 334945395 43159552 9214 33554432000 4194304 9016284 140734385661536 140736158877176 6561037 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10537 9214 659 1178 0 9355 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42148
[startup+0.300351 s]
/proc/loadavg: 2.07 2.02 2.00 3/174 30036
/proc/meminfo: memFree=27653336/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42316 CPUtime=0.29 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10295 0 0 0 28 1 0 0 20 0 1 0 334945395 43331584 9248 33554432000 4194304 9016284 140734385661536 140736158877176 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10579 9248 659 1178 0 9397 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42316
[startup+0.700262 s]
/proc/loadavg: 2.07 2.02 2.00 3/174 30036
/proc/meminfo: memFree=27653336/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42956 CPUtime=0.69 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10685 0 0 0 68 1 0 0 20 0 1 0 334945395 43986944 9638 33554432000 4194304 9016284 140734385661536 140736158877176 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10739 9638 660 1178 0 9557 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42956
[startup+1.50024 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30037
/proc/meminfo: memFree=27617988/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42956 CPUtime=1.49 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10689 0 0 0 146 3 0 0 20 0 1 0 334945395 43986944 9642 33554432000 4194304 9016284 140734385661536 140734385655336 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10739 9642 664 1178 0 9557 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42956
[startup+3.10024 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30037
/proc/meminfo: memFree=27617484/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42956 CPUtime=3.09 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10689 0 0 0 304 5 0 0 20 0 1 0 334945395 43986944 9642 33554432000 4194304 9016284 140734385661536 140734385654792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10739 9642 664 1178 0 9557 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42956
Solver just ended. Dumping a history of the last processes samples
[startup+3.20024 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30037
/proc/meminfo: memFree=27617484/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42956 CPUtime=3.18 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10689 0 0 0 313 5 0 0 20 0 1 0 334945395 43986944 9642 33554432000 4194304 9016284 140734385661536 140734385654792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10739 9642 664 1178 0 9557 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 42956
[startup+3.60024 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30037
/proc/meminfo: memFree=27617732/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42956 CPUtime=3.59 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10689 0 0 0 353 6 0 0 20 0 1 0 334945395 43986944 9642 33554432000 4194304 9016284 140734385661536 140734385654792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10739 9642 664 1178 0 9557 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 42956
[startup+4.0002 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30037
/proc/meminfo: memFree=27617732/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42956 CPUtime=3.99 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10689 0 0 0 392 7 0 0 20 0 1 0 334945395 43986944 9642 33554432000 4194304 9016284 140734385661536 140734385655656 7180751 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10739 9642 664 1178 0 9557 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 42956
[startup+4.10012 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30037
/proc/meminfo: memFree=27617732/32873852 swapFree=6856/6856
[pid=30036] ppid=30034 vsize=42956 CPUtime=4.09 cores=1,3,5,7
/proc/30036/stat : 30036 (scip-2.0.1.4b_2) R 30034 30036 20074 0 -1 4202496 10689 0 0 0 402 7 0 0 20 0 1 0 334945395 43986944 9642 33554432000 4194304 9016284 140734385661536 140734385655656 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30036/statm: 10739 9642 664 1178 0 9557 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 42956
Child status: 0
Real time (s): 4.16652
CPU time (s): 4.16537
CPU user time (s): 4.08338
CPU system time (s): 0.081987
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 42956
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.08338
system time used= 0.081987
maximum resident set size= 39672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10697
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= 3
involuntary context switches= 5
runsolver used 0.010998 second user time and 0.049992 second system time
The end