Trace number 4510809

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1UNSAT 593.234 596.058

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
MD5SUMdcac64736f2fac2889802971ff74db2d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark415.773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3288
Total number of constraints10282
Number of constraints which are clauses10282
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

25.75/26.62	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4510809-1751204746.opb
25.75/26.62	c Solving mode: decision
25.75/26.62	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
25.75/26.62	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
25.75/26.62	c original problem has 3288 variables (3288 bin, 0 int, 0 impl, 0 cont) and 10282 constraints
25.75/26.62	c presolving:
25.75/26.62	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10282 upgd conss, 0 impls, 9186 clqs
25.75/26.62	c (round 2, exhaustive) 0 del vars, 4384 del conss, 1096 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10282 upgd conss, 0 impls, 9186 clqs
25.75/26.62	c    (0.3s) probing: 51/3288 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
25.75/26.62	c    (0.3s) probing aborted: 50/50 successive totally useless probings
25.75/26.62	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
25.75/26.62	c    (0.3s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
25.75/26.62	c dynamic symmetry handling statistics:
25.75/26.62	c    orbitopal reduction:       no components
25.75/26.62	c    orbital reduction:         no components
25.75/26.62	c    lexicographic reduction:   no permutations
25.75/26.62	c handled 1 out of 1 symmetry components
25.75/26.62	c (round 3, exhaustive) 11 del vars, 4384 del conss, 1097 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10282 upgd conss, 0 impls, 10212 clqs
25.75/26.62	c (round 4, fast)       27 del vars, 4434 del conss, 1097 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10282 upgd conss, 0 impls, 10204 clqs
25.75/26.62	c    (0.4s) probing: 57/3288 (1.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
25.75/26.62	c    (0.4s) probing aborted: 50/50 successive totally useless probings
25.75/26.62	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
25.75/26.62	c  27 deleted vars, 4434 deleted constraints, 1097 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
25.75/26.62	c  0 implications, 10204 cliques
25.75/26.62	c presolved problem has 3269 variables (3269 bin, 0 int, 0 impl, 0 cont) and 6945 constraints
25.75/26.62	c    6944 constraints of type <setppc>
25.75/26.62	c       1 constraints of type <orbitope>
25.75/26.62	c transformed objective value is always integral (scale: 1)
25.75/26.62	c Presolving Time: 0.33
25.75/26.62	c 
25.75/26.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.75/26.62	c   0.5s|     1 |     0 |  2447 |     - |    67M |   0 |3269 |6970 |6944 |   0 |  0 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   1.7s|     1 |     0 |  8747 |     - |    69M |   0 |3269 |6971 |7139 | 195 |  1 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   2.0s|     1 |     0 |  9519 |     - |    70M |   0 |3269 |6973 |7315 | 371 |  2 |  27 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   2.3s|     1 |     0 | 10012 |     - |    72M |   0 |3269 |6974 |7446 | 502 |  3 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   2.6s|     1 |     0 | 10445 |     - |    73M |   0 |3269 |6975 |7544 | 600 |  4 |  29 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   2.7s|     1 |     0 | 10658 |     - |    75M |   0 |3269 |6976 |7570 | 626 |  5 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   3.0s|     1 |     0 | 10776 |     - |    78M |   0 |3269 |6977 |7586 | 642 |  6 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   3.1s|     1 |     0 | 10892 |     - |    80M |   0 |3269 |6978 |7602 | 658 |  7 |  32 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   3.3s|     1 |     0 | 11030 |     - |    82M |   0 |3269 |6979 |7619 | 675 |  8 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   3.4s|     1 |     0 | 11205 |     - |    84M |   0 |3269 |6980 |7640 | 696 |  9 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   3.6s|     1 |     0 | 11302 |     - |    85M |   0 |3269 |6981 |7656 | 712 | 10 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   3.6s|     1 |     0 | 11459 |     - |    86M |   0 |3269 |6982 |7669 | 725 | 11 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   4.2s|     1 |     2 | 14046 |     - |    87M |   0 |3269 |6995 |7669 | 725 | 11 |  49 |  11 | 0.000000e+00 |      --      |    Inf | unknown
25.75/26.62	c   8.3s|   100 |    83 | 38819 | 276.4 |    96M |  40 |3269 |7124 |7383 |1615 |  1 | 180 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c   9.2s|   200 |   127 | 43848 | 162.8 |   100M |  58 |3269 |7246 |7431 |1843 |  1 | 302 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.75/26.62	c   9.7s|   300 |   129 | 46836 | 118.3 |   102M |  67 |3269 |7386 |7419 |1972 |  1 | 443 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  10.5s|   400 |    99 | 50221 |  97.1 |   108M |  67 |3269 |7587 |7437 |2199 |  1 | 654 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  11.2s|   500 |   115 | 53331 |  83.9 |   115M |  67 |3269 |7760 |   0 |2534 |  0 | 829 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  12.4s|   600 |   132 | 59766 |  80.6 |   122M |  67 |3269 |7885 |   0 |2890 |  0 | 966 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  13.4s|   700 |   167 | 64593 |  76.0 |   128M |  67 |3269 |7987 |7415 |3332 |  1 |1085 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  14.0s|   800 |   142 | 66969 |  69.5 |   129M |  67 |3269 |8131 |7399 |3584 |  1 |1278 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  14.9s|   900 |   150 | 70760 |  66.0 |   133M |  67 |3269 |8332 |   0 |4110 |  0 |1564 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  15.3s|  1000 |   140 | 72519 |  61.1 |   134M |  67 |3269 |8698 |7424 |4188 |  1 |1990 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  15.9s|  1100 |   145 | 75939 |  58.7 |   137M |  67 |3269 |8861 |7436 |4757 |  1 |2313 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  16.7s|  1200 |   143 | 80565 |  57.6 |   140M |  67 |3269 |9009 |7427 |5523 |  1 |2694 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  17.3s|  1300 |   147 | 84089 |  55.9 |   141M |  67 |3269 |9214 |7358 |5786 |  0 |3091 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  17.8s|  1400 |   150 | 87143 |  54.1 |   143M |  67 |3269 |9257 |7387 |5966 |  1 |3168 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  18.4s|  1500 |   130 | 89202 |  51.9 |   146M |  67 |3269 |9403 |7450 |6277 |  1 |3411 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  19.3s|  1600 |   123 | 93305 |  51.2 |   152M |  67 |3269 |9547 |   0 |7225 |  0 |3760 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  20.0s|  1700 |   126 | 96557 |  50.1 |   154M |  67 |3269 |9651 |7365 |7854 |  1 |4064 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.75/26.62	c  20.7s|  1800 |   127 | 99520 |  48.9 |   155M |  67 |3269 |9632 |   0 |8252 |  0 |4228 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  21.3s|  1900 |   132 |103054 |  48.2 |   155M |  67 |3269 |9640 |7426 |9067 |  3 |4360 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  21.8s|  2000 |   132 |106743 |  47.7 |   156M |  67 |3269 |9772 |7473 |9809 |  3 |4631 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  22.5s|  2100 |   133 |110131 |  47.0 |   156M |  67 |3269 |9780 |7440 |  10k|  1 |4758 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  23.1s|  2200 |   141 |112335 |  45.9 |   158M |  67 |3269 |9849 |   0 |  10k|  0 |4922 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  24.0s|  2300 |   150 |116010 |  45.5 |   161M |  67 |3269 |9902 |7481 |  11k|  2 |5075 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
25.75/26.62	c  24.6s|  2400 |   149 |119473 |  45.0 |   162M |  67 |3269 |  10k|7446 |  11k|  1 |5271 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  25.5s|  2500 |   154 |122560 |  44.5 |   168M |  67 |3269 |  10k|7473 |  12k|  2 |5453 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  26.2s|  2600 |   145 |125245 |  43.8 |   171M |  67 |3269 |  10k|7420 |  12k|  1 |5684 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  26.9s|  2700 |   149 |129069 |  43.6 |   175M |  67 |3269 |  10k|7446 |  13k|  1 |6048 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  27.4s|  2800 |   145 |131579 |  42.9 |   175M |  67 |3269 |  10k|7443 |  14k|  1 |6312 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  28.0s|  2900 |   159 |133606 |  42.1 |   176M |  67 |3269 |  10k|7411 |  14k|  1 |6551 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  28.7s|  3000 |   169 |136656 |  41.7 |   176M |  67 |3269 |  10k|7433 |  14k|  1 |6757 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  29.3s|  3100 |   165 |139022 |  41.2 |   176M |  67 |3269 |  10k|7428 |  14k|  1 |7020 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  29.8s|  3200 |   173 |141570 |  40.7 |   179M |  67 |3269 |  10k|7415 |  15k|  1 |7233 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.56/54.55	c  30.4s|  3300 |   183 |144223 |  40.2 |   180M |  67 |3269 |  11k|7428 |  15k|  1 |7536 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  30.8s|  3400 |   188 |146359 |  39.7 |   182M |  67 |3269 |  11k|7428 |  15k|  1 |7819 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  31.1s|  3500 |   191 |148230 |  39.1 |   182M |  67 |3269 |  11k|7428 |  15k|  1 |7981 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  31.5s|  3600 |   187 |150717 |  38.7 |   182M |  67 |3269 |  11k|7423 |  16k|  1 |8261 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  31.9s|  3700 |   186 |152126 |  38.0 |   183M |  67 |3269 |  11k|7423 |  16k|  1 |8534 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  32.2s|  3800 |   178 |153592 |  37.4 |   183M |  67 |3269 |  11k|   0 |  16k|  0 |8855 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  32.8s|  3900 |   184 |157782 |  37.5 |   183M |  67 |3269 |  11k|7428 |  16k|  1 |9155 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  33.2s|  4000 |   180 |158970 |  36.9 |   183M |  67 |3269 |  11k|7427 |  16k|  1 |9445 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  33.6s|  4100 |   184 |161448 |  36.6 |   183M |  67 |3269 |  11k|7424 |  16k|  1 |9696 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  34.0s|  4200 |   197 |164423 |  36.4 |   184M |  67 |3269 |  11k|7411 |  17k|  1 |9991 |  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  34.5s|  4300 |   193 |166829 |  36.1 |   184M |  67 |3269 |  11k|7411 |  17k|  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  35.2s|  4400 |   196 |169626 |  36.0 |   188M |  67 |3269 |  11k|   0 |  18k|  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  35.7s|  4500 |   203 |173557 |  36.0 |   188M |  67 |3269 |  11k|7411 |  18k|  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  36.6s|  4600 |   208 |176862 |  36.0 |   189M |  67 |3269 |  11k|   0 |  18k|  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  37.1s|  4700 |   201 |179285 |  35.7 |   189M |  67 |3269 |  11k|7365 |  19k|  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.56/54.55	c  37.7s|  4800 |   208 |183585 |  35.9 |   190M |  67 |3269 |  12k|7421 |  19k|  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  38.2s|  4900 |   205 |187041 |  35.8 |   191M |  67 |3269 |  12k|   0 |  20k|  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  38.7s|  5000 |   207 |191123 |  35.9 |   191M |  67 |3269 |  12k|   0 |  20k|  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  39.3s|  5100 |   203 |195799 |  36.2 |   191M |  67 |3269 |  12k|   0 |  21k|  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  39.9s|  5200 |   204 |199883 |  36.2 |   191M |  67 |3269 |  12k|7413 |  22k|  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  40.6s|  5300 |   202 |204089 |  36.4 |   191M |  67 |3269 |  12k|7444 |  23k|  3 |  13k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  40.9s|  5400 |   207 |205918 |  36.0 |   192M |  67 |3269 |  12k|   0 |  23k|  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  41.5s|  5500 |   212 |208163 |  35.8 |   194M |  67 |3269 |  12k|7487 |  23k|  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  42.5s|  5600 |   226 |213675 |  36.1 |   196M |  67 |3269 |  12k|7390 |  24k|  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  43.0s|  5700 |   242 |217286 |  36.1 |   197M |  67 |3269 |  13k|7460 |  24k|  3 |  14k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  43.5s|  5800 |   243 |219496 |  35.9 |   197M |  67 |3269 |  13k|   0 |  24k|  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  44.0s|  5900 |   248 |221921 |  35.7 |   198M |  67 |3269 |  13k|7407 |  25k|  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  44.4s|  6000 |   239 |223698 |  35.4 |   198M |  67 |3269 |  13k|   0 |  25k|  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  44.8s|  6100 |   252 |226255 |  35.2 |   198M |  67 |3269 |  13k|7456 |  25k|  2 |  15k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  45.4s|  6200 |   245 |228373 |  35.0 |   198M |  67 |3269 |  13k|7407 |  25k|  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.56/54.55	c  46.2s|  6300 |   255 |232867 |  35.1 |   198M |  67 |3269 |  13k|   0 |  26k|  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  46.6s|  6400 |   255 |235435 |  35.0 |   198M |  67 |3269 |  13k|7408 |  26k|  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  47.1s|  6500 |   248 |237645 |  34.8 |   198M |  67 |3269 |  13k|7408 |  27k|  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  47.5s|  6600 |   264 |240324 |  34.7 |   198M |  67 |3269 |  13k|7453 |  27k|  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  48.0s|  6700 |   257 |242399 |  34.5 |   198M |  67 |3269 |  13k|   0 |  27k|  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  48.4s|  6800 |   257 |244299 |  34.2 |   198M |  67 |3269 |  13k|7426 |  28k|  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  49.1s|  6900 |   261 |247768 |  34.3 |   199M |  67 |3269 |  13k|7407 |  28k|  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  49.5s|  7000 |   261 |249848 |  34.1 |   199M |  67 |3269 |  13k|   0 |  28k|  0 |  17k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  50.0s|  7100 |   265 |251450 |  33.8 |   199M |  67 |3269 |  13k|7407 |  28k|  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  50.4s|  7200 |   254 |253177 |  33.6 |   199M |  67 |3269 |  14k|   0 |  28k|  0 |  17k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  50.8s|  7300 |   252 |255368 |  33.4 |   199M |  67 |3269 |  14k|7423 |  28k|  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  51.3s|  7400 |   266 |257647 |  33.3 |   200M |  67 |3269 |  14k|7420 |  29k|  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  52.0s|  7500 |   263 |261538 |  33.3 |   200M |  67 |3269 |  14k|7459 |  29k|  2 |  18k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  52.4s|  7600 |   271 |264031 |  33.2 |   201M |  67 |3269 |  14k|7454 |  30k|  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
53.56/54.55	c  52.9s|  7700 |   274 |266001 |  33.1 |   201M |  67 |3269 |  14k|   0 |  30k|  0 |  19k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.54/81.67	c  53.4s|  7800 |   280 |268511 |  33.0 |   201M |  67 |3269 |  14k|7411 |  30k|  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  54.1s|  7900 |   271 |271928 |  33.0 |   201M |  67 |3269 |  14k|   0 |  31k|  0 |  19k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  54.6s|  8000 |   266 |274320 |  32.9 |   201M |  67 |3269 |  15k|7428 |  31k|  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  55.0s|  8100 |   267 |277128 |  32.8 |   202M |  67 |3269 |  15k|7397 |  31k|  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  55.7s|  8200 |   262 |279583 |  32.7 |   203M |  67 |3269 |  15k|   0 |  32k|  0 |  20k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  56.1s|  8300 |   258 |281314 |  32.5 |   203M |  67 |3269 |  15k|   0 |  32k|  0 |  21k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  56.6s|  8400 |   270 |284420 |  32.5 |   203M |  67 |3269 |  15k|7426 |  32k|  0 |  21k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  57.0s|  8500 |   268 |285885 |  32.3 |   203M |  67 |3269 |  15k|7412 |  32k|  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  57.6s|  8600 |   263 |288121 |  32.2 |   203M |  67 |3269 |  15k|7461 |  33k|  2 |  22k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  58.1s|  8700 |   258 |290931 |  32.1 |   203M |  67 |3269 |  15k|7408 |  33k|  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  58.6s|  8800 |   266 |295124 |  32.2 |   204M |  67 |3269 |  15k|7420 |  33k|  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  59.0s|  8900 |   286 |297455 |  32.1 |   204M |  67 |3269 |  15k|7410 |  34k|  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  59.6s|  9000 |   289 |299795 |  32.0 |   204M |  67 |3269 |  15k|7431 |  34k|  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  60.1s|  9100 |   306 |303158 |  32.1 |   205M |  67 |3269 |  15k|7437 |  34k|  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  60.4s|  9200 |   304 |304973 |  31.9 |   205M |  67 |3269 |  16k|   0 |  34k|  0 |  23k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.54/81.67	c  61.0s|  9300 |   318 |308459 |  31.9 |   211M |  67 |3269 |  16k|7404 |  34k|  0 |  24k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  61.4s|  9400 |   325 |311277 |  31.9 |   211M |  67 |3269 |  16k|   0 |  35k|  0 |  24k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  61.9s|  9500 |   323 |313348 |  31.8 |   211M |  67 |3269 |  16k|   0 |  35k|  0 |  24k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  62.6s|  9600 |   325 |316821 |  31.8 |   211M |  67 |3269 |  16k|   0 |  35k|  0 |  25k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  63.1s|  9700 |   336 |319365 |  31.7 |   211M |  67 |3269 |  16k|7431 |  35k|  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  63.9s|  9800 |   339 |324014 |  31.9 |   211M |  67 |3269 |  16k|7459 |  36k|  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  64.4s|  9900 |   336 |326460 |  31.8 |   211M |  67 |3269 |  16k|7496 |  36k|  3 |  26k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  65.0s| 10000 |   337 |329502 |  31.8 |   211M |  67 |3269 |  16k|7383 |  37k|  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  65.5s| 10100 |   345 |331609 |  31.7 |   211M |  67 |3269 |  16k|7392 |  37k|  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  66.1s| 10200 |   353 |335174 |  31.7 |   212M |  67 |3269 |  16k|7398 |  37k|  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  66.5s| 10300 |   353 |336712 |  31.6 |   212M |  67 |3269 |  16k|7416 |  37k|  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  66.9s| 10400 |   354 |338477 |  31.4 |   212M |  67 |3269 |  16k|   0 |  37k|  0 |  27k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  67.4s| 10500 |   356 |339929 |  31.3 |   212M |  67 |3269 |  16k|   0 |  38k|  0 |  27k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  68.0s| 10600 |   354 |341495 |  31.1 |   213M |  67 |3269 |  16k|7365 |  38k|  1 |  28k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  68.6s| 10700 |   350 |344120 |  31.1 |   214M |  67 |3269 |  16k|7420 |  38k|  1 |  28k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.54/81.67	c  69.1s| 10800 |   368 |346552 |  31.0 |   214M |  67 |3269 |  16k|7406 |  38k|  1 |  28k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  69.5s| 10900 |   362 |348502 |  30.9 |   214M |  67 |3269 |  16k|   0 |  38k|  0 |  29k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  70.0s| 11000 |   371 |351016 |  30.9 |   214M |  67 |3269 |  16k|7408 |  39k|  1 |  29k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  70.5s| 11100 |   358 |353105 |  30.8 |   214M |  67 |3269 |  16k|7420 |  39k|  1 |  29k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  71.3s| 11200 |   417 |358797 |  31.0 |   218M |  67 |3269 |  16k|7357 |  39k|  1 |  30k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  72.0s| 11300 |   414 |362804 |  31.1 |   220M |  67 |3269 |  16k|   0 |  40k|  0 |  30k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  72.5s| 11400 |   423 |365504 |  31.1 |   220M |  67 |3269 |  16k|7408 |  40k|  1 |  30k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  72.9s| 11500 |   417 |368192 |  31.0 |   220M |  67 |3269 |  16k|7328 |  40k|  1 |  30k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  73.4s| 11600 |   403 |370503 |  31.0 |   220M |  67 |3269 |  16k|7416 |  40k|  2 |  31k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  74.0s| 11700 |   413 |373613 |  31.0 |   221M |  67 |3269 |  16k|7382 |  41k|  1 |  31k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  74.4s| 11800 |   409 |377041 |  31.0 |   221M |  67 |3269 |  16k|7373 |  41k|  1 |  31k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  75.2s| 11900 |   405 |380731 |  31.0 |   223M |  67 |3269 |  16k|7420 |  42k|  1 |  32k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  75.7s| 12000 |   403 |383019 |  31.0 |   223M |  67 |3269 |  16k|7373 |  42k|  1 |  32k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  76.4s| 12100 |   402 |385113 |  30.9 |   224M |  67 |3269 |  16k|   0 |  42k|  0 |  32k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  76.8s| 12200 |   407 |387574 |  30.8 |   224M |  67 |3269 |  16k|7385 |  42k|  1 |  33k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.54/81.67	c  77.3s| 12300 |   397 |389766 |  30.8 |   224M |  67 |3269 |  16k|7425 |  42k|  2 |  33k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  77.8s| 12400 |   403 |391943 |  30.7 |   224M |  67 |3269 |  16k|7401 |  43k|  1 |  33k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  78.2s| 12500 |   396 |394316 |  30.6 |   224M |  67 |3269 |  16k|7408 |  43k|  1 |  34k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  78.7s| 12600 |   396 |396529 |  30.6 |   224M |  67 |3269 |  16k|7420 |  43k|  1 |  34k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  79.3s| 12700 |   404 |399231 |  30.5 |   224M |  67 |3269 |  16k|7398 |  43k|  1 |  34k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  79.7s| 12800 |   400 |400775 |  30.4 |   224M |  67 |3269 |  16k|7398 |  43k|  1 |  35k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
80.54/81.67	c  80.2s| 12900 |   410 |402669 |  30.3 |   224M |  67 |3269 |  16k|7419 |  44k|  1 |  35k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  80.5s| 13000 |   408 |404158 |  30.2 |   224M |  67 |3269 |  16k|7397 |  44k|  1 |  36k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  80.9s| 13100 |   404 |406185 |  30.1 |   224M |  67 |3269 |  16k|   0 |  44k|  0 |  36k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  81.4s| 13200 |   410 |408406 |  30.1 |   224M |  67 |3269 |  16k|7425 |  44k|  2 |  36k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  81.8s| 13300 |   406 |410155 |  30.0 |   224M |  67 |3269 |  16k|7398 |  44k|  1 |  36k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  82.2s| 13400 |   405 |412077 |  29.9 |   224M |  67 |3269 |  16k|7395 |  44k|  1 |  37k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  82.6s| 13500 |   413 |413703 |  29.8 |   224M |  67 |3269 |  16k|7392 |  45k|  1 |  37k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  83.0s| 13600 |   417 |415287 |  29.7 |   225M |  67 |3269 |  16k|   0 |  45k|  0 |  37k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  83.4s| 13700 |   418 |416722 |  29.6 |   225M |  67 |3269 |  16k|7409 |  45k|  2 |  38k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.46/103.69	c  83.9s| 13800 |   413 |420386 |  29.6 |   225M |  67 |3269 |  16k|   0 |  45k|  0 |  38k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  84.3s| 13900 |   407 |422050 |  29.5 |   225M |  67 |3269 |  16k|7387 |  45k|  1 |  38k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  84.7s| 14000 |   420 |423913 |  29.5 |   225M |  67 |3269 |  16k|   0 |  45k|  0 |  39k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  85.1s| 14100 |   414 |425293 |  29.4 |   225M |  67 |3269 |  16k|7377 |  45k|  1 |  39k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  85.4s| 14200 |   431 |427123 |  29.3 |   225M |  67 |3269 |  16k|7398 |  45k|  1 |  39k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  85.9s| 14300 |   435 |429245 |  29.2 |   225M |  67 |3269 |  16k|7382 |  46k|  1 |  40k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  86.3s| 14400 |   438 |431282 |  29.2 |   225M |  67 |3269 |  16k|7397 |  46k|  2 |  40k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  86.7s| 14500 |   421 |433355 |  29.1 |   225M |  67 |3269 |  16k|7382 |  46k|  1 |  40k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  87.1s| 14600 |   431 |435000 |  29.0 |   226M |  67 |3269 |  16k|7382 |  46k|  0 |  41k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  87.5s| 14700 |   421 |436964 |  28.9 |   226M |  67 |3269 |  16k|7386 |  46k|  1 |  41k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  87.8s| 14800 |   424 |438739 |  28.9 |   226M |  67 |3269 |  16k|7374 |  46k|  1 |  41k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  88.3s| 14900 |   430 |442029 |  28.9 |   226M |  67 |3269 |  16k|7384 |  46k|  2 |  41k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  88.6s| 15000 |   431 |443313 |  28.8 |   226M |  67 |3269 |  16k|   0 |  46k|  0 |  42k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  89.1s| 15100 |   422 |444903 |  28.7 |   228M |  67 |3269 |  16k|   0 |  47k|  0 |  42k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  89.5s| 15200 |   436 |446898 |  28.6 |   228M |  67 |3269 |  16k|7382 |  47k|  1 |  42k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.46/103.69	c  89.9s| 15300 |   444 |449077 |  28.6 |   228M |  67 |3269 |  16k|   0 |  47k|  0 |  43k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  90.3s| 15400 |   439 |451105 |  28.6 |   228M |  67 |3269 |  16k|   0 |  47k|  0 |  43k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  90.8s| 15500 |   436 |453004 |  28.5 |   228M |  67 |3269 |  16k|   0 |  47k|  0 |  43k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  91.3s| 15600 |   437 |456214 |  28.5 |   229M |  67 |3269 |  16k|   0 |  47k|  0 |  44k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  91.7s| 15700 |   431 |457904 |  28.4 |   229M |  67 |3269 |  16k|   0 |  47k|  0 |  44k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  92.1s| 15800 |   444 |460059 |  28.4 |   229M |  67 |3269 |  16k|   0 |  48k|  0 |  44k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  92.6s| 15900 |   448 |462634 |  28.4 |   229M |  67 |3269 |  16k|7404 |  48k|  2 |  45k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  93.0s| 16000 |   449 |465014 |  28.3 |   229M |  67 |3269 |  16k|7388 |  48k|  1 |  45k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  93.4s| 16100 |   452 |467349 |  28.3 |   229M |  67 |3269 |  16k|7395 |  48k|  1 |  45k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  93.9s| 16200 |   451 |469046 |  28.2 |   229M |  67 |3269 |  16k|7395 |  48k|  1 |  46k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  94.3s| 16300 |   450 |471201 |  28.2 |   229M |  67 |3269 |  16k|   0 |  48k|  0 |  46k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  94.7s| 16400 |   453 |473184 |  28.2 |   230M |  67 |3269 |  16k|7403 |  48k|  1 |  46k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  95.1s| 16500 |   449 |475202 |  28.1 |   230M |  67 |3269 |  16k|7391 |  49k|  1 |  47k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  95.6s| 16600 |   444 |477553 |  28.1 |   230M |  67 |3269 |  16k|   0 |  49k|  0 |  47k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  96.1s| 16700 |   449 |480326 |  28.1 |   230M |  67 |3269 |  16k|7405 |  49k|  2 |  47k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.46/103.69	c  96.6s| 16800 |   462 |483039 |  28.1 |   230M |  67 |3269 |  16k|   0 |  49k|  0 |  48k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  97.0s| 16900 |   454 |486054 |  28.1 |   230M |  67 |3269 |  16k|   0 |  49k|  0 |  48k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  97.4s| 17000 |   449 |487393 |  28.0 |   230M |  67 |3269 |  16k|7382 |  49k|  1 |  48k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  97.8s| 17100 |   456 |489268 |  27.9 |   230M |  67 |3269 |  16k|7382 |  50k|  1 |  49k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  98.1s| 17200 |   447 |490755 |  27.9 |   230M |  67 |3269 |  16k|7382 |  50k|  1 |  49k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  98.6s| 17300 |   451 |492834 |  27.8 |   231M |  67 |3269 |  16k|   0 |  50k|  0 |  49k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  99.0s| 17400 |   452 |495644 |  27.8 |   231M |  67 |3269 |  16k|7397 |  50k|  1 |  50k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  99.4s| 17500 |   444 |497347 |  27.8 |   231M |  67 |3269 |  16k|   0 |  50k|  0 |  50k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c  99.8s| 17600 |   445 |498785 |  27.7 |   231M |  67 |3269 |  16k|7382 |  51k|  1 |  50k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c   100s| 17700 |   459 |501106 |  27.7 |   231M |  67 |3269 |  16k|7398 |  51k|  2 |  50k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c   101s| 17800 |   457 |502842 |  27.6 |   231M |  67 |3269 |  16k|7398 |  51k|  1 |  51k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c   101s| 17900 |   462 |504176 |  27.5 |   231M |  67 |3269 |  16k|7388 |  51k|  1 |  51k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c   101s| 18000 |   463 |506099 |  27.5 |   231M |  67 |3269 |  16k|7386 |  51k|  1 |  51k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c   102s| 18100 |   458 |508064 |  27.4 |   231M |  67 |3269 |  16k|   0 |  51k|  0 |  52k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
102.46/103.69	c   102s| 18200 |   467 |510018 |  27.4 |   231M |  67 |3269 |  16k|7399 |  51k|  1 |  52k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
123.29/124.57	c   103s| 18300 |   462 |512291 |  27.4 |   231M |  67 |3269 |  16k|   0 |  51k|  0 |  52k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   103s| 18400 |   471 |514032 |  27.3 |   231M |  67 |3269 |  16k|   0 |  51k|  0 |  52k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   103s| 18500 |   472 |515828 |  27.3 |   231M |  67 |3269 |  16k|   0 |  51k|  0 |  53k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   104s| 18600 |   471 |517452 |  27.2 |   231M |  67 |3269 |  16k|7395 |  51k|  1 |  53k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   104s| 18700 |   466 |518747 |  27.1 |   231M |  67 |3269 |  16k|7386 |  52k|  1 |  53k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   104s| 18800 |   467 |520278 |  27.1 |   231M |  67 |3269 |  16k|7386 |  52k|  1 |  54k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   105s| 18900 |   471 |522177 |  27.0 |   231M |  67 |3269 |  16k|7384 |  52k|  1 |  54k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   105s| 19000 |   469 |523887 |  27.0 |   231M |  67 |3269 |  16k|   0 |  52k|  0 |  54k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   106s| 19100 |   482 |525545 |  26.9 |   231M |  67 |3269 |  16k|7393 |  52k|  1 |  55k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   106s| 19200 |   471 |527923 |  26.9 |   231M |  67 |3269 |  16k|   0 |  52k|  0 |  55k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   106s| 19300 |   465 |529944 |  26.9 |   231M |  67 |3269 |  16k|7394 |  52k|  1 |  55k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   107s| 19400 |   464 |531431 |  26.8 |   231M |  67 |3269 |  16k|   0 |  52k|  0 |  55k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   107s| 19500 |   468 |533559 |  26.8 |   231M |  67 |3269 |  16k|   0 |  52k|  0 |  56k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   108s| 19600 |   465 |536858 |  26.8 |   232M |  67 |3269 |  16k|   0 |  53k|  0 |  56k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   108s| 19700 |   466 |539073 |  26.8 |   232M |  67 |3269 |  16k|   0 |  53k|  0 |  57k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
123.29/124.57	c   108s| 19800 |   477 |541290 |  26.8 |   232M |  67 |3269 |  16k|   0 |  53k|  0 |  57k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   109s| 19900 |   458 |543316 |  26.7 |   232M |  67 |3269 |  16k|   0 |  53k|  0 |  57k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   109s| 20000 |   455 |545137 |  26.7 |   232M |  67 |3269 |  16k|   0 |  53k|  0 |  57k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   110s| 20100 |   457 |546644 |  26.6 |   232M |  67 |3269 |  16k|7394 |  53k|  1 |  58k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   110s| 20200 |   453 |548327 |  26.6 |   232M |  67 |3269 |  16k|7388 |  53k|  1 |  58k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   110s| 20300 |   453 |550596 |  26.6 |   232M |  67 |3269 |  16k|7396 |  53k|  1 |  58k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   111s| 20400 |   452 |553151 |  26.6 |   233M |  67 |3269 |  16k|   0 |  54k|  0 |  58k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   111s| 20500 |   451 |555785 |  26.6 |   233M |  67 |3269 |  16k|7419 |  54k|  2 |  59k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   112s| 20600 |   449 |557337 |  26.5 |   233M |  67 |3269 |  16k|7377 |  54k|  1 |  59k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   112s| 20700 |   447 |559019 |  26.5 |   233M |  67 |3269 |  16k|   0 |  54k|  0 |  59k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   112s| 20800 |   448 |560863 |  26.4 |   233M |  67 |3269 |  16k|   0 |  54k|  0 |  60k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   113s| 20900 |   441 |562770 |  26.4 |   233M |  67 |3269 |  16k|7402 |  54k|  1 |  60k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   113s| 21000 |   440 |564893 |  26.4 |   233M |  67 |3269 |  16k|   0 |  55k|  0 |  60k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   114s| 21100 |   450 |567750 |  26.4 |   233M |  67 |3269 |  16k|7407 |  55k|  1 |  61k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   114s| 21200 |   443 |569819 |  26.3 |   233M |  67 |3269 |  16k|   0 |  55k|  0 |  61k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
123.29/124.57	c   115s| 21300 |   454 |574089 |  26.4 |   233M |  67 |3269 |  16k|7372 |  55k|  1 |  61k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   115s| 21400 |   457 |575822 |  26.4 |   233M |  67 |3269 |  16k|7385 |  55k|  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   115s| 21500 |   460 |577485 |  26.3 |   233M |  67 |3269 |  16k|   0 |  55k|  0 |  62k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   116s| 21600 |   457 |579309 |  26.3 |   233M |  67 |3269 |  16k|7372 |  55k|  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   116s| 21700 |   452 |580999 |  26.2 |   233M |  67 |3269 |  16k|7372 |  56k|  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   116s| 21800 |   451 |582601 |  26.2 |   233M |  67 |3269 |  16k|7372 |  56k|  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   117s| 21900 |   446 |584200 |  26.2 |   233M |  67 |3269 |  16k|   0 |  56k|  0 |  63k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   117s| 22000 |   454 |587710 |  26.2 |   233M |  67 |3269 |  16k|7398 |  56k|  1 |  63k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   118s| 22100 |   455 |589320 |  26.1 |   233M |  67 |3269 |  16k|7372 |  56k|  1 |  63k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   118s| 22200 |   455 |590963 |  26.1 |   233M |  67 |3269 |  16k|   0 |  56k|  0 |  63k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   118s| 22300 |   454 |592633 |  26.1 |   233M |  67 |3269 |  16k|7383 |  56k|  1 |  63k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   119s| 22400 |   456 |593899 |  26.0 |   234M |  67 |3269 |  16k|7409 |  56k|  0 |  64k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   119s| 22500 |   460 |596634 |  26.0 |   234M |  67 |3269 |  16k|   0 |  56k|  0 |  64k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   120s| 22600 |   468 |598024 |  26.0 |   234M |  67 |3269 |  16k|7371 |  56k|  1 |  64k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   120s| 22700 |   474 |600669 |  26.0 |   234M |  67 |3269 |  16k|   0 |  56k|  0 |  64k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
123.29/124.57	c   120s| 22800 |   491 |602234 |  25.9 |   234M |  67 |3269 |  16k|   0 |  57k|  0 |  65k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   121s| 22900 |   471 |604156 |  25.9 |   234M |  67 |3269 |  16k|   0 |  57k|  0 |  65k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   121s| 23000 |   466 |606110 |  25.9 |   234M |  67 |3269 |  16k|   0 |  57k|  0 |  65k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   122s| 23100 |   475 |610343 |  25.9 |   234M |  67 |3269 |  16k|7375 |  57k|  1 |  66k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   122s| 23200 |   476 |611937 |  25.9 |   234M |  67 |3269 |  16k|7376 |  57k|  1 |  66k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   123s| 23300 |   477 |613924 |  25.9 |   234M |  67 |3269 |  16k|7373 |  57k|  1 |  66k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
123.29/124.57	c   123s| 23400 |   487 |616228 |  25.8 |   234M |  67 |3269 |  16k|7373 |  57k|  1 |  66k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   123s| 23500 |   490 |618375 |  25.8 |   234M |  67 |3269 |  16k|7373 |  57k|  1 |  67k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   124s| 23600 |   488 |620128 |  25.8 |   234M |  67 |3269 |  16k|7376 |  58k|  1 |  67k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   124s| 23700 |   491 |621828 |  25.8 |   234M |  67 |3269 |  16k|   0 |  58k|  0 |  67k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   125s| 23800 |   494 |623559 |  25.7 |   234M |  67 |3269 |  16k|7390 |  58k|  1 |  68k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   125s| 23900 |   491 |626579 |  25.7 |   234M |  67 |3269 |  16k|7376 |  58k|  1 |  68k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   125s| 24000 |   486 |628607 |  25.7 |   235M |  67 |3269 |  16k|7388 |  58k|  1 |  68k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   126s| 24100 |   487 |630275 |  25.7 |   235M |  67 |3269 |  16k|   0 |  58k|  0 |  68k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   126s| 24200 |   485 |633432 |  25.7 |   235M |  67 |3269 |  16k|7419 |  58k|  2 |  69k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
145.81/147.18	c   127s| 24300 |   470 |635438 |  25.7 |   235M |  67 |3269 |  16k|7401 |  59k|  1 |  69k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   127s| 24400 |   469 |637493 |  25.7 |   235M |  67 |3269 |  16k|   0 |  59k|  0 |  69k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   128s| 24500 |   472 |640532 |  25.7 |   235M |  67 |3269 |  16k|7382 |  59k|  1 |  70k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   128s| 24600 |   489 |644419 |  25.7 |   236M |  67 |3269 |  16k|   0 |  59k|  0 |  70k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   129s| 24700 |   483 |648023 |  25.8 |   236M |  67 |3269 |  16k|   0 |  59k|  0 |  70k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   129s| 24800 |   472 |649872 |  25.7 |   236M |  67 |3269 |  16k|7390 |  59k|  1 |  70k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   130s| 24900 |   475 |651750 |  25.7 |   236M |  67 |3269 |  16k|   0 |  59k|  0 |  71k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   130s| 25000 |   488 |653758 |  25.7 |   236M |  67 |3269 |  16k|7399 |  60k|  1 |  71k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   131s| 25100 |   489 |655372 |  25.7 |   236M |  67 |3269 |  16k|7390 |  60k|  1 |  71k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   131s| 25200 |   496 |657529 |  25.6 |   236M |  67 |3269 |  16k|7401 |  60k|  1 |  72k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   131s| 25300 |   482 |659269 |  25.6 |   236M |  67 |3269 |  16k|   0 |  60k|  0 |  72k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   132s| 25400 |   485 |661099 |  25.6 |   236M |  67 |3269 |  16k|7390 |  60k|  1 |  72k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   132s| 25500 |   481 |663248 |  25.6 |   236M |  67 |3269 |  16k|   0 |  60k|  0 |  72k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   133s| 25600 |   491 |665697 |  25.6 |   236M |  67 |3269 |  16k|7390 |  60k|  1 |  73k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   133s| 25700 |   494 |668124 |  25.6 |   236M |  67 |3269 |  16k|   0 |  61k|  0 |  73k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
145.81/147.18	c   133s| 25800 |   487 |670251 |  25.5 |   236M |  67 |3269 |  16k|7390 |  61k|  1 |  73k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   134s| 25900 |   484 |671838 |  25.5 |   236M |  67 |3269 |  16k|7413 |  61k|  1 |  74k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   134s| 26000 |   477 |673877 |  25.5 |   236M |  67 |3269 |  16k|   0 |  61k|  0 |  74k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   135s| 26100 |   481 |675669 |  25.4 |   236M |  67 |3269 |  16k|7414 |  61k|  1 |  74k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   135s| 26200 |   478 |677515 |  25.4 |   236M |  67 |3269 |  16k|   0 |  61k|  0 |  74k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   136s| 26300 |   476 |679328 |  25.4 |   236M |  67 |3269 |  16k|7415 |  62k|  2 |  75k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   136s| 26400 |   476 |681478 |  25.4 |   236M |  67 |3269 |  16k|7390 |  62k|  1 |  75k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   136s| 26500 |   479 |683408 |  25.4 |   236M |  67 |3269 |  16k|7404 |  62k|  1 |  75k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   137s| 26600 |   466 |685682 |  25.3 |   236M |  67 |3269 |  16k|   0 |  62k|  0 |  76k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   137s| 26700 |   479 |689594 |  25.4 |   237M |  67 |3269 |  16k|7388 |  63k|  1 |  76k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   138s| 26800 |   475 |691446 |  25.4 |   237M |  67 |3269 |  16k|7388 |  63k|  1 |  76k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   138s| 26900 |   474 |693719 |  25.4 |   237M |  67 |3269 |  16k|7397 |  63k|  2 |  77k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   139s| 27000 |   487 |695894 |  25.4 |   237M |  67 |3269 |  16k|   0 |  63k|  0 |  77k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   139s| 27100 |   499 |697464 |  25.3 |   237M |  67 |3269 |  16k|7388 |  63k|  1 |  77k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   139s| 27200 |   503 |698852 |  25.3 |   237M |  67 |3269 |  16k|   0 |  63k|  0 |  77k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
145.81/147.18	c   140s| 27300 |   510 |701011 |  25.3 |   237M |  67 |3269 |  16k|7386 |  63k|  1 |  78k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   140s| 27400 |   510 |702963 |  25.2 |   237M |  67 |3269 |  16k|7391 |  64k|  1 |  78k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   141s| 27500 |   507 |705423 |  25.2 |   237M |  67 |3269 |  16k|7373 |  64k|  1 |  78k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   141s| 27600 |   506 |706720 |  25.2 |   237M |  67 |3269 |  16k|   0 |  64k|  0 |  78k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   141s| 27700 |   510 |708758 |  25.2 |   237M |  67 |3269 |  16k|7393 |  64k|  1 |  79k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   142s| 27800 |   508 |710548 |  25.1 |   237M |  67 |3269 |  16k|7373 |  64k|  1 |  79k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   142s| 27900 |   510 |713146 |  25.2 |   237M |  67 |3269 |  16k|7373 |  65k|  1 |  79k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   143s| 28000 |   505 |715547 |  25.1 |   237M |  67 |3269 |  16k|7373 |  65k|  1 |  80k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   143s| 28100 |   500 |717802 |  25.1 |   237M |  67 |3269 |  16k|   0 |  65k|  0 |  80k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   143s| 28200 |   498 |720032 |  25.1 |   237M |  67 |3269 |  16k|7373 |  65k|  1 |  80k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   144s| 28300 |   501 |722426 |  25.1 |   237M |  67 |3269 |  16k|   0 |  65k|  0 |  81k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   144s| 28400 |   500 |725350 |  25.1 |   237M |  67 |3269 |  16k|   0 |  66k|  0 |  81k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   145s| 28500 |   505 |727388 |  25.1 |   237M |  67 |3269 |  16k|7373 |  66k|  1 |  81k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   145s| 28600 |   512 |729857 |  25.1 |   237M |  67 |3269 |  16k|7386 |  66k|  1 |  81k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
145.81/147.18	c   146s| 28700 |   503 |732112 |  25.1 |   237M |  67 |3269 |  16k|7373 |  66k|  1 |  82k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
168.51/170.01	c   146s| 28800 |   508 |734207 |  25.1 |   237M |  67 |3269 |  16k|   0 |  67k|  0 |  82k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   146s| 28900 |   504 |736051 |  25.1 |   237M |  67 |3269 |  16k|   0 |  67k|  0 |  82k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   147s| 29000 |   501 |738788 |  25.1 |   237M |  67 |3269 |  16k|   0 |  67k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   147s| 29100 |   493 |740585 |  25.1 |   237M |  67 |3269 |  16k|   0 |  67k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   148s| 29200 |   496 |742608 |  25.0 |   237M |  67 |3269 |  16k|   0 |  67k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   148s| 29300 |   495 |744209 |  25.0 |   237M |  67 |3269 |  16k|7377 |  68k|  1 |  84k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   149s| 29400 |   499 |746171 |  25.0 |   237M |  67 |3269 |  16k|7405 |  68k|  2 |  84k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   149s| 29500 |   488 |747597 |  25.0 |   238M |  67 |3269 |  16k|7424 |  68k|  1 |  84k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   150s| 29600 |   489 |749570 |  24.9 |   238M |  67 |3269 |  16k|   0 |  68k|  0 |  84k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   150s| 29700 |   499 |751452 |  24.9 |   238M |  67 |3269 |  16k|7397 |  68k|  2 |  84k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   150s| 29800 |   495 |752784 |  24.9 |   238M |  67 |3269 |  16k|7388 |  68k|  1 |  85k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   151s| 29900 |   486 |754293 |  24.8 |   238M |  67 |3269 |  16k|   0 |  68k|  0 |  85k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   151s| 30000 |   520 |758159 |  24.9 |   241M |  67 |3269 |  16k|7398 |  69k|  1 |  85k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   152s| 30100 |   497 |761327 |  24.9 |   241M |  67 |3269 |  16k|   0 |  69k|  0 |  85k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   153s| 30200 |   500 |766245 |  25.0 |   241M |  67 |3269 |  16k|7332 |  70k|  1 |  86k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
168.51/170.01	c   153s| 30300 |   496 |769668 |  25.0 |   241M |  67 |3269 |  16k|7332 |  70k|  1 |  86k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   153s| 30400 |   507 |771407 |  25.0 |   241M |  67 |3269 |  16k|7378 |  70k|  1 |  86k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   154s| 30500 |   493 |773392 |  25.0 |   242M |  67 |3269 |  16k|7395 |  70k|  1 |  87k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   154s| 30600 |   499 |775612 |  25.0 |   242M |  67 |3269 |  16k|   0 |  71k|  0 |  87k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   155s| 30700 |   501 |777032 |  24.9 |   242M |  67 |3269 |  16k|   0 |  71k|  0 |  87k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   155s| 30800 |   505 |778476 |  24.9 |   242M |  67 |3269 |  16k|7377 |  71k|  1 |  87k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   156s| 30900 |   512 |782147 |  24.9 |   242M |  67 |3269 |  16k|7382 |  71k|  1 |  88k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   156s| 31000 |   518 |783663 |  24.9 |   242M |  67 |3269 |  16k|   0 |  71k|  0 |  88k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   156s| 31100 |   515 |785009 |  24.9 |   242M |  67 |3269 |  16k|   0 |  71k|  0 |  88k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   157s| 31200 |   515 |786370 |  24.8 |   242M |  67 |3269 |  16k|   0 |  71k|  0 |  88k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   157s| 31300 |   512 |787991 |  24.8 |   242M |  67 |3269 |  16k|7382 |  71k|  1 |  88k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   157s| 31400 |   518 |789934 |  24.8 |   242M |  67 |3269 |  16k|7449 |  71k|  2 |  89k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   158s| 31500 |   523 |793202 |  24.8 |   242M |  67 |3269 |  16k|7402 |  71k|  1 |  89k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   159s| 31600 |   525 |795388 |  24.8 |   242M |  67 |3269 |  16k|7388 |  72k|  1 |  89k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   159s| 31700 |   524 |797147 |  24.8 |   242M |  67 |3269 |  16k|   0 |  72k|  0 |  89k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
168.51/170.01	c   159s| 31800 |   526 |800775 |  24.8 |   242M |  67 |3269 |  16k|   0 |  72k|  0 |  89k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   160s| 31900 |   526 |804059 |  24.8 |   242M |  67 |3269 |  16k|7374 |  72k|  1 |  89k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   160s| 32000 |   532 |805801 |  24.8 |   243M |  67 |3269 |  16k|   0 |  72k|  0 |  90k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   161s| 32100 |   535 |807473 |  24.8 |   243M |  67 |3269 |  16k|7408 |  73k|  1 |  90k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   161s| 32200 |   544 |810100 |  24.8 |   243M |  67 |3269 |  16k|7423 |  73k|  1 |  90k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   162s| 32300 |   542 |811691 |  24.8 |   243M |  67 |3269 |  16k|7423 |  73k|  1 |  90k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   163s| 32400 |   544 |814238 |  24.8 |   244M |  67 |3269 |  16k|7410 |  74k|  1 |  90k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   163s| 32500 |   540 |815920 |  24.8 |   244M |  67 |3269 |  16k|   0 |  74k|  0 |  91k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   163s| 32600 |   543 |817465 |  24.7 |   244M |  67 |3269 |  16k|   0 |  74k|  0 |  91k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   164s| 32700 |   548 |820256 |  24.7 |   244M |  67 |3269 |  16k|   0 |  74k|  0 |  91k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   164s| 32800 |   549 |821477 |  24.7 |   244M |  67 |3269 |  16k|   0 |  74k|  0 |  91k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   165s| 32900 |   553 |823387 |  24.7 |   244M |  67 |3269 |  16k|   0 |  75k|  0 |  92k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   165s| 33000 |   557 |825260 |  24.7 |   244M |  67 |3269 |  15k|7424 |  75k|  1 |  92k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   165s| 33100 |   555 |826610 |  24.6 |   244M |  67 |3269 |  15k|7400 |  75k|  1 |  92k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   166s| 33200 |   554 |829273 |  24.6 |   244M |  67 |3269 |  16k|   0 |  75k|  0 |  92k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
168.51/170.01	c   166s| 33300 |   551 |830671 |  24.6 |   244M |  67 |3269 |  16k|   0 |  75k|  0 |  93k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   167s| 33400 |   557 |832142 |  24.6 |   244M |  67 |3269 |  16k|7391 |  75k|  1 |  93k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   167s| 33500 |   546 |833498 |  24.5 |   244M |  67 |3269 |  15k|   0 |  75k|  0 |  93k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   167s| 33600 |   554 |837105 |  24.6 |   244M |  67 |3269 |  15k|   0 |  75k|  0 |  93k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   168s| 33700 |   560 |839452 |  24.6 |   244M |  67 |3269 |  15k|   0 |  76k|  0 |  93k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   168s| 33800 |   557 |841314 |  24.6 |   244M |  67 |3269 |  15k|   0 |  76k|  0 |  94k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
168.51/170.01	c   168s| 33900 |   552 |843007 |  24.5 |   244M |  67 |3269 |  15k|   0 |  76k|  0 |  94k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   169s| 34000 |   562 |844727 |  24.5 |   244M |  67 |3269 |  15k|   0 |  76k|  0 |  94k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   169s| 34100 |   564 |847919 |  24.5 |   245M |  67 |3269 |  15k|   0 |  76k|  0 |  95k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   170s| 34200 |   562 |849750 |  24.5 |   245M |  67 |3269 |  15k|7376 |  76k|  1 |  95k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   170s| 34300 |   565 |851663 |  24.5 |   245M |  67 |3269 |  15k|   0 |  76k|  0 |  95k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   170s| 34400 |   565 |853395 |  24.5 |   245M |  67 |3269 |  15k|   0 |  77k|  0 |  96k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   171s| 34500 |   565 |854914 |  24.4 |   245M |  67 |3269 |  15k|7396 |  77k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   171s| 34600 |   575 |856867 |  24.4 |   245M |  67 |3269 |  15k|7413 |  77k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   171s| 34700 |   572 |858247 |  24.4 |   245M |  67 |3269 |  15k|7411 |  77k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
194.54/196.06	c   172s| 34800 |   575 |859732 |  24.4 |   245M |  67 |3269 |  15k|7413 |  77k|  1 |  97k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   172s| 34900 |   577 |861560 |  24.4 |   245M |  67 |3269 |  15k|   0 |  77k|  0 |  97k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   173s| 35000 |   586 |863443 |  24.3 |   245M |  67 |3269 |  15k|7413 |  78k|  2 |  97k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   173s| 35100 |   585 |865124 |  24.3 |   245M |  67 |3269 |  15k|7383 |  78k|  1 |  97k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   173s| 35200 |   593 |867423 |  24.3 |   245M |  67 |3269 |  15k|7412 |  78k|  2 |  97k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   174s| 35300 |   584 |869566 |  24.3 |   245M |  67 |3269 |  15k|   0 |  78k|  0 |  98k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   174s| 35400 |   592 |871495 |  24.3 |   245M |  67 |3269 |  15k|7367 |  78k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   175s| 35500 |   599 |874475 |  24.3 |   245M |  67 |3269 |  15k|7367 |  79k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   176s| 35600 |   588 |877055 |  24.3 |   245M |  67 |3269 |  15k|7384 |  79k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   176s| 35700 |   589 |880046 |  24.3 |   245M |  67 |3269 |  15k|7384 |  79k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   177s| 35800 |   596 |882534 |  24.3 |   245M |  67 |3269 |  15k|7384 |  80k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   177s| 35900 |   597 |885253 |  24.3 |   245M |  67 |3269 |  15k|   0 |  80k|  0 |  99k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   178s| 36000 |   613 |888238 |  24.4 |   245M |  67 |3269 |  15k|7390 |  80k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   179s| 36100 |   615 |891550 |  24.4 |   247M |  67 |3269 |  15k|7421 |  81k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   179s| 36200 |   610 |893991 |  24.4 |   247M |  67 |3269 |  15k|7390 |  81k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
194.54/196.06	c   180s| 36300 |   617 |897008 |  24.4 |   248M |  67 |3269 |  15k|7433 |  81k|  2 | 100k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   180s| 36400 |   616 |898727 |  24.4 |   248M |  67 |3269 |  15k|   0 |  82k|  0 | 100k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   181s| 36500 |   617 |901361 |  24.4 |   249M |  67 |3269 |  15k|7427 |  82k|  1 | 100k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   181s| 36600 |   627 |904809 |  24.4 |   249M |  67 |3269 |  15k|7390 |  82k|  1 | 100k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   182s| 36700 |   625 |908028 |  24.4 |   249M |  67 |3269 |  15k|7390 |  83k|  1 | 100k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   182s| 36800 |   627 |911347 |  24.5 |   249M |  67 |3269 |  15k|   0 |  83k|  0 | 101k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   183s| 36900 |   628 |914221 |  24.5 |   249M |  67 |3269 |  15k|7433 |  83k|  1 | 101k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   183s| 37000 |   618 |916373 |  24.5 |   249M |  67 |3269 |  15k|   0 |  84k|  0 | 101k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   184s| 37100 |   614 |918443 |  24.4 |   249M |  67 |3269 |  15k|7390 |  84k|  1 | 101k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   184s| 37200 |   618 |922346 |  24.5 |   249M |  67 |3269 |  15k|7390 |  84k|  1 | 101k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   185s| 37300 |   614 |924894 |  24.5 |   249M |  67 |3269 |  15k|   0 |  85k|  0 | 102k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   185s| 37400 |   603 |928674 |  24.5 |   249M |  67 |3269 |  15k|7407 |  85k|  1 | 102k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   186s| 37500 |   605 |930973 |  24.5 |   250M |  67 |3269 |  15k|   0 |  85k|  0 | 102k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   186s| 37600 |   603 |933608 |  24.5 |   250M |  67 |3269 |  15k|7368 |  86k|  1 | 102k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   187s| 37700 |   593 |936592 |  24.5 |   250M |  67 |3269 |  15k|   0 |  86k|  0 | 102k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
194.54/196.06	c   187s| 37800 |   589 |939718 |  24.6 |   250M |  67 |3269 |  15k|7384 |  87k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   188s| 37900 |   600 |942671 |  24.6 |   250M |  67 |3269 |  15k|7395 |  87k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   188s| 38000 |   608 |944873 |  24.6 |   250M |  67 |3269 |  15k|7399 |  87k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   189s| 38100 |   602 |947168 |  24.6 |   250M |  67 |3269 |  15k|   0 |  87k|  0 | 103k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   190s| 38200 |   604 |950908 |  24.6 |   250M |  67 |3269 |  15k|7395 |  87k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   190s| 38300 |   611 |953341 |  24.6 |   250M |  67 |3269 |  15k|   0 |  88k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   191s| 38400 |   601 |955710 |  24.6 |   250M |  67 |3269 |  15k|7420 |  88k|  1 | 104k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   191s| 38500 |   606 |957928 |  24.6 |   250M |  67 |3269 |  15k|   0 |  88k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   191s| 38600 |   597 |960239 |  24.6 |   250M |  67 |3269 |  15k|   0 |  88k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   192s| 38700 |   600 |962585 |  24.6 |   250M |  67 |3269 |  15k|   0 |  89k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   192s| 38800 |   597 |965288 |  24.6 |   250M |  67 |3269 |  15k|   0 |  89k|  0 | 105k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   193s| 38900 |   599 |967405 |  24.6 |   250M |  67 |3269 |  15k|7425 |  89k|  2 | 105k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   193s| 39000 |   597 |970426 |  24.6 |   250M |  67 |3269 |  15k|   0 |  89k|  0 | 105k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   194s| 39100 |   591 |973363 |  24.6 |   250M |  67 |3269 |  15k|   0 |  90k|  0 | 105k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
194.54/196.06	c   194s| 39200 |   593 |976617 |  24.6 |   250M |  67 |3269 |  15k|7468 |  90k|  1 | 105k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
219.94/221.54	c   195s| 39300 |   590 |979607 |  24.6 |   250M |  67 |3269 |  15k|   0 |  91k|  0 | 106k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   195s| 39400 |   589 |981323 |  24.6 |   250M |  67 |3269 |  15k|7420 |  91k|  1 | 106k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   196s| 39500 |   595 |983292 |  24.6 |   250M |  67 |3269 |  15k|   0 |  91k|  0 | 106k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   196s| 39600 |   594 |986365 |  24.6 |   250M |  67 |3269 |  15k|7420 |  91k|  1 | 106k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   197s| 39700 |   589 |988825 |  24.6 |   250M |  67 |3269 |  15k|7402 |  92k|  1 | 106k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   197s| 39800 |   588 |991651 |  24.6 |   250M |  67 |3269 |  15k|7393 |  92k|  1 | 107k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   198s| 39900 |   596 |993537 |  24.6 |   250M |  67 |3269 |  15k|   0 |  92k|  0 | 107k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   198s| 40000 |   590 |995308 |  24.6 |   250M |  67 |3269 |  15k|7382 |  92k|  1 | 107k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   199s| 40100 |   589 |997595 |  24.6 |   250M |  67 |3269 |  15k|   0 |  93k|  0 | 107k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   199s| 40200 |   594 |999311 |  24.6 |   250M |  67 |3269 |  15k|7450 |  93k|  2 | 107k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   200s| 40300 |   590 |  1000k|  24.6 |   250M |  67 |3269 |  15k|   0 |  93k|  0 | 108k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   200s| 40400 |   586 |  1002k|  24.5 |   250M |  67 |3269 |  15k|7373 |  93k|  1 | 108k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   201s| 40500 |   590 |  1006k|  24.6 |   252M |  67 |3269 |  15k|7330 |  94k|  1 | 108k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   201s| 40600 |   595 |  1010k|  24.6 |   252M |  67 |3269 |  15k|   0 |  94k|  0 | 108k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   202s| 40700 |   598 |  1013k|  24.6 |   252M |  67 |3269 |  15k|7384 |  94k|  1 | 108k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
219.94/221.54	c   202s| 40800 |   590 |  1015k|  24.6 |   252M |  67 |3269 |  15k|   0 |  94k|  0 | 109k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   203s| 40900 |   591 |  1017k|  24.6 |   252M |  67 |3269 |  15k|7403 |  95k|  2 | 109k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   203s| 41000 |   595 |  1021k|  24.6 |   252M |  67 |3269 |  15k|7407 |  95k|  1 | 109k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   204s| 41100 |   598 |  1023k|  24.6 |   252M |  67 |3269 |  15k|7384 |  95k|  1 | 109k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   204s| 41200 |   596 |  1025k|  24.6 |   252M |  67 |3269 |  15k|   0 |  95k|  0 | 110k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   205s| 41300 |   600 |  1027k|  24.6 |   252M |  67 |3269 |  15k|   0 |  96k|  0 | 110k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   206s| 41400 |   604 |  1030k|  24.6 |   252M |  67 |3269 |  15k|7400 |  96k|  1 | 110k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   206s| 41500 |   600 |  1031k|  24.6 |   252M |  67 |3269 |  15k|   0 |  96k|  0 | 110k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   207s| 41600 |   605 |  1033k|  24.6 |   252M |  67 |3269 |  15k|7417 |  96k|  1 | 110k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   207s| 41700 |   604 |  1036k|  24.6 |   252M |  67 |3269 |  15k|   0 |  97k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   208s| 41800 |   610 |  1038k|  24.6 |   252M |  67 |3269 |  15k|   0 |  97k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   208s| 41900 |   601 |  1041k|  24.6 |   252M |  67 |3269 |  15k|7400 |  97k|  1 | 111k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   209s| 42000 |   600 |  1042k|  24.6 |   252M |  67 |3269 |  15k|7422 |  97k|  1 | 111k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   210s| 42100 |   600 |  1044k|  24.5 |   253M |  67 |3269 |  15k|   0 |  98k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   210s| 42200 |   600 |  1046k|  24.5 |   253M |  67 |3269 |  15k|7419 |  98k|  1 | 111k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
219.94/221.54	c   210s| 42300 |   594 |  1047k|  24.5 |   253M |  67 |3269 |  15k|   0 |  98k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   211s| 42400 |   600 |  1051k|  24.5 |   259M |  67 |3269 |  15k|   0 |  98k|  0 | 112k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   211s| 42500 |   601 |  1053k|  24.5 |   259M |  67 |3269 |  15k|7412 |  98k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   212s| 42600 |   602 |  1054k|  24.5 |   259M |  67 |3269 |  15k|   0 |  98k|  0 | 112k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   212s| 42700 |   607 |  1055k|  24.5 |   259M |  67 |3269 |  15k|7438 |  99k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   213s| 42800 |   602 |  1057k|  24.4 |   259M |  67 |3269 |  15k|7412 |  99k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   213s| 42900 |   599 |  1059k|  24.4 |   259M |  67 |3269 |  15k|7412 |  99k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   214s| 43000 |   601 |  1062k|  24.4 |   259M |  67 |3269 |  15k|7412 | 100k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   215s| 43100 |   598 |  1065k|  24.5 |   259M |  67 |3269 |  15k|7412 | 100k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   215s| 43200 |   594 |  1068k|  24.5 |   259M |  67 |3269 |  15k|   0 | 101k|  0 | 113k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   216s| 43300 |   601 |  1069k|  24.4 |   259M |  67 |3269 |  15k|7404 | 101k|  2 | 113k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   216s| 43400 |   602 |  1071k|  24.4 |   259M |  67 |3269 |  15k|7391 | 101k|  1 | 113k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   216s| 43500 |   609 |  1073k|  24.4 |   259M |  67 |3269 |  15k|   0 | 101k|  0 | 113k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   217s| 43600 |   623 |  1074k|  24.4 |   259M |  67 |3269 |  15k|7413 | 101k|  1 | 113k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   217s| 43700 |   622 |  1076k|  24.4 |   259M |  67 |3269 |  15k|7408 | 101k|  1 | 114k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
219.94/221.54	c   218s| 43800 |   623 |  1078k|  24.4 |   259M |  67 |3269 |  15k|7425 | 102k|  1 | 114k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   218s| 43900 |   617 |  1081k|  24.4 |   259M |  67 |3269 |  15k|   0 | 102k|  0 | 114k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   218s| 44000 |   617 |  1082k|  24.4 |   259M |  67 |3269 |  15k|7411 | 102k|  1 | 114k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   219s| 44100 |   629 |  1086k|  24.4 |   259M |  67 |3269 |  15k|7386 | 102k|  1 | 114k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   219s| 44200 |   639 |  1089k|  24.4 |   259M |  67 |3269 |  15k|7412 | 102k|  1 | 115k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   220s| 44300 |   638 |  1090k|  24.4 |   259M |  67 |3269 |  15k|7420 | 102k|  1 | 115k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
219.94/221.54	c   220s| 44400 |   631 |  1092k|  24.3 |   259M |  67 |3269 |  15k|7418 | 103k|  1 | 115k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   220s| 44500 |   630 |  1093k|  24.3 |   259M |  67 |3269 |  15k|   0 | 103k|  0 | 115k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   221s| 44600 |   636 |  1095k|  24.3 |   259M |  67 |3269 |  15k|   0 | 103k|  0 | 116k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   221s| 44700 |   634 |  1097k|  24.3 |   259M |  67 |3269 |  15k|7408 | 103k|  1 | 116k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   221s| 44800 |   640 |  1099k|  24.3 |   259M |  67 |3269 |  15k|7411 | 103k|  1 | 116k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   222s| 44900 |   662 |  1102k|  24.3 |   261M |  67 |3269 |  15k|7412 | 103k|  1 | 116k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   222s| 45000 |   665 |  1104k|  24.3 |   261M |  67 |3269 |  15k|7408 | 103k|  1 | 117k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   223s| 45100 |   673 |  1108k|  24.3 |   261M |  67 |3269 |  15k|   0 | 104k|  0 | 117k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   223s| 45200 |   656 |  1109k|  24.3 |   261M |  67 |3269 |  15k|   0 | 104k|  0 | 117k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
242.06/243.78	c   224s| 45300 |   670 |  1112k|  24.3 |   261M |  67 |3269 |  15k|   0 | 104k|  0 | 117k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   224s| 45400 |   699 |  1116k|  24.3 |   262M |  67 |3269 |  15k|   0 | 104k|  0 | 117k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   225s| 45500 |   704 |  1120k|  24.4 |   262M |  67 |3269 |  15k|   0 | 105k|  0 | 118k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   225s| 45600 |   712 |  1121k|  24.3 |   262M |  67 |3269 |  15k|   0 | 105k|  0 | 118k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   225s| 45700 |   708 |  1122k|  24.3 |   262M |  67 |3269 |  15k|7401 | 105k|  1 | 118k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   226s| 45800 |   710 |  1124k|  24.3 |   262M |  67 |3269 |  15k|7410 | 105k|  1 | 118k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   226s| 45900 |   738 |  1129k|  24.4 |   262M |  67 |3269 |  15k|   0 | 105k|  0 | 118k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   227s| 46000 |   751 |  1135k|  24.4 |   262M |  67 |3269 |  15k|7413 | 106k|  1 | 118k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   228s| 46100 |   754 |  1138k|  24.5 |   262M |  67 |3269 |  15k|   0 | 106k|  0 | 119k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   228s| 46200 |   729 |  1140k|  24.4 |   262M |  67 |3269 |  15k|7407 | 106k|  1 | 119k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   228s| 46300 |   716 |  1142k|  24.4 |   262M |  67 |3269 |  15k|7386 | 106k|  1 | 119k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   229s| 46400 |   731 |  1144k|  24.4 |   262M |  67 |3269 |  15k|   0 | 107k|  0 | 119k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   229s| 46500 |   719 |  1146k|  24.4 |   262M |  67 |3269 |  15k|7411 | 107k|  1 | 120k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   229s| 46600 |   712 |  1148k|  24.4 |   262M |  67 |3269 |  15k|7414 | 107k|  1 | 120k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   230s| 46700 |   727 |  1150k|  24.4 |   262M |  67 |3269 |  15k|   0 | 107k|  0 | 120k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
242.06/243.78	c   230s| 46800 |   730 |  1152k|  24.4 |   262M |  67 |3269 |  15k|   0 | 107k|  0 | 120k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   231s| 46900 |   742 |  1155k|  24.4 |   262M |  67 |3269 |  15k|   0 | 107k|  0 | 120k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   231s| 47000 |   757 |  1158k|  24.4 |   262M |  67 |3269 |  15k|7420 | 108k|  1 | 120k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   231s| 47100 |   763 |  1161k|  24.4 |   262M |  67 |3269 |  15k|   0 | 108k|  0 | 121k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   232s| 47200 |   766 |  1163k|  24.4 |   262M |  67 |3269 |  15k|7425 | 108k|  3 | 121k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   232s| 47300 |   780 |  1167k|  24.4 |   262M |  67 |3269 |  15k|7429 | 109k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   233s| 47400 |   769 |  1169k|  24.4 |   262M |  67 |3269 |  15k|7416 | 109k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   233s| 47500 |   769 |  1171k|  24.4 |   262M |  67 |3269 |  15k|7411 | 109k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   234s| 47600 |   774 |  1175k|  24.5 |   263M |  67 |3269 |  15k|7412 | 109k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   234s| 47700 |   761 |  1177k|  24.5 |   263M |  67 |3269 |  15k|   0 | 109k|  0 | 122k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   234s| 47800 |   762 |  1180k|  24.5 |   263M |  67 |3269 |  15k|7409 | 110k|  1 | 122k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   235s| 47900 |   770 |  1183k|  24.5 |   263M |  67 |3269 |  15k|7423 | 110k|  2 | 122k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   235s| 48000 |   776 |  1186k|  24.5 |   263M |  67 |3269 |  15k|   0 | 110k|  0 | 122k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   235s| 48100 |   770 |  1188k|  24.5 |   263M |  67 |3269 |  15k|7415 | 110k|  1 | 122k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   236s| 48200 |   769 |  1191k|  24.5 |   263M |  67 |3269 |  15k|   0 | 110k|  0 | 122k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
242.06/243.78	c   236s| 48300 |   778 |  1193k|  24.5 |   263M |  67 |3269 |  15k|7407 | 111k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   237s| 48400 |   773 |  1195k|  24.5 |   263M |  67 |3269 |  15k|   0 | 111k|  0 | 123k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   237s| 48500 |   772 |  1197k|  24.4 |   263M |  67 |3269 |  15k|7410 | 111k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   238s| 48600 |   772 |  1198k|  24.4 |   263M |  67 |3269 |  15k|7418 | 111k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   238s| 48700 |   763 |  1200k|  24.4 |   263M |  67 |3269 |  15k|7411 | 111k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   238s| 48800 |   759 |  1202k|  24.4 |   263M |  67 |3269 |  15k|   0 | 111k|  0 | 123k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   239s| 48900 |   756 |  1203k|  24.4 |   263M |  67 |3269 |  15k|7422 | 111k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   239s| 49000 |   754 |  1206k|  24.4 |   263M |  67 |3269 |  15k|7454 | 111k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   240s| 49100 |   741 |  1208k|  24.4 |   263M |  67 |3269 |  15k|7447 | 112k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   240s| 49200 |   743 |  1210k|  24.4 |   263M |  67 |3269 |  15k|7418 | 112k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   240s| 49300 |   746 |  1213k|  24.4 |   263M |  67 |3269 |  15k|7383 | 112k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   241s| 49400 |   757 |  1217k|  24.4 |   263M |  67 |3269 |  15k|   0 | 113k|  0 | 124k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   241s| 49500 |   765 |  1221k|  24.4 |   263M |  67 |3269 |  15k|7423 | 113k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   242s| 49600 |   760 |  1223k|  24.4 |   263M |  67 |3269 |  15k|7495 | 113k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
242.06/243.78	c   242s| 49700 |   757 |  1225k|  24.4 |   263M |  67 |3269 |  15k|7386 | 114k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.39/269.17	c   243s| 49800 |   761 |  1226k|  24.4 |   263M |  67 |3269 |  15k|7421 | 114k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   243s| 49900 |   761 |  1228k|  24.4 |   263M |  67 |3269 |  15k|7417 | 114k|  2 | 125k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   244s| 50000 |   760 |  1231k|  24.4 |   263M |  67 |3269 |  15k|7391 | 114k|  1 | 126k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   244s| 50100 |   755 |  1233k|  24.4 |   263M |  67 |3269 |  15k|   0 | 115k|  0 | 126k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   244s| 50200 |   759 |  1235k|  24.4 |   263M |  67 |3269 |  15k|   0 | 115k|  0 | 126k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   245s| 50300 |   757 |  1237k|  24.4 |   263M |  67 |3269 |  15k|7391 | 115k|  1 | 126k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   245s| 50400 |   760 |  1240k|  24.4 |   263M |  67 |3269 |  15k|7390 | 115k|  1 | 127k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   245s| 50500 |   755 |  1242k|  24.4 |   263M |  67 |3269 |  15k|   0 | 116k|  0 | 127k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   246s| 50600 |   749 |  1243k|  24.4 |   263M |  67 |3269 |  15k|   0 | 116k|  0 | 127k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   246s| 50700 |   760 |  1247k|  24.4 |   263M |  67 |3269 |  15k|7369 | 116k|  1 | 127k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   247s| 50800 |   752 |  1249k|  24.4 |   263M |  67 |3269 |  15k|   0 | 116k|  0 | 128k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   247s| 50900 |   761 |  1251k|  24.4 |   263M |  67 |3269 |  15k|   0 | 116k|  0 | 128k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   248s| 51000 |   754 |  1252k|  24.3 |   263M |  67 |3269 |  15k|7384 | 116k|  1 | 128k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   248s| 51100 |   759 |  1255k|  24.4 |   263M |  67 |3269 |  15k|   0 | 116k|  0 | 128k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   249s| 51200 |   759 |  1257k|  24.3 |   263M |  67 |3269 |  15k|7401 | 117k|  2 | 128k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.39/269.17	c   249s| 51300 |   754 |  1259k|  24.3 |   263M |  67 |3269 |  15k|7408 | 117k|  1 | 129k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   249s| 51400 |   753 |  1260k|  24.3 |   263M |  67 |3269 |  15k|7376 | 117k|  1 | 129k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   250s| 51500 |   757 |  1263k|  24.3 |   263M |  67 |3269 |  15k|7378 | 117k|  1 | 129k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   250s| 51600 |   751 |  1264k|  24.3 |   263M |  67 |3269 |  15k|   0 | 117k|  0 | 129k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   250s| 51700 |   751 |  1265k|  24.3 |   263M |  67 |3269 |  15k|   0 | 117k|  0 | 129k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   251s| 51800 |   757 |  1267k|  24.3 |   263M |  67 |3269 |  15k|7446 | 117k|  1 | 130k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   251s| 51900 |   759 |  1269k|  24.2 |   264M |  67 |3269 |  15k|7385 | 117k|  1 | 130k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   252s| 52000 |   760 |  1271k|  24.2 |   264M |  67 |3269 |  15k|7376 | 118k|  1 | 130k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   252s| 52100 |   766 |  1274k|  24.2 |   264M |  67 |3269 |  15k|   0 | 118k|  0 | 130k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   253s| 52200 |   770 |  1276k|  24.2 |   264M |  67 |3269 |  15k|7411 | 118k|  1 | 130k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   253s| 52300 |   769 |  1278k|  24.2 |   264M |  67 |3269 |  15k|7406 | 118k|  1 | 131k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   254s| 52400 |   762 |  1279k|  24.2 |   264M |  67 |3269 |  15k|   0 | 118k|  0 | 131k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   254s| 52500 |   767 |  1282k|  24.2 |   264M |  67 |3269 |  15k|   0 | 119k|  0 | 131k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   254s| 52600 |   767 |  1284k|  24.2 |   264M |  67 |3269 |  15k|   0 | 119k|  0 | 131k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   255s| 52700 |   768 |  1286k|  24.2 |   264M |  67 |3269 |  15k|7431 | 119k|  1 | 131k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.39/269.17	c   256s| 52800 |   775 |  1289k|  24.2 |   264M |  67 |3269 |  15k|7431 | 119k|  1 | 132k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   256s| 52900 |   769 |  1291k|  24.2 |   264M |  67 |3269 |  15k|7431 | 120k|  1 | 132k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   257s| 53000 |   768 |  1294k|  24.2 |   264M |  67 |3269 |  15k|7448 | 120k|  2 | 132k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   257s| 53100 |   777 |  1296k|  24.2 |   265M |  67 |3269 |  15k|   0 | 120k|  0 | 132k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   258s| 53200 |   786 |  1300k|  24.2 |   266M |  67 |3269 |  15k|7421 | 121k|  2 | 133k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   259s| 53300 |   791 |  1302k|  24.2 |   266M |  67 |3269 |  15k|   0 | 121k|  0 | 133k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   260s| 53400 |   805 |  1306k|  24.2 |   266M |  67 |3269 |  15k|7438 | 121k|  2 | 133k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   260s| 53500 |   803 |  1307k|  24.2 |   266M |  67 |3269 |  15k|7401 | 121k|  1 | 133k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   260s| 53600 |   803 |  1310k|  24.2 |   266M |  67 |3269 |  15k|   0 | 122k|  0 | 133k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   261s| 53700 |   812 |  1312k|  24.2 |   266M |  67 |3269 |  15k|   0 | 122k|  0 | 133k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   261s| 53800 |   805 |  1313k|  24.2 |   266M |  67 |3269 |  15k|7401 | 122k|  1 | 134k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   262s| 53900 |   816 |  1316k|  24.2 |   266M |  67 |3269 |  15k|   0 | 122k|  0 | 134k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   262s| 54000 |   815 |  1317k|  24.2 |   266M |  67 |3269 |  15k|   0 | 122k|  0 | 134k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   263s| 54100 |   833 |  1324k|  24.3 |   266M |  67 |3269 |  15k|7424 | 123k|  1 | 134k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   263s| 54200 |   836 |  1326k|  24.3 |   266M |  67 |3269 |  15k|   0 | 123k|  0 | 134k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.39/269.17	c   264s| 54300 |   836 |  1328k|  24.3 |   268M |  67 |3269 |  15k|   0 | 123k|  0 | 135k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   264s| 54400 |   841 |  1331k|  24.3 |   268M |  67 |3269 |  15k|   0 | 123k|  0 | 135k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   265s| 54500 |   833 |  1335k|  24.3 |   268M |  67 |3269 |  15k|   0 | 123k|  0 | 135k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   266s| 54600 |   854 |  1339k|  24.3 |   268M |  67 |3269 |  15k|   0 | 124k|  0 | 135k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   266s| 54700 |   888 |  1343k|  24.4 |   268M |  67 |3269 |  15k|7417 | 124k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   267s| 54800 |   893 |  1346k|  24.4 |   269M |  67 |3269 |  15k|7417 | 124k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
267.39/269.17	c   267s| 54900 |   898 |  1349k|  24.4 |   269M |  67 |3269 |  15k|   0 | 125k|  0 | 136k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   268s| 55000 |   898 |  1351k|  24.4 |   269M |  67 |3269 |  15k|7410 | 125k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   269s| 55100 |   924 |  1353k|  24.4 |   269M |  67 |3269 |  15k|7415 | 126k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   269s| 55200 |   919 |  1355k|  24.4 |   269M |  67 |3269 |  15k|7428 | 126k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   270s| 55300 |   928 |  1358k|  24.4 |   269M |  67 |3269 |  15k|7428 | 126k|  1 | 137k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   270s| 55400 |   928 |  1359k|  24.3 |   269M |  67 |3269 |  15k|   0 | 126k|  0 | 137k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   271s| 55500 |   926 |  1361k|  24.3 |   269M |  67 |3269 |  15k|   0 | 127k|  0 | 137k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   271s| 55600 |   930 |  1364k|  24.3 |   269M |  67 |3269 |  15k|7422 | 127k|  1 | 137k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   272s| 55700 |   940 |  1367k|  24.3 |   269M |  67 |3269 |  15k|   0 | 127k|  0 | 138k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.38/297.20	c   272s| 55800 |   941 |  1370k|  24.4 |   272M |  67 |3269 |  15k|   0 | 127k|  0 | 138k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   273s| 55900 |   933 |  1371k|  24.3 |   272M |  67 |3269 |  15k|7418 | 127k|  1 | 138k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   273s| 56000 |   938 |  1375k|  24.4 |   272M |  67 |3269 |  15k|7419 | 128k|  1 | 139k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   274s| 56100 |   940 |  1377k|  24.3 |   272M |  67 |3269 |  15k|   0 | 128k|  0 | 139k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   275s| 56200 |   947 |  1379k|  24.3 |   272M |  67 |3269 |  15k|   0 | 128k|  0 | 139k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   275s| 56300 |   952 |  1382k|  24.3 |   273M |  67 |3269 |  15k|7410 | 129k|  1 | 139k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   276s| 56400 |   954 |  1383k|  24.3 |   274M |  67 |3269 |  15k|7410 | 129k|  1 | 139k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   276s| 56500 |   941 |  1385k|  24.3 |   274M |  67 |3269 |  15k|7429 | 129k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   277s| 56600 |   951 |  1389k|  24.3 |   274M |  67 |3269 |  15k|   0 | 130k|  0 | 140k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   277s| 56700 |   951 |  1391k|  24.3 |   274M |  67 |3269 |  15k|7437 | 130k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   278s| 56800 |   956 |  1394k|  24.3 |   274M |  67 |3269 |  15k|7426 | 130k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   278s| 56900 |   950 |  1396k|  24.3 |   274M |  67 |3269 |  15k|7423 | 130k|  1 | 141k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   279s| 57000 |   952 |  1399k|  24.3 |   274M |  67 |3269 |  15k|   0 | 131k|  0 | 141k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   280s| 57100 |   953 |  1401k|  24.3 |   274M |  67 |3269 |  15k|   0 | 131k|  0 | 141k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   280s| 57200 |   950 |  1403k|  24.3 |   274M |  67 |3269 |  15k|7426 | 131k|  1 | 141k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.38/297.20	c   280s| 57300 |   948 |  1404k|  24.3 |   274M |  67 |3269 |  15k|   0 | 131k|  0 | 142k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   281s| 57400 |   951 |  1406k|  24.3 |   274M |  67 |3269 |  15k|   0 | 131k|  0 | 142k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   281s| 57500 |   949 |  1408k|  24.3 |   274M |  67 |3269 |  15k|   0 | 132k|  0 | 142k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   282s| 57600 |   947 |  1412k|  24.3 |   274M |  67 |3269 |  15k|   0 | 132k|  0 | 142k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   282s| 57700 |   951 |  1414k|  24.3 |   274M |  67 |3269 |  15k|7457 | 132k|  1 | 142k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   283s| 57800 |   950 |  1416k|  24.3 |   274M |  67 |3269 |  15k|7420 | 132k|  1 | 143k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   284s| 57900 |   952 |  1419k|  24.3 |   274M |  67 |3269 |  15k|   0 | 133k|  0 | 143k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   284s| 58000 |   948 |  1422k|  24.3 |   274M |  67 |3269 |  15k|   0 | 133k|  0 | 143k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   285s| 58100 |   970 |  1426k|  24.4 |   274M |  67 |3269 |  15k|7409 | 134k|  1 | 143k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   285s| 58200 |   973 |  1431k|  24.4 |   275M |  67 |3269 |  15k|7417 | 134k|  1 | 144k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   286s| 58300 |   968 |  1433k|  24.4 |   275M |  67 |3269 |  15k|7436 | 134k|  2 | 144k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   286s| 58400 |   982 |  1436k|  24.4 |   275M |  67 |3269 |  15k|7416 | 135k|  1 | 144k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   286s| 58500 |   983 |  1438k|  24.4 |   275M |  67 |3269 |  15k|   0 | 135k|  0 | 144k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   287s| 58600 |   986 |  1440k|  24.4 |   275M |  67 |3269 |  15k|7433 | 135k|  1 | 144k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   287s| 58700 |  1005 |  1445k|  24.4 |   275M |  67 |3269 |  15k|7364 | 136k|  1 | 145k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.38/297.20	c   288s| 58800 |  1036 |  1450k|  24.5 |   275M |  67 |3269 |  15k|   0 | 137k|  0 | 145k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   289s| 58900 |  1052 |  1454k|  24.5 |   275M |  67 |3269 |  15k|   0 | 137k|  0 | 145k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   289s| 59000 |  1042 |  1456k|  24.5 |   275M |  67 |3269 |  15k|7416 | 137k|  1 | 145k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   289s| 59100 |  1036 |  1458k|  24.5 |   276M |  67 |3269 |  15k|7402 | 138k|  1 | 145k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   290s| 59200 |  1046 |  1462k|  24.5 |   276M |  67 |3269 |  15k|7364 | 138k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   290s| 59300 |  1049 |  1464k|  24.5 |   276M |  67 |3269 |  15k|7402 | 138k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   291s| 59400 |  1050 |  1467k|  24.5 |   276M |  67 |3269 |  15k|7427 | 138k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   292s| 59500 |  1045 |  1469k|  24.5 |   276M |  67 |3269 |  15k|7407 | 139k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   292s| 59600 |  1044 |  1472k|  24.5 |   276M |  67 |3269 |  15k|   0 | 139k|  0 | 146k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   292s| 59700 |  1048 |  1474k|  24.5 |   276M |  67 |3269 |  15k|   0 | 139k|  0 | 147k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   293s| 59800 |  1047 |  1476k|  24.5 |   276M |  67 |3269 |  15k|   0 | 140k|  0 | 147k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   294s| 59900 |  1071 |  1480k|  24.5 |   276M |  67 |3269 |  15k|7423 | 140k|  1 | 147k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   294s| 60000 |  1098 |  1486k|  24.6 |   276M |  67 |3269 |  15k|7431 | 141k|  1 | 147k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   295s| 60100 |  1116 |  1491k|  24.6 |   276M |  67 |3269 |  15k|7431 | 142k|  1 | 148k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
295.38/297.20	c   295s| 60200 |  1122 |  1493k|  24.6 |   276M |  67 |3269 |  15k|   0 | 142k|  0 | 148k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
319.91/321.87	c   296s| 60300 |  1131 |  1495k|  24.6 |   276M |  67 |3269 |  15k|7439 | 142k|  1 | 148k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   297s| 60400 |  1144 |  1498k|  24.6 |   276M |  67 |3269 |  15k|   0 | 143k|  0 | 148k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   297s| 60500 |  1149 |  1501k|  24.6 |   277M |  67 |3269 |  15k|7416 | 143k|  0 | 148k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   298s| 60600 |  1158 |  1503k|  24.6 |   278M |  67 |3269 |  15k|7441 | 144k|  1 | 149k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   298s| 60700 |  1166 |  1506k|  24.6 |   278M |  67 |3269 |  15k|   0 | 144k|  0 | 149k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   299s| 60800 |  1171 |  1509k|  24.6 |   278M |  67 |3269 |  15k|   0 | 145k|  0 | 149k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   299s| 60900 |  1171 |  1511k|  24.6 |   278M |  67 |3269 |  15k|   0 | 145k|  0 | 149k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   300s| 61000 |  1178 |  1513k|  24.6 |   278M |  67 |3269 |  15k|   0 | 145k|  0 | 149k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   300s| 61100 |  1174 |  1515k|  24.6 |   278M |  67 |3269 |  15k|7428 | 146k|  1 | 150k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   300s| 61200 |  1167 |  1517k|  24.6 |   278M |  67 |3269 |  15k|   0 | 146k|  0 | 150k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   301s| 61300 |  1165 |  1519k|  24.6 |   278M |  67 |3269 |  15k|7427 | 146k|  1 | 150k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   301s| 61400 |  1162 |  1521k|  24.6 |   278M |  67 |3269 |  15k|   0 | 146k|  0 | 150k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   301s| 61500 |  1163 |  1522k|  24.6 |   278M |  67 |3269 |  15k|   0 | 146k|  0 | 150k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   302s| 61600 |  1170 |  1525k|  24.6 |   278M |  67 |3269 |  15k|7429 | 147k|  1 | 151k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   303s| 61700 |  1160 |  1528k|  24.6 |   278M |  67 |3269 |  15k|   0 | 147k|  0 | 151k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
319.91/321.87	c   303s| 61800 |  1154 |  1530k|  24.6 |   278M |  67 |3269 |  15k|7423 | 147k|  1 | 151k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   304s| 61900 |  1156 |  1533k|  24.6 |   279M |  67 |3269 |  15k|   0 | 148k|  0 | 151k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   304s| 62000 |  1152 |  1534k|  24.6 |   279M |  67 |3269 |  15k|7483 | 148k|  1 | 151k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   305s| 62100 |  1147 |  1536k|  24.6 |   279M |  67 |3269 |  15k|   0 | 148k|  0 | 152k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   305s| 62200 |  1152 |  1538k|  24.6 |   279M |  67 |3269 |  15k|   0 | 148k|  0 | 152k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   306s| 62300 |  1151 |  1540k|  24.5 |   279M |  67 |3269 |  15k|   0 | 148k|  0 | 152k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   306s| 62400 |  1151 |  1542k|  24.5 |   279M |  67 |3269 |  15k|7441 | 149k|  1 | 152k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   307s| 62500 |  1156 |  1544k|  24.5 |   279M |  67 |3269 |  15k|   0 | 149k|  0 | 152k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   307s| 62600 |  1155 |  1546k|  24.5 |   279M |  67 |3269 |  15k|   0 | 149k|  0 | 152k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   307s| 62700 |  1154 |  1549k|  24.5 |   279M |  67 |3269 |  15k|   0 | 149k|  0 | 153k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   308s| 62800 |  1165 |  1551k|  24.5 |   279M |  67 |3269 |  14k|7429 | 149k|  1 | 153k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   308s| 62900 |  1169 |  1554k|  24.5 |   279M |  67 |3269 |  14k|   0 | 150k|  0 | 153k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   309s| 63000 |  1169 |  1557k|  24.5 |   280M |  67 |3269 |  14k|7429 | 151k|  1 | 153k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   310s| 63100 |  1163 |  1559k|  24.5 |   280M |  67 |3269 |  14k|7388 | 151k|  1 | 153k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   310s| 63200 |  1164 |  1561k|  24.5 |   280M |  67 |3269 |  14k|7388 | 151k|  1 | 154k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
319.91/321.87	c   310s| 63300 |  1173 |  1563k|  24.5 |   281M |  67 |3269 |  14k|7375 | 151k|  0 | 154k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   311s| 63400 |  1174 |  1569k|  24.6 |   285M |  67 |3269 |  14k|7388 | 152k|  1 | 154k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   312s| 63500 |  1170 |  1572k|  24.6 |   285M |  67 |3269 |  14k|7367 | 152k|  1 | 154k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   312s| 63600 |  1170 |  1575k|  24.6 |   286M |  67 |3269 |  14k|7432 | 152k|  1 | 154k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   313s| 63700 |  1185 |  1577k|  24.6 |   286M |  67 |3269 |  14k|7397 | 153k|  1 | 154k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   313s| 63800 |  1178 |  1581k|  24.6 |   286M |  67 |3269 |  14k|7416 | 153k|  1 | 155k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   314s| 63900 |  1182 |  1583k|  24.6 |   286M |  67 |3269 |  14k|7416 | 153k|  1 | 155k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   314s| 64000 |  1186 |  1585k|  24.6 |   286M |  67 |3269 |  14k|   0 | 154k|  0 | 155k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   314s| 64100 |  1181 |  1587k|  24.6 |   286M |  67 |3269 |  14k|   0 | 154k|  0 | 155k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   315s| 64200 |  1195 |  1590k|  24.6 |   286M |  67 |3269 |  14k|7440 | 154k|  1 | 155k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   315s| 64300 |  1197 |  1593k|  24.6 |   286M |  67 |3269 |  14k|   0 | 154k|  0 | 156k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   316s| 64400 |  1196 |  1596k|  24.6 |   286M |  67 |3269 |  14k|   0 | 155k|  0 | 156k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   316s| 64500 |  1198 |  1599k|  24.6 |   286M |  67 |3269 |  14k|7391 | 155k|  1 | 156k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   317s| 64600 |  1206 |  1602k|  24.6 |   286M |  67 |3269 |  14k|7433 | 155k|  1 | 156k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   317s| 64700 |  1202 |  1605k|  24.6 |   286M |  67 |3269 |  14k|7391 | 156k|  1 | 156k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
319.91/321.87	c   318s| 64800 |  1208 |  1608k|  24.6 |   286M |  67 |3269 |  14k|7391 | 156k|  1 | 156k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   318s| 64900 |  1234 |  1613k|  24.7 |   286M |  67 |3269 |  14k|7430 | 157k|  2 | 157k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   318s| 65000 |  1227 |  1615k|  24.7 |   286M |  67 |3269 |  14k|7391 | 157k|  1 | 157k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   319s| 65100 |  1212 |  1618k|  24.7 |   286M |  67 |3269 |  14k|7426 | 157k|  1 | 157k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   319s| 65200 |  1226 |  1622k|  24.7 |   286M |  67 |3269 |  14k|   0 | 157k|  0 | 157k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   320s| 65300 |  1226 |  1624k|  24.7 |   286M |  67 |3269 |  14k|7406 | 158k|  1 | 157k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
319.91/321.87	c   320s| 65400 |  1227 |  1626k|  24.7 |   286M |  67 |3269 |  14k|7416 | 158k|  1 | 158k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   321s| 65500 |  1215 |  1628k|  24.7 |   286M |  67 |3269 |  14k|   0 | 158k|  0 | 158k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   321s| 65600 |  1221 |  1630k|  24.7 |   286M |  67 |3269 |  14k|7392 | 158k|  1 | 158k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   322s| 65700 |  1217 |  1632k|  24.7 |   286M |  67 |3269 |  14k|7378 | 158k|  1 | 158k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   322s| 65800 |  1234 |  1637k|  24.7 |   286M |  67 |3269 |  14k|   0 | 159k|  0 | 158k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   323s| 65900 |  1241 |  1639k|  24.7 |   286M |  67 |3269 |  14k|7436 | 159k|  2 | 158k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   323s| 66000 |  1243 |  1643k|  24.7 |   286M |  67 |3269 |  14k|   0 | 159k|  0 | 159k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   324s| 66100 |  1239 |  1645k|  24.7 |   286M |  67 |3269 |  14k|   0 | 159k|  0 | 159k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   324s| 66200 |  1242 |  1648k|  24.7 |   286M |  67 |3269 |  14k|   0 | 160k|  0 | 159k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
347.22/349.20	c   325s| 66300 |  1239 |  1649k|  24.7 |   286M |  67 |3269 |  14k|7401 | 160k|  1 | 159k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   325s| 66400 |  1234 |  1652k|  24.7 |   286M |  67 |3269 |  14k|7332 | 160k|  1 | 159k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   326s| 66500 |  1235 |  1654k|  24.7 |   286M |  67 |3269 |  14k|   0 | 160k|  0 | 159k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   327s| 66600 |  1247 |  1661k|  24.8 |   286M |  67 |3269 |  14k|7330 | 160k|  1 | 160k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   327s| 66700 |  1239 |  1663k|  24.8 |   286M |  67 |3269 |  14k|7429 | 160k|  1 | 160k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   327s| 66800 |  1241 |  1665k|  24.8 |   286M |  67 |3269 |  14k|7429 | 161k|  1 | 160k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   328s| 66900 |  1247 |  1668k|  24.8 |   286M |  67 |3269 |  14k|7467 | 161k|  2 | 160k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   329s| 67000 |  1245 |  1672k|  24.8 |   286M |  67 |3269 |  14k|7426 | 162k|  1 | 161k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   329s| 67100 |  1246 |  1674k|  24.8 |   286M |  67 |3269 |  14k|   0 | 162k|  0 | 161k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   330s| 67200 |  1260 |  1677k|  24.8 |   286M |  67 |3269 |  14k|7401 | 162k|  1 | 161k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   330s| 67300 |  1270 |  1680k|  24.8 |   286M |  67 |3269 |  14k|   0 | 163k|  0 | 161k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   331s| 67400 |  1296 |  1685k|  24.8 |   288M |  67 |3269 |  14k|7443 | 163k|  2 | 161k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   331s| 67500 |  1295 |  1687k|  24.8 |   288M |  67 |3269 |  14k|   0 | 163k|  0 | 162k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   332s| 67600 |  1293 |  1688k|  24.8 |   288M |  67 |3269 |  14k|   0 | 163k|  0 | 162k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   332s| 67700 |  1294 |  1690k|  24.8 |   288M |  67 |3269 |  14k|7408 | 164k|  1 | 162k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
347.22/349.20	c   333s| 67800 |  1296 |  1693k|  24.8 |   288M |  67 |3269 |  14k|7411 | 164k|  1 | 162k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   333s| 67900 |  1302 |  1695k|  24.8 |   288M |  67 |3269 |  14k|   0 | 164k|  0 | 162k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   334s| 68000 |  1304 |  1697k|  24.8 |   288M |  67 |3269 |  14k|7424 | 165k|  1 | 162k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   335s| 68100 |  1301 |  1700k|  24.8 |   288M |  67 |3269 |  14k|7425 | 165k|  1 | 163k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   335s| 68200 |  1304 |  1702k|  24.8 |   289M |  67 |3269 |  14k|7409 | 165k|  1 | 163k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   335s| 68300 |  1305 |  1704k|  24.8 |   289M |  67 |3269 |  14k|7409 | 165k|  1 | 163k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   336s| 68400 |  1309 |  1706k|  24.8 |   289M |  67 |3269 |  14k|7409 | 166k|  1 | 163k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   336s| 68500 |  1303 |  1707k|  24.8 |   289M |  67 |3269 |  14k|   0 | 166k|  0 | 163k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   337s| 68600 |  1309 |  1709k|  24.8 |   289M |  67 |3269 |  14k|7409 | 166k|  1 | 164k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   337s| 68700 |  1301 |  1712k|  24.8 |   289M |  67 |3269 |  14k|7409 | 166k|  1 | 164k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   338s| 68800 |  1300 |  1714k|  24.8 |   289M |  67 |3269 |  14k|   0 | 167k|  0 | 164k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   338s| 68900 |  1293 |  1716k|  24.7 |   289M |  67 |3269 |  14k|   0 | 167k|  0 | 164k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   339s| 69000 |  1315 |  1720k|  24.8 |   289M |  67 |3269 |  14k|7451 | 167k|  4 | 164k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   339s| 69100 |  1316 |  1723k|  24.8 |   289M |  67 |3269 |  14k|7462 | 167k|  1 | 165k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   340s| 69200 |  1323 |  1726k|  24.8 |   289M |  67 |3269 |  14k|7412 | 168k|  1 | 165k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
347.22/349.20	c   341s| 69300 |  1326 |  1729k|  24.8 |   289M |  67 |3269 |  14k|7429 | 168k|  1 | 165k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   341s| 69400 |  1320 |  1731k|  24.8 |   289M |  67 |3269 |  14k|   0 | 168k|  0 | 165k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   342s| 69500 |  1329 |  1734k|  24.8 |   289M |  67 |3269 |  14k|7424 | 169k|  1 | 165k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   342s| 69600 |  1326 |  1737k|  24.8 |   289M |  67 |3269 |  14k|7401 | 169k|  1 | 166k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   343s| 69700 |  1330 |  1740k|  24.8 |   289M |  67 |3269 |  14k|7409 | 169k|  1 | 166k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   343s| 69800 |  1330 |  1742k|  24.8 |   289M |  67 |3269 |  14k|   0 | 169k|  0 | 166k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   344s| 69900 |  1334 |  1745k|  24.8 |   289M |  67 |3269 |  14k|7432 | 170k|  1 | 166k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   344s| 70000 |  1335 |  1747k|  24.8 |   289M |  67 |3269 |  14k|7409 | 170k|  1 | 166k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   345s| 70100 |  1331 |  1750k|  24.8 |   289M |  67 |3269 |  14k|   0 | 170k|  0 | 167k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   345s| 70200 |  1337 |  1753k|  24.8 |   289M |  67 |3269 |  14k|7409 | 170k|  1 | 167k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   346s| 70300 |  1328 |  1754k|  24.8 |   289M |  67 |3269 |  14k|   0 | 170k|  0 | 167k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   346s| 70400 |  1333 |  1756k|  24.8 |   289M |  67 |3269 |  14k|   0 | 171k|  0 | 167k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   347s| 70500 |  1327 |  1758k|  24.8 |   290M |  67 |3269 |  14k|   0 | 171k|  0 | 168k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   347s| 70600 |  1330 |  1761k|  24.8 |   290M |  67 |3269 |  14k|7427 | 171k|  1 | 168k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
347.22/349.20	c   348s| 70700 |  1330 |  1763k|  24.8 |   290M |  67 |3269 |  14k|   0 | 171k|  0 | 168k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
372.85/374.92	c   348s| 70800 |  1329 |  1765k|  24.8 |   290M |  67 |3269 |  14k|7416 | 172k|  1 | 168k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   348s| 70900 |  1332 |  1767k|  24.8 |   290M |  67 |3269 |  14k|   0 | 172k|  0 | 168k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   349s| 71000 |  1344 |  1770k|  24.8 |   290M |  67 |3269 |  14k|7466 | 172k|  2 | 169k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   350s| 71100 |  1342 |  1772k|  24.8 |   290M |  67 |3269 |  14k|7490 | 173k|  2 | 169k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   350s| 71200 |  1337 |  1775k|  24.8 |   290M |  67 |3269 |  14k|7445 | 173k|  3 | 169k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   351s| 71300 |  1337 |  1777k|  24.8 |   290M |  67 |3269 |  14k|   0 | 173k|  0 | 169k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   351s| 71400 |  1341 |  1779k|  24.8 |   290M |  67 |3269 |  14k|7416 | 173k|  1 | 169k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   352s| 71500 |  1338 |  1782k|  24.8 |   290M |  67 |3269 |  14k|   0 | 174k|  0 | 170k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   352s| 71600 |  1336 |  1785k|  24.8 |   290M |  67 |3269 |  14k|   0 | 174k|  0 | 170k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   353s| 71700 |  1333 |  1788k|  24.8 |   291M |  67 |3269 |  14k|   0 | 175k|  0 | 170k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   353s| 71800 |  1330 |  1791k|  24.8 |   291M |  67 |3269 |  14k|7462 | 175k|  3 | 170k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   354s| 71900 |  1323 |  1793k|  24.8 |   291M |  67 |3269 |  14k|   0 | 175k|  0 | 170k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   355s| 72000 |  1330 |  1795k|  24.8 |   291M |  67 |3269 |  14k|7441 | 176k|  2 | 170k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   356s| 72100 |  1331 |  1798k|  24.8 |   292M |  67 |3269 |  14k|7443 | 176k|  2 | 171k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   356s| 72200 |  1328 |  1801k|  24.8 |   292M |  67 |3269 |  14k|7477 | 176k|  2 | 171k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
372.85/374.92	c   356s| 72300 |  1325 |  1802k|  24.8 |   292M |  67 |3269 |  14k|   0 | 176k|  0 | 171k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   357s| 72400 |  1322 |  1804k|  24.8 |   292M |  67 |3269 |  14k|   0 | 177k|  0 | 171k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   357s| 72500 |  1320 |  1807k|  24.8 |   293M |  67 |3269 |  14k|7427 | 177k|  1 | 171k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   358s| 72600 |  1337 |  1812k|  24.8 |   298M |  67 |3269 |  14k|   0 | 177k|  0 | 172k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   358s| 72700 |  1332 |  1814k|  24.8 |   298M |  67 |3269 |  14k|   0 | 178k|  0 | 172k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   359s| 72800 |  1340 |  1817k|  24.8 |   298M |  67 |3269 |  14k|   0 | 178k|  0 | 172k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   359s| 72900 |  1344 |  1819k|  24.8 |   298M |  67 |3269 |  14k|   0 | 178k|  0 | 172k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   360s| 73000 |  1357 |  1822k|  24.8 |   298M |  67 |3269 |  14k|7396 | 178k|  1 | 172k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   360s| 73100 |  1353 |  1823k|  24.8 |   298M |  67 |3269 |  14k|   0 | 179k|  0 | 173k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   361s| 73200 |  1360 |  1826k|  24.8 |   298M |  67 |3269 |  14k|7416 | 179k|  2 | 173k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   361s| 73300 |  1360 |  1828k|  24.8 |   298M |  67 |3269 |  14k|7422 | 179k|  2 | 173k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   361s| 73400 |  1349 |  1830k|  24.8 |   298M |  67 |3269 |  14k|   0 | 179k|  0 | 173k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   362s| 73500 |  1351 |  1832k|  24.8 |   298M |  67 |3269 |  14k|7393 | 179k|  1 | 173k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   362s| 73600 |  1351 |  1835k|  24.8 |   298M |  67 |3269 |  14k|   0 | 180k|  0 | 174k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   363s| 73700 |  1354 |  1837k|  24.8 |   298M |  67 |3269 |  14k|7407 | 180k|  1 | 174k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
372.85/374.92	c   363s| 73800 |  1349 |  1838k|  24.8 |   298M |  67 |3269 |  14k|7407 | 180k|  1 | 174k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   364s| 73900 |  1353 |  1840k|  24.8 |   298M |  67 |3269 |  14k|7407 | 180k|  1 | 174k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   364s| 74000 |  1348 |  1843k|  24.8 |   298M |  67 |3269 |  14k|7407 | 181k|  1 | 175k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   364s| 74100 |  1349 |  1845k|  24.7 |   298M |  67 |3269 |  14k|7433 | 181k|  1 | 175k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   365s| 74200 |  1341 |  1847k|  24.7 |   298M |  67 |3269 |  14k|7408 | 181k|  1 | 175k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   365s| 74300 |  1338 |  1849k|  24.7 |   298M |  67 |3269 |  14k|   0 | 181k|  0 | 175k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   366s| 74400 |  1338 |  1851k|  24.7 |   298M |  67 |3269 |  14k|   0 | 181k|  0 | 175k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   366s| 74500 |  1337 |  1853k|  24.7 |   298M |  67 |3269 |  14k|7401 | 181k|  1 | 176k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   366s| 74600 |  1342 |  1855k|  24.7 |   298M |  67 |3269 |  14k|   0 | 182k|  0 | 176k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   367s| 74700 |  1345 |  1857k|  24.7 |   298M |  67 |3269 |  14k|   0 | 182k|  0 | 176k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   368s| 74800 |  1343 |  1859k|  24.7 |   298M |  67 |3269 |  14k|   0 | 182k|  0 | 176k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   368s| 74900 |  1346 |  1861k|  24.7 |   299M |  67 |3269 |  14k|7415 | 182k|  1 | 176k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   369s| 75000 |  1350 |  1863k|  24.7 |   299M |  67 |3269 |  14k|7415 | 182k|  1 | 176k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   369s| 75100 |  1347 |  1865k|  24.7 |   299M |  67 |3269 |  14k|   0 | 183k|  0 | 177k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   370s| 75200 |  1348 |  1869k|  24.7 |   299M |  67 |3269 |  14k|   0 | 183k|  0 | 177k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
372.85/374.92	c   371s| 75300 |  1353 |  1872k|  24.7 |   299M |  67 |3269 |  14k|7431 | 184k|  1 | 177k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   371s| 75400 |  1357 |  1876k|  24.7 |   299M |  67 |3269 |  14k|   0 | 185k|  0 | 177k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   372s| 75500 |  1351 |  1878k|  24.7 |   299M |  67 |3269 |  14k|   0 | 185k|  0 | 177k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   372s| 75600 |  1343 |  1879k|  24.7 |   299M |  67 |3269 |  14k|7414 | 185k|  1 | 178k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   373s| 75700 |  1343 |  1883k|  24.7 |   299M |  67 |3269 |  14k|7412 | 185k|  1 | 178k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   373s| 75800 |  1341 |  1885k|  24.7 |   299M |  67 |3269 |  14k|7412 | 185k|  1 | 178k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
372.85/374.92	c   373s| 75900 |  1338 |  1886k|  24.7 |   299M |  67 |3269 |  14k|7411 | 185k|  1 | 178k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   374s| 76000 |  1336 |  1888k|  24.7 |   299M |  67 |3269 |  14k|   0 | 186k|  0 | 178k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   374s| 76100 |  1336 |  1892k|  24.7 |   299M |  67 |3269 |  14k|   0 | 186k|  0 | 178k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   375s| 76200 |  1346 |  1896k|  24.7 |   299M |  67 |3269 |  14k|   0 | 186k|  0 | 179k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   375s| 76300 |  1351 |  1898k|  24.7 |   299M |  67 |3269 |  14k|7410 | 186k|  1 | 179k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   376s| 76400 |  1348 |  1900k|  24.7 |   299M |  67 |3269 |  14k|7410 | 187k|  1 | 179k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   376s| 76500 |  1348 |  1904k|  24.7 |   299M |  67 |3269 |  14k|   0 | 187k|  0 | 179k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   377s| 76600 |  1344 |  1905k|  24.7 |   299M |  67 |3269 |  14k|7450 | 187k|  1 | 179k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   377s| 76700 |  1355 |  1908k|  24.7 |   299M |  67 |3269 |  14k|7394 | 187k|  1 | 180k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
396.28/398.46	c   378s| 76800 |  1359 |  1910k|  24.7 |   299M |  67 |3269 |  14k|   0 | 188k|  0 | 180k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   378s| 76900 |  1362 |  1912k|  24.7 |   299M |  67 |3269 |  14k|   0 | 188k|  0 | 180k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   379s| 77000 |  1362 |  1913k|  24.7 |   299M |  67 |3269 |  14k|7390 | 188k|  1 | 180k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   379s| 77100 |  1364 |  1914k|  24.7 |   299M |  67 |3269 |  14k|7390 | 188k|  1 | 180k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   379s| 77200 |  1362 |  1916k|  24.7 |   299M |  67 |3269 |  14k|   0 | 188k|  0 | 181k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   380s| 77300 |  1357 |  1917k|  24.7 |   299M |  67 |3269 |  14k|7390 | 188k|  1 | 181k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   380s| 77400 |  1357 |  1919k|  24.6 |   299M |  67 |3269 |  14k|7448 | 188k|  3 | 181k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   380s| 77500 |  1353 |  1920k|  24.6 |   299M |  67 |3269 |  14k|   0 | 188k|  0 | 181k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   381s| 77600 |  1363 |  1923k|  24.6 |   299M |  67 |3269 |  14k|7381 | 189k|  1 | 181k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   381s| 77700 |  1376 |  1925k|  24.6 |   299M |  67 |3269 |  14k|   0 | 189k|  0 | 182k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   382s| 77800 |  1362 |  1928k|  24.6 |   299M |  67 |3269 |  14k|   0 | 189k|  0 | 182k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   382s| 77900 |  1356 |  1931k|  24.6 |   299M |  67 |3269 |  14k|   0 | 190k|  0 | 182k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   383s| 78000 |  1351 |  1933k|  24.6 |   299M |  67 |3269 |  14k|7381 | 190k|  1 | 182k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   383s| 78100 |  1354 |  1936k|  24.6 |   299M |  67 |3269 |  14k|7437 | 190k|  1 | 182k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   384s| 78200 |  1350 |  1938k|  24.6 |   299M |  67 |3269 |  14k|   0 | 191k|  0 | 183k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
396.28/398.46	c   384s| 78300 |  1364 |  1943k|  24.7 |   299M |  67 |3269 |  14k|7399 | 191k|  1 | 183k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   385s| 78400 |  1386 |  1946k|  24.7 |   299M |  67 |3269 |  14k|7426 | 191k|  2 | 183k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   385s| 78500 |  1383 |  1947k|  24.7 |   299M |  67 |3269 |  14k|7404 | 191k|  1 | 183k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   386s| 78600 |  1383 |  1949k|  24.7 |   299M |  67 |3269 |  14k|   0 | 192k|  0 | 183k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   386s| 78700 |  1380 |  1951k|  24.6 |   299M |  67 |3269 |  14k|   0 | 192k|  0 | 183k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   387s| 78800 |  1381 |  1953k|  24.6 |   299M |  67 |3269 |  14k|   0 | 192k|  0 | 184k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   387s| 78900 |  1384 |  1955k|  24.6 |   299M |  67 |3269 |  14k|7408 | 192k|  1 | 184k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   388s| 79000 |  1381 |  1957k|  24.6 |   299M |  67 |3269 |  14k|7408 | 192k|  1 | 184k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   388s| 79100 |  1378 |  1959k|  24.6 |   300M |  67 |3269 |  14k|7388 | 193k|  1 | 184k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   389s| 79200 |  1387 |  1961k|  24.6 |   300M |  67 |3269 |  14k|   0 | 193k|  0 | 184k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   389s| 79300 |  1389 |  1963k|  24.6 |   300M |  67 |3269 |  14k|   0 | 193k|  0 | 184k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   389s| 79400 |  1400 |  1965k|  24.6 |   300M |  67 |3269 |  14k|   0 | 193k|  0 | 185k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   390s| 79500 |  1396 |  1966k|  24.6 |   300M |  67 |3269 |  14k|   0 | 193k|  0 | 185k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   390s| 79600 |  1388 |  1967k|  24.6 |   300M |  67 |3269 |  14k|7383 | 193k|  1 | 185k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   390s| 79700 |  1389 |  1969k|  24.6 |   300M |  67 |3269 |  14k|   0 | 193k|  0 | 185k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
396.28/398.46	c   391s| 79800 |  1391 |  1971k|  24.6 |   300M |  67 |3269 |  14k|7409 | 193k|  1 | 185k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   391s| 79900 |  1403 |  1973k|  24.6 |   300M |  67 |3269 |  14k|   0 | 193k|  0 | 186k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   392s| 80000 |  1389 |  1974k|  24.5 |   300M |  67 |3269 |  14k|7409 | 194k|  1 | 186k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   392s| 80100 |  1396 |  1976k|  24.5 |   300M |  67 |3269 |  14k|7409 | 194k|  1 | 186k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   393s| 80200 |  1382 |  1978k|  24.5 |   300M |  67 |3269 |  14k|   0 | 194k|  0 | 186k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   393s| 80300 |  1384 |  1980k|  24.5 |   300M |  67 |3269 |  14k|7470 | 194k|  2 | 186k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   394s| 80400 |  1388 |  1982k|  24.5 |   300M |  67 |3269 |  14k|7406 | 194k|  1 | 187k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   394s| 80500 |  1384 |  1983k|  24.5 |   300M |  67 |3269 |  14k|7406 | 195k|  1 | 187k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   394s| 80600 |  1394 |  1984k|  24.5 |   300M |  67 |3269 |  14k|7412 | 195k|  1 | 187k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   395s| 80700 |  1383 |  1986k|  24.5 |   300M |  67 |3269 |  14k|   0 | 195k|  0 | 187k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   395s| 80800 |  1384 |  1987k|  24.5 |   300M |  67 |3269 |  14k|   0 | 195k|  0 | 187k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   395s| 80900 |  1380 |  1989k|  24.5 |   300M |  67 |3269 |  14k|   0 | 195k|  0 | 188k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   396s| 81000 |  1386 |  1991k|  24.4 |   300M |  67 |3269 |  14k|7416 | 195k|  1 | 188k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   396s| 81100 |  1380 |  1992k|  24.4 |   300M |  67 |3269 |  14k|   0 | 195k|  0 | 188k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
396.28/398.46	c   397s| 81200 |  1383 |  1994k|  24.4 |   300M |  67 |3269 |  14k|7411 | 196k|  1 | 188k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
421.81/424.09	c   397s| 81300 |  1385 |  1997k|  24.4 |   301M |  67 |3269 |  14k|7497 | 196k|  6 | 188k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   398s| 81400 |  1383 |  1999k|  24.4 |   301M |  67 |3269 |  14k|   0 | 196k|  0 | 189k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   398s| 81500 |  1386 |  2001k|  24.4 |   301M |  67 |3269 |  14k|7414 | 196k|  1 | 189k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   399s| 81600 |  1377 |  2003k|  24.4 |   301M |  67 |3269 |  14k|   0 | 197k|  0 | 189k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   399s| 81700 |  1376 |  2005k|  24.4 |   301M |  67 |3269 |  14k|7456 | 197k|  1 | 189k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   400s| 81800 |  1385 |  2007k|  24.4 |   301M |  67 |3269 |  14k|   0 | 197k|  0 | 189k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   400s| 81900 |  1388 |  2009k|  24.4 |   301M |  67 |3269 |  14k|   0 | 197k|  0 | 189k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   400s| 82000 |  1394 |  2012k|  24.4 |   301M |  67 |3269 |  14k|7418 | 197k|  1 | 190k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   401s| 82100 |  1379 |  2014k|  24.4 |   301M |  67 |3269 |  14k|   0 | 198k|  0 | 190k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   401s| 82200 |  1381 |  2016k|  24.4 |   301M |  67 |3269 |  14k|   0 | 198k|  0 | 190k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   402s| 82300 |  1390 |  2017k|  24.4 |   301M |  67 |3269 |  14k|7410 | 198k|  1 | 190k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   402s| 82400 |  1382 |  2020k|  24.4 |   301M |  67 |3269 |  14k|7409 | 198k|  1 | 190k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   403s| 82500 |  1384 |  2022k|  24.4 |   301M |  67 |3269 |  14k|7414 | 198k|  1 | 191k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   403s| 82600 |  1377 |  2024k|  24.4 |   301M |  67 |3269 |  14k|7405 | 198k|  1 | 191k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   403s| 82700 |  1376 |  2026k|  24.4 |   301M |  67 |3269 |  14k|7420 | 199k|  1 | 191k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
421.81/424.09	c   404s| 82800 |  1382 |  2028k|  24.4 |   301M |  67 |3269 |  14k|7413 | 199k|  1 | 191k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   405s| 82900 |  1380 |  2030k|  24.4 |   301M |  67 |3269 |  14k|7413 | 199k|  1 | 191k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   405s| 83000 |  1377 |  2033k|  24.4 |   301M |  67 |3269 |  14k|   0 | 199k|  0 | 192k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   406s| 83100 |  1396 |  2035k|  24.4 |   301M |  67 |3269 |  14k|7478 | 200k|  1 | 192k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   406s| 83200 |  1384 |  2038k|  24.4 |   301M |  67 |3269 |  14k|   0 | 200k|  0 | 192k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   407s| 83300 |  1394 |  2042k|  24.4 |   301M |  67 |3269 |  14k|7413 | 201k|  1 | 192k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   408s| 83400 |  1404 |  2046k|  24.4 |   301M |  67 |3269 |  14k|   0 | 202k|  0 | 192k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   409s| 83500 |  1435 |  2052k|  24.4 |   303M |  67 |3269 |  14k|7516 | 203k|  3 | 192k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   409s| 83600 |  1427 |  2054k|  24.4 |   303M |  67 |3269 |  14k|   0 | 203k|  0 | 192k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   410s| 83700 |  1422 |  2058k|  24.5 |   303M |  67 |3269 |  13k|7413 | 204k|  1 | 193k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   411s| 83800 |  1421 |  2060k|  24.5 |   303M |  67 |3269 |  14k|   0 | 204k|  0 | 193k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   411s| 83900 |  1416 |  2062k|  24.5 |   303M |  67 |3269 |  14k|7424 | 204k|  1 | 193k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   412s| 84000 |  1419 |  2065k|  24.5 |   303M |  67 |3269 |  14k|7473 | 205k|  3 | 193k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   412s| 84100 |  1416 |  2067k|  24.4 |   303M |  67 |3269 |  14k|7410 | 205k|  1 | 193k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   413s| 84200 |  1409 |  2069k|  24.4 |   303M |  67 |3269 |  14k|7428 | 205k|  1 | 193k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
421.81/424.09	c   413s| 84300 |  1409 |  2071k|  24.4 |   303M |  67 |3269 |  14k|7431 | 205k|  2 | 194k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   414s| 84400 |  1409 |  2073k|  24.4 |   303M |  67 |3269 |  14k|7343 | 205k|  1 | 194k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   414s| 84500 |  1401 |  2075k|  24.4 |   304M |  67 |3269 |  14k|   0 | 206k|  0 | 194k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   415s| 84600 |  1404 |  2077k|  24.4 |   310M |  67 |3269 |  13k|   0 | 206k|  0 | 194k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   415s| 84700 |  1405 |  2078k|  24.4 |   310M |  67 |3269 |  13k|7407 | 206k|  1 | 194k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   415s| 84800 |  1401 |  2080k|  24.4 |   310M |  67 |3269 |  13k|7393 | 206k|  1 | 195k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   416s| 84900 |  1406 |  2082k|  24.4 |   310M |  67 |3269 |  13k|7393 | 206k|  1 | 195k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   416s| 85000 |  1401 |  2083k|  24.4 |   310M |  67 |3269 |  13k|7393 | 206k|  1 | 195k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   416s| 85100 |  1398 |  2085k|  24.4 |   310M |  67 |3269 |  13k|7393 | 206k|  1 | 195k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   417s| 85200 |  1413 |  2087k|  24.4 |   310M |  67 |3269 |  13k|   0 | 206k|  0 | 195k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   417s| 85300 |  1403 |  2088k|  24.4 |   310M |  67 |3269 |  13k|7438 | 207k|  4 | 196k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   417s| 85400 |  1402 |  2089k|  24.3 |   310M |  67 |3269 |  13k|7368 | 207k|  1 | 196k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   418s| 85500 |  1408 |  2091k|  24.3 |   310M |  67 |3269 |  13k|   0 | 207k|  0 | 196k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   418s| 85600 |  1402 |  2092k|  24.3 |   310M |  67 |3269 |  13k|7417 | 207k|  2 | 196k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   419s| 85700 |  1400 |  2096k|  24.3 |   310M |  67 |3269 |  13k|   0 | 207k|  0 | 196k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
421.81/424.09	c   419s| 85800 |  1397 |  2098k|  24.3 |   310M |  67 |3269 |  13k|   0 | 207k|  0 | 197k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   420s| 85900 |  1405 |  2100k|  24.3 |   310M |  67 |3269 |  13k|7417 | 208k|  1 | 197k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   420s| 86000 |  1402 |  2102k|  24.3 |   310M |  67 |3269 |  13k|7432 | 208k|  1 | 197k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   421s| 86100 |  1405 |  2105k|  24.3 |   310M |  67 |3269 |  13k|7443 | 208k|  1 | 197k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   421s| 86200 |  1419 |  2110k|  24.4 |   310M |  67 |3269 |  13k|7390 | 208k|  1 | 197k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   422s| 86300 |  1425 |  2112k|  24.4 |   310M |  67 |3269 |  13k|7423 | 208k|  1 | 197k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
421.81/424.09	c   423s| 86400 |  1419 |  2115k|  24.4 |   310M |  67 |3269 |  13k|   0 | 209k|  0 | 198k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   423s| 86500 |  1416 |  2116k|  24.3 |   310M |  67 |3269 |  13k|   0 | 209k|  0 | 198k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   423s| 86600 |  1414 |  2118k|  24.3 |   310M |  67 |3269 |  13k|7364 | 209k|  1 | 198k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   424s| 86700 |  1427 |  2121k|  24.3 |   311M |  67 |3269 |  13k|7392 | 209k|  1 | 198k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   424s| 86800 |  1436 |  2123k|  24.3 |   311M |  67 |3269 |  13k|   0 | 209k|  0 | 198k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   425s| 86900 |  1441 |  2125k|  24.3 |   311M |  67 |3269 |  13k|7405 | 209k|  1 | 199k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   425s| 87000 |  1436 |  2127k|  24.3 |   311M |  67 |3269 |  13k|   0 | 210k|  0 | 199k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   426s| 87100 |  1438 |  2129k|  24.3 |   311M |  67 |3269 |  13k|7399 | 210k|  1 | 199k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   426s| 87200 |  1436 |  2130k|  24.3 |   312M |  67 |3269 |  13k|7399 | 210k|  1 | 199k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
444.53/446.85	c   426s| 87300 |  1440 |  2131k|  24.3 |   312M |  67 |3269 |  13k|7401 | 210k|  1 | 199k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   427s| 87400 |  1443 |  2133k|  24.3 |   312M |  67 |3269 |  13k|7401 | 210k|  1 | 200k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   427s| 87500 |  1439 |  2135k|  24.3 |   312M |  67 |3269 |  13k|7401 | 210k|  1 | 200k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   427s| 87600 |  1448 |  2137k|  24.3 |   312M |  67 |3269 |  13k|7401 | 210k|  1 | 200k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   428s| 87700 |  1452 |  2138k|  24.3 |   312M |  67 |3269 |  13k|7415 | 210k|  1 | 200k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   428s| 87800 |  1445 |  2140k|  24.3 |   312M |  67 |3269 |  13k|7401 | 210k|  1 | 200k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   428s| 87900 |  1433 |  2142k|  24.2 |   312M |  67 |3269 |  13k|7394 | 210k|  1 | 200k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   429s| 88000 |  1440 |  2144k|  24.2 |   312M |  67 |3269 |  13k|7409 | 211k|  1 | 201k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   429s| 88100 |  1436 |  2145k|  24.2 |   312M |  67 |3269 |  13k|7422 | 211k|  1 | 201k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   429s| 88200 |  1437 |  2147k|  24.2 |   312M |  67 |3269 |  13k|   0 | 211k|  0 | 201k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   430s| 88300 |  1436 |  2149k|  24.2 |   312M |  67 |3269 |  13k|7347 | 211k|  1 | 201k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   430s| 88400 |  1458 |  2153k|  24.2 |   312M |  67 |3269 |  13k|7398 | 211k|  1 | 201k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   431s| 88500 |  1456 |  2156k|  24.2 |   312M |  67 |3269 |  13k|7384 | 212k|  1 | 202k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   431s| 88600 |  1452 |  2158k|  24.2 |   312M |  67 |3269 |  13k|   0 | 212k|  0 | 202k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   432s| 88700 |  1447 |  2160k|  24.2 |   312M |  67 |3269 |  13k|7377 | 212k|  1 | 202k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
444.53/446.85	c   432s| 88800 |  1461 |  2161k|  24.2 |   312M |  67 |3269 |  13k|   0 | 212k|  0 | 202k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   433s| 88900 |  1457 |  2165k|  24.2 |   312M |  67 |3269 |  13k|7412 | 212k|  3 | 202k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   433s| 89000 |  1458 |  2167k|  24.2 |   312M |  67 |3269 |  13k|7415 | 213k|  1 | 202k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   433s| 89100 |  1451 |  2168k|  24.2 |   312M |  67 |3269 |  13k|   0 | 213k|  0 | 203k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   434s| 89200 |  1455 |  2170k|  24.2 |   312M |  67 |3269 |  13k|7417 | 213k|  1 | 203k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   434s| 89300 |  1448 |  2172k|  24.2 |   312M |  67 |3269 |  13k|   0 | 213k|  0 | 203k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   435s| 89400 |  1450 |  2174k|  24.2 |   312M |  67 |3269 |  13k|   0 | 213k|  0 | 203k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   435s| 89500 |  1452 |  2175k|  24.2 |   312M |  67 |3269 |  13k|7376 | 213k|  1 | 203k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   435s| 89600 |  1447 |  2177k|  24.2 |   313M |  67 |3269 |  13k|7419 | 214k|  1 | 204k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   436s| 89700 |  1449 |  2178k|  24.2 |   313M |  67 |3269 |  13k|7415 | 214k|  1 | 204k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   436s| 89800 |  1449 |  2181k|  24.2 |   313M |  67 |3269 |  13k|7409 | 214k|  1 | 204k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   437s| 89900 |  1471 |  2183k|  24.2 |   313M |  67 |3269 |  13k|7421 | 214k|  1 | 204k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   437s| 90000 |  1483 |  2186k|  24.2 |   313M |  67 |3269 |  13k|7398 | 215k|  1 | 204k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   438s| 90100 |  1496 |  2190k|  24.2 |   313M |  67 |3269 |  13k|7417 | 215k|  1 | 205k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   438s| 90200 |  1509 |  2192k|  24.2 |   313M |  67 |3269 |  13k|7429 | 215k|  1 | 205k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
444.53/446.85	c   439s| 90300 |  1510 |  2195k|  24.2 |   313M |  67 |3269 |  13k|   0 | 215k|  0 | 205k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   439s| 90400 |  1524 |  2198k|  24.2 |   313M |  67 |3269 |  13k|7398 | 216k|  1 | 205k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   440s| 90500 |  1519 |  2201k|  24.2 |   313M |  67 |3269 |  13k|   0 | 216k|  0 | 205k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   440s| 90600 |  1508 |  2203k|  24.2 |   313M |  67 |3269 |  13k|7422 | 216k|  1 | 206k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   441s| 90700 |  1528 |  2206k|  24.2 |   313M |  67 |3269 |  13k|7446 | 217k|  2 | 206k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   441s| 90800 |  1538 |  2210k|  24.2 |   313M |  67 |3269 |  13k|   0 | 217k|  0 | 206k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   442s| 90900 |  1562 |  2213k|  24.2 |   313M |  67 |3269 |  13k|7434 | 218k|  1 | 206k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   442s| 91000 |  1540 |  2215k|  24.2 |   313M |  67 |3269 |  13k|   0 | 218k|  0 | 206k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   442s| 91100 |  1536 |  2217k|  24.2 |   313M |  67 |3269 |  13k|7413 | 218k|  1 | 207k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   443s| 91200 |  1519 |  2219k|  24.2 |   313M |  67 |3269 |  13k|7429 | 218k|  1 | 207k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   443s| 91300 |  1513 |  2220k|  24.2 |   313M |  67 |3269 |  13k|7430 | 218k|  1 | 207k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   444s| 91400 |  1499 |  2222k|  24.2 |   313M |  67 |3269 |  13k|7364 | 218k|  0 | 207k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   444s| 91500 |  1504 |  2226k|  24.2 |   313M |  67 |3269 |  13k|7436 | 218k|  1 | 207k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   445s| 91600 |  1499 |  2229k|  24.2 |   313M |  67 |3269 |  13k|7444 | 219k|  1 | 207k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
444.53/446.85	c   445s| 91700 |  1498 |  2231k|  24.2 |   313M |  67 |3269 |  13k|7448 | 219k|  2 | 208k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
468.86/471.21	c   446s| 91800 |  1505 |  2234k|  24.2 |   313M |  67 |3269 |  13k|7393 | 219k|  1 | 208k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   446s| 91900 |  1507 |  2236k|  24.2 |   313M |  67 |3269 |  13k|   0 | 219k|  0 | 208k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   446s| 92000 |  1512 |  2237k|  24.2 |   313M |  67 |3269 |  13k|   0 | 220k|  0 | 208k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   447s| 92100 |  1511 |  2239k|  24.2 |   313M |  67 |3269 |  13k|7411 | 220k|  1 | 208k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   447s| 92200 |  1515 |  2241k|  24.2 |   313M |  67 |3269 |  13k|   0 | 220k|  0 | 208k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   448s| 92300 |  1508 |  2243k|  24.2 |   313M |  67 |3269 |  13k|7391 | 220k|  1 | 209k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   448s| 92400 |  1506 |  2245k|  24.2 |   313M |  67 |3269 |  13k|7408 | 220k|  1 | 209k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   449s| 92500 |  1502 |  2247k|  24.2 |   313M |  67 |3269 |  13k|   0 | 221k|  0 | 209k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   449s| 92600 |  1504 |  2248k|  24.2 |   313M |  67 |3269 |  13k|7402 | 221k|  1 | 209k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   450s| 92700 |  1506 |  2250k|  24.1 |   313M |  67 |3269 |  13k|7419 | 221k|  1 | 209k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   450s| 92800 |  1503 |  2253k|  24.2 |   313M |  67 |3269 |  13k|   0 | 221k|  0 | 209k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   451s| 92900 |  1495 |  2255k|  24.2 |   313M |  67 |3269 |  13k|7346 | 221k|  2 | 209k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   451s| 93000 |  1495 |  2258k|  24.2 |   313M |  67 |3269 |  13k|7372 | 222k|  1 | 210k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   452s| 93100 |  1492 |  2260k|  24.2 |   313M |  67 |3269 |  13k|   0 | 222k|  0 | 210k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   452s| 93200 |  1488 |  2262k|  24.1 |   313M |  67 |3269 |  13k|   0 | 222k|  0 | 210k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
468.86/471.21	c   453s| 93300 |  1485 |  2264k|  24.1 |   313M |  67 |3269 |  13k|7416 | 222k|  2 | 210k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   453s| 93400 |  1492 |  2266k|  24.1 |   313M |  67 |3269 |  13k|7404 | 222k|  1 | 210k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   454s| 93500 |  1494 |  2270k|  24.2 |   313M |  67 |3269 |  13k|   0 | 222k|  0 | 210k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   454s| 93600 |  1491 |  2271k|  24.2 |   313M |  67 |3269 |  13k|7404 | 223k|  1 | 211k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   455s| 93700 |  1490 |  2274k|  24.1 |   313M |  67 |3269 |  13k|7477 | 223k|  2 | 211k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   455s| 93800 |  1490 |  2276k|  24.1 |   313M |  67 |3269 |  13k|   0 | 223k|  0 | 211k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   456s| 93900 |  1486 |  2278k|  24.1 |   313M |  67 |3269 |  13k|   0 | 223k|  0 | 211k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   457s| 94000 |  1492 |  2280k|  24.1 |   313M |  67 |3269 |  13k|7415 | 224k|  1 | 211k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   457s| 94100 |  1492 |  2284k|  24.2 |   313M |  67 |3269 |  13k|   0 | 224k|  0 | 212k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   458s| 94200 |  1491 |  2285k|  24.1 |   313M |  67 |3269 |  13k|   0 | 224k|  0 | 212k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   458s| 94300 |  1484 |  2287k|  24.1 |   313M |  67 |3269 |  13k|7427 | 224k|  1 | 212k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   459s| 94400 |  1481 |  2288k|  24.1 |   313M |  67 |3269 |  13k|   0 | 224k|  0 | 212k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   459s| 94500 |  1480 |  2290k|  24.1 |   313M |  67 |3269 |  13k|   0 | 224k|  0 | 212k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   459s| 94600 |  1477 |  2292k|  24.1 |   313M |  67 |3269 |  13k|   0 | 225k|  0 | 212k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   460s| 94700 |  1482 |  2293k|  24.1 |   313M |  67 |3269 |  13k|7452 | 225k|  1 | 213k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
468.86/471.21	c   460s| 94800 |  1476 |  2296k|  24.1 |   313M |  67 |3269 |  13k|7426 | 225k|  1 | 213k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   461s| 94900 |  1473 |  2298k|  24.1 |   313M |  67 |3269 |  13k|   0 | 225k|  0 | 213k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   461s| 95000 |  1482 |  2300k|  24.1 |   313M |  67 |3269 |  13k|   0 | 226k|  0 | 213k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   462s| 95100 |  1482 |  2303k|  24.1 |   313M |  67 |3269 |  13k|7426 | 226k|  1 | 213k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   462s| 95200 |  1480 |  2305k|  24.1 |   313M |  67 |3269 |  13k|7426 | 226k|  1 | 213k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   463s| 95300 |  1478 |  2307k|  24.1 |   313M |  67 |3269 |  13k|7426 | 227k|  1 | 214k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   463s| 95400 |  1482 |  2309k|  24.1 |   313M |  67 |3269 |  13k|7436 | 227k|  2 | 214k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   464s| 95500 |  1474 |  2310k|  24.1 |   313M |  67 |3269 |  13k|7428 | 227k|  1 | 214k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   464s| 95600 |  1464 |  2312k|  24.1 |   313M |  67 |3269 |  13k|   0 | 227k|  0 | 214k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   464s| 95700 |  1472 |  2314k|  24.1 |   313M |  67 |3269 |  13k|7363 | 227k|  1 | 214k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   465s| 95800 |  1471 |  2317k|  24.1 |   313M |  67 |3269 |  13k|   0 | 228k|  0 | 214k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   466s| 95900 |  1490 |  2320k|  24.1 |   313M |  67 |3269 |  13k|   0 | 228k|  0 | 214k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   466s| 96000 |  1481 |  2322k|  24.1 |   313M |  67 |3269 |  13k|7413 | 228k|  1 | 215k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   466s| 96100 |  1479 |  2323k|  24.1 |   313M |  67 |3269 |  13k|7405 | 228k|  1 | 215k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   467s| 96200 |  1480 |  2325k|  24.1 |   313M |  67 |3269 |  13k|   0 | 229k|  0 | 215k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
468.86/471.21	c   467s| 96300 |  1483 |  2327k|  24.1 |   313M |  67 |3269 |  13k|7402 | 229k|  1 | 215k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   467s| 96400 |  1488 |  2329k|  24.0 |   313M |  67 |3269 |  13k|7401 | 229k|  1 | 215k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   468s| 96500 |  1490 |  2331k|  24.0 |   313M |  67 |3269 |  13k|   0 | 229k|  0 | 215k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   468s| 96600 |  1487 |  2333k|  24.0 |   313M |  67 |3269 |  13k|7416 | 229k|  1 | 216k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   469s| 96700 |  1485 |  2336k|  24.0 |   313M |  67 |3269 |  13k|   0 | 230k|  0 | 216k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   469s| 96800 |  1495 |  2338k|  24.0 |   313M |  67 |3269 |  13k|7425 | 230k|  1 | 216k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
468.86/471.21	c   470s| 96900 |  1493 |  2340k|  24.0 |   313M |  67 |3269 |  13k|7411 | 230k|  1 | 216k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   470s| 97000 |  1494 |  2343k|  24.0 |   313M |  67 |3269 |  13k|   0 | 230k|  0 | 216k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   470s| 97100 |  1497 |  2345k|  24.0 |   313M |  67 |3269 |  13k|7411 | 231k|  1 | 216k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   471s| 97200 |  1489 |  2347k|  24.0 |   313M |  67 |3269 |  13k|7422 | 231k|  1 | 217k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   471s| 97300 |  1480 |  2348k|  24.0 |   313M |  67 |3269 |  13k|   0 | 231k|  0 | 217k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   472s| 97400 |  1484 |  2350k|  24.0 |   313M |  67 |3269 |  13k|7401 | 231k|  2 | 217k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   472s| 97500 |  1482 |  2352k|  24.0 |   313M |  67 |3269 |  13k|   0 | 231k|  0 | 217k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   472s| 97600 |  1481 |  2354k|  24.0 |   313M |  67 |3269 |  13k|   0 | 231k|  0 | 217k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   473s| 97700 |  1485 |  2356k|  24.0 |   313M |  67 |3269 |  13k|7429 | 231k|  1 | 217k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
492.29/494.76	c   473s| 97800 |  1480 |  2358k|  24.0 |   313M |  67 |3269 |  13k|   0 | 232k|  0 | 218k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   474s| 97900 |  1480 |  2361k|  24.0 |   313M |  67 |3269 |  13k|   0 | 232k|  0 | 218k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   475s| 98000 |  1489 |  2366k|  24.0 |   313M |  67 |3269 |  13k|   0 | 232k|  0 | 218k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   475s| 98100 |  1497 |  2368k|  24.0 |   313M |  67 |3269 |  13k|   0 | 233k|  0 | 218k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   476s| 98200 |  1493 |  2371k|  24.0 |   314M |  67 |3269 |  13k|7450 | 233k|  1 | 218k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   476s| 98300 |  1487 |  2373k|  24.0 |   314M |  67 |3269 |  13k|   0 | 233k|  0 | 218k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   477s| 98400 |  1490 |  2374k|  24.0 |   314M |  67 |3269 |  13k|   0 | 233k|  0 | 218k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   477s| 98500 |  1506 |  2376k|  24.0 |   314M |  67 |3269 |  13k|7402 | 234k|  1 | 219k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   478s| 98600 |  1490 |  2377k|  24.0 |   314M |  67 |3269 |  13k|   0 | 234k|  0 | 219k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   478s| 98700 |  1494 |  2379k|  24.0 |   314M |  67 |3269 |  13k|7397 | 234k|  1 | 219k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   479s| 98800 |  1494 |  2381k|  24.0 |   314M |  67 |3269 |  13k|7352 | 234k|  0 | 219k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   479s| 98900 |  1494 |  2383k|  24.0 |   314M |  67 |3269 |  13k|7405 | 234k|  1 | 219k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   480s| 99000 |  1492 |  2385k|  24.0 |   314M |  67 |3269 |  13k|7414 | 234k|  1 | 220k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   480s| 99100 |  1492 |  2386k|  24.0 |   314M |  67 |3269 |  13k|7422 | 235k|  1 | 220k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   480s| 99200 |  1493 |  2388k|  24.0 |   314M |  67 |3269 |  13k|   0 | 235k|  0 | 220k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
492.29/494.76	c   481s| 99300 |  1494 |  2390k|  24.0 |   314M |  67 |3269 |  13k|   0 | 235k|  0 | 220k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   481s| 99400 |  1499 |  2392k|  24.0 |   314M |  67 |3269 |  13k|   0 | 235k|  0 | 220k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   481s| 99500 |  1493 |  2394k|  23.9 |   314M |  67 |3269 |  13k|7385 | 235k|  1 | 221k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   482s| 99600 |  1500 |  2398k|  24.0 |   322M |  67 |3269 |  13k|7394 | 236k|  1 | 221k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   482s| 99700 |  1496 |  2401k|  24.0 |   322M |  67 |3269 |  13k|   0 | 236k|  0 | 221k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   483s| 99800 |  1511 |  2404k|  24.0 |   322M |  67 |3269 |  13k|   0 | 236k|  0 | 221k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   483s| 99900 |  1521 |  2406k|  24.0 |   322M |  67 |3269 |  13k|7386 | 236k|  1 | 222k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   484s|100000 |  1520 |  2409k|  24.0 |   322M |  67 |3269 |  13k|   0 | 237k|  0 | 222k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   484s|100100 |  1524 |  2411k|  24.0 |   322M |  67 |3269 |  13k|   0 | 237k|  0 | 222k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   485s|100200 |  1547 |  2414k|  24.0 |   322M |  67 |3269 |  13k|7415 | 237k|  1 | 222k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   485s|100300 |  1546 |  2415k|  24.0 |   322M |  67 |3269 |  13k|7400 | 237k|  1 | 222k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   486s|100400 |  1557 |  2418k|  24.0 |   322M |  67 |3269 |  13k|   0 | 237k|  0 | 222k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   486s|100500 |  1545 |  2419k|  24.0 |   322M |  67 |3269 |  13k|   0 | 238k|  0 | 222k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   486s|100600 |  1557 |  2423k|  24.0 |   322M |  67 |3269 |  13k|   0 | 238k|  0 | 223k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   487s|100700 |  1557 |  2425k|  24.0 |   322M |  67 |3269 |  13k|7418 | 238k|  1 | 223k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
492.29/494.76	c   487s|100800 |  1561 |  2427k|  24.0 |   322M |  67 |3269 |  13k|7416 | 238k|  1 | 223k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   488s|100900 |  1568 |  2430k|  24.0 |   322M |  67 |3269 |  13k|7427 | 239k|  2 | 223k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   488s|101000 |  1580 |  2434k|  24.0 |   322M |  67 |3269 |  13k|   0 | 239k|  0 | 223k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   489s|101100 |  1585 |  2437k|  24.0 |   322M |  67 |3269 |  13k|   0 | 240k|  0 | 223k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   489s|101200 |  1582 |  2439k|  24.0 |   322M |  67 |3269 |  13k|7386 | 240k|  1 | 223k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   489s|101300 |  1595 |  2442k|  24.0 |   322M |  67 |3269 |  13k|   0 | 240k|  0 | 224k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   490s|101400 |  1595 |  2445k|  24.0 |   323M |  67 |3269 |  13k|7425 | 240k|  1 | 224k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   490s|101500 |  1591 |  2447k|  24.0 |   323M |  67 |3269 |  13k|   0 | 241k|  0 | 224k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   491s|101600 |  1582 |  2449k|  24.0 |   323M |  67 |3269 |  13k|7420 | 241k|  1 | 224k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   491s|101700 |  1577 |  2450k|  24.0 |   323M |  67 |3269 |  13k|7421 | 241k|  2 | 224k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   491s|101800 |  1567 |  2452k|  24.0 |   323M |  67 |3269 |  13k|   0 | 241k|  0 | 224k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   492s|101900 |  1565 |  2453k|  24.0 |   323M |  67 |3269 |  13k|7409 | 241k|  2 | 225k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   492s|102000 |  1549 |  2454k|  24.0 |   323M |  67 |3269 |  13k|   0 | 241k|  0 | 225k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   492s|102100 |  1541 |  2456k|  23.9 |   323M |  67 |3269 |  13k|7393 | 242k|  1 | 225k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
492.29/494.76	c   493s|102200 |  1540 |  2458k|  23.9 |   323M |  67 |3269 |  13k|7392 | 242k|  1 | 225k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
498.68/501.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.68/501.18	c   494s|102300 |  1568 |  2465k|  24.0 |   323M |  67 |3269 |  13k|   0 | 242k|  0 | 225k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
498.68/501.18	c   494s|102400 |  1582 |  2467k|  24.0 |   324M |  67 |3269 |  13k|7317 | 242k|  2 | 225k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
498.68/501.18	c   494s|102500 |  1595 |  2469k|  24.0 |   325M |  67 |3269 |  13k|7363 | 242k|  1 | 226k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
498.68/501.18	c   495s|102600 |  1575 |  2471k|  24.0 |   326M |  67 |3269 |  13k|7299 | 242k|  1 | 226k|  11 | 0.000000e+00 |      --      |    Inf |   3.13%
498.68/501.18	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
498.68/501.18	c (run 1, node 102668) performing user restart
498.68/501.18	c 
498.68/501.18	c (restart) converted 399 cuts from the global cut pool into linear constraints
498.68/501.18	c 
498.68/501.18	c presolving:
498.68/501.18	c (round 1, fast)       0 del vars, 5271 del conss, 0 add conss, 0 chg bounds, 2 chg sides, 24 chg coeffs, 0 upgd conss, 0 impls, 10517 clqs
498.68/501.18	c (round 2, exhaustive) 1 del vars, 5727 del conss, 114 add conss, 0 chg bounds, 2 chg sides, 24 chg coeffs, 0 upgd conss, 0 impls, 10514 clqs
498.68/501.18	c (round 3, exhaustive) 1 del vars, 5730 del conss, 114 add conss, 0 chg bounds, 2 chg sides, 24 chg coeffs, 405 upgd conss, 0 impls, 10598 clqs
498.68/501.18	c (round 4, fast)       1 del vars, 5764 del conss, 114 add conss, 0 chg bounds, 2 chg sides, 24 chg coeffs, 405 upgd conss, 0 impls, 10599 clqs
498.68/501.18	c (round 5, medium)     1 del vars, 5768 del conss, 119 add conss, 0 chg bounds, 7 chg sides, 37 chg coeffs, 405 upgd conss, 0 impls, 10602 clqs
498.68/501.18	c (round 6, exhaustive) 1 del vars, 5797 del conss, 126 add conss, 0 chg bounds, 7 chg sides, 37 chg coeffs, 405 upgd conss, 0 impls, 10602 clqs
498.68/501.18	c (round 7, exhaustive) 1 del vars, 5862 del conss, 126 add conss, 0 chg bounds, 7 chg sides, 68 chg coeffs, 406 upgd conss, 0 impls, 10608 clqs
498.68/501.18	c presolving (8 rounds: 8 fast, 6 medium, 5 exhaustive):
498.68/501.18	c  1 deleted vars, 5863 deleted constraints, 126 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 68 changed coefficients
498.68/501.18	c  0 implications, 10609 cliques
498.68/501.18	c presolved problem has 3268 variables (3268 bin, 0 int, 0 impl, 0 cont) and 7912 constraints
498.68/501.18	c      44 constraints of type <knapsack>
498.68/501.18	c    6986 constraints of type <setppc>
498.68/501.18	c       1 constraints of type <linear>
498.68/501.18	c       1 constraints of type <orbitope>
498.68/501.18	c     880 constraints of type <logicor>
498.68/501.18	c transformed objective value is always integral (scale: 1)
498.68/501.18	c Presolving Time: 0.42
498.68/501.18	c 
498.68/501.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.68/501.18	c   495s|     1 |     0 |  2476k|     - |   325M |   0 |3268 |7932 |7063 |   0 |  0 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   496s|     1 |     0 |  2476k|     - |   326M |   0 |3268 |7933 |7212 | 149 |  1 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   496s|     1 |     0 |  2477k|     - |   327M |   0 |3268 |7934 |7283 | 220 |  2 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   496s|     1 |     0 |  2477k|     - |   327M |   0 |3268 |7935 |7307 | 244 |  3 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   497s|     1 |     0 |  2477k|     - |   327M |   0 |3268 |7936 |7327 | 264 |  4 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   497s|     1 |     0 |  2477k|     - |   328M |   0 |3268 |7937 |7344 | 281 |  5 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   497s|     1 |     0 |  2477k|     - |   329M |   0 |3268 |7938 |7361 | 298 |  6 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   497s|     1 |     0 |  2477k|     - |   329M |   0 |3268 |7939 |7376 | 313 |  7 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   497s|     1 |     0 |  2478k|     - |   329M |   0 |3268 |7940 |7391 | 328 |  8 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   497s|     1 |     0 |  2478k|     - |   330M |   0 |3268 |7941 |7405 | 342 |  9 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   497s|     1 |     0 |  2478k|     - |   331M |   0 |3268 |7942 |7420 | 357 | 10 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   498s|     1 |     0 |  2478k|     - |   331M |   0 |3268 |7943 |7437 | 374 | 11 | 226k|  11 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   498s|     1 |     2 |  2480k|     - |   331M |   0 |3268 |7950 |7437 | 374 | 11 | 226k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c   500s|   100 |    58 |  2492k|  24.1 |   335M |  40 |3268 |8092 |7051 | 515 |  0 | 226k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.68/501.18	c 
498.68/501.18	c SCIP Status        : solving was interrupted [time limit reached]
498.68/501.18	c Solving Time (sec) : 500.02
498.68/501.18	c Solving Nodes      : 124 (total of 102792 nodes in 2 runs)
498.68/501.18	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.68/501.18	c Dual Bound         : +0.00000000000000e+00
498.68/501.18	c Gap                : infinite
498.68/501.18	c ----------------------------------------------------------------------
498.68/501.18	c dual bound: 0.0 -> 0
498.68/501.18	c primal bound: 1e+20 -> 100000000000000000000
498.68/501.18	c scip-goal-lb: 0
498.68/501.18	c scip-goal-ub: 100000000000000000000
498.68/501.18	c writing output to: HOME/tmpvstzn17d.opb
498.68/501.18	c appending fixed variable constraints
498.68/501.18	c scip-fixed vars: 0.34% (11/3268)
498.68/501.18	c ----------------------------------------------------------------------
498.68/501.18	c executing external solver: HOME/naps-1.03a6
498.68/501.18	c ----------------------------------------------------------------------
498.68/501.18	c command: HOME/naps-1.03a6 HOME/tmpvstzn17d.opb
498.68/501.18	c NaPS 1.03a6.
498.68/501.18	c Input file name: HOME/tmpvstzn17d.opb
593.05/595.96	c _____________________________________________________________________________
593.05/595.96	c std/band forms        : 0,0
593.05/595.96	c 2cl/3cl ITE-codings   : 0,0
593.05/595.96	c BDD/srt/adr Max costs : 0,0,0
593.05/595.96	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
593.05/595.96	c BDD nodes             : 0
593.05/595.96	c Es1/CC detections     : 0,0
593.05/595.96	c CC sort               : 0
593.05/595.96	c SAT/UNSAT calls       : 0,1
593.05/595.96	c regenrated variables  : 0
593.05/595.96	c eliminated fixed lits : 19
593.05/595.96	c goal lit flips        : 0
593.05/595.96	c goal stages           : 0
593.05/595.96	c goal shrink           : 0
593.05/595.96	c goal coeff separations: 0
593.05/595.96	c restarts              : 95861
593.05/595.96	c conflicts             : 3379332        (35935 /sec)
593.05/595.96	c decisions             : 4702162        (50002 /sec)
593.05/595.96	c propagations          : 87951715       (935256 /sec)
593.05/595.96	c inspects              : 0              (0 /sec)
593.05/595.96	c CPU time (solving tm) : 94.04 s        (93.89 s, SAT 0 s, UNSAT 93.89 s)
593.05/595.96	c Time for Opt-base     : 0 s
593.05/595.96	c Steps for Opt-base    : 0
593.05/595.96	c Time for BDD coding   : 0 s
593.05/595.96	c Time for srt coding   : 0 s
593.05/595.96	c _____________________________________________________________________________
593.05/595.97	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63314 MiB free)
  memory of node 1: 64465 MiB (62178 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510809-1751204746/watcher-4510809-1751204746 -o /tmp/evaluation-result-4510809-1751204746/solver-4510809-1751204746 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27066 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4510809-1751204746.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=27126, runsolver pid=27107
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 0.70 1.33 2.07 7/257 27139
/proc/meminfo: memFree=128495088/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=11676 memory=8704 CPUtime=0.04 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 1233 0 0 0 4 0 0 0 20 0 1 0 36153783 11956224 2176 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 2919 2176 1120 1 0 1167 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 15868 KiB
Current children cumulated memory: 11776 KiB

[startup+0.213664 s]*
/proc/loadavg: 0.70 1.33 2.07 7/258 27140
/proc/meminfo: memFree=128480888/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=60312 memory=22252 CPUtime=0.11 cores=1,3
/proc/27139/stat : 27139 (python3) D 27126 27126 27054 0 -1 4194304 2692 0 38 0 9 2 0 0 20 0 1 0 36153783 61759488 5563 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 15078 5563 3264 1 0 3794 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 64504 KiB
Current children cumulated memory: 25324 KiB

[startup+0.313769 s]*
/proc/loadavg: 0.70 1.33 2.07 4/258 27140
/proc/meminfo: memFree=128479724/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=68004 memory=22508 CPUtime=0.13 cores=1,3
/proc/27139/stat : 27139 (python3) D 27126 27126 27054 0 -1 4194304 2749 0 40 0 10 3 0 0 20 0 1 0 36153783 69636096 5627 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 17001 5627 3296 1 0 3861 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 72196 KiB
Current children cumulated memory: 25580 KiB

[startup+0.700336 s]
/proc/loadavg: 0.70 1.33 2.07 2/258 27140
/proc/meminfo: memFree=128468640/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1185144 memory=29300 CPUtime=0.18 cores=1,3
/proc/27139/stat : 27139 (python3) D 27126 27126 27054 0 -1 4194304 3234 0 65 0 13 5 0 0 20 0 1 0 36153783 1213587456 7325 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 296286 7325 4706 1 0 268354 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1189336 KiB
Current children cumulated memory: 32372 KiB

[startup+1.50036 s]
/proc/loadavg: 0.70 1.33 2.07 3/258 27140
/proc/meminfo: memFree=128442220/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1256652 memory=97524 CPUtime=0.76 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 17418 0 172 0 64 12 0 0 20 0 1 0 36153783 1286811648 24381 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 314163 24381 7842 1 0 285521 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 1260844 KiB
Current children cumulated memory: 100596 KiB

[startup+3.11285 s]
/proc/loadavg: 0.70 1.33 2.07 6/258 27140
/proc/meminfo: memFree=128130940/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1298336 memory=137096 CPUtime=2.36 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 27659 0 172 0 222 14 0 0 20 0 1 0 36153783 1329496064 34274 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 324584 34274 8034 1 0 295942 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 1302528 KiB
Current children cumulated memory: 140168 KiB
heavy processes:

[startup+6.30035 s]
/proc/loadavg: 0.96 1.37 2.09 6/258 27140
/proc/meminfo: memFree=128069232/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1314488 memory=152876 CPUtime=5.53 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 35054 0 172 0 538 15 0 0 20 0 1 0 36153783 1346035712 38219 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 328622 38219 8034 1 0 299980 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 1318680 KiB
Current children cumulated memory: 155948 KiB

[startup+12.7004 s]
/proc/loadavg: 1.20 1.41 2.10 6/258 27140
/proc/meminfo: memFree=127994388/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1344580 memory=182780 CPUtime=11.91 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 44609 0 172 0 1175 16 0 0 20 0 1 0 36153783 1376849920 45695 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 336145 45695 8034 1 0 307503 0
Current children cumulated CPU time: 11.91 s
Current children cumulated vsize: 1348772 KiB
Current children cumulated memory: 185852 KiB

[startup+25.5004 s]
/proc/loadavg: 1.82 1.54 2.13 6/258 27189
/proc/meminfo: memFree=127866452/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1388504 memory=205328 CPUtime=24.65 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 51266 0 172 0 2447 18 0 0 20 0 1 0 36153783 1421828096 51332 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 347126 51332 8034 1 0 318484 0
Current children cumulated CPU time: 24.65 s
Current children cumulated vsize: 1392696 KiB
Current children cumulated memory: 208400 KiB

[startup+51.1133 s]
/proc/loadavg: 2.57 1.74 2.18 5/258 27239
/proc/meminfo: memFree=127756948/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1424752 memory=234512 CPUtime=50.19 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 58582 0 172 0 4999 20 0 0 20 0 1 0 36153783 1458946048 58628 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 356188 58628 8034 1 0 327546 0
Current children cumulated CPU time: 50.19 s
Current children cumulated vsize: 1428944 KiB
Current children cumulated memory: 237584 KiB

[startup+102.3 s]
/proc/loadavg: 3.48 2.12 2.29 5/259 27293
/proc/meminfo: memFree=127576812/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1462604 memory=275216 CPUtime=101.16 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 66553 0 172 0 10095 21 0 0 20 0 1 0 36153783 1497706496 68804 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 365651 68804 8034 1 0 337009 0
Current children cumulated CPU time: 101.16 s
Current children cumulated vsize: 1466796 KiB
Current children cumulated memory: 278288 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 2.49 2.41 5/259 27295
/proc/meminfo: memFree=127498104/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1468928 memory=291216 CPUtime=160.94 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 68550 0 172 0 16072 22 0 0 20 0 1 0 36153783 1504182272 72804 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 367232 72804 8034 1 0 338590 0
Current children cumulated CPU time: 160.94 s
Current children cumulated vsize: 1473120 KiB
Current children cumulated memory: 294288 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.80 2.52 5/259 27297
/proc/meminfo: memFree=127436204/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1486236 memory=338192 CPUtime=220.73 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 72613 0 172 0 22050 23 0 0 20 0 1 0 36153783 1521905664 84548 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 371559 84548 8034 1 0 342917 0
Current children cumulated CPU time: 220.73 s

################
# More data... #
################

/proc/meminfo: memFree=127336292/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1522012 memory=374560 CPUtime=400.16 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 77770 0 172 0 39991 25 0 0 20 0 1 0 36153783 1558540288 93640 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 380503 93640 8034 1 0 351861 0
Current children cumulated CPU time: 400.16 s
Current children cumulated vsize: 1526204 KiB
Current children cumulated memory: 377632 KiB

[startup+462.3 s]
/proc/loadavg: 4.44 3.73 2.97 5/254 27305
/proc/meminfo: memFree=127285316/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1535056 memory=387872 CPUtime=459.99 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 81228 0 172 0 45973 26 0 0 20 0 1 0 36153783 1571897344 96968 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 383764 96968 8034 1 0 355122 0
Current children cumulated CPU time: 459.99 s
Current children cumulated vsize: 1539248 KiB
Current children cumulated memory: 390944 KiB

[startup+522.3 s]
/proc/loadavg: 4.26 3.81 3.05 5/255 27309
/proc/meminfo: memFree=127207416/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1563312 memory=412628 CPUtime=498.75 cores=1,3
/proc/27139/stat : 27139 (python3) S 27126 27126 27054 0 -1 4194304 90814 0 173 0 49847 28 0 0 20 0 1 0 36153783 1600831488 103157 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 390828 103157 8066 1 0 362186 0
[pid=27308] ppid=27139 vsize=16728 memory=11672 CPUtime=21.04 cores=1,3
/proc/27308/stat : 27308 (naps-1.03a6) R 27139 27308 27308 0 -1 4194304 36261 0 0 0 2096 8 0 0 20 0 1 0 36203896 17129472 2918 18446744073709551615 4198400 7047149 140724540894256 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 21471232 140724540897681 140724540897779 140724540897779 140724540903369 0
/proc/27308/statm: 4182 2918 544 696 0 3343 0
Current children cumulated CPU time: 519.79 s
Current children cumulated vsize: 1584232 KiB
Current children cumulated memory: 427372 KiB

[startup+582.3 s]
/proc/loadavg: 4.13 3.86 3.11 5/256 27952
/proc/meminfo: memFree=123400444/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1563312 memory=412628 CPUtime=498.75 cores=1,3
/proc/27139/stat : 27139 (python3) S 27126 27126 27054 0 -1 4194304 90814 0 173 0 49847 28 0 0 20 0 1 0 36153783 1600831488 103157 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 390828 103157 8066 1 0 362186 0
[pid=27308] ppid=27139 vsize=15960 memory=13488 CPUtime=80.73 cores=1,3
/proc/27308/stat : 27308 (naps-1.03a6) R 27139 27308 27308 0 -1 4194304 80931 0 0 0 8041 32 0 0 20 0 1 0 36203896 16343040 3372 18446744073709551615 4198400 7047149 140724540894256 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 21471232 140724540897681 140724540897779 140724540897779 140724540903369 0
/proc/27308/statm: 3990 3372 544 696 0 3151 0
Current children cumulated CPU time: 579.48 s
Current children cumulated vsize: 1583464 KiB
Current children cumulated memory: 429188 KiB

[startup+596.058 s]
# the end of solver process 27126 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=592.585 s, system=0.648668 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+588.8 s]
/proc/loadavg: 4.12 3.86 3.12 5/256 27952
/proc/meminfo: memFree=122251212/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1563312 memory=412628 CPUtime=498.75 cores=1,3
/proc/27139/stat : 27139 (python3) S 27126 27126 27054 0 -1 4194304 90814 0 173 0 49847 28 0 0 20 0 1 0 36153783 1600831488 103157 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 390828 103157 8066 1 0 362186 0
[pid=27308] ppid=27139 vsize=22104 memory=15204 CPUtime=87.22 cores=1,3
/proc/27308/stat : 27308 (naps-1.03a6) R 27139 27308 27308 0 -1 4194304 81566 0 0 0 8689 33 0 0 20 0 1 0 36203896 22634496 3801 18446744073709551615 4198400 7047149 140724540894256 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 21471232 140724540897681 140724540897779 140724540897779 140724540903369 0
/proc/27308/statm: 5526 3801 544 696 0 4687 0
Current children cumulated CPU time: 585.97 s
Current children cumulated vsize: 1589608 KiB
Current children cumulated memory: 430904 KiB

[startup+592 s]*
/proc/loadavg: 4.11 3.87 3.12 5/256 27952
/proc/meminfo: memFree=121542280/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1563312 memory=412628 CPUtime=498.75 cores=1,3
/proc/27139/stat : 27139 (python3) S 27126 27126 27054 0 -1 4194304 90814 0 173 0 49847 28 0 0 20 0 1 0 36153783 1600831488 103157 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 390828 103157 8066 1 0 362186 0
[pid=27308] ppid=27139 vsize=22104 memory=14132 CPUtime=90.42 cores=1,3
/proc/27308/stat : 27308 (naps-1.03a6) R 27139 27308 27308 0 -1 4194304 82006 0 0 0 9009 33 0 0 20 0 1 0 36203896 22634496 3533 18446744073709551615 4198400 7047149 140724540894256 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 21471232 140724540897681 140724540897779 140724540897779 140724540903369 0
/proc/27308/statm: 5526 3533 544 696 0 4687 0
Current children cumulated CPU time: 589.17 s
Current children cumulated vsize: 1589608 KiB
Current children cumulated memory: 429832 KiB

[startup+593.6 s]
/proc/loadavg: 4.11 3.87 3.12 5/256 27952
/proc/meminfo: memFree=121526656/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1563312 memory=412628 CPUtime=498.75 cores=1,3
/proc/27139/stat : 27139 (python3) S 27126 27126 27054 0 -1 4194304 90814 0 173 0 49847 28 0 0 20 0 1 0 36153783 1600831488 103157 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 390828 103157 8066 1 0 362186 0
[pid=27308] ppid=27139 vsize=22104 memory=15028 CPUtime=92 cores=1,3
/proc/27308/stat : 27308 (naps-1.03a6) R 27139 27308 27308 0 -1 4194304 82225 0 0 0 9167 33 0 0 20 0 1 0 36203896 22634496 3757 18446744073709551615 4198400 7047149 140724540894256 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 21471232 140724540897681 140724540897779 140724540897779 140724540903369 0
/proc/27308/statm: 5526 3757 544 696 0 4687 0
Current children cumulated CPU time: 590.75 s
Current children cumulated vsize: 1589608 KiB
Current children cumulated memory: 430728 KiB

[startup+595.2 s]
/proc/loadavg: 4.10 3.87 3.13 5/256 27952
/proc/meminfo: memFree=121502464/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1563312 memory=412628 CPUtime=498.75 cores=1,3
/proc/27139/stat : 27139 (python3) S 27126 27126 27054 0 -1 4194304 90814 0 173 0 49847 28 0 0 20 0 1 0 36153783 1600831488 103157 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 390828 103157 8066 1 0 362186 0
[pid=27308] ppid=27139 vsize=22104 memory=15156 CPUtime=93.6 cores=1,3
/proc/27308/stat : 27308 (naps-1.03a6) R 27139 27308 27308 0 -1 4194304 82255 0 0 0 9327 33 0 0 20 0 1 0 36203896 22634496 3789 18446744073709551615 4198400 7047149 140724540894256 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 21471232 140724540897681 140724540897779 140724540897779 140724540903369 0
/proc/27308/statm: 5526 3789 544 696 0 4687 0
Current children cumulated CPU time: 592.35 s
Current children cumulated vsize: 1589608 KiB
Current children cumulated memory: 430856 KiB

[startup+595.6 s]
/proc/loadavg: 4.10 3.87 3.13 5/256 27952
/proc/meminfo: memFree=121502464/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1563312 memory=412628 CPUtime=498.75 cores=1,3
/proc/27139/stat : 27139 (python3) S 27126 27126 27054 0 -1 4194304 90814 0 173 0 49847 28 0 0 20 0 1 0 36153783 1600831488 103157 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 390828 103157 8066 1 0 362186 0
[pid=27308] ppid=27139 vsize=22104 memory=15156 CPUtime=94 cores=1,3
/proc/27308/stat : 27308 (naps-1.03a6) R 27139 27308 27308 0 -1 4194304 82255 0 0 0 9367 33 0 0 20 0 1 0 36203896 22634496 3789 18446744073709551615 4198400 7047149 140724540894256 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 21471232 140724540897681 140724540897779 140724540897779 140724540903369 0
/proc/27308/statm: 5526 3789 544 696 0 4687 0
Current children cumulated CPU time: 592.75 s
Current children cumulated vsize: 1589608 KiB
Current children cumulated memory: 430856 KiB

[startup+596 s]*
/proc/loadavg: 4.10 3.87 3.13 5/255 27952
/proc/meminfo: memFree=121486840/131382116 swapFree=33010684/33010684
[pid=27126] ppid=27107 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/27126/stat : 27126 (scip-naps-1.00.) S 27107 27126 27054 0 -1 4194304 255 340 0 0 0 0 0 0 20 0 1 0 36153777 4292608 768 18446744073709551615 94001539522560 94001540417093 140729646547184 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94001540656144 94001540703888 94001561145344 140729646553505 140729646553602 140729646553602 140729646559204 0
/proc/27126/statm: 1048 768 704 219 0 110 0
[pid=27139] ppid=27126 vsize=1563312 memory=412628 CPUtime=593.15 cores=1,3
/proc/27139/stat : 27139 (python3) R 27126 27126 27054 0 -1 4194304 92639 82320 173 0 49850 28 9404 33 20 0 1 0 36153783 1600831488 103157 18446744073709551615 94888649285632 94888649286009 140722912539136 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94888649297304 94888649297924 94888653922304 140722912545112 140722912545314 140722912545314 140722912550887 0
/proc/27139/statm: 390828 103157 8066 1 0 362186 0
Current children cumulated CPU time: 593.15 s
Current children cumulated vsize: 1567504 KiB
Current children cumulated memory: 415700 KiB

Child status: 0

Real time (s): 596.058
CPU time (s): 593.234
CPU user time (s): 592.585
CPU system time (s): 0.648668
CPU usage (%): 99.5262
Max. virtual memory (cumulated for all children) (KiB): 1596064
Max. memory (cumulated for all children) (KiB): 441096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 592.585
system time used= 0.648668
maximum resident set size= 413824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178849
page faults= 173
swaps= 0
block input operations= 20656
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1009
involuntary context switches= 527


# summary of solver processes directly reported to runsolver:
#   pid: 27126
#   total CPU time (s): 593.234
#   total CPU user time (s): 592.585
#   total CPU system time (s): 0.648668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.14897 second user time and 6.12894 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 15:45:46
IDJOB=4510809
IDBENCH=160386
IDSOLVER=3368
FILE ID=nodeC004/4510809-1751204746
RUNJOBID= nodeC004-1751204746-27066
SLURM_JOB_ID= 9587619
Free space on /tmp= 433060 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510809-1751204746/watcher-4510809-1751204746 -o /tmp/evaluation-result-4510809-1751204746/solver-4510809-1751204746 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27066 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4510809-1751204746.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= dcac64736f2fac2889802971ff74db2d
RANDOM SEED=1584929384

nodeC004 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.143
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.215
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.104
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.454
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.225
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.201
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.571
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.119
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128504860 kB
MemAvailable:   129958412 kB
Buffers:            3280 kB
Cached:          2257456 kB
SwapCached:            0 kB
Active:           317128 kB
Inactive:        2009784 kB
Active(anon):      84152 kB
Inactive(anon):        0 kB
Active(file):     232976 kB
Inactive(file):  2009784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23300 kB
Writeback:            28 kB
AnonPages:         69124 kB
Mapped:           102124 kB
Shmem:             17976 kB
KReclaimable:     100836 kB
Slab:             183492 kB
SReclaimable:     100836 kB
SUnreclaim:        82656 kB
KernelStack:        3824 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC004 at 2025-06-29 15:55:42