Trace number 4830755

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 scip-naps-1.00a2UNSAT 500.106 501.676

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL/
normalized-3col-left3reg-l070-r069-n1.opb
MD5SUMfbeb24815c86fedda9ddbd5f4940c0bf
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 benchmark0.193062
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5370
Total number of constraints11615
Number of constraints which are clauses9825
Number of constraints which are cardinality constraints (but not clauses)1790
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

457.47/458.93	c scip-naps version 1.00a2
457.47/458.93	c Command: HOME/scip-naps.py --pbsolver HOME/naps_release --sciptime=500 --dec HOME/instance-4830755-1783289833.opb
457.47/458.93	c Solving mode: decision
457.47/458.93	c SCIP version 10.0.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.2] [GitHash: NoGitInfo]
457.47/458.93	c Copyright (c) 2002-2026 Zuse Institute Berlin (ZIB)
457.47/458.93	c original problem has 5370 variables (5370 bin, 0 int, 0 cont) and 11615 constraints
457.47/458.93	c presolving:
457.47/458.93	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11615 upgd conss, 0 impls, 11615 clqs, 0 implints
457.47/458.93	c    (0.1s) probing: 51/5370 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
457.47/458.93	c    (0.1s) probing aborted: 50/50 successive totally useless probings
457.47/458.93	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
457.47/458.93	c    (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.78) (symcode time: 0.00)
457.47/458.93	c dynamic symmetry handling statistics:
457.47/458.93	c    orbitopal reduction:       no components
457.47/458.93	c    orbital reduction:         no components
457.47/458.93	c    lexicographic reduction:   no permutations
457.47/458.93	c handled 1 out of 1 symmetry components
457.47/458.93	c (round 2, exhaustive) 7 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11615 upgd conss, 0 impls, 11592 clqs, 0 implints
457.47/458.93	c (round 3, fast)       15 del vars, 27 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11615 upgd conss, 0 impls, 11588 clqs, 0 implints
457.47/458.93	c    (0.1s) probing: 56/5370 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
457.47/458.93	c    (0.1s) probing aborted: 50/50 successive totally useless probings
457.47/458.93	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
457.47/458.93	c  15 deleted vars, 27 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
457.47/458.93	c  0 implications, 11588 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
457.47/458.93	c presolved problem has 5359 variables (5359 bin, 0 int, 0 cont) and 11589 constraints
457.47/458.93	c   11588 constraints of type <setppc>
457.47/458.93	c       1 constraints of type <orbitope_pp>
457.47/458.93	c transformed objective value is always integral (scale: 1)
457.47/458.93	c Presolving Time: 0.09
457.47/458.93	c 
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   0.2s|     1 |     0 |  4029 |     - |    95M |   0 |5359 |  11k|  11k|   0 |  0 |  20 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   0.9s|     1 |     0 | 13463 |     - |   103M |   0 |5359 |  11k|  11k| 207 |  1 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   1.0s|     1 |     0 | 14296 |     - |   104M |   0 |5359 |  11k|  12k| 430 |  2 |  23 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   1.1s|     1 |     0 | 14971 |     - |   106M |   0 |5359 |  11k|  12k| 634 |  3 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   1.3s|     1 |     0 | 15705 |     - |   107M |   0 |5359 |  11k|  12k| 805 |  4 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   1.4s|     1 |     0 | 16508 |     - |   109M |   0 |5359 |  11k|  12k| 930 |  5 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   1.6s|     1 |     0 | 17075 |     - |   113M |   0 |5359 |  11k|  12k| 973 |  6 |  27 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   1.8s|     1 |     0 | 17406 |     - |   115M |   0 |5359 |  11k|  12k|1035 |  7 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   2.0s|     1 |     0 | 17747 |     - |   116M |   0 |5359 |  11k|  12k|1068 |  8 |  29 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   2.1s|     1 |     0 | 17975 |     - |   119M |   0 |5359 |  11k|  12k|1093 |  9 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   2.2s|     1 |     0 | 18241 |     - |   122M |   0 |5359 |  11k|  12k|1105 | 10 |  32 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   2.3s|     1 |     0 | 18425 |     - |   124M |   0 |5359 |  11k|  12k|1122 | 11 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   3.0s|     1 |     2 | 19467 |     - |   124M |   0 |5359 |  11k|  12k|1122 | 11 |  38 |  19 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   8.7s|   100 |    98 | 63190 | 452.2 |   131M |  31 |5359 |  11k|  12k|2612 |  1 | 273 |  19 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c   9.7s|   200 |   134 | 71623 | 267.3 |   142M |  59 |5359 |  11k|  12k|3242 |  1 | 368 |  19 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  10.8s|   300 |   128 | 81078 | 209.5 |   154M |  60 |5359 |  12k|  12k|3958 |  1 | 498 |  19 | 0.000000e+00 |      --      |    Inf | unknown
457.47/458.93	c  11.5s|   400 |   143 | 85535 | 168.2 |   161M |  60 |5359 |  12k|  12k|4752 |  0 | 581 |  19 | 0.000000e+00 |      --      |    Inf |   1.17%
457.47/458.93	c  12.6s|   500 |   140 | 93513 | 150.5 |   173M |  60 |5359 |  12k|  12k|5517 |  1 | 736 |  19 | 0.000000e+00 |      --      |    Inf |   1.18%
457.47/458.93	c  13.3s|   600 |   146 |101912 | 139.4 |   174M |  60 |5359 |  12k|  12k|6691 |  1 | 911 |  19 | 0.000000e+00 |      --      |    Inf |   1.18%
457.47/458.93	c  13.9s|   700 |   140 |107503 | 127.4 |   178M |  60 |5359 |  12k|  12k|7374 |  2 |1063 |  19 | 0.000000e+00 |      --      |    Inf |   1.18%
457.47/458.93	c  14.4s|   800 |   140 |111794 | 116.9 |   180M |  60 |5359 |  12k|  12k|7800 |  1 |1243 |  19 | 0.000000e+00 |      --      |    Inf |   1.18%
457.47/458.93	c  15.0s|   900 |   142 |117879 | 110.6 |   181M |  60 |5359 |  12k|  12k|8660 |  1 |1378 |  19 | 0.000000e+00 |      --      |    Inf |   1.18%
457.47/458.93	c  15.6s|  1000 |   154 |120786 | 102.5 |   187M |  60 |5359 |  12k|  12k|9090 |  1 |1442 |  19 | 0.000000e+00 |      --      |    Inf |   1.18%
457.47/458.93	c  16.1s|  1100 |   145 |124560 |  96.6 |   189M |  60 |5359 |  12k|  12k|9713 |  1 |1571 |  19 | 0.000000e+00 |      --      |    Inf |   1.18%
457.47/458.93	c  16.7s|  1200 |   143 |129210 |  92.4 |   189M |  60 |5359 |  13k|  12k|  10k|  3 |1735 |  19 | 0.000000e+00 |      --      |    Inf |   1.18%
457.47/458.93	c  17.3s|  1300 |   137 |133371 |  88.5 |   191M |  60 |5359 |  13k|  12k|  11k|  1 |1877 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  18.7s|  1400 |   166 |147704 |  92.4 |   196M |  60 |5359 |  13k|  12k|  11k|  0 |2027 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  19.3s|  1500 |   177 |155185 |  91.2 |   198M |  60 |5359 |  13k|   0 |  12k|  0 |2181 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  19.8s|  1600 |   176 |160001 |  88.5 |   198M |  60 |5359 |  13k|   0 |  13k|  0 |2414 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  20.3s|  1700 |   171 |165047 |  86.3 |   199M |  60 |5359 |  13k|  12k|  13k|  1 |2675 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  20.8s|  1800 |   177 |170269 |  84.4 |   201M |  60 |5359 |  13k|  12k|  14k|  1 |2867 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  21.2s|  1900 |   168 |175235 |  82.6 |   202M |  60 |5359 |  14k|  12k|  14k|  1 |3113 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  21.8s|  2000 |   165 |181491 |  81.6 |   202M |  60 |5359 |  14k|   0 |  15k|  0 |3339 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  22.2s|  2100 |   163 |185794 |  79.7 |   202M |  60 |5359 |  14k|   0 |  15k|  0 |3552 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  22.8s|  2200 |   159 |189997 |  78.0 |   203M |  60 |5359 |  14k|   0 |  15k|  0 |3762 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  23.4s|  2300 |   152 |194460 |  76.6 |   203M |  60 |5359 |  14k|   0 |  15k|  0 |3996 |  19 | 0.000000e+00 |      --      |    Inf |   1.19%
457.47/458.93	c  24.0s|  2400 |   154 |198917 |  75.2 |   206M |  60 |5359 |  14k|  12k|  16k|  1 |4210 |  19 | 0.000000e+00 |      --      |    Inf |   1.24%
457.47/458.93	c  24.5s|  2500 |   177 |201403 |  73.2 |   209M |  60 |5359 |  14k|  12k|  16k|  1 |4257 |  19 | 0.000000e+00 |      --      |    Inf |   1.24%
457.47/458.93	c  25.0s|  2600 |   166 |204369 |  71.5 |   213M |  60 |5359 |  15k|  12k|  16k|  1 |4346 |  19 | 0.000000e+00 |      --      |    Inf |   1.24%
457.47/458.93	c  25.5s|  2700 |   153 |207378 |  70.0 |   215M |  60 |5359 |  15k|  12k|  17k|  1 |4434 |  19 | 0.000000e+00 |      --      |    Inf |   1.24%
457.47/458.93	c  26.0s|  2800 |   156 |211299 |  68.9 |   219M |  60 |5359 |  15k|  12k|  17k|  2 |4520 |  19 | 0.000000e+00 |      --      |    Inf |   1.25%
457.47/458.93	c  26.5s|  2900 |   147 |214116 |  67.5 |   220M |  60 |5359 |  15k|  12k|  18k|  0 |4621 |  19 | 0.000000e+00 |      --      |    Inf |   1.26%
457.47/458.93	c  27.0s|  3000 |   148 |217857 |  66.5 |   223M |  60 |5359 |  15k|  12k|  18k|  1 |4737 |  19 | 0.000000e+00 |      --      |    Inf |   1.29%
457.47/458.93	c  28.0s|  3100 |   162 |227570 |  67.5 |   229M |  60 |5359 |  15k|  12k|  19k|  1 |4924 |  19 | 0.000000e+00 |      --      |    Inf |   1.38%
457.47/458.93	c  28.6s|  3200 |   180 |233051 |  67.1 |   231M |  60 |5359 |  15k|  12k|  19k|  0 |5004 |  19 | 0.000000e+00 |      --      |    Inf |   1.38%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  29.1s|  3300 |   168 |237377 |  66.4 |   231M |  60 |5359 |  15k|  12k|  19k|  1 |5049 |  19 | 0.000000e+00 |      --      |    Inf |   1.39%
457.47/458.93	c  29.6s|  3400 |   171 |241449 |  65.6 |   232M |  60 |5359 |  15k|  12k|  20k|  1 |5119 |  19 | 0.000000e+00 |      --      |    Inf |   1.39%
457.47/458.93	c  30.1s|  3500 |   176 |245462 |  64.9 |   232M |  60 |5359 |  15k|  12k|  20k|  3 |5210 |  19 | 0.000000e+00 |      --      |    Inf |   1.39%
457.47/458.93	c  30.5s|  3600 |   178 |248475 |  63.9 |   232M |  60 |5359 |  15k|  12k|  21k|  1 |5302 |  19 | 0.000000e+00 |      --      |    Inf |   1.40%
457.47/458.93	c  31.0s|  3700 |   171 |252709 |  63.3 |   232M |  60 |5359 |  15k|  12k|  21k|  2 |5418 |  19 | 0.000000e+00 |      --      |    Inf |   1.40%
457.47/458.93	c  31.5s|  3800 |   158 |257105 |  62.8 |   234M |  60 |5359 |  15k|  12k|  21k|  1 |5566 |  19 | 0.000000e+00 |      --      |    Inf |   1.40%
457.47/458.93	c  32.0s|  3900 |   159 |261188 |  62.3 |   234M |  60 |5359 |  16k|  12k|  21k|  1 |5708 |  19 | 0.000000e+00 |      --      |    Inf |   1.42%
457.47/458.93	c  32.5s|  4000 |   159 |268141 |  62.4 |   234M |  60 |5359 |  16k|  12k|  22k|  1 |5831 |  19 | 0.000000e+00 |      --      |    Inf |   1.46%
457.47/458.93	c  33.1s|  4100 |   158 |274268 |  62.4 |   234M |  60 |5359 |  16k|  12k|  23k|  0 |5919 |  19 | 0.000000e+00 |      --      |    Inf |   1.46%
457.47/458.93	c  33.6s|  4200 |   147 |278388 |  61.9 |   235M |  60 |5359 |  16k|  12k|  23k|  1 |6079 |  19 | 0.000000e+00 |      --      |    Inf |   1.51%
457.47/458.93	c  34.1s|  4300 |   170 |283355 |  61.6 |   235M |  60 |5359 |  16k|  12k|  24k|  1 |6161 |  19 | 0.000000e+00 |      --      |    Inf |   1.55%
457.47/458.93	c  34.6s|  4400 |   170 |285674 |  60.8 |   236M |  60 |5359 |  16k|  12k|  24k|  1 |6257 |  19 | 0.000000e+00 |      --      |    Inf |   1.55%
457.47/458.93	c  35.1s|  4500 |   166 |288701 |  60.1 |   238M |  60 |5359 |  16k|  12k|  24k|  1 |6332 |  19 | 0.000000e+00 |      --      |    Inf |   1.57%
457.47/458.93	c  35.6s|  4600 |   158 |292687 |  59.6 |   239M |  60 |5359 |  16k|  12k|  25k|  1 |6485 |  19 | 0.000000e+00 |      --      |    Inf |   1.58%
457.47/458.93	c  36.2s|  4700 |   174 |297485 |  59.4 |   239M |  60 |5359 |  16k|  12k|  25k|  1 |6618 |  19 | 0.000000e+00 |      --      |    Inf |   1.60%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  36.7s|  4800 |   162 |301256 |  58.9 |   240M |  60 |5359 |  16k|  12k|  26k|  0 |6744 |  19 | 0.000000e+00 |      --      |    Inf |   1.61%
457.47/458.93	c  37.2s|  4900 |   160 |306017 |  58.7 |   240M |  60 |5359 |  16k|   0 |  26k|  0 |6875 |  19 | 0.000000e+00 |      --      |    Inf |   1.65%
457.47/458.93	c  37.6s|  5000 |   151 |310349 |  58.4 |   241M |  60 |5359 |  16k|  12k|  26k|  1 |7028 |  19 | 0.000000e+00 |      --      |    Inf |   1.69%
457.47/458.93	c  38.1s|  5100 |   154 |313963 |  58.0 |   242M |  60 |5359 |  16k|  12k|  27k|  2 |7159 |  19 | 0.000000e+00 |      --      |    Inf |   1.72%
457.47/458.93	c  38.5s|  5200 |   151 |317130 |  57.5 |   242M |  60 |5359 |  16k|  12k|  27k|  1 |7322 |  19 | 0.000000e+00 |      --      |    Inf |   1.75%
457.47/458.93	c  38.9s|  5300 |   148 |319874 |  56.9 |   242M |  60 |5359 |  16k|   0 |  27k|  0 |7491 |  19 | 0.000000e+00 |      --      |    Inf |   1.81%
457.47/458.93	c  40.7s|  5400 |   157 |334741 |  58.6 |   245M |  60 |5359 |  16k|  12k|  28k|  1 |7625 |  19 | 0.000000e+00 |      --      |    Inf |   1.88%
457.47/458.93	c  41.2s|  5500 |   162 |338770 |  58.3 |   245M |  60 |5359 |  16k|   0 |  28k|  0 |7791 |  19 | 0.000000e+00 |      --      |    Inf |   1.89%
457.47/458.93	c  41.7s|  5600 |   156 |341495 |  57.7 |   246M |  60 |5359 |  16k|  12k|  28k|  1 |7864 |  19 | 0.000000e+00 |      --      |    Inf |   1.91%
457.47/458.93	c  42.2s|  5700 |   149 |348333 |  57.9 |   247M |  60 |5359 |  16k|  12k|  29k|  1 |7985 |  19 | 0.000000e+00 |      --      |    Inf |   1.99%
457.47/458.93	c  43.0s|  5800 |   156 |359394 |  58.8 |   250M |  60 |5359 |  16k|   0 |  29k|  0 |8142 |  19 | 0.000000e+00 |      --      |    Inf |   2.22%
457.47/458.93	c  43.7s|  5900 |   181 |366501 |  59.0 |   250M |  60 |5359 |  16k|  12k|  30k|  1 |8254 |  19 | 0.000000e+00 |      --      |    Inf |   2.25%
457.47/458.93	c  44.2s|  6000 |   171 |370624 |  58.7 |   253M |  60 |5359 |  16k|  12k|  30k|  1 |8316 |  19 | 0.000000e+00 |      --      |    Inf |   2.29%
457.47/458.93	c  44.8s|  6100 |   200 |373721 |  58.3 |   256M |  60 |5359 |  15k|  12k|  30k|  1 |8382 |  19 | 0.000000e+00 |      --      |    Inf |   2.29%
457.47/458.93	c  45.2s|  6200 |   200 |375942 |  57.7 |   258M |  60 |5359 |  15k|  12k|  31k|  1 |8488 |  19 | 0.000000e+00 |      --      |    Inf |   2.29%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  45.8s|  6300 |   189 |380953 |  57.6 |   259M |  60 |5359 |  15k|  12k|  31k|  1 |8587 |  19 | 0.000000e+00 |      --      |    Inf |   2.29%
457.47/458.93	c  46.3s|  6400 |   178 |384870 |  57.3 |   259M |  60 |5359 |  16k|  12k|  32k|  1 |8730 |  19 | 0.000000e+00 |      --      |    Inf |   2.29%
457.47/458.93	c  46.8s|  6500 |   171 |389163 |  57.0 |   259M |  60 |5359 |  16k|  12k|  32k|  1 |8848 |  19 | 0.000000e+00 |      --      |    Inf |   2.34%
457.47/458.93	c  47.3s|  6600 |   173 |393000 |  56.8 |   259M |  60 |5359 |  16k|  12k|  33k|  1 |8978 |  19 | 0.000000e+00 |      --      |    Inf |   2.34%
457.47/458.93	c  47.9s|  6700 |   161 |398459 |  56.7 |   260M |  60 |5359 |  16k|   0 |  33k|  0 |9109 |  19 | 0.000000e+00 |      --      |    Inf |   2.34%
457.47/458.93	c  48.4s|  6800 |   151 |402739 |  56.5 |   261M |  60 |5359 |  16k|  12k|  34k|  1 |9203 |  19 | 0.000000e+00 |      --      |    Inf |   2.37%
457.47/458.93	c  48.9s|  6900 |   162 |405438 |  56.1 |   263M |  60 |5359 |  16k|  12k|  34k|  1 |9262 |  19 | 0.000000e+00 |      --      |    Inf |   2.38%
457.47/458.93	c  49.4s|  7000 |   158 |408984 |  55.8 |   263M |  60 |5359 |  16k|  12k|  35k|  2 |9367 |  19 | 0.000000e+00 |      --      |    Inf |   2.38%
457.47/458.93	c  49.8s|  7100 |   149 |412955 |  55.6 |   263M |  60 |5359 |  16k|  12k|  35k|  2 |9514 |  19 | 0.000000e+00 |      --      |    Inf |   2.39%
457.47/458.93	c  50.4s|  7200 |   159 |419226 |  55.7 |   265M |  60 |5359 |  16k|  12k|  35k|  1 |9613 |  19 | 0.000000e+00 |      --      |    Inf |   2.39%
457.47/458.93	c  51.0s|  7300 |   168 |424867 |  55.7 |   265M |  60 |5359 |  16k|  12k|  36k|  0 |9765 |  19 | 0.000000e+00 |      --      |    Inf |   2.39%
457.47/458.93	c  51.5s|  7400 |   153 |430299 |  55.7 |   266M |  60 |5359 |  16k|  12k|  37k|  1 |9933 |  19 | 0.000000e+00 |      --      |    Inf |   2.39%
457.47/458.93	c  52.2s|  7500 |   149 |439047 |  56.1 |   267M |  60 |5359 |  16k|  12k|  38k|  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   2.43%
457.47/458.93	c  52.6s|  7600 |   153 |443610 |  56.0 |   267M |  60 |5359 |  16k|   0 |  38k|  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   2.44%
457.47/458.93	c  53.0s|  7700 |   141 |446665 |  55.6 |   267M |  60 |5359 |  16k|  12k|  38k|  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   2.44%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  53.6s|  7800 |   141 |453901 |  55.8 |   268M |  60 |5359 |  16k|  12k|  39k|  2 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   2.44%
457.47/458.93	c  54.2s|  7900 |   139 |462931 |  56.3 |   268M |  60 |5359 |  16k|  12k|  41k|  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   2.44%
457.47/458.93	c  54.8s|  8000 |   148 |470110 |  56.5 |   268M |  60 |5359 |  16k|  12k|  41k|  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   2.44%
457.47/458.93	c  55.3s|  8100 |   148 |473486 |  56.2 |   269M |  60 |5359 |  16k|  12k|  42k|  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   2.45%
457.47/458.93	c  55.6s|  8200 |   137 |476111 |  55.8 |   269M |  60 |5359 |  16k|  12k|  42k|  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   2.54%
457.47/458.93	c  56.2s|  8300 |   137 |481592 |  55.8 |   272M |  60 |5359 |  16k|  12k|  42k|  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   2.65%
457.47/458.93	c  56.7s|  8400 |   142 |485146 |  55.6 |   273M |  60 |5359 |  16k|   0 |  43k|  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   2.71%
457.47/458.93	c  57.1s|  8500 |   141 |487269 |  55.2 |   273M |  60 |5359 |  16k|  12k|  43k|  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   2.75%
457.47/458.93	c  57.6s|  8600 |   137 |492343 |  55.1 |   275M |  60 |5359 |  16k|  12k|  43k|  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   2.77%
457.47/458.93	c  58.1s|  8700 |   148 |495975 |  54.9 |   275M |  60 |5359 |  16k|  12k|  44k|  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   2.79%
457.47/458.93	c  58.7s|  8800 |   139 |501401 |  54.9 |   276M |  60 |5359 |  16k|  12k|  45k|  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   2.92%
457.47/458.93	c  59.2s|  8900 |   127 |506816 |  54.9 |   276M |  60 |5359 |  17k|  12k|  45k|  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   2.96%
457.47/458.93	c  59.7s|  9000 |   129 |511069 |  54.7 |   277M |  60 |5359 |  17k|  12k|  46k|  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   3.05%
457.47/458.93	c  60.1s|  9100 |   129 |515567 |  54.6 |   277M |  60 |5359 |  17k|  12k|  46k|  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   3.29%
457.47/458.93	c  60.6s|  9200 |   124 |519430 |  54.5 |   277M |  60 |5359 |  17k|  12k|  47k|  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   3.37%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  61.5s|  9300 |   133 |528318 |  54.8 |   280M |  60 |5359 |  17k|  12k|  48k|  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   3.71%
457.47/458.93	c  61.9s|  9400 |   135 |530540 |  54.5 |   280M |  60 |5359 |  17k|  12k|  48k|  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   3.72%
457.47/458.93	c  62.4s|  9500 |   135 |533681 |  54.2 |   280M |  60 |5359 |  17k|  12k|  48k|  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   3.73%
457.47/458.93	c  62.9s|  9600 |   134 |538474 |  54.2 |   280M |  60 |5359 |  17k|   0 |  48k|  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   3.75%
457.47/458.93	c  63.4s|  9700 |   139 |544524 |  54.2 |   280M |  60 |5359 |  17k|  12k|  49k|  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   3.80%
457.47/458.93	c  63.9s|  9800 |   136 |548424 |  54.1 |   282M |  60 |5359 |  17k|  12k|  49k|  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   3.80%
457.47/458.93	c  64.5s|  9900 |   148 |555013 |  54.2 |   282M |  60 |5359 |  17k|  12k|  49k|  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   3.80%
457.47/458.93	c  65.0s| 10000 |   135 |558159 |  54.0 |   283M |  60 |5359 |  17k|  12k|  49k|  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   3.81%
457.47/458.93	c  65.5s| 10100 |   132 |562339 |  53.9 |   284M |  60 |5359 |  17k|  12k|  50k|  2 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   3.83%
457.47/458.93	c  66.0s| 10200 |   125 |566602 |  53.7 |   284M |  60 |5359 |  17k|   0 |  50k|  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   3.83%
457.47/458.93	c  66.7s| 10300 |   140 |575564 |  54.1 |   284M |  60 |5359 |  17k|   0 |  51k|  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   3.89%
457.47/458.93	c  67.1s| 10400 |   134 |578883 |  53.9 |   284M |  60 |5359 |  17k|   0 |  51k|  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   3.89%
457.47/458.93	c  67.4s| 10500 |   123 |582171 |  53.7 |   284M |  60 |5359 |  18k|  12k|  51k|  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   3.89%
457.47/458.93	c  67.8s| 10600 |   120 |584550 |  53.4 |   285M |  60 |5359 |  18k|  12k|  51k|  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   3.89%
457.47/458.93	c  68.4s| 10700 |   124 |590772 |  53.5 |   285M |  60 |5359 |  18k|  12k|  51k|  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   3.91%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  68.9s| 10800 |   131 |597044 |  53.6 |   286M |  60 |5359 |  18k|  12k|  52k|  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   3.91%
457.47/458.93	c  69.2s| 10900 |   126 |600298 |  53.4 |   286M |  60 |5359 |  18k|   0 |  52k|  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   3.91%
457.47/458.93	c  69.6s| 11000 |   121 |603006 |  53.1 |   286M |  60 |5359 |  18k|   0 |  52k|  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   3.91%
457.47/458.93	c  70.0s| 11100 |   117 |605846 |  52.9 |   286M |  60 |5359 |  18k|   0 |  52k|  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   3.92%
457.47/458.93	c  70.4s| 11200 |   139 |607591 |  52.6 |   286M |  60 |5359 |  18k|   0 |  52k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   3.93%
457.47/458.93	c  70.8s| 11300 |   126 |610100 |  52.4 |   288M |  60 |5359 |  18k|   0 |  52k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   3.93%
457.47/458.93	c  71.4s| 11400 |   129 |615219 |  52.4 |   288M |  60 |5359 |  18k|  12k|  53k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   3.93%
457.47/458.93	c  71.9s| 11500 |   125 |619973 |  52.3 |   288M |  60 |5359 |  18k|  12k|  53k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   3.94%
457.47/458.93	c  72.3s| 11600 |   120 |623451 |  52.2 |   290M |  60 |5359 |  18k|  12k|  54k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   3.96%
457.47/458.93	c  72.8s| 11700 |   123 |626734 |  52.0 |   292M |  60 |5359 |  18k|  12k|  54k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.12%
457.47/458.93	c  73.3s| 11800 |   127 |631541 |  52.0 |   292M |  60 |5359 |  18k|  12k|  55k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.14%
457.47/458.93	c  73.9s| 11900 |   130 |635437 |  51.9 |   292M |  60 |5359 |  18k|  12k|  55k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.17%
457.47/458.93	c  74.3s| 12000 |   127 |638364 |  51.7 |   294M |  60 |5359 |  18k|   0 |  55k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.20%
457.47/458.93	c  74.7s| 12100 |   123 |641692 |  51.5 |   294M |  60 |5359 |  19k|   0 |  56k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.26%
457.47/458.93	c  75.2s| 12200 |   128 |647162 |  51.5 |   294M |  60 |5359 |  19k|  12k|  57k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.30%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  75.7s| 12300 |   141 |651916 |  51.5 |   294M |  60 |5359 |  19k|  12k|  57k|  2 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.36%
457.47/458.93	c  76.1s| 12400 |   122 |656233 |  51.4 |   295M |  60 |5359 |  19k|  12k|  57k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.45%
457.47/458.93	c  76.6s| 12500 |   113 |660892 |  51.4 |   295M |  60 |5359 |  19k|   0 |  58k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.66%
457.47/458.93	c  77.1s| 12600 |   123 |665786 |  51.4 |   295M |  60 |5359 |  18k|  12k|  58k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
457.47/458.93	c  77.6s| 12700 |   125 |670764 |  51.4 |   295M |  60 |5359 |  19k|  12k|  59k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.74%
457.47/458.93	c  78.1s| 12800 |   123 |676015 |  51.4 |   295M |  60 |5359 |  19k|   0 |  60k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.76%
457.47/458.93	c  78.8s| 12900 |   120 |683951 |  51.6 |   295M |  60 |5359 |  19k|   0 |  62k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.77%
457.47/458.93	c  79.3s| 13000 |   125 |689344 |  51.6 |   295M |  60 |5359 |  19k|   0 |  63k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.79%
457.47/458.93	c  79.8s| 13100 |   122 |694934 |  51.6 |   296M |  60 |5359 |  19k|   0 |  64k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.81%
457.47/458.93	c  80.3s| 13200 |   123 |698297 |  51.5 |   296M |  60 |5359 |  19k|  12k|  64k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.86%
457.47/458.93	c  80.7s| 13300 |   125 |701766 |  51.4 |   296M |  60 |5359 |  19k|   0 |  65k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.88%
457.47/458.93	c  81.2s| 13400 |   122 |706550 |  51.4 |   296M |  60 |5359 |  19k|  12k|  66k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.89%
457.47/458.93	c  81.7s| 13500 |   134 |711229 |  51.3 |   296M |  60 |5359 |  19k|  12k|  67k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.90%
457.47/458.93	c  82.2s| 13600 |   118 |714965 |  51.2 |   296M |  60 |5359 |  19k|  12k|  67k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
457.47/458.93	c  82.8s| 13700 |   120 |721214 |  51.3 |   296M |  60 |5359 |  19k|  12k|  68k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.97%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  83.3s| 13800 |   125 |726528 |  51.3 |   296M |  60 |5359 |  19k|  12k|  69k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   5.04%
457.47/458.93	c  83.7s| 13900 |   130 |730018 |  51.2 |   296M |  60 |5359 |  19k|  12k|  69k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
457.47/458.93	c  84.2s| 14000 |   128 |735162 |  51.2 |   296M |  60 |5359 |  20k|  12k|  70k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   5.10%
457.47/458.93	c  84.7s| 14100 |   118 |739497 |  51.1 |   296M |  60 |5359 |  20k|  12k|  70k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   5.13%
457.47/458.93	c  85.2s| 14200 |   118 |744475 |  51.1 |   296M |  60 |5359 |  20k|  12k|  71k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
457.47/458.93	c  85.6s| 14300 |   120 |748099 |  51.0 |   296M |  60 |5359 |  20k|   0 |  72k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
457.47/458.93	c  86.1s| 14400 |   121 |752770 |  51.0 |   296M |  60 |5359 |  20k|   0 |  72k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
457.47/458.93	c  86.7s| 14500 |   126 |758243 |  51.0 |   296M |  60 |5359 |  20k|  12k|  73k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
457.47/458.93	c  87.3s| 14600 |   122 |764406 |  51.1 |   296M |  60 |5359 |  20k|  12k|  74k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
457.47/458.93	c  87.8s| 14700 |   131 |770267 |  51.1 |   296M |  60 |5359 |  20k|   0 |  75k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
457.47/458.93	c  88.3s| 14800 |   120 |775046 |  51.1 |   296M |  60 |5359 |  20k|  12k|  76k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.63%
457.47/458.93	c  88.9s| 14900 |   119 |782424 |  51.3 |   296M |  60 |5359 |  20k|   0 |  77k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
457.47/458.93	c  89.4s| 15000 |   116 |786264 |  51.2 |   297M |  60 |5359 |  20k|   0 |  78k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.83%
457.47/458.93	c  90.0s| 15100 |   120 |794045 |  51.4 |   297M |  60 |5359 |  20k|   0 |  79k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.90%
457.47/458.93	c  90.5s| 15200 |   117 |799739 |  51.4 |   297M |  60 |5359 |  20k|  12k|  80k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   6.21%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  91.1s| 15300 |   117 |806948 |  51.5 |   297M |  60 |5359 |  20k|   0 |  81k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   6.54%
457.47/458.93	c  91.6s| 15400 |   118 |813237 |  51.6 |   297M |  60 |5359 |  20k|   0 |  82k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   6.93%
457.47/458.93	c  92.1s| 15500 |   122 |819077 |  51.7 |   297M |  60 |5359 |  20k|  12k|  83k|  3 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   7.23%
457.47/458.93	c  92.7s| 15600 |   118 |825381 |  51.7 |   297M |  60 |5359 |  20k|  12k|  84k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   7.56%
457.47/458.93	c  93.1s| 15700 |   120 |829721 |  51.7 |   297M |  60 |5359 |  20k|   0 |  85k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   7.66%
457.47/458.93	c  93.7s| 15800 |   117 |836995 |  51.8 |   297M |  60 |5359 |  20k|   0 |  86k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   7.79%
457.47/458.93	c  94.2s| 15900 |   113 |842701 |  51.8 |   297M |  60 |5359 |  20k|  12k|  87k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   8.25%
457.47/458.93	c  94.7s| 16000 |   111 |847599 |  51.8 |   297M |  60 |5359 |  20k|  12k|  87k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   8.37%
457.47/458.93	c  95.2s| 16100 |   114 |853208 |  51.9 |   297M |  60 |5359 |  20k|  12k|  88k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   8.84%
457.47/458.93	c  95.8s| 16200 |   115 |859581 |  51.9 |   297M |  60 |5359 |  20k|   0 |  89k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   9.00%
457.47/458.93	c  96.4s| 16300 |   120 |865418 |  52.0 |   297M |  60 |5359 |  20k|  12k|  90k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   9.14%
457.47/458.93	c  96.8s| 16400 |   114 |869490 |  51.9 |   297M |  60 |5359 |  20k|  12k|  90k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   9.22%
457.47/458.93	c  97.3s| 16500 |   116 |874282 |  51.9 |   297M |  60 |5359 |  19k|   0 |  91k|  0 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   9.29%
457.47/458.93	c  97.8s| 16600 |   114 |878853 |  51.8 |   297M |  60 |5359 |  19k|  12k|  92k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   9.38%
457.47/458.93	c  98.2s| 16700 |   116 |882893 |  51.8 |   297M |  60 |5359 |  19k|   0 |  92k|  0 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   9.44%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c  98.7s| 16800 |   112 |887421 |  51.7 |   298M |  60 |5359 |  19k|  12k|  93k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   9.51%
457.47/458.93	c  99.2s| 16900 |   108 |891891 |  51.7 |   298M |  60 |5359 |  19k|   0 |  93k|  0 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   9.73%
457.47/458.93	c  99.7s| 17000 |   112 |896701 |  51.7 |   298M |  60 |5359 |  19k|  12k|  94k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   9.84%
457.47/458.93	c   100s| 17100 |   112 |901352 |  51.6 |   298M |  60 |5359 |  19k|   0 |  94k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   9.98%
457.47/458.93	c   101s| 17200 |   118 |905516 |  51.6 |   298M |  60 |5359 |  19k|   0 |  95k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.03%
457.47/458.93	c   101s| 17300 |   123 |910072 |  51.5 |   300M |  60 |5359 |  19k|  12k|  95k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.03%
457.47/458.93	c   102s| 17400 |   135 |914949 |  51.5 |   302M |  60 |5359 |  19k|  12k|  96k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.03%
457.47/458.93	c   102s| 17500 |   120 |919978 |  51.5 |   302M |  60 |5359 |  19k|   0 |  96k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.04%
457.47/458.93	c   103s| 17600 |   125 |924622 |  51.5 |   303M |  60 |5359 |  19k|  12k|  96k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.06%
457.47/458.93	c   103s| 17700 |   110 |926712 |  51.3 |   303M |  60 |5359 |  20k|   0 |  96k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.11%
457.47/458.93	c   104s| 17800 |   121 |931685 |  51.3 |   303M |  60 |5359 |  20k|  12k|  97k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.28%
457.47/458.93	c   104s| 17900 |   118 |935159 |  51.2 |   303M |  60 |5359 |  19k|  12k|  97k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.45%
457.47/458.93	c   105s| 18000 |   112 |940708 |  51.2 |   303M |  60 |5359 |  19k|  12k|  98k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |  10.54%
457.47/458.93	c   105s| 18100 |   111 |945279 |  51.2 |   304M |  60 |5359 |  20k|  12k|  98k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |  10.80%
457.47/458.93	c   106s| 18200 |   108 |952565 |  51.3 |   307M |  60 |5359 |  20k|  12k|  99k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |  11.20%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   107s| 18300 |   108 |958652 |  51.4 |   307M |  60 |5359 |  20k|  12k| 100k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |  11.31%
457.47/458.93	c   107s| 18400 |   113 |963726 |  51.4 |   307M |  60 |5359 |  20k|  12k| 101k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |  11.54%
457.47/458.93	c   108s| 18500 |   120 |972223 |  51.6 |   308M |  60 |5359 |  20k|  12k| 101k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |  11.59%
457.47/458.93	c   108s| 18600 |   109 |974553 |  51.4 |   309M |  60 |5359 |  20k|  12k| 101k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |  11.66%
457.47/458.93	c   109s| 18700 |   112 |980806 |  51.5 |   309M |  60 |5359 |  20k|  12k| 102k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |  11.89%
457.47/458.93	c   109s| 18800 |   117 |983191 |  51.3 |   309M |  60 |5359 |  20k|   0 | 103k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |  12.12%
457.47/458.93	c   110s| 18900 |   114 |988453 |  51.3 |   309M |  60 |5359 |  20k|  12k| 103k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |  12.45%
457.47/458.93	c   111s| 19000 |   107 |  1001k|  51.7 |   311M |  60 |5359 |  20k|  12k| 106k|  3 |  27k|  19 | 0.000000e+00 |      --      |    Inf |  13.74%
457.47/458.93	c   111s| 19100 |   109 |  1006k|  51.7 |   311M |  60 |5359 |  20k|   0 | 107k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |  14.06%
457.47/458.93	c   112s| 19200 |   108 |  1009k|  51.6 |   311M |  60 |5359 |  20k|  12k| 107k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |  14.11%
457.47/458.93	c   112s| 19300 |   105 |  1017k|  51.7 |   311M |  60 |5359 |  20k|  12k| 108k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |  14.52%
457.47/458.93	c   113s| 19400 |   111 |  1021k|  51.7 |   311M |  60 |5359 |  20k|  12k| 108k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |  14.65%
457.47/458.93	c   115s| 19500 |   118 |  1029k|  51.9 |   311M |  60 |5359 |  20k|  12k| 109k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |  14.88%
457.47/458.93	c   116s| 19600 |   119 |  1033k|  51.8 |   311M |  60 |5359 |  20k|  12k| 109k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |  14.93%
457.47/458.93	c   116s| 19700 |   113 |  1038k|  51.8 |   313M |  60 |5359 |  20k|  12k| 110k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |  15.15%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   117s| 19800 |   119 |  1042k|  51.7 |   313M |  60 |5359 |  20k|  12k| 110k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |  15.24%
457.47/458.93	c   117s| 19900 |   108 |  1046k|  51.7 |   313M |  60 |5359 |  20k|   0 | 111k|  0 |  28k|  19 | 0.000000e+00 |      --      |    Inf |  15.47%
457.47/458.93	c   118s| 20000 |   114 |  1051k|  51.7 |   313M |  60 |5359 |  21k|  12k| 111k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |  15.60%
457.47/458.93	c   118s| 20100 |   110 |  1056k|  51.6 |   313M |  60 |5359 |  21k|   0 | 112k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |  15.81%
457.47/458.93	c   119s| 20200 |   114 |  1060k|  51.6 |   314M |  60 |5359 |  21k|  12k| 112k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |  15.86%
457.47/458.93	c   119s| 20300 |   116 |  1063k|  51.5 |   314M |  60 |5359 |  21k|  12k| 113k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |  15.90%
457.47/458.93	c   120s| 20400 |   108 |  1068k|  51.5 |   314M |  60 |5359 |  21k|  12k| 113k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |  15.97%
457.47/458.93	c   120s| 20500 |   114 |  1071k|  51.4 |   314M |  60 |5359 |  21k|  12k| 114k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |  15.99%
457.47/458.93	c   120s| 20600 |   106 |  1076k|  51.3 |   314M |  60 |5359 |  21k|   0 | 114k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |  16.22%
457.47/458.93	c   121s| 20700 |   115 |  1080k|  51.3 |   314M |  60 |5359 |  21k|   0 | 114k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |  16.29%
457.47/458.93	c   121s| 20800 |   116 |  1084k|  51.2 |   314M |  60 |5359 |  21k|  12k| 115k|  2 |  30k|  19 | 0.000000e+00 |      --      |    Inf |  16.35%
457.47/458.93	c   122s| 20900 |   115 |  1087k|  51.1 |   314M |  60 |5359 |  21k|  12k| 115k|  2 |  30k|  19 | 0.000000e+00 |      --      |    Inf |  16.40%
457.47/458.93	c   122s| 21000 |   109 |  1089k|  51.0 |   314M |  60 |5359 |  21k|  12k| 115k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |  16.44%
457.47/458.93	c   123s| 21100 |   114 |  1092k|  50.9 |   314M |  60 |5359 |  21k|  12k| 115k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |  16.46%
457.47/458.93	c   123s| 21200 |   120 |  1096k|  50.8 |   314M |  60 |5359 |  21k|  12k| 116k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |  16.49%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   123s| 21300 |   111 |  1099k|  50.8 |   314M |  60 |5359 |  21k|  12k| 116k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |  16.54%
457.47/458.93	c   124s| 21400 |   110 |  1103k|  50.7 |   314M |  60 |5359 |  21k|   0 | 117k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |  16.61%
457.47/458.93	c   124s| 21500 |   102 |  1107k|  50.6 |   314M |  60 |5359 |  21k|   0 | 117k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |  16.67%
457.47/458.93	c   125s| 21600 |   128 |  1111k|  50.6 |   314M |  60 |5359 |  21k|  12k| 118k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |  16.74%
457.47/458.93	c   125s| 21700 |   113 |  1115k|  50.6 |   314M |  60 |5359 |  21k|   0 | 118k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |  16.80%
457.47/458.93	c   126s| 21800 |   115 |  1121k|  50.6 |   314M |  60 |5359 |  21k|  12k| 119k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |  17.12%
457.47/458.93	c   126s| 21900 |   114 |  1126k|  50.6 |   314M |  60 |5359 |  21k|  12k| 119k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |  17.19%
457.47/458.93	c   127s| 22000 |   106 |  1133k|  50.7 |   314M |  60 |5359 |  21k|  12k| 120k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |  17.36%
457.47/458.93	c   127s| 22100 |   111 |  1138k|  50.7 |   314M |  60 |5359 |  21k|  12k| 121k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |  17.45%
457.47/458.93	c   128s| 22200 |   110 |  1142k|  50.6 |   314M |  60 |5359 |  21k|   0 | 121k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |  17.51%
457.47/458.93	c   128s| 22300 |   104 |  1147k|  50.6 |   315M |  60 |5359 |  21k|  12k| 121k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |  17.62%
457.47/458.93	c   129s| 22400 |   117 |  1163k|  51.1 |   317M |  60 |5359 |  21k|   0 | 124k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |  18.47%
457.47/458.93	c   130s| 22500 |   117 |  1166k|  51.0 |   318M |  60 |5359 |  21k|  12k| 124k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.47%
457.47/458.93	c   130s| 22600 |   120 |  1170k|  51.0 |   320M |  60 |5359 |  21k|  12k| 124k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.63%
457.47/458.93	c   131s| 22700 |   109 |  1176k|  51.0 |   321M |  60 |5359 |  21k|   0 | 125k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.63%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   131s| 22800 |   107 |  1181k|  51.0 |   321M |  60 |5359 |  21k|   0 | 125k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.64%
457.47/458.93	c   132s| 22900 |   115 |  1186k|  51.0 |   321M |  60 |5359 |  21k|  12k| 126k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.64%
457.47/458.93	c   133s| 23000 |   103 |  1190k|  51.0 |   321M |  60 |5359 |  21k|   0 | 126k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.68%
457.47/458.93	c   133s| 23100 |   116 |  1193k|  50.9 |   323M |  60 |5359 |  21k|  12k| 126k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.70%
457.47/458.93	c   133s| 23200 |   102 |  1195k|  50.7 |   324M |  60 |5359 |  21k|  12k| 126k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.74%
457.47/458.93	c   134s| 23300 |   103 |  1203k|  50.8 |   324M |  60 |5359 |  21k|  12k| 127k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |  18.76%
457.47/458.93	c   135s| 23400 |   103 |  1209k|  50.9 |   324M |  60 |5359 |  21k|  12k| 127k|  2 |  34k|  19 | 0.000000e+00 |      --      |    Inf |  18.80%
457.47/458.93	c   135s| 23500 |    98 |  1220k|  51.2 |   325M |  60 |5359 |  21k|   0 | 129k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |  18.80%
457.47/458.93	c   136s| 23600 |   100 |  1233k|  51.5 |   326M |  60 |5359 |  21k|   0 | 130k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |  18.81%
457.47/458.93	c   137s| 23700 |    98 |  1244k|  51.7 |   326M |  60 |5359 |  20k|  12k| 130k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |  18.82%
457.47/458.93	c   138s| 23800 |   103 |  1253k|  51.9 |   328M |  60 |5359 |  21k|  12k| 131k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |  18.83%
457.47/458.93	c   138s| 23900 |   102 |  1258k|  51.9 |   328M |  60 |5359 |  21k|   0 | 132k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |  18.85%
457.47/458.93	c   139s| 24000 |   106 |  1262k|  51.9 |   328M |  60 |5359 |  21k|  12k| 132k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |  18.86%
457.47/458.93	c   139s| 24100 |   106 |  1266k|  51.8 |   328M |  60 |5359 |  21k|  12k| 132k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |  18.86%
457.47/458.93	c   140s| 24200 |   102 |  1270k|  51.7 |   328M |  60 |5359 |  21k|  12k| 132k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |  18.86%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   140s| 24300 |    91 |  1275k|  51.7 |   329M |  60 |5359 |  21k|  12k| 133k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |  18.89%
457.47/458.93	c   141s| 24400 |    99 |  1279k|  51.7 |   330M |  60 |5359 |  21k|  12k| 133k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |  18.90%
457.47/458.93	c   141s| 24500 |   100 |  1284k|  51.7 |   330M |  60 |5359 |  21k|  12k| 133k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |  18.94%
457.47/458.93	c   142s| 24600 |    98 |  1289k|  51.7 |   330M |  60 |5359 |  21k|  12k| 134k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |  18.99%
457.47/458.93	c   142s| 24700 |    89 |  1294k|  51.7 |   330M |  60 |5359 |  21k|  12k| 134k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |  18.99%
457.47/458.93	c   143s| 24800 |    96 |  1299k|  51.7 |   334M |  60 |5359 |  21k|  12k| 134k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |  22.13%
457.47/458.93	c   144s| 24900 |   113 |  1309k|  51.8 |   334M |  60 |5359 |  21k|  12k| 135k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |  22.20%
457.47/458.93	c   144s| 25000 |   101 |  1313k|  51.8 |   335M |  60 |5359 |  21k|   0 | 135k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |  22.21%
457.47/458.93	c   145s| 25100 |   100 |  1316k|  51.7 |   335M |  60 |5359 |  21k|   0 | 135k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |  22.25%
457.47/458.93	c   145s| 25200 |    97 |  1320k|  51.7 |   337M |  60 |5359 |  21k|  12k| 136k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |  22.26%
457.47/458.93	c   146s| 25300 |    97 |  1328k|  51.8 |   337M |  60 |5359 |  21k|  12k| 136k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |  22.28%
457.47/458.93	c   146s| 25400 |   105 |  1335k|  51.9 |   340M |  60 |5359 |  21k|   0 | 137k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |  22.36%
457.47/458.93	c   147s| 25500 |    99 |  1339k|  51.8 |   340M |  60 |5359 |  21k|   0 | 137k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |  22.51%
457.47/458.93	c   147s| 25600 |   100 |  1345k|  51.8 |   340M |  60 |5359 |  21k|   0 | 137k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |  22.59%
457.47/458.93	c   148s| 25700 |   101 |  1354k|  52.0 |   341M |  60 |5359 |  20k|  12k| 138k|  2 |  37k|  19 | 0.000000e+00 |      --      |    Inf |  22.60%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   149s| 25800 |   101 |  1361k|  52.1 |   341M |  60 |5359 |  20k|  12k| 139k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |  22.85%
457.47/458.93	c   150s| 25900 |    99 |  1368k|  52.1 |   342M |  60 |5359 |  20k|  11k| 140k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |  23.29%
457.47/458.93	c   150s| 26000 |   102 |  1376k|  52.2 |   342M |  60 |5359 |  20k|  12k| 142k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |  23.93%
457.47/458.93	c   151s| 26100 |    98 |  1385k|  52.4 |   344M |  60 |5359 |  20k|  12k| 143k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |  24.78%
457.47/458.93	c   152s| 26200 |   102 |  1392k|  52.4 |   344M |  60 |5359 |  20k|   0 | 144k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |  25.13%
457.47/458.93	c   152s| 26300 |   104 |  1397k|  52.4 |   344M |  60 |5359 |  20k|   0 | 145k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |  25.31%
457.47/458.93	c   153s| 26400 |    95 |  1401k|  52.4 |   344M |  60 |5359 |  20k|  12k| 145k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |  25.63%
457.47/458.93	c   153s| 26500 |   101 |  1408k|  52.4 |   344M |  60 |5359 |  20k|   0 | 146k|  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf |  25.92%
457.47/458.93	c   154s| 26600 |    99 |  1414k|  52.5 |   346M |  60 |5359 |  20k|   0 | 147k|  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf |  26.23%
457.47/458.93	c   154s| 26700 |   107 |  1419k|  52.5 |   346M |  60 |5359 |  20k|  12k| 148k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |  26.31%
457.47/458.93	c   155s| 26800 |    99 |  1424k|  52.5 |   346M |  60 |5359 |  20k|  12k| 148k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |  26.54%
457.47/458.93	c   155s| 26900 |    97 |  1432k|  52.6 |   346M |  60 |5359 |  20k|   0 | 149k|  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf |  26.97%
457.47/458.93	c   156s| 27000 |    97 |  1442k|  52.7 |   346M |  60 |5359 |  20k|  12k| 151k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |  27.52%
457.47/458.93	c   157s| 27100 |    95 |  1451k|  52.9 |   348M |  60 |5359 |  20k|  12k| 152k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |  28.32%
457.47/458.93	c   158s| 27200 |   103 |  1457k|  52.9 |   348M |  60 |5359 |  20k|  12k| 153k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |  28.62%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   158s| 27300 |    98 |  1464k|  53.0 |   349M |  60 |5359 |  20k|  12k| 154k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |  28.95%
457.47/458.93	c   159s| 27400 |   101 |  1469k|  53.0 |   349M |  60 |5359 |  20k|   0 | 155k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |  29.04%
457.47/458.93	c   159s| 27500 |    97 |  1472k|  52.9 |   349M |  60 |5359 |  20k|   0 | 155k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |  29.22%
457.47/458.93	c   160s| 27600 |   103 |  1476k|  52.8 |   349M |  60 |5359 |  20k|   0 | 155k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |  29.30%
457.47/458.93	c   160s| 27700 |    95 |  1481k|  52.8 |   349M |  60 |5359 |  20k|  12k| 156k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |  29.46%
457.47/458.93	c   161s| 27800 |    98 |  1487k|  52.9 |   349M |  60 |5359 |  20k|  12k| 157k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |  29.58%
457.47/458.93	c   161s| 27900 |   100 |  1491k|  52.8 |   349M |  60 |5359 |  20k|  12k| 157k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |  29.64%
457.47/458.93	c   162s| 28000 |   106 |  1498k|  52.9 |   349M |  60 |5359 |  20k|  12k| 158k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |  29.92%
457.47/458.93	c   162s| 28100 |    96 |  1503k|  52.8 |   349M |  60 |5359 |  20k|  12k| 158k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |  29.99%
457.47/458.93	c   163s| 28200 |    99 |  1508k|  52.9 |   349M |  60 |5359 |  20k|   0 | 159k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |  30.13%
457.47/458.93	c   164s| 28300 |   102 |  1516k|  52.9 |   349M |  60 |5359 |  20k|   0 | 159k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |  30.20%
457.47/458.93	c   164s| 28400 |   100 |  1519k|  52.9 |   349M |  60 |5359 |  20k|   0 | 160k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |  30.26%
457.47/458.93	c   164s| 28500 |    97 |  1523k|  52.8 |   350M |  60 |5359 |  20k|  12k| 160k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |  30.38%
457.47/458.93	c   165s| 28600 |    97 |  1526k|  52.7 |   350M |  60 |5359 |  20k|  12k| 160k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |  30.46%
457.47/458.93	c   165s| 28700 |    96 |  1532k|  52.8 |   350M |  60 |5359 |  20k|  12k| 161k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |  30.57%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   166s| 28800 |    96 |  1536k|  52.7 |   350M |  60 |5359 |  20k|  12k| 161k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |  30.67%
457.47/458.93	c   166s| 28900 |    98 |  1541k|  52.7 |   350M |  60 |5359 |  20k|   0 | 161k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |  30.74%
457.47/458.93	c   167s| 29000 |    94 |  1546k|  52.7 |   350M |  60 |5359 |  20k|   0 | 162k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |  30.76%
457.47/458.93	c   167s| 29100 |    94 |  1551k|  52.7 |   350M |  60 |5359 |  20k|  12k| 162k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |  30.80%
457.47/458.93	c   168s| 29200 |   102 |  1556k|  52.7 |   350M |  60 |5359 |  21k|  12k| 163k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |  30.85%
457.47/458.93	c   168s| 29300 |    92 |  1559k|  52.6 |   350M |  60 |5359 |  21k|  12k| 163k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |  30.89%
457.47/458.93	c   169s| 29400 |    95 |  1564k|  52.6 |   350M |  60 |5359 |  21k|  12k| 164k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |  31.01%
457.47/458.93	c   169s| 29500 |    92 |  1569k|  52.6 |   350M |  60 |5359 |  21k|  12k| 164k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |  31.16%
457.47/458.93	c   170s| 29600 |   100 |  1573k|  52.6 |   350M |  60 |5359 |  21k|  12k| 165k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |  31.18%
457.47/458.93	c   170s| 29700 |    97 |  1578k|  52.5 |   350M |  60 |5359 |  21k|  12k| 165k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |  31.23%
457.47/458.93	c   171s| 29800 |    90 |  1583k|  52.5 |   350M |  60 |5359 |  21k|   0 | 165k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |  31.27%
457.47/458.93	c   171s| 29900 |    94 |  1589k|  52.5 |   350M |  60 |5359 |  21k|  12k| 166k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |  31.36%
457.47/458.93	c   172s| 30000 |    93 |  1593k|  52.5 |   352M |  60 |5359 |  21k|  12k| 166k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |  31.42%
457.47/458.93	c   172s| 30100 |    96 |  1599k|  52.5 |   352M |  60 |5359 |  21k|  12k| 167k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |  31.50%
457.47/458.93	c   173s| 30200 |    85 |  1604k|  52.5 |   352M |  60 |5359 |  21k|  11k| 167k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |  31.69%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   174s| 30300 |    96 |  1615k|  52.7 |   354M |  60 |5359 |  21k|  12k| 169k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |  32.06%
457.47/458.93	c   175s| 30400 |   100 |  1621k|  52.7 |   354M |  60 |5359 |  21k|   0 | 170k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |  32.53%
457.47/458.93	c   175s| 30500 |   114 |  1630k|  52.8 |   355M |  60 |5359 |  21k|  12k| 171k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |  32.69%
457.47/458.93	c   176s| 30600 |   127 |  1638k|  52.9 |   355M |  60 |5359 |  21k|  12k| 172k|  2 |  44k|  19 | 0.000000e+00 |      --      |    Inf |  32.74%
457.47/458.93	c   177s| 30700 |   136 |  1647k|  53.1 |   356M |  60 |5359 |  21k|  11k| 173k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |  33.25%
457.47/458.93	c   178s| 30800 |   160 |  1657k|  53.2 |   356M |  60 |5359 |  21k|  12k| 175k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |  33.66%
457.47/458.93	c   179s| 30900 |   171 |  1671k|  53.5 |   356M |  60 |5359 |  21k|   0 | 177k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |  34.35%
457.47/458.93	c   179s| 31000 |   169 |  1678k|  53.5 |   357M |  60 |5359 |  21k|  12k| 178k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |  34.79%
457.47/458.93	c   180s| 31100 |   171 |  1691k|  53.8 |   358M |  60 |5359 |  21k|  12k| 180k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |  35.49%
457.47/458.93	c   181s| 31200 |   174 |  1700k|  53.9 |   358M |  60 |5359 |  21k|   0 | 181k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |  35.92%
457.47/458.93	c   181s| 31300 |   173 |  1703k|  53.9 |   358M |  60 |5359 |  21k|  12k| 182k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |  36.09%
457.47/458.93	c   182s| 31400 |   192 |  1710k|  53.9 |   358M |  60 |5359 |  21k|  12k| 182k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |  36.18%
457.47/458.93	c   182s| 31500 |   191 |  1715k|  53.9 |   358M |  60 |5359 |  21k|  12k| 183k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |  36.30%
457.47/458.93	c   183s| 31600 |   196 |  1718k|  53.8 |   358M |  60 |5359 |  21k|  12k| 183k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |  36.35%
457.47/458.93	c   183s| 31700 |   192 |  1723k|  53.8 |   358M |  60 |5359 |  21k|   0 | 184k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |  36.38%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   184s| 31800 |   189 |  1731k|  53.9 |   358M |  60 |5359 |  21k|   0 | 185k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |  36.55%
457.47/458.93	c   184s| 31900 |   194 |  1736k|  53.9 |   359M |  60 |5359 |  21k|  12k| 186k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |  36.82%
457.47/458.93	c   185s| 32000 |   196 |  1745k|  54.0 |   359M |  60 |5359 |  21k|  12k| 187k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |  36.95%
457.47/458.93	c   186s| 32100 |   205 |  1752k|  54.0 |   359M |  60 |5359 |  21k|  11k| 188k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |  37.22%
457.47/458.93	c   186s| 32200 |   206 |  1758k|  54.1 |   359M |  60 |5359 |  21k|  12k| 189k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |  37.53%
457.47/458.93	c   187s| 32300 |   200 |  1766k|  54.1 |   360M |  60 |5359 |  21k|  12k| 190k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |  37.93%
457.47/458.93	c   187s| 32400 |   200 |  1772k|  54.1 |   360M |  60 |5359 |  21k|  12k| 191k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |  38.14%
457.47/458.93	c   188s| 32500 |   212 |  1779k|  54.2 |   360M |  60 |5359 |  21k|   0 | 192k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |  38.37%
457.47/458.93	c   189s| 32600 |   213 |  1788k|  54.3 |   360M |  60 |5359 |  21k|  12k| 194k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |  38.85%
457.47/458.93	c   189s| 32700 |   218 |  1798k|  54.4 |   360M |  60 |5359 |  21k|   0 | 195k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |  39.46%
457.47/458.93	c   190s| 32800 |   216 |  1804k|  54.4 |   360M |  60 |5359 |  21k|   0 | 196k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |  39.88%
457.47/458.93	c   190s| 32900 |   210 |  1810k|  54.5 |   360M |  60 |5359 |  21k|  12k| 197k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |  40.24%
457.47/458.93	c   191s| 33000 |   208 |  1814k|  54.4 |   360M |  60 |5359 |  21k|   0 | 197k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |  40.35%
457.47/458.93	c   191s| 33100 |   208 |  1816k|  54.3 |   360M |  60 |5359 |  21k|   0 | 197k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |  40.38%
457.47/458.93	c   192s| 33200 |   210 |  1820k|  54.3 |   360M |  60 |5359 |  21k|   0 | 197k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |  40.49%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   192s| 33300 |   214 |  1827k|  54.3 |   360M |  60 |5359 |  21k|  12k| 198k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |  40.92%
457.47/458.93	c   193s| 33400 |   216 |  1833k|  54.3 |   361M |  60 |5359 |  21k|   0 | 199k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |  41.07%
457.47/458.93	c   193s| 33500 |   218 |  1836k|  54.3 |   361M |  60 |5359 |  21k|  12k| 199k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |  41.10%
457.47/458.93	c   194s| 33600 |   222 |  1843k|  54.3 |   361M |  60 |5359 |  21k|  12k| 200k|  2 |  48k|  19 | 0.000000e+00 |      --      |    Inf |  41.12%
457.47/458.93	c   194s| 33700 |   219 |  1847k|  54.3 |   361M |  60 |5359 |  21k|  12k| 201k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |  41.17%
457.47/458.93	c   195s| 33800 |   212 |  1854k|  54.3 |   361M |  60 |5359 |  21k|  12k| 202k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |  41.48%
457.47/458.93	c   196s| 33900 |   201 |  1859k|  54.3 |   361M |  60 |5359 |  21k|  12k| 203k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |  41.83%
457.47/458.93	c   196s| 34000 |   197 |  1862k|  54.2 |   361M |  60 |5359 |  21k|  12k| 203k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |  42.01%
457.47/458.93	c   196s| 34100 |   197 |  1867k|  54.2 |   361M |  60 |5359 |  21k|  12k| 203k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |  42.24%
457.47/458.93	c   197s| 34200 |   184 |  1872k|  54.2 |   361M |  60 |5359 |  21k|   0 | 204k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |  42.44%
457.47/458.93	c   197s| 34300 |   176 |  1875k|  54.1 |   361M |  60 |5359 |  21k|   0 | 204k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |  42.65%
457.47/458.93	c   198s| 34400 |   178 |  1880k|  54.1 |   361M |  60 |5359 |  21k|  12k| 204k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |  42.88%
457.47/458.93	c   198s| 34500 |   186 |  1887k|  54.2 |   361M |  60 |5359 |  21k|  12k| 205k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |  42.89%
457.47/458.93	c   199s| 34600 |   179 |  1894k|  54.2 |   361M |  60 |5359 |  21k|   0 | 207k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |  42.95%
457.47/458.93	c   199s| 34700 |   170 |  1898k|  54.2 |   361M |  60 |5359 |  21k|  12k| 207k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |  43.08%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   200s| 34800 |   169 |  1902k|  54.1 |   361M |  60 |5359 |  21k|  12k| 207k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |  43.22%
457.47/458.93	c   200s| 34900 |   164 |  1905k|  54.1 |   361M |  60 |5359 |  21k|   0 | 207k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |  43.30%
457.47/458.93	c   201s| 35000 |   139 |  1908k|  54.0 |   361M |  60 |5359 |  21k|   0 | 207k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |  43.61%
457.47/458.93	c   201s| 35100 |   130 |  1912k|  54.0 |   361M |  60 |5359 |  21k|   0 | 207k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |  43.77%
457.47/458.93	c   202s| 35200 |   115 |  1915k|  53.9 |   361M |  60 |5359 |  21k|  12k| 207k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |  43.96%
457.47/458.93	c   202s| 35300 |   119 |  1920k|  53.9 |   361M |  60 |5359 |  21k|   0 | 208k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |  44.05%
457.47/458.93	c   202s| 35400 |   114 |  1922k|  53.8 |   361M |  60 |5359 |  21k|  12k| 208k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |  44.11%
457.47/458.93	c   203s| 35500 |   114 |  1929k|  53.8 |   361M |  60 |5359 |  21k|   0 | 209k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |  44.17%
457.47/458.93	c   203s| 35600 |   109 |  1933k|  53.8 |   361M |  60 |5359 |  21k|  12k| 209k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |  44.32%
457.47/458.93	c   204s| 35700 |   103 |  1936k|  53.7 |   361M |  60 |5359 |  21k|  12k| 210k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |  44.44%
457.47/458.93	c   204s| 35800 |    91 |  1941k|  53.7 |   361M |  60 |5359 |  21k|   0 | 210k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |  44.49%
457.47/458.93	c   205s| 35900 |    91 |  1945k|  53.7 |   361M |  60 |5359 |  21k|  12k| 211k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |  44.63%
457.47/458.93	c   205s| 36000 |    89 |  1949k|  53.6 |   361M |  60 |5359 |  21k|  12k| 211k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |  44.64%
457.47/458.93	c   206s| 36100 |    97 |  1955k|  53.6 |   361M |  60 |5359 |  21k|  12k| 212k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |  44.64%
457.47/458.93	c   207s| 36200 |    75 |  1962k|  53.7 |   361M |  60 |5359 |  21k|  12k| 212k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |  44.64%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   207s| 36300 |    76 |  1967k|  53.7 |   361M |  60 |5359 |  21k|  12k| 213k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |  44.65%
457.47/458.93	c   208s| 36400 |    80 |  1973k|  53.7 |   364M |  60 |5359 |  21k|  12k| 214k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |  44.76%
457.47/458.93	c   208s| 36500 |    71 |  1980k|  53.8 |   365M |  60 |5359 |  21k|   0 | 215k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |  44.80%
457.47/458.93	c   209s| 36600 |    72 |  1986k|  53.8 |   365M |  60 |5359 |  20k|  12k| 215k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |  45.03%
457.47/458.93	c   210s| 36700 |    71 |  1994k|  53.8 |   365M |  60 |5359 |  20k|  12k| 217k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |  45.06%
457.47/458.93	c   210s| 36800 |    78 |  1999k|  53.8 |   368M |  60 |5359 |  20k|  12k| 217k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |  45.08%
457.47/458.93	c   211s| 36900 |    70 |  2008k|  53.9 |   370M |  60 |5359 |  20k|  12k| 218k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |  45.12%
457.47/458.93	c   212s| 37000 |    85 |  2015k|  54.0 |   371M |  60 |5359 |  19k|  12k| 219k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |  45.13%
457.47/458.93	c   212s| 37100 |   104 |  2021k|  54.0 |   371M |  60 |5359 |  19k|  12k| 219k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |  45.34%
457.47/458.93	c   213s| 37200 |    89 |  2027k|  54.0 |   371M |  60 |5359 |  20k|  12k| 220k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |  45.50%
457.47/458.93	c   213s| 37300 |    88 |  2031k|  54.0 |   371M |  60 |5359 |  20k|  12k| 220k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |  45.60%
457.47/458.93	c   214s| 37400 |    94 |  2038k|  54.0 |   373M |  60 |5359 |  20k|   0 | 221k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |  45.80%
457.47/458.93	c   214s| 37500 |    85 |  2042k|  54.0 |   373M |  60 |5359 |  20k|   0 | 221k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |  46.11%
457.47/458.93	c   215s| 37600 |    90 |  2049k|  54.0 |   373M |  60 |5359 |  20k|  12k| 222k|  2 |  54k|  19 | 0.000000e+00 |      --      |    Inf |  46.38%
457.47/458.93	c   215s| 37700 |    93 |  2053k|  54.0 |   373M |  60 |5359 |  20k|  12k| 222k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |  46.45%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   216s| 37800 |    90 |  2058k|  54.0 |   373M |  60 |5359 |  20k|  12k| 223k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |  46.57%
457.47/458.93	c   216s| 37900 |    88 |  2064k|  54.0 |   373M |  60 |5359 |  20k|   0 | 223k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |  46.80%
457.47/458.93	c   217s| 38000 |    86 |  2069k|  54.0 |   373M |  60 |5359 |  20k|   0 | 224k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |  47.08%
457.47/458.93	c   217s| 38100 |    87 |  2075k|  54.0 |   373M |  60 |5359 |  20k|  12k| 224k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |  47.41%
457.47/458.93	c   218s| 38200 |    86 |  2082k|  54.0 |   373M |  60 |5359 |  20k|  12k| 226k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |  47.85%
457.47/458.93	c   218s| 38300 |    81 |  2088k|  54.1 |   373M |  60 |5359 |  20k|  12k| 226k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |  48.07%
457.47/458.93	c   219s| 38400 |    77 |  2092k|  54.0 |   373M |  60 |5359 |  20k|  12k| 226k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |  48.23%
457.47/458.93	c   220s| 38500 |    87 |  2099k|  54.1 |   373M |  60 |5359 |  20k|  12k| 227k|  2 |  56k|  19 | 0.000000e+00 |      --      |    Inf |  48.25%
457.47/458.93	c   220s| 38600 |    83 |  2111k|  54.2 |   374M |  60 |5359 |  20k|  12k| 227k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |  48.26%
457.47/458.93	c   221s| 38700 |   102 |  2121k|  54.3 |   374M |  60 |5359 |  20k|  12k| 228k|  2 |  56k|  19 | 0.000000e+00 |      --      |    Inf |  48.26%
457.47/458.93	c   222s| 38800 |    95 |  2128k|  54.4 |   376M |  60 |5359 |  20k|  12k| 228k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |  48.26%
457.47/458.93	c   222s| 38900 |    72 |  2138k|  54.5 |   378M |  60 |5359 |  19k|  12k| 229k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |  48.30%
457.47/458.93	c   223s| 39000 |    76 |  2145k|  54.5 |   378M |  60 |5359 |  19k|  12k| 229k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |  48.60%
457.47/458.93	c   223s| 39100 |    72 |  2149k|  54.5 |   378M |  60 |5359 |  19k|   0 | 230k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |  48.79%
457.47/458.93	c   224s| 39200 |    75 |  2154k|  54.5 |   378M |  60 |5359 |  19k|  12k| 230k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |  48.90%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   224s| 39300 |    73 |  2157k|  54.4 |   378M |  60 |5359 |  19k|  12k| 230k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |  48.93%
457.47/458.93	c   225s| 39400 |    68 |  2162k|  54.4 |   378M |  60 |5359 |  19k|   0 | 231k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |  49.12%
457.47/458.93	c   225s| 39500 |    71 |  2167k|  54.4 |   378M |  60 |5359 |  19k|  12k| 232k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |  49.23%
457.47/458.93	c   226s| 39600 |    69 |  2171k|  54.4 |   378M |  60 |5359 |  19k|   0 | 232k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |  49.28%
457.47/458.93	c   226s| 39700 |    70 |  2175k|  54.3 |   378M |  60 |5359 |  20k|   0 | 232k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |  49.31%
457.47/458.93	c   227s| 39800 |    68 |  2178k|  54.3 |   378M |  60 |5359 |  20k|  12k| 233k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |  49.36%
457.47/458.93	c   227s| 39900 |    71 |  2183k|  54.3 |   378M |  60 |5359 |  20k|   0 | 233k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |  49.44%
457.47/458.93	c   227s| 40000 |    75 |  2187k|  54.2 |   378M |  60 |5359 |  20k|   0 | 234k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |  49.46%
457.47/458.93	c   228s| 40100 |    78 |  2193k|  54.2 |   379M |  60 |5359 |  20k|  12k| 235k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |  49.48%
457.47/458.93	c   228s| 40200 |    84 |  2198k|  54.2 |   379M |  60 |5359 |  20k|   0 | 236k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |  49.50%
457.47/458.93	c   229s| 40300 |    81 |  2204k|  54.2 |   379M |  60 |5359 |  20k|  12k| 236k|  3 |  58k|  19 | 0.000000e+00 |      --      |    Inf |  49.51%
457.47/458.93	c   230s| 40400 |    77 |  2209k|  54.2 |   379M |  60 |5359 |  20k|   0 | 237k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |  49.54%
457.47/458.93	c   230s| 40500 |    73 |  2215k|  54.2 |   379M |  60 |5359 |  20k|   0 | 238k|  0 |  59k|  19 | 0.000000e+00 |      --      |    Inf |  49.55%
457.47/458.93	c   230s| 40600 |    68 |  2219k|  54.2 |   379M |  60 |5359 |  20k|   0 | 238k|  0 |  59k|  19 | 0.000000e+00 |      --      |    Inf |  49.65%
457.47/458.93	c   231s| 40700 |    70 |  2224k|  54.2 |   379M |  60 |5359 |  20k|  12k| 239k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |  49.78%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   231s| 40800 |    68 |  2228k|  54.2 |   379M |  60 |5359 |  20k|  12k| 240k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |  49.80%
457.47/458.93	c   232s| 40900 |    71 |  2232k|  54.1 |   379M |  60 |5359 |  20k|  12k| 240k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |  49.81%
457.47/458.93	c   234s| 41000 |    75 |  2241k|  54.2 |   379M |  60 |5359 |  20k|  12k| 241k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |  49.84%
457.47/458.93	c   234s| 41100 |    74 |  2244k|  54.2 |   379M |  60 |5359 |  20k|  12k| 242k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |  49.89%
457.47/458.93	c   234s| 41200 |    69 |  2246k|  54.1 |   379M |  60 |5359 |  20k|   0 | 242k|  0 |  60k|  19 | 0.000000e+00 |      --      |    Inf |  49.91%
457.47/458.93	c   235s| 41300 |    70 |  2249k|  54.0 |   379M |  60 |5359 |  20k|  12k| 242k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |  49.94%
457.47/458.93	c   235s| 41400 |    71 |  2254k|  54.0 |   379M |  60 |5359 |  20k|  12k| 243k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |  49.95%
457.47/458.93	c   236s| 41500 |    65 |  2260k|  54.0 |   379M |  60 |5359 |  21k|  12k| 244k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |  50.01%
457.47/458.93	c   236s| 41600 |    59 |  2266k|  54.0 |   379M |  60 |5359 |  20k|  12k| 244k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |  50.26%
457.47/458.93	c   237s| 41700 |    51 |  2272k|  54.1 |   380M |  60 |5359 |  21k|   0 | 245k|  0 |  60k|  19 | 0.000000e+00 |      --      |    Inf |  50.75%
457.47/458.93	c   238s| 41800 |    62 |  2285k|  54.2 |   382M |  60 |5359 |  21k|  12k| 247k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |  51.93%
457.47/458.93	c   239s| 41900 |    74 |  2292k|  54.3 |   383M |  60 |5359 |  21k|  12k| 248k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |  51.93%
457.47/458.93	c   239s| 42000 |    84 |  2298k|  54.3 |   384M |  60 |5359 |  21k|  12k| 248k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |  52.03%
457.47/458.93	c   240s| 42100 |    67 |  2301k|  54.2 |   386M |  60 |5359 |  21k|  12k| 249k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |  52.07%
457.47/458.93	c   240s| 42200 |    62 |  2304k|  54.2 |   386M |  60 |5359 |  21k|   0 | 249k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |  52.13%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   241s| 42300 |    63 |  2307k|  54.1 |   386M |  60 |5359 |  21k|   0 | 249k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |  52.15%
457.47/458.93	c   241s| 42400 |    66 |  2312k|  54.1 |   386M |  60 |5359 |  21k|  12k| 250k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |  52.20%
457.47/458.93	c   242s| 42500 |    59 |  2317k|  54.1 |   386M |  60 |5359 |  21k|  12k| 250k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |  52.33%
457.47/458.93	c   242s| 42600 |    57 |  2321k|  54.1 |   388M |  60 |5359 |  21k|  12k| 251k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |  52.44%
457.47/458.93	c   243s| 42700 |    60 |  2326k|  54.0 |   388M |  60 |5359 |  21k|   0 | 252k|  0 |  62k|  19 | 0.000000e+00 |      --      |    Inf |  52.64%
457.47/458.93	c   243s| 42800 |    60 |  2332k|  54.1 |   388M |  60 |5359 |  21k|  12k| 253k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |  52.81%
457.47/458.93	c   244s| 42900 |    58 |  2338k|  54.1 |   388M |  60 |5359 |  21k|   0 | 254k|  0 |  62k|  19 | 0.000000e+00 |      --      |    Inf |  53.00%
457.47/458.93	c   244s| 43000 |    59 |  2344k|  54.1 |   388M |  60 |5359 |  21k|  12k| 255k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |  53.26%
457.47/458.93	c   245s| 43100 |    57 |  2348k|  54.1 |   388M |  60 |5359 |  21k|  12k| 255k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |  53.47%
457.47/458.93	c   245s| 43200 |    53 |  2354k|  54.1 |   388M |  60 |5359 |  21k|   0 | 256k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |  53.76%
457.47/458.93	c   246s| 43300 |    54 |  2361k|  54.1 |   388M |  60 |5359 |  21k|   0 | 257k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |  54.24%
457.47/458.93	c   246s| 43400 |    54 |  2367k|  54.1 |   388M |  60 |5359 |  21k|   0 | 258k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |  54.48%
457.47/458.93	c   247s| 43500 |    49 |  2373k|  54.1 |   388M |  60 |5359 |  21k|   0 | 259k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |  55.00%
457.47/458.93	c   248s| 43600 |    55 |  2380k|  54.2 |   388M |  60 |5359 |  21k|  12k| 260k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |  55.27%
457.47/458.93	c   248s| 43700 |    58 |  2386k|  54.2 |   388M |  60 |5359 |  21k|  12k| 260k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |  55.73%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   249s| 43800 |    57 |  2391k|  54.2 |   388M |  60 |5359 |  21k|  11k| 261k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |  55.83%
457.47/458.93	c   249s| 43900 |    67 |  2398k|  54.2 |   388M |  60 |5359 |  21k|  12k| 261k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |  55.97%
457.47/458.93	c   250s| 44000 |    56 |  2404k|  54.2 |   388M |  60 |5359 |  21k|   0 | 262k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |  56.11%
457.47/458.93	c   250s| 44100 |    59 |  2410k|  54.2 |   388M |  60 |5359 |  21k|  12k| 263k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |  56.39%
457.47/458.93	c   251s| 44200 |    56 |  2416k|  54.2 |   388M |  60 |5359 |  21k|   0 | 264k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |  56.59%
457.47/458.93	c   251s| 44300 |    58 |  2421k|  54.3 |   388M |  60 |5359 |  21k|  12k| 264k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |  56.72%
457.47/458.93	c   252s| 44400 |    57 |  2426k|  54.2 |   388M |  60 |5359 |  21k|  12k| 264k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |  56.83%
457.47/458.93	c   252s| 44500 |    55 |  2429k|  54.2 |   388M |  60 |5359 |  21k|   0 | 265k|  0 |  65k|  19 | 0.000000e+00 |      --      |    Inf |  56.99%
457.47/458.93	c   253s| 44600 |    59 |  2437k|  54.2 |   389M |  60 |5359 |  21k|  12k| 266k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |  57.25%
457.47/458.93	c   253s| 44700 |    55 |  2442k|  54.2 |   389M |  60 |5359 |  21k|  12k| 266k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |  57.48%
457.47/458.93	c   254s| 44800 |    62 |  2447k|  54.2 |   389M |  60 |5359 |  21k|   0 | 267k|  0 |  65k|  19 | 0.000000e+00 |      --      |    Inf |  57.57%
457.47/458.93	c   255s| 44900 |    55 |  2453k|  54.2 |   389M |  60 |5359 |  21k|  12k| 267k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |  57.69%
457.47/458.93	c   255s| 45000 |    58 |  2458k|  54.2 |   389M |  60 |5359 |  21k|  12k| 268k|  2 |  65k|  19 | 0.000000e+00 |      --      |    Inf |  57.84%
457.47/458.93	c   256s| 45100 |    60 |  2462k|  54.2 |   389M |  60 |5359 |  21k|   0 | 268k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |  57.94%
457.47/458.93	c   256s| 45200 |    53 |  2466k|  54.2 |   389M |  60 |5359 |  21k|  12k| 268k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |  58.11%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   256s| 45300 |    52 |  2470k|  54.1 |   389M |  60 |5359 |  21k|  12k| 268k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |  58.21%
457.47/458.93	c   257s| 45400 |    66 |  2474k|  54.1 |   389M |  60 |5359 |  21k|  12k| 269k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |  58.24%
457.47/458.93	c   257s| 45500 |    66 |  2477k|  54.0 |   389M |  60 |5359 |  21k|  12k| 269k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |  58.27%
457.47/458.93	c   258s| 45600 |    62 |  2485k|  54.1 |   389M |  60 |5359 |  21k|  12k| 270k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |  58.66%
457.47/458.93	c   258s| 45700 |    58 |  2490k|  54.1 |   389M |  60 |5359 |  21k|  12k| 270k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |  58.75%
457.47/458.93	c   259s| 45800 |    64 |  2495k|  54.1 |   389M |  60 |5359 |  21k|   0 | 271k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |  58.84%
457.47/458.93	c   260s| 45900 |    64 |  2499k|  54.1 |   389M |  60 |5359 |  21k|  12k| 271k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |  58.88%
457.47/458.93	c   260s| 46000 |    60 |  2504k|  54.0 |   389M |  60 |5359 |  21k|   0 | 271k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |  58.94%
457.47/458.93	c   260s| 46100 |    56 |  2507k|  54.0 |   389M |  60 |5359 |  21k|   0 | 271k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |  59.08%
457.47/458.93	c   261s| 46200 |    55 |  2512k|  54.0 |   389M |  60 |5359 |  21k|  12k| 272k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |  59.29%
457.47/458.93	c   261s| 46300 |    60 |  2518k|  54.0 |   389M |  60 |5359 |  21k|  12k| 273k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |  59.35%
457.47/458.93	c   262s| 46400 |    65 |  2522k|  54.0 |   389M |  60 |5359 |  21k|  12k| 273k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |  59.39%
457.47/458.93	c   262s| 46500 |    56 |  2527k|  54.0 |   389M |  60 |5359 |  21k|  12k| 274k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |  59.41%
457.47/458.93	c   263s| 46600 |    58 |  2532k|  54.0 |   389M |  60 |5359 |  21k|  12k| 274k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |  59.43%
457.47/458.93	c   263s| 46700 |    53 |  2538k|  54.0 |   389M |  60 |5359 |  21k|  12k| 275k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |  59.45%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   264s| 46800 |    52 |  2542k|  53.9 |   389M |  60 |5359 |  21k|   0 | 276k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |  59.55%
457.47/458.93	c   264s| 46900 |    51 |  2547k|  53.9 |   390M |  60 |5359 |  21k|   0 | 276k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |  59.75%
457.47/458.93	c   265s| 47000 |    56 |  2552k|  53.9 |   390M |  60 |5359 |  21k|  12k| 277k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |  59.81%
457.47/458.93	c   265s| 47100 |    55 |  2555k|  53.9 |   390M |  60 |5359 |  21k|   0 | 278k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |  59.91%
457.47/458.93	c   266s| 47200 |    59 |  2561k|  53.9 |   390M |  60 |5359 |  21k|   0 | 279k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |  60.20%
457.47/458.93	c   266s| 47300 |    55 |  2565k|  53.8 |   390M |  60 |5359 |  21k|   0 | 279k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |  60.38%
457.47/458.93	c   267s| 47400 |    53 |  2569k|  53.8 |   390M |  60 |5359 |  21k|  12k| 279k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |  60.45%
457.47/458.93	c   267s| 47500 |    60 |  2574k|  53.8 |   390M |  60 |5359 |  21k|   0 | 280k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |  60.66%
457.47/458.93	c   268s| 47600 |    54 |  2577k|  53.8 |   390M |  60 |5359 |  21k|   0 | 280k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |  60.85%
457.47/458.93	c   268s| 47700 |    56 |  2583k|  53.8 |   390M |  60 |5359 |  21k|   0 | 281k|  0 |  70k|  19 | 0.000000e+00 |      --      |    Inf |  60.93%
457.47/458.93	c   269s| 47800 |    53 |  2587k|  53.7 |   390M |  60 |5359 |  21k|  12k| 281k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |  61.03%
457.47/458.93	c   269s| 47900 |    51 |  2592k|  53.7 |   390M |  60 |5359 |  21k|  12k| 281k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |  61.17%
457.47/458.93	c   270s| 48000 |    60 |  2598k|  53.8 |   390M |  60 |5359 |  21k|  12k| 282k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |  61.20%
457.47/458.93	c   271s| 48100 |    54 |  2606k|  53.8 |   390M |  60 |5359 |  21k|   0 | 283k|  0 |  70k|  19 | 0.000000e+00 |      --      |    Inf |  61.44%
457.47/458.93	c   271s| 48200 |    57 |  2611k|  53.8 |   390M |  60 |5359 |  21k|  12k| 283k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |  61.58%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   271s| 48300 |    57 |  2614k|  53.8 |   390M |  60 |5359 |  21k|  12k| 283k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |  61.67%
457.47/458.93	c   272s| 48400 |    58 |  2619k|  53.7 |   390M |  60 |5359 |  21k|   0 | 284k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |  61.77%
457.47/458.93	c   272s| 48500 |    54 |  2622k|  53.7 |   390M |  60 |5359 |  21k|  12k| 284k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |  61.94%
457.47/458.93	c   273s| 48600 |    51 |  2627k|  53.7 |   390M |  60 |5359 |  21k|  12k| 285k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |  62.08%
457.47/458.93	c   273s| 48700 |    50 |  2634k|  53.7 |   390M |  60 |5359 |  21k|   0 | 285k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |  62.33%
457.47/458.93	c   274s| 48800 |    52 |  2638k|  53.7 |   390M |  60 |5359 |  21k|  12k| 286k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |  62.42%
457.47/458.93	c   274s| 48900 |    53 |  2644k|  53.7 |   390M |  60 |5359 |  21k|  12k| 287k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |  62.56%
457.47/458.93	c   275s| 49000 |    55 |  2649k|  53.7 |   390M |  60 |5359 |  21k|  12k| 287k|  2 |  71k|  19 | 0.000000e+00 |      --      |    Inf |  62.59%
457.47/458.93	c   275s| 49100 |    53 |  2653k|  53.7 |   390M |  60 |5359 |  21k|  12k| 288k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |  62.69%
457.47/458.93	c   276s| 49200 |    49 |  2656k|  53.6 |   390M |  60 |5359 |  21k|  12k| 288k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |  62.79%
457.47/458.93	c   276s| 49300 |    46 |  2661k|  53.6 |   390M |  60 |5359 |  21k|   0 | 289k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |  63.06%
457.47/458.93	c   277s| 49400 |    53 |  2666k|  53.6 |   390M |  60 |5359 |  21k|   0 | 289k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |  63.27%
457.47/458.93	c   277s| 49500 |    47 |  2670k|  53.6 |   390M |  60 |5359 |  21k|  12k| 290k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |  63.55%
457.47/458.93	c   278s| 49600 |    56 |  2681k|  53.7 |   390M |  60 |5359 |  21k|  12k| 291k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |  63.74%
457.47/458.93	c   279s| 49700 |    54 |  2687k|  53.7 |   390M |  60 |5359 |  21k|  12k| 292k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |  63.74%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   279s| 49800 |    42 |  2694k|  53.7 |   390M |  60 |5359 |  21k|  12k| 293k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |  63.75%
457.47/458.93	c   280s| 49900 |    38 |  2705k|  53.8 |   390M |  60 |5359 |  21k|   0 | 294k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |  64.54%
457.47/458.93	c   281s| 50000 |    50 |  2715k|  53.9 |   390M |  60 |5359 |  21k|  12k| 297k|  2 |  73k|  19 | 0.000000e+00 |      --      |    Inf |  64.55%
457.47/458.93	c   281s| 50100 |    41 |  2724k|  54.0 |   390M |  60 |5359 |  21k|   0 | 298k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |  64.57%
457.47/458.93	c   282s| 50200 |    49 |  2728k|  54.0 |   390M |  60 |5359 |  21k|   0 | 299k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |  64.59%
457.47/458.93	c   282s| 50300 |    52 |  2733k|  54.0 |   390M |  60 |5359 |  21k|   0 | 299k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |  64.61%
457.47/458.93	c   283s| 50400 |    45 |  2737k|  53.9 |   390M |  60 |5359 |  21k|  12k| 300k|  1 |  74k|  19 | 0.000000e+00 |      --      |    Inf |  64.62%
457.47/458.93	c   283s| 50500 |    46 |  2742k|  54.0 |   391M |  60 |5359 |  21k|  12k| 301k|  1 |  74k|  19 | 0.000000e+00 |      --      |    Inf |  64.63%
457.47/458.93	c   284s| 50600 |    38 |  2746k|  53.9 |   391M |  60 |5359 |  21k|   0 | 301k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |  64.64%
457.47/458.93	c   285s| 50700 |    35 |  2752k|  53.9 |   391M |  60 |5359 |  21k|   0 | 302k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |  64.64%
457.47/458.93	c   285s| 50800 |    43 |  2758k|  53.9 |   391M |  60 |5359 |  21k|  12k| 303k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |  64.71%
457.47/458.93	c   286s| 50900 |    47 |  2761k|  53.9 |   391M |  60 |5359 |  21k|  12k| 303k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |  64.81%
457.47/458.93	c   286s| 51000 |    42 |  2764k|  53.8 |   391M |  60 |5359 |  21k|  12k| 303k|  2 |  75k|  19 | 0.000000e+00 |      --      |    Inf |  64.81%
457.47/458.93	c   287s| 51100 |    31 |  2770k|  53.9 |   392M |  60 |5359 |  21k|  12k| 304k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |  64.82%
457.47/458.93	c   287s| 51200 |    42 |  2776k|  53.9 |   392M |  60 |5359 |  21k|  12k| 305k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |  64.93%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   288s| 51300 |    50 |  2783k|  53.9 |   392M |  60 |5359 |  21k|  12k| 305k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |  64.96%
457.47/458.93	c   288s| 51400 |    32 |  2789k|  53.9 |   393M |  60 |5359 |  21k|  12k| 306k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |  65.36%
457.47/458.93	c   289s| 51500 |    38 |  2793k|  53.9 |   393M |  60 |5359 |  21k|   0 | 307k|  0 |  76k|  19 | 0.000000e+00 |      --      |    Inf |  65.51%
457.47/458.93	c   289s| 51600 |    31 |  2800k|  53.9 |   393M |  60 |5359 |  21k|  12k| 308k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |  65.86%
457.47/458.93	c   290s| 51700 |    31 |  2805k|  53.9 |   393M |  60 |5359 |  21k|  12k| 308k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |  66.14%
457.47/458.93	c   291s| 51800 |    27 |  2813k|  54.0 |   393M |  60 |5359 |  21k|  12k| 309k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |  66.45%
457.47/458.93	c   291s| 51900 |    40 |  2821k|  54.0 |   393M |  60 |5359 |  21k|  12k| 310k|  2 |  76k|  19 | 0.000000e+00 |      --      |    Inf |  66.58%
457.47/458.93	c   292s| 52000 |    35 |  2825k|  54.0 |   394M |  60 |5359 |  21k|  12k| 310k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |  66.61%
457.47/458.93	c   292s| 52100 |    43 |  2830k|  54.0 |   394M |  60 |5359 |  21k|  12k| 310k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |  66.68%
457.47/458.93	c   293s| 52200 |    35 |  2832k|  53.9 |   394M |  60 |5359 |  21k|   0 | 310k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |  66.73%
457.47/458.93	c   293s| 52300 |    37 |  2837k|  53.9 |   394M |  60 |5359 |  21k|  12k| 311k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |  66.76%
457.47/458.93	c   294s| 52400 |    40 |  2841k|  53.9 |   394M |  60 |5359 |  21k|  12k| 311k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |  66.82%
457.47/458.93	c   294s| 52500 |    38 |  2844k|  53.8 |   394M |  60 |5359 |  21k|  12k| 311k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |  66.93%
457.47/458.93	c   294s| 52600 |    42 |  2850k|  53.8 |   394M |  60 |5359 |  21k|  12k| 312k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |  66.98%
457.47/458.93	c   295s| 52700 |    43 |  2853k|  53.8 |   394M |  60 |5359 |  21k|   0 | 312k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |  67.02%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   295s| 52800 |    38 |  2856k|  53.7 |   394M |  60 |5359 |  21k|  12k| 313k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |  67.05%
457.47/458.93	c   296s| 52900 |    38 |  2861k|  53.7 |   394M |  60 |5359 |  21k|  12k| 313k|  2 |  78k|  19 | 0.000000e+00 |      --      |    Inf |  67.18%
457.47/458.93	c   296s| 53000 |    38 |  2865k|  53.7 |   394M |  60 |5359 |  21k|   0 | 314k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |  67.21%
457.47/458.93	c   297s| 53100 |    45 |  2870k|  53.7 |   394M |  60 |5359 |  21k|  12k| 314k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |  67.25%
457.47/458.93	c   297s| 53200 |    36 |  2871k|  53.6 |   394M |  60 |5359 |  21k|  12k| 314k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |  67.29%
457.47/458.93	c   297s| 53300 |    34 |  2874k|  53.6 |   394M |  60 |5359 |  21k|  12k| 315k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |  67.32%
457.47/458.93	c   298s| 53400 |    34 |  2878k|  53.6 |   394M |  60 |5359 |  21k|   0 | 315k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |  67.33%
457.47/458.93	c   298s| 53500 |    37 |  2882k|  53.5 |   394M |  60 |5359 |  21k|   0 | 316k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |  67.44%
457.47/458.93	c   299s| 53600 |    42 |  2885k|  53.5 |   394M |  60 |5359 |  21k|  12k| 316k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |  67.51%
457.47/458.93	c   299s| 53700 |    36 |  2889k|  53.5 |   394M |  60 |5359 |  21k|  12k| 316k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |  67.58%
457.47/458.93	c   299s| 53800 |    32 |  2894k|  53.5 |   394M |  60 |5359 |  21k|   0 | 317k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |  67.82%
457.47/458.93	c   300s| 53900 |    42 |  2901k|  53.5 |   394M |  60 |5359 |  21k|   0 | 318k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |  67.94%
457.47/458.93	c   300s| 54000 |    40 |  2904k|  53.4 |   394M |  60 |5359 |  21k|   0 | 318k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |  68.06%
457.47/458.93	c   301s| 54100 |    34 |  2908k|  53.4 |   394M |  60 |5359 |  21k|  12k| 318k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |  68.14%
457.47/458.93	c   301s| 54200 |    46 |  2912k|  53.4 |   394M |  60 |5359 |  21k|   0 | 319k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |  68.26%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   302s| 54300 |    39 |  2915k|  53.4 |   394M |  60 |5359 |  21k|   0 | 319k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |  68.33%
457.47/458.93	c   302s| 54400 |    36 |  2918k|  53.3 |   394M |  60 |5359 |  21k|  12k| 320k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |  68.36%
457.47/458.93	c   303s| 54500 |    36 |  2922k|  53.3 |   394M |  60 |5359 |  21k|  12k| 320k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |  68.58%
457.47/458.93	c   303s| 54600 |    36 |  2927k|  53.3 |   394M |  60 |5359 |  21k|   0 | 321k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |  68.73%
457.47/458.93	c   303s| 54700 |    40 |  2931k|  53.3 |   396M |  60 |5359 |  21k|  12k| 321k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |  68.81%
457.47/458.93	c   304s| 54800 |    37 |  2936k|  53.3 |   396M |  60 |5359 |  21k|  12k| 322k|  2 |  81k|  19 | 0.000000e+00 |      --      |    Inf |  68.93%
457.47/458.93	c   304s| 54900 |    40 |  2941k|  53.2 |   396M |  60 |5359 |  21k|  12k| 323k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |  69.07%
457.47/458.93	c   305s| 55000 |    32 |  2945k|  53.2 |   396M |  60 |5359 |  21k|   0 | 323k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |  69.22%
457.47/458.93	c   305s| 55100 |    31 |  2950k|  53.2 |   396M |  60 |5359 |  21k|  12k| 324k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |  69.40%
457.47/458.93	c   306s| 55200 |    39 |  2956k|  53.2 |   396M |  60 |5359 |  21k|   0 | 325k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |  69.56%
457.47/458.93	c   306s| 55300 |    35 |  2960k|  53.2 |   396M |  60 |5359 |  21k|  12k| 325k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |  69.73%
457.47/458.93	c   307s| 55400 |    47 |  2964k|  53.2 |   396M |  60 |5359 |  21k|  12k| 326k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |  69.75%
457.47/458.93	c   307s| 55500 |    45 |  2968k|  53.2 |   396M |  60 |5359 |  21k|  12k| 326k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |  69.78%
457.47/458.93	c   308s| 55600 |    47 |  2971k|  53.1 |   398M |  60 |5359 |  21k|  12k| 327k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |  69.81%
457.47/458.93	c   308s| 55700 |    40 |  2976k|  53.1 |   398M |  60 |5359 |  21k|  12k| 327k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |  69.99%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   308s| 55800 |    35 |  2980k|  53.1 |   398M |  60 |5359 |  21k|  12k| 328k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |  70.04%
457.47/458.93	c   309s| 55900 |    36 |  2985k|  53.1 |   398M |  60 |5359 |  21k|   0 | 328k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |  70.07%
457.47/458.93	c   309s| 56000 |    36 |  2989k|  53.1 |   398M |  60 |5359 |  21k|   0 | 328k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |  70.11%
457.47/458.93	c   310s| 56100 |    37 |  2993k|  53.0 |   398M |  60 |5359 |  21k|  12k| 329k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |  70.15%
457.47/458.93	c   310s| 56200 |    37 |  2997k|  53.0 |   398M |  60 |5359 |  21k|   0 | 329k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |  70.18%
457.47/458.93	c   311s| 56300 |    43 |  3003k|  53.0 |   398M |  60 |5359 |  21k|  12k| 330k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |  70.45%
457.47/458.93	c   311s| 56400 |    35 |  3006k|  53.0 |   398M |  60 |5359 |  21k|   0 | 330k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |  70.55%
457.47/458.93	c   311s| 56500 |    36 |  3012k|  53.0 |   398M |  60 |5359 |  21k|  12k| 331k|  2 |  84k|  19 | 0.000000e+00 |      --      |    Inf |  70.64%
457.47/458.93	c   312s| 56600 |    44 |  3017k|  53.0 |   398M |  60 |5359 |  21k|  12k| 332k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |  70.80%
457.47/458.93	c   312s| 56700 |    48 |  3022k|  53.0 |   398M |  60 |5359 |  21k|  12k| 333k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |  70.81%
457.47/458.93	c   313s| 56800 |    38 |  3026k|  53.0 |   398M |  60 |5359 |  21k|   0 | 333k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |  70.82%
457.47/458.93	c   314s| 56900 |    42 |  3034k|  53.0 |   398M |  60 |5359 |  21k|   0 | 335k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |  70.83%
457.47/458.93	c   314s| 57000 |    40 |  3042k|  53.1 |   398M |  60 |5359 |  21k|  12k| 337k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |  70.83%
457.47/458.93	c   315s| 57100 |    44 |  3050k|  53.1 |   398M |  60 |5359 |  21k|  12k| 338k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |  70.84%
457.47/458.93	c   315s| 57200 |    45 |  3057k|  53.1 |   398M |  60 |5359 |  21k|  12k| 339k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |  70.84%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   316s| 57300 |    39 |  3063k|  53.2 |   398M |  60 |5359 |  21k|  12k| 341k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |  70.85%
457.47/458.93	c   317s| 57400 |    40 |  3070k|  53.2 |   398M |  60 |5359 |  21k|  12k| 342k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |  70.86%
457.47/458.93	c   317s| 57500 |    38 |  3076k|  53.2 |   398M |  60 |5359 |  21k|   0 | 343k|  0 |  86k|  19 | 0.000000e+00 |      --      |    Inf |  70.87%
457.47/458.93	c   318s| 57600 |    37 |  3083k|  53.2 |   398M |  60 |5359 |  21k|  12k| 345k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |  70.87%
457.47/458.93	c   318s| 57700 |    37 |  3088k|  53.2 |   398M |  60 |5359 |  21k|  12k| 346k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |  70.88%
457.47/458.93	c   319s| 57800 |    38 |  3093k|  53.2 |   398M |  60 |5359 |  21k|  12k| 346k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |  70.90%
457.47/458.93	c   319s| 57900 |    46 |  3101k|  53.3 |   398M |  60 |5359 |  21k|   0 | 348k|  0 |  86k|  19 | 0.000000e+00 |      --      |    Inf |  70.90%
457.47/458.93	c   320s| 58000 |    42 |  3108k|  53.3 |   398M |  60 |5359 |  21k|   0 | 350k|  0 |  87k|  19 | 0.000000e+00 |      --      |    Inf |  70.91%
457.47/458.93	c   320s| 58100 |    43 |  3114k|  53.3 |   398M |  60 |5359 |  21k|   0 | 351k|  0 |  87k|  19 | 0.000000e+00 |      --      |    Inf |  70.92%
457.47/458.93	c   321s| 58200 |    34 |  3119k|  53.3 |   398M |  60 |5359 |  21k|  12k| 351k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |  70.93%
457.47/458.93	c   321s| 58300 |    41 |  3125k|  53.3 |   398M |  60 |5359 |  21k|  12k| 352k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |  70.99%
457.47/458.93	c   325s| 58400 |    46 |  3137k|  53.4 |   398M |  60 |5359 |  21k|  12k| 353k|  2 |  87k|  19 | 0.000000e+00 |      --      |    Inf |  71.08%
457.47/458.93	c   325s| 58500 |    40 |  3140k|  53.4 |   398M |  60 |5359 |  21k|  12k| 353k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |  71.14%
457.47/458.93	c   326s| 58600 |    38 |  3145k|  53.4 |   398M |  60 |5359 |  21k|   0 | 354k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |  71.21%
457.47/458.93	c   326s| 58700 |    39 |  3149k|  53.3 |   398M |  60 |5359 |  21k|  12k| 354k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |  71.26%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   327s| 58800 |    36 |  3154k|  53.3 |   398M |  60 |5359 |  21k|  12k| 354k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |  71.31%
457.47/458.93	c   327s| 58900 |    35 |  3158k|  53.3 |   398M |  60 |5359 |  21k|   0 | 354k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |  71.32%
457.47/458.93	c   328s| 59000 |    37 |  3164k|  53.3 |   399M |  60 |5359 |  21k|   0 | 356k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |  71.33%
457.47/458.93	c   329s| 59100 |    36 |  3172k|  53.4 |   400M |  60 |5359 |  21k|  12k| 357k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |  71.37%
457.47/458.93	c   329s| 59200 |    33 |  3178k|  53.4 |   401M |  60 |5359 |  21k|  12k| 358k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |  71.63%
457.47/458.93	c   330s| 59300 |    34 |  3188k|  53.5 |   403M |  60 |5359 |  21k|  12k| 360k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |  72.46%
457.47/458.93	c   330s| 59400 |    33 |  3194k|  53.5 |   403M |  60 |5359 |  21k|   0 | 361k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |  72.54%
457.47/458.93	c   331s| 59500 |    33 |  3198k|  53.5 |   403M |  60 |5359 |  21k|   0 | 361k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |  72.64%
457.47/458.93	c   331s| 59600 |    34 |  3203k|  53.4 |   403M |  60 |5359 |  21k|   0 | 361k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |  72.78%
457.47/458.93	c   332s| 59700 |    30 |  3210k|  53.5 |   403M |  60 |5359 |  21k|  12k| 363k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |  72.85%
457.47/458.93	c   332s| 59800 |    31 |  3216k|  53.5 |   404M |  60 |5359 |  21k|   0 | 363k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |  72.90%
457.47/458.93	c   333s| 59900 |    30 |  3222k|  53.5 |   404M |  60 |5359 |  21k|  12k| 364k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  72.92%
457.47/458.93	c   334s| 60000 |    42 |  3228k|  53.5 |   404M |  60 |5359 |  21k|  12k| 365k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  76.14%
457.47/458.93	c   334s| 60100 |    27 |  3231k|  53.5 |   406M |  60 |5359 |  21k|  12k| 365k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  76.16%
457.47/458.93	c   335s| 60200 |    51 |  3240k|  53.5 |   407M |  60 |5359 |  21k|  12k| 366k|  2 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  76.17%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   335s| 60300 |    46 |  3242k|  53.5 |   407M |  60 |5359 |  21k|  12k| 366k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  76.18%
457.47/458.93	c   336s| 60400 |    26 |  3244k|  53.4 |   407M |  60 |5359 |  21k|  12k| 366k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  76.36%
457.47/458.93	c   336s| 60500 |    29 |  3253k|  53.5 |   408M |  60 |5359 |  21k|  12k| 367k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  76.41%
457.47/458.93	c   337s| 60600 |    38 |  3263k|  53.5 |   408M |  60 |5359 |  21k|  12k| 368k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  76.61%
457.47/458.93	c   338s| 60700 |    34 |  3274k|  53.6 |   411M |  60 |5359 |  21k|  12k| 368k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |  76.72%
457.47/458.93	c   339s| 60800 |    28 |  3280k|  53.6 |   411M |  60 |5359 |  20k|  12k| 369k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  76.90%
457.47/458.93	c   340s| 60900 |    26 |  3290k|  53.7 |   413M |  60 |5359 |  20k|  12k| 369k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  77.20%
457.47/458.93	c   340s| 61000 |    33 |  3300k|  53.8 |   414M |  60 |5359 |  19k|   0 | 370k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  77.39%
457.47/458.93	c   341s| 61100 |    34 |  3313k|  53.9 |   415M |  60 |5359 |  19k|  12k| 370k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  77.60%
457.47/458.93	c   342s| 61200 |    39 |  3315k|  53.9 |   417M |  60 |5359 |  19k|  12k| 371k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  77.60%
457.47/458.93	c   342s| 61300 |    32 |  3323k|  53.9 |   418M |  60 |5359 |  19k|  12k| 371k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  77.65%
457.47/458.93	c   343s| 61400 |    30 |  3335k|  54.0 |   418M |  60 |5359 |  19k|   0 | 373k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  77.68%
457.47/458.93	c   344s| 61500 |    41 |  3346k|  54.1 |   419M |  60 |5359 |  19k|  12k| 374k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  77.72%
457.47/458.93	c   344s| 61600 |    41 |  3353k|  54.1 |   419M |  60 |5359 |  19k|  12k| 375k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |  77.72%
457.47/458.93	c   345s| 61700 |    36 |  3360k|  54.2 |   419M |  60 |5359 |  19k|  12k| 376k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |  77.73%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   346s| 61800 |    40 |  3375k|  54.3 |   420M |  60 |5359 |  19k|  12k| 377k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |  77.85%
457.47/458.93	c   347s| 61900 |    38 |  3385k|  54.4 |   420M |  60 |5359 |  19k|  12k| 377k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |  77.91%
457.47/458.93	c   347s| 62000 |    37 |  3395k|  54.5 |   421M |  60 |5359 |  19k|   0 | 377k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |  77.96%
457.47/458.93	c   348s| 62100 |    37 |  3405k|  54.6 |   421M |  60 |5359 |  19k|   0 | 377k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |  78.05%
457.47/458.93	c   349s| 62200 |    49 |  3412k|  54.6 |   421M |  60 |5359 |  19k|  12k| 378k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |  78.09%
457.47/458.93	c   349s| 62300 |    41 |  3423k|  54.7 |   423M |  60 |5359 |  19k|  12k| 378k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |  78.15%
457.47/458.93	c   350s| 62400 |    39 |  3437k|  54.8 |   424M |  60 |5359 |  19k|  12k| 378k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |  78.18%
457.47/458.93	c   351s| 62500 |    37 |  3445k|  54.8 |   425M |  60 |5359 |  19k|  12k| 379k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.20%
457.47/458.93	c   352s| 62600 |    34 |  3460k|  55.0 |   426M |  60 |5359 |  19k|  12k| 380k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.36%
457.47/458.93	c   353s| 62700 |    34 |  3472k|  55.1 |   426M |  60 |5359 |  19k|   0 | 380k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.65%
457.47/458.93	c   353s| 62800 |    35 |  3476k|  55.1 |   426M |  60 |5359 |  19k|   0 | 381k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.72%
457.47/458.93	c   354s| 62900 |    37 |  3481k|  55.1 |   426M |  60 |5359 |  19k|  12k| 381k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.83%
457.47/458.93	c   354s| 63000 |    40 |  3491k|  55.1 |   426M |  60 |5359 |  19k|   0 | 382k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.85%
457.47/458.93	c   355s| 63100 |    61 |  3498k|  55.2 |   426M |  60 |5359 |  19k|  12k| 382k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.85%
457.47/458.93	c   356s| 63200 |    63 |  3515k|  55.3 |   427M |  60 |5359 |  19k|  12k| 383k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.89%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   357s| 63300 |    67 |  3526k|  55.4 |   427M |  60 |5359 |  19k|  12k| 384k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |  78.90%
457.47/458.93	c   358s| 63400 |    67 |  3534k|  55.5 |   427M |  60 |5359 |  20k|   0 | 384k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |  78.90%
457.47/458.93	c   358s| 63500 |    70 |  3543k|  55.5 |   427M |  60 |5359 |  20k|  12k| 385k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |  78.90%
457.47/458.93	c   359s| 63600 |    74 |  3559k|  55.7 |   428M |  60 |5359 |  20k|  12k| 386k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |  78.90%
457.47/458.93	c   360s| 63700 |    74 |  3573k|  55.8 |   429M |  60 |5359 |  20k|  12k| 387k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |  78.91%
457.47/458.93	c   361s| 63800 |    79 |  3583k|  55.9 |   429M |  60 |5359 |  20k|  12k| 388k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |  78.92%
457.47/458.93	c   362s| 63900 |    75 |  3589k|  55.9 |   430M |  60 |5359 |  20k|  12k| 388k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |  78.96%
457.47/458.93	c   362s| 64000 |    70 |  3602k|  56.0 |   433M |  60 |5359 |  20k|   0 | 389k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |  79.05%
457.47/458.93	c   363s| 64100 |    70 |  3612k|  56.1 |   433M |  60 |5359 |  20k|  12k| 389k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |  79.11%
457.47/458.93	c   364s| 64200 |    69 |  3619k|  56.1 |   433M |  60 |5359 |  20k|   0 | 389k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |  79.16%
457.47/458.93	c   365s| 64300 |    69 |  3630k|  56.2 |   434M |  60 |5359 |  20k|  12k| 390k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |  79.18%
457.47/458.93	c   365s| 64400 |    67 |  3640k|  56.2 |   435M |  60 |5359 |  20k|  12k| 391k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |  79.35%
457.47/458.93	c   366s| 64500 |    65 |  3649k|  56.3 |   435M |  60 |5359 |  20k|  12k| 391k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |  79.39%
457.47/458.93	c   367s| 64600 |    64 |  3663k|  56.4 |   436M |  60 |5359 |  20k|  12k| 392k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |  79.44%
457.47/458.93	c   367s| 64700 |    61 |  3674k|  56.5 |   437M |  60 |5359 |  20k|   0 | 392k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |  79.51%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   368s| 64800 |    66 |  3686k|  56.6 |   437M |  60 |5359 |  20k|  12k| 393k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |  79.57%
457.47/458.93	c   369s| 64900 |    83 |  3690k|  56.6 |   437M |  60 |5359 |  20k|  12k| 393k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |  79.59%
457.47/458.93	c   370s| 65000 |    66 |  3698k|  56.6 |   438M |  60 |5359 |  20k|  12k| 393k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |  79.60%
457.47/458.93	c   370s| 65100 |    72 |  3707k|  56.7 |   438M |  60 |5359 |  20k|  12k| 394k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |  79.62%
457.47/458.93	c   371s| 65200 |    75 |  3718k|  56.7 |   438M |  60 |5359 |  20k|  12k| 395k|  2 |  96k|  19 | 0.000000e+00 |      --      |    Inf |  79.64%
457.47/458.93	c   372s| 65300 |    68 |  3729k|  56.8 |   438M |  60 |5359 |  20k|  12k| 395k|  2 |  96k|  19 | 0.000000e+00 |      --      |    Inf |  79.65%
457.47/458.93	c   373s| 65400 |    67 |  3740k|  56.9 |   439M |  60 |5359 |  20k|  12k| 396k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |  79.70%
457.47/458.93	c   373s| 65500 |    67 |  3750k|  57.0 |   439M |  60 |5359 |  20k|  12k| 396k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |  79.76%
457.47/458.93	c   374s| 65600 |    74 |  3759k|  57.0 |   439M |  60 |5359 |  20k|   0 | 396k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |  79.78%
457.47/458.93	c   375s| 65700 |    80 |  3773k|  57.2 |   439M |  60 |5359 |  20k|  12k| 397k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |  79.80%
457.47/458.93	c   376s| 65800 |    65 |  3785k|  57.3 |   440M |  60 |5359 |  20k|  12k| 397k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |  79.82%
457.47/458.93	c   376s| 65900 |    64 |  3803k|  57.4 |   440M |  60 |5359 |  20k|  12k| 397k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |  79.84%
457.47/458.93	c   377s| 66000 |    62 |  3812k|  57.5 |   440M |  60 |5359 |  20k|  12k| 398k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |  79.89%
457.47/458.93	c   378s| 66100 |    71 |  3820k|  57.5 |   440M |  60 |5359 |  20k|  12k| 398k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |  79.93%
457.47/458.93	c   378s| 66200 |    68 |  3822k|  57.5 |   440M |  60 |5359 |  20k|   0 | 398k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |  79.97%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   379s| 66300 |    70 |  3828k|  57.5 |   440M |  60 |5359 |  21k|  12k| 399k|  0 |  98k|  19 | 0.000000e+00 |      --      |    Inf |  80.02%
457.47/458.93	c   379s| 66400 |    70 |  3831k|  57.4 |   440M |  60 |5359 |  21k|  12k| 399k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |  80.06%
457.47/458.93	c   380s| 66500 |    75 |  3835k|  57.4 |   441M |  60 |5359 |  21k|   0 | 399k|  0 |  98k|  19 | 0.000000e+00 |      --      |    Inf |  80.09%
457.47/458.93	c   380s| 66600 |    81 |  3838k|  57.4 |   441M |  60 |5359 |  21k|   0 | 400k|  0 |  98k|  19 | 0.000000e+00 |      --      |    Inf |  80.10%
457.47/458.93	c   381s| 66700 |    76 |  3843k|  57.3 |   441M |  60 |5359 |  21k|   0 | 400k|  0 |  98k|  19 | 0.000000e+00 |      --      |    Inf |  80.11%
457.47/458.93	c   381s| 66800 |    71 |  3847k|  57.3 |   441M |  60 |5359 |  21k|   0 | 401k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |  80.14%
457.47/458.93	c   382s| 66900 |    65 |  3850k|  57.3 |   441M |  60 |5359 |  21k|  12k| 401k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |  80.17%
457.47/458.93	c   382s| 67000 |    63 |  3854k|  57.2 |   441M |  60 |5359 |  21k|  12k| 401k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |  80.19%
457.47/458.93	c   383s| 67100 |    65 |  3858k|  57.2 |   441M |  60 |5359 |  21k|  12k| 402k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |  80.23%
457.47/458.93	c   383s| 67200 |    68 |  3860k|  57.2 |   441M |  60 |5359 |  21k|   0 | 402k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |  80.27%
457.47/458.93	c   383s| 67300 |    65 |  3864k|  57.1 |   441M |  60 |5359 |  21k|   0 | 402k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |  80.30%
457.47/458.93	c   384s| 67400 |    58 |  3868k|  57.1 |   441M |  60 |5359 |  21k|   0 | 402k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |  80.32%
457.47/458.93	c   384s| 67500 |    61 |  3873k|  57.1 |   441M |  60 |5359 |  21k|  12k| 403k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |  80.36%
457.47/458.93	c   385s| 67600 |    69 |  3878k|  57.1 |   441M |  60 |5359 |  21k|  12k| 403k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |  80.38%
457.47/458.93	c   385s| 67700 |    65 |  3881k|  57.1 |   441M |  60 |5359 |  21k|  12k| 403k|  2 | 100k|  19 | 0.000000e+00 |      --      |    Inf |  80.42%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   386s| 67800 |    69 |  3884k|  57.0 |   441M |  60 |5359 |  21k|  12k| 403k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |  80.48%
457.47/458.93	c   386s| 67900 |    72 |  3889k|  57.0 |   441M |  60 |5359 |  21k|  12k| 404k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |  80.56%
457.47/458.93	c   387s| 68000 |    78 |  3893k|  57.0 |   442M |  60 |5359 |  21k|  12k| 404k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |  80.62%
457.47/458.93	c   387s| 68100 |    71 |  3897k|  57.0 |   442M |  60 |5359 |  21k|   0 | 404k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |  80.67%
457.47/458.93	c   388s| 68200 |    73 |  3901k|  56.9 |   442M |  60 |5359 |  21k|  12k| 404k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |  80.69%
457.47/458.93	c   388s| 68300 |    75 |  3905k|  56.9 |   442M |  60 |5359 |  21k|   0 | 405k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |  80.72%
457.47/458.93	c   389s| 68400 |    76 |  3909k|  56.9 |   442M |  60 |5359 |  21k|  12k| 405k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |  80.73%
457.47/458.93	c   389s| 68500 |    72 |  3912k|  56.9 |   442M |  60 |5359 |  21k|   0 | 405k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |  80.74%
457.47/458.93	c   390s| 68600 |    73 |  3916k|  56.8 |   442M |  60 |5359 |  21k|   0 | 405k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |  80.76%
457.47/458.93	c   390s| 68700 |    76 |  3919k|  56.8 |   442M |  60 |5359 |  21k|   0 | 406k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |  80.78%
457.47/458.93	c   391s| 68800 |    71 |  3923k|  56.8 |   442M |  60 |5359 |  21k|  12k| 406k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |  80.80%
457.47/458.93	c   391s| 68900 |    79 |  3927k|  56.7 |   442M |  60 |5359 |  21k|  12k| 406k|  2 | 102k|  19 | 0.000000e+00 |      --      |    Inf |  80.81%
457.47/458.93	c   392s| 69000 |    77 |  3930k|  56.7 |   442M |  60 |5359 |  21k|   0 | 406k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |  80.83%
457.47/458.93	c   392s| 69100 |    77 |  3935k|  56.7 |   442M |  60 |5359 |  21k|  12k| 407k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |  80.94%
457.47/458.93	c   393s| 69200 |    85 |  3940k|  56.7 |   442M |  60 |5359 |  21k|  12k| 407k|  2 | 102k|  19 | 0.000000e+00 |      --      |    Inf |  81.08%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   393s| 69300 |    81 |  3942k|  56.6 |   442M |  60 |5359 |  21k|  12k| 407k|  2 | 102k|  19 | 0.000000e+00 |      --      |    Inf |  81.12%
457.47/458.93	c   393s| 69400 |    82 |  3946k|  56.6 |   442M |  60 |5359 |  21k|   0 | 407k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |  81.17%
457.47/458.93	c   394s| 69500 |    82 |  3949k|  56.6 |   442M |  60 |5359 |  21k|  12k| 408k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |  81.19%
457.47/458.93	c   394s| 69600 |    69 |  3953k|  56.5 |   442M |  60 |5359 |  21k|   0 | 408k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |  81.26%
457.47/458.93	c   395s| 69700 |    78 |  3956k|  56.5 |   442M |  60 |5359 |  21k|  12k| 408k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |  81.28%
457.47/458.93	c   395s| 69800 |    62 |  3961k|  56.5 |   443M |  60 |5359 |  21k|   0 | 409k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |  81.41%
457.47/458.93	c   396s| 69900 |    63 |  3968k|  56.5 |   443M |  60 |5359 |  21k|  12k| 409k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |  81.64%
457.47/458.93	c   396s| 70000 |    60 |  3973k|  56.5 |   443M |  60 |5359 |  21k|  12k| 410k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |  81.88%
457.47/458.93	c   397s| 70100 |    66 |  3981k|  56.5 |   443M |  60 |5359 |  21k|  12k| 410k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |  81.99%
457.47/458.93	c   398s| 70200 |    70 |  3983k|  56.5 |   445M |  60 |5359 |  21k|  12k| 410k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |  82.01%
457.47/458.93	c   398s| 70300 |    70 |  3987k|  56.5 |   445M |  60 |5359 |  21k|  12k| 411k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |  82.03%
457.47/458.93	c   399s| 70400 |    72 |  3992k|  56.4 |   445M |  60 |5359 |  21k|  12k| 411k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |  82.06%
457.47/458.93	c   399s| 70500 |    63 |  3995k|  56.4 |   445M |  60 |5359 |  21k|  12k| 411k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |  82.14%
457.47/458.93	c   400s| 70600 |    75 |  4002k|  56.4 |   445M |  60 |5359 |  21k|  12k| 412k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |  82.16%
457.47/458.93	c   400s| 70700 |    69 |  4007k|  56.4 |   445M |  60 |5359 |  21k|  12k| 412k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |  82.17%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   401s| 70800 |    63 |  4011k|  56.4 |   445M |  60 |5359 |  21k|   0 | 413k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |  82.18%
457.47/458.93	c   401s| 70900 |    66 |  4016k|  56.4 |   445M |  60 |5359 |  21k|   0 | 413k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |  82.20%
457.47/458.93	c   402s| 71000 |    66 |  4019k|  56.4 |   445M |  60 |5359 |  21k|  12k| 413k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |  82.21%
457.47/458.93	c   403s| 71100 |    70 |  4025k|  56.4 |   445M |  60 |5359 |  21k|   0 | 414k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |  82.22%
457.47/458.93	c   403s| 71200 |    66 |  4030k|  56.3 |   445M |  60 |5359 |  21k|  12k| 414k|  3 | 105k|  19 | 0.000000e+00 |      --      |    Inf |  82.22%
457.47/458.93	c   404s| 71300 |    60 |  4035k|  56.3 |   445M |  60 |5359 |  21k|   0 | 415k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |  82.22%
457.47/458.93	c   404s| 71400 |    60 |  4038k|  56.3 |   445M |  60 |5359 |  21k|  12k| 415k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |  82.24%
457.47/458.93	c   405s| 71500 |    62 |  4041k|  56.3 |   445M |  60 |5359 |  21k|  12k| 415k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |  82.24%
457.47/458.93	c   405s| 71600 |    61 |  4045k|  56.2 |   445M |  60 |5359 |  21k|  12k| 415k|  2 | 106k|  19 | 0.000000e+00 |      --      |    Inf |  82.27%
457.47/458.93	c   406s| 71700 |    59 |  4049k|  56.2 |   445M |  60 |5359 |  21k|  12k| 416k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |  82.28%
457.47/458.93	c   406s| 71800 |    65 |  4057k|  56.3 |   445M |  60 |5359 |  21k|  12k| 416k|  2 | 106k|  19 | 0.000000e+00 |      --      |    Inf |  82.30%
457.47/458.93	c   407s| 71900 |    71 |  4061k|  56.2 |   445M |  60 |5359 |  21k|  12k| 416k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |  82.30%
457.47/458.93	c   407s| 72000 |    66 |  4064k|  56.2 |   445M |  60 |5359 |  21k|  12k| 417k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |  82.31%
457.47/458.93	c   408s| 72100 |    66 |  4071k|  56.2 |   445M |  60 |5359 |  21k|  12k| 417k|  2 | 107k|  19 | 0.000000e+00 |      --      |    Inf |  82.33%
457.47/458.93	c   408s| 72200 |    63 |  4075k|  56.2 |   445M |  60 |5359 |  21k|   0 | 417k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |  82.33%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   409s| 72300 |    59 |  4079k|  56.2 |   445M |  60 |5359 |  21k|  12k| 418k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |  82.35%
457.47/458.93	c   409s| 72400 |    74 |  4086k|  56.2 |   445M |  60 |5359 |  21k|   0 | 418k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |  82.37%
457.47/458.93	c   410s| 72500 |    70 |  4091k|  56.2 |   445M |  60 |5359 |  21k|  12k| 419k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |  82.38%
457.47/458.93	c   410s| 72600 |    72 |  4096k|  56.2 |   445M |  60 |5359 |  21k|  12k| 420k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |  82.40%
457.47/458.93	c   411s| 72700 |    71 |  4099k|  56.1 |   445M |  60 |5359 |  21k|  12k| 420k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |  82.41%
457.47/458.93	c   411s| 72800 |    72 |  4102k|  56.1 |   445M |  60 |5359 |  21k|  12k| 420k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |  82.42%
457.47/458.93	c   412s| 72900 |    66 |  4105k|  56.1 |   445M |  60 |5359 |  21k|   0 | 420k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |  82.43%
457.47/458.93	c   412s| 73000 |    62 |  4109k|  56.0 |   445M |  60 |5359 |  21k|   0 | 420k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |  82.44%
457.47/458.93	c   413s| 73100 |    70 |  4114k|  56.0 |   445M |  60 |5359 |  21k|  12k| 420k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |  82.47%
457.47/458.93	c   413s| 73200 |    65 |  4116k|  56.0 |   445M |  60 |5359 |  21k|  12k| 421k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |  82.48%
457.47/458.93	c   414s| 73300 |    66 |  4119k|  55.9 |   445M |  60 |5359 |  21k|  12k| 421k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |  82.48%
457.47/458.93	c   414s| 73400 |    62 |  4121k|  55.9 |   445M |  60 |5359 |  21k|  12k| 421k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |  82.49%
457.47/458.93	c   414s| 73500 |    61 |  4124k|  55.9 |   445M |  60 |5359 |  21k|  12k| 421k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |  82.52%
457.47/458.93	c   415s| 73600 |    64 |  4127k|  55.8 |   446M |  60 |5359 |  21k|  12k| 421k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |  82.53%
457.47/458.93	c   415s| 73700 |    59 |  4130k|  55.8 |   446M |  60 |5359 |  21k|   0 | 421k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |  82.56%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   416s| 73800 |    65 |  4132k|  55.8 |   446M |  60 |5359 |  21k|  12k| 421k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |  82.57%
457.47/458.93	c   416s| 73900 |    73 |  4137k|  55.7 |   446M |  60 |5359 |  21k|   0 | 422k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |  82.57%
457.47/458.93	c   417s| 74000 |    80 |  4141k|  55.7 |   446M |  60 |5359 |  21k|  12k| 422k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |  82.57%
457.47/458.93	c   417s| 74100 |    74 |  4145k|  55.7 |   446M |  60 |5359 |  21k|  12k| 422k|  2 | 110k|  19 | 0.000000e+00 |      --      |    Inf |  82.58%
457.47/458.93	c   418s| 74200 |    67 |  4149k|  55.7 |   446M |  60 |5359 |  21k|  12k| 422k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |  82.58%
457.47/458.93	c   418s| 74300 |    70 |  4153k|  55.7 |   446M |  60 |5359 |  21k|   0 | 422k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |  82.59%
457.47/458.93	c   419s| 74400 |    65 |  4156k|  55.6 |   446M |  60 |5359 |  21k|   0 | 422k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |  82.59%
457.47/458.93	c   419s| 74500 |    77 |  4159k|  55.6 |   446M |  60 |5359 |  21k|  12k| 422k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |  82.59%
457.47/458.93	c   420s| 74600 |    66 |  4162k|  55.5 |   446M |  60 |5359 |  21k|  12k| 423k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |  82.59%
457.47/458.93	c   420s| 74700 |    61 |  4165k|  55.5 |   446M |  60 |5359 |  21k|  12k| 423k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |  82.59%
457.47/458.93	c   420s| 74800 |    67 |  4169k|  55.5 |   446M |  60 |5359 |  21k|  12k| 423k|  2 | 112k|  19 | 0.000000e+00 |      --      |    Inf |  82.60%
457.47/458.93	c   421s| 74900 |    71 |  4171k|  55.4 |   446M |  60 |5359 |  21k|  12k| 423k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |  82.60%
457.47/458.93	c   421s| 75000 |    79 |  4173k|  55.4 |   446M |  60 |5359 |  21k|  12k| 423k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |  82.61%
457.47/458.93	c   422s| 75100 |    64 |  4178k|  55.4 |   447M |  60 |5359 |  21k|   0 | 423k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |  82.62%
457.47/458.93	c   422s| 75200 |    62 |  4182k|  55.4 |   447M |  60 |5359 |  21k|  12k| 424k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |  82.62%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   423s| 75300 |    62 |  4186k|  55.4 |   447M |  60 |5359 |  21k|  12k| 424k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |  82.62%
457.47/458.93	c   423s| 75400 |    62 |  4190k|  55.3 |   447M |  60 |5359 |  21k|  12k| 424k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |  82.63%
457.47/458.93	c   424s| 75500 |    65 |  4194k|  55.3 |   447M |  60 |5359 |  21k|  12k| 424k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |  82.64%
457.47/458.93	c   424s| 75600 |    64 |  4198k|  55.3 |   447M |  60 |5359 |  21k|  12k| 425k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |  82.65%
457.47/458.93	c   425s| 75700 |    67 |  4202k|  55.3 |   447M |  60 |5359 |  21k|   0 | 425k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |  82.66%
457.47/458.93	c   425s| 75800 |    67 |  4206k|  55.3 |   447M |  60 |5359 |  21k|  12k| 425k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |  82.66%
457.47/458.93	c   426s| 75900 |    67 |  4210k|  55.2 |   447M |  60 |5359 |  21k|  12k| 426k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |  82.66%
457.47/458.93	c   426s| 76000 |    62 |  4214k|  55.2 |   447M |  60 |5359 |  21k|   0 | 426k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |  82.67%
457.47/458.93	c   427s| 76100 |    73 |  4217k|  55.2 |   447M |  60 |5359 |  21k|  12k| 427k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |  82.67%
457.47/458.93	c   427s| 76200 |    63 |  4221k|  55.2 |   448M |  60 |5359 |  21k|  12k| 427k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |  82.68%
457.47/458.93	c   428s| 76300 |    57 |  4224k|  55.1 |   448M |  60 |5359 |  21k|   0 | 427k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |  82.69%
457.47/458.93	c   428s| 76400 |    63 |  4229k|  55.1 |   448M |  60 |5359 |  21k|  12k| 428k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |  82.69%
457.47/458.93	c   429s| 76500 |    57 |  4232k|  55.1 |   449M |  60 |5359 |  21k|  12k| 428k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |  82.70%
457.47/458.93	c   429s| 76600 |    57 |  4240k|  55.1 |   449M |  60 |5359 |  21k|  12k| 428k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |  82.87%
457.47/458.93	c   430s| 76700 |    70 |  4243k|  55.1 |   449M |  60 |5359 |  21k|  12k| 428k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |  82.89%
457.47/458.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.47/458.93	c   430s| 76800 |    60 |  4247k|  55.1 |   451M |  60 |5359 |  21k|  12k| 429k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |  82.91%
457.47/458.93	c   431s| 76900 |    47 |  4253k|  55.1 |   451M |  60 |5359 |  21k|  12k| 429k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |  82.93%
457.47/458.93	c   431s| 77000 |    47 |  4259k|  55.1 |   454M |  60 |5359 |  21k|   0 | 429k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |  82.96%
457.47/458.93	c   432s| 77100 |    47 |  4265k|  55.1 |   454M |  60 |5359 |  21k|  12k| 430k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |  82.98%
457.47/458.93	c   433s| 77200 |    29 |  4278k|  55.2 |   454M |  60 |5359 |  21k|  12k| 430k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |  83.05%
457.47/458.93	c   433s| 77300 |    38 |  4284k|  55.2 |   454M |  60 |5359 |  21k|  12k| 430k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |  83.06%
498.63/500.22	c   434s| 77400 |    33 |  4287k|  55.2 |   454M |  60 |5359 |  21k|   0 | 431k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |  83.11%
498.63/500.22	c   434s| 77500 |    33 |  4290k|  55.1 |   454M |  60 |5359 |  21k|  12k| 431k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |  83.18%
498.63/500.22	c   435s| 77600 |    33 |  4294k|  55.1 |   454M |  60 |5359 |  21k|  12k| 431k|  2 | 117k|  19 | 0.000000e+00 |      --      |    Inf |  83.21%
498.63/500.22	c   435s| 77700 |    34 |  4296k|  55.1 |   454M |  60 |5359 |  21k|  12k| 431k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |  83.22%
498.63/500.22	c   436s| 77800 |    30 |  4299k|  55.0 |   454M |  60 |5359 |  21k|   0 | 431k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |  83.23%
498.63/500.22	c   436s| 77900 |    29 |  4303k|  55.0 |   454M |  60 |5359 |  20k|  12k| 432k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |  83.25%
498.63/500.22	c   437s| 78000 |    29 |  4306k|  55.0 |   454M |  60 |5359 |  21k|  12k| 432k|  3 | 118k|  19 | 0.000000e+00 |      --      |    Inf |  83.27%
498.63/500.22	c   437s| 78100 |    33 |  4309k|  54.9 |   454M |  60 |5359 |  20k|  12k| 432k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |  83.31%
498.63/500.22	c   437s| 78200 |    28 |  4311k|  54.9 |   454M |  60 |5359 |  20k|   0 | 432k|  0 | 118k|  19 | 0.000000e+00 |      --      |    Inf |  83.34%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   438s| 78300 |    41 |  4315k|  54.9 |   454M |  60 |5359 |  20k|  12k| 432k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |  83.35%
498.63/500.22	c   438s| 78400 |    28 |  4318k|  54.8 |   454M |  60 |5359 |  20k|   0 | 433k|  0 | 118k|  19 | 0.000000e+00 |      --      |    Inf |  83.37%
498.63/500.22	c   439s| 78500 |    33 |  4320k|  54.8 |   454M |  60 |5359 |  20k|  12k| 433k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |  83.39%
498.63/500.22	c   439s| 78600 |    31 |  4323k|  54.8 |   454M |  60 |5359 |  20k|   0 | 433k|  0 | 119k|  19 | 0.000000e+00 |      --      |    Inf |  83.40%
498.63/500.22	c   440s| 78700 |    29 |  4328k|  54.8 |   454M |  60 |5359 |  20k|  12k| 434k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |  83.46%
498.63/500.22	c   440s| 78800 |    23 |  4332k|  54.7 |   454M |  60 |5359 |  20k|  12k| 434k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |  83.52%
498.63/500.22	c   441s| 78900 |    18 |  4338k|  54.8 |   454M |  60 |5359 |  19k|  12k| 434k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |  83.54%
498.63/500.22	c   441s| 79000 |    40 |  4342k|  54.7 |   456M |  60 |5359 |  19k|  12k| 435k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |  83.65%
498.63/500.22	c   442s| 79100 |    43 |  4346k|  54.7 |   456M |  60 |5359 |  19k|   0 | 435k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |  83.74%
498.63/500.22	c   442s| 79200 |    43 |  4349k|  54.7 |   456M |  60 |5359 |  19k|   0 | 436k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |  83.81%
498.63/500.22	c   443s| 79300 |    37 |  4354k|  54.7 |   456M |  60 |5359 |  19k|  12k| 436k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |  83.99%
498.63/500.22	c   443s| 79400 |    42 |  4361k|  54.7 |   456M |  60 |5359 |  19k|  12k| 437k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |  84.28%
498.63/500.22	c   444s| 79500 |    42 |  4364k|  54.7 |   456M |  60 |5359 |  19k|   0 | 437k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |  84.35%
498.63/500.22	c   444s| 79600 |    46 |  4369k|  54.7 |   456M |  60 |5359 |  19k|  12k| 438k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |  84.36%
498.63/500.22	c   445s| 79700 |    42 |  4372k|  54.6 |   456M |  60 |5359 |  19k|  12k| 438k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |  84.38%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   445s| 79800 |    37 |  4377k|  54.6 |   456M |  60 |5359 |  19k|   0 | 439k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |  84.46%
498.63/500.22	c   446s| 79900 |    41 |  4383k|  54.6 |   456M |  60 |5359 |  19k|   0 | 439k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |  84.53%
498.63/500.22	c   446s| 80000 |    40 |  4388k|  54.6 |   456M |  60 |5359 |  19k|  12k| 440k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |  84.54%
498.63/500.22	c   446s| 80100 |    30 |  4391k|  54.6 |   458M |  60 |5359 |  19k|  12k| 440k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |  84.62%
498.63/500.22	c   447s| 80200 |    33 |  4395k|  54.6 |   458M |  60 |5359 |  19k|   0 | 441k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |  84.64%
498.63/500.22	c   447s| 80300 |    41 |  4400k|  54.6 |   458M |  60 |5359 |  19k|  12k| 441k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |  84.70%
498.63/500.22	c   448s| 80400 |    45 |  4403k|  54.5 |   458M |  60 |5359 |  19k|   0 | 441k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |  84.76%
498.63/500.22	c   448s| 80500 |    43 |  4405k|  54.5 |   458M |  60 |5359 |  19k|  12k| 441k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |  84.78%
498.63/500.22	c   449s| 80600 |    39 |  4412k|  54.5 |   458M |  60 |5359 |  19k|  12k| 442k|  2 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  84.82%
498.63/500.22	c   449s| 80700 |    38 |  4418k|  54.5 |   458M |  60 |5359 |  19k|  12k| 443k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  84.82%
498.63/500.22	c   450s| 80800 |    36 |  4422k|  54.5 |   458M |  60 |5359 |  19k|  12k| 444k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  84.84%
498.63/500.22	c   450s| 80900 |    30 |  4426k|  54.5 |   458M |  60 |5359 |  19k|  12k| 444k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  84.90%
498.63/500.22	c   451s| 81000 |    32 |  4432k|  54.5 |   458M |  60 |5359 |  19k|   0 | 445k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  85.02%
498.63/500.22	c   451s| 81100 |    29 |  4435k|  54.5 |   458M |  60 |5359 |  19k|  12k| 445k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  85.11%
498.63/500.22	c   452s| 81200 |    25 |  4438k|  54.4 |   458M |  60 |5359 |  19k|  12k| 445k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  85.12%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   452s| 81300 |    45 |  4440k|  54.4 |   458M |  60 |5359 |  19k|  12k| 446k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  85.13%
498.63/500.22	c   453s| 81400 |    28 |  4444k|  54.4 |   458M |  60 |5359 |  19k|  12k| 446k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |  85.19%
498.63/500.22	c   453s| 81500 |    39 |  4448k|  54.4 |   458M |  60 |5359 |  19k|  12k| 446k|  2 | 123k|  19 | 0.000000e+00 |      --      |    Inf |  85.20%
498.63/500.22	c   454s| 81600 |    20 |  4451k|  54.3 |   458M |  60 |5359 |  19k|   0 | 447k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |  85.23%
498.63/500.22	c   454s| 81700 |    47 |  4455k|  54.3 |   458M |  60 |5359 |  19k|  12k| 447k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |  85.23%
498.63/500.22	c   455s| 81800 |    34 |  4458k|  54.3 |   458M |  60 |5359 |  20k|  12k| 447k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |  85.24%
498.63/500.22	c   455s| 81900 |    24 |  4463k|  54.3 |   459M |  60 |5359 |  20k|   0 | 448k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |  85.25%
498.63/500.22	c   456s| 82000 |    18 |  4468k|  54.3 |   459M |  60 |5359 |  20k|  12k| 448k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |  85.29%
498.63/500.22	c   456s| 82100 |    24 |  4472k|  54.3 |   461M |  60 |5359 |  20k|  12k| 448k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |  85.29%
498.63/500.22	c   456s| 82200 |    21 |  4474k|  54.2 |   461M |  60 |5359 |  20k|   0 | 448k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |  85.35%
498.63/500.22	c   457s| 82300 |    21 |  4477k|  54.2 |   461M |  60 |5359 |  20k|  12k| 448k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |  85.36%
498.63/500.22	c   457s| 82400 |    17 |  4480k|  54.2 |   461M |  60 |5359 |  20k|  12k| 449k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |  85.39%
498.63/500.22	c   458s| 82500 |    17 |  4487k|  54.2 |   461M |  60 |5359 |  20k|  12k| 449k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |  86.03%
498.63/500.22	c   458s| 82600 |    17 |  4491k|  54.2 |   461M |  60 |5359 |  20k|   0 | 449k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |  86.10%
498.63/500.22	c   459s| 82700 |    16 |  4495k|  54.1 |   461M |  60 |5359 |  20k|  12k| 450k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |  86.15%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   459s| 82800 |    22 |  4504k|  54.2 |   462M |  60 |5359 |  20k|  12k| 450k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |  86.30%
498.63/500.22	c   460s| 82900 |    31 |  4513k|  54.2 |   464M |  60 |5359 |  20k|  12k| 452k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |  86.79%
498.63/500.22	c   461s| 83000 |    48 |  4524k|  54.3 |   464M |  60 |5359 |  20k|  12k| 453k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |  86.88%
498.63/500.22	c   462s| 83100 |    52 |  4530k|  54.3 |   464M |  60 |5359 |  20k|  12k| 454k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |  86.91%
498.63/500.22	c   462s| 83200 |    47 |  4538k|  54.3 |   464M |  60 |5359 |  20k|  12k| 455k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |  87.49%
498.63/500.22	c   463s| 83300 |    47 |  4544k|  54.3 |   464M |  60 |5359 |  20k|   0 | 456k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |  87.90%
498.63/500.22	c   463s| 83400 |    45 |  4549k|  54.3 |   464M |  60 |5359 |  20k|  12k| 456k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |  88.15%
498.63/500.22	c   464s| 83500 |    41 |  4554k|  54.3 |   464M |  60 |5359 |  20k|  12k| 457k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |  88.67%
498.63/500.22	c   464s| 83600 |    42 |  4560k|  54.3 |   464M |  60 |5359 |  20k|  12k| 457k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |  88.80%
498.63/500.22	c   465s| 83700 |    42 |  4565k|  54.3 |   464M |  60 |5359 |  20k|   0 | 458k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |  88.97%
498.63/500.22	c   465s| 83800 |    36 |  4569k|  54.3 |   464M |  60 |5359 |  20k|   0 | 458k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |  89.36%
498.63/500.22	c   466s| 83900 |    25 |  4573k|  54.3 |   464M |  60 |5359 |  20k|  12k| 459k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |  89.58%
498.63/500.22	c   466s| 84000 |    28 |  4576k|  54.3 |   464M |  60 |5359 |  20k|  12k| 459k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |  89.65%
498.63/500.22	c   467s| 84100 |    28 |  4579k|  54.2 |   465M |  60 |5359 |  20k|   0 | 459k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |  89.71%
498.63/500.22	c   467s| 84200 |    22 |  4582k|  54.2 |   465M |  60 |5359 |  20k|   0 | 459k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |  89.82%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   468s| 84300 |    22 |  4587k|  54.2 |   465M |  60 |5359 |  20k|   0 | 460k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |  90.83%
498.63/500.22	c   468s| 84400 |    20 |  4591k|  54.2 |   465M |  60 |5359 |  20k|  12k| 460k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |  91.00%
498.63/500.22	c   469s| 84500 |    28 |  4597k|  54.2 |   465M |  60 |5359 |  20k|  12k| 461k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |  91.10%
498.63/500.22	c   470s| 84600 |    21 |  4607k|  54.2 |   465M |  60 |5359 |  20k|   0 | 462k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |  91.12%
498.63/500.22	c   471s| 84700 |    19 |  4611k|  54.2 |   465M |  60 |5359 |  21k|   0 | 462k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |  91.14%
498.63/500.22	c   471s| 84800 |    22 |  4614k|  54.2 |   465M |  60 |5359 |  21k|  12k| 463k|  1 | 128k|  19 | 0.000000e+00 |      --      |    Inf |  91.20%
498.63/500.22	c   472s| 84900 |    21 |  4619k|  54.2 |   465M |  60 |5359 |  21k|   0 | 463k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |  91.30%
498.63/500.22	c   472s| 85000 |    16 |  4623k|  54.2 |   465M |  60 |5359 |  21k|  12k| 464k|  2 | 128k|  19 | 0.000000e+00 |      --      |    Inf |  91.46%
498.63/500.22	c   473s| 85100 |    19 |  4628k|  54.2 |   465M |  60 |5359 |  21k|  12k| 464k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |  91.68%
498.63/500.22	c   473s| 85200 |    20 |  4632k|  54.2 |   465M |  60 |5359 |  21k|   0 | 464k|  0 | 129k|  19 | 0.000000e+00 |      --      |    Inf |  91.73%
498.63/500.22	c   474s| 85300 |    20 |  4638k|  54.2 |   465M |  60 |5359 |  21k|  12k| 465k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |  91.93%
498.63/500.22	c   474s| 85400 |    15 |  4644k|  54.2 |   465M |  60 |5359 |  21k|  12k| 466k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |  92.11%
498.63/500.22	c   475s| 85500 |    19 |  4650k|  54.2 |   465M |  60 |5359 |  21k|   0 | 467k|  0 | 130k|  19 | 0.000000e+00 |      --      |    Inf |  92.36%
498.63/500.22	c   475s| 85600 |    19 |  4655k|  54.2 |   465M |  60 |5359 |  21k|  12k| 467k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |  92.44%
498.63/500.22	c   476s| 85700 |    17 |  4659k|  54.2 |   465M |  60 |5359 |  21k|  12k| 468k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |  92.75%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   476s| 85800 |    14 |  4662k|  54.1 |   465M |  60 |5359 |  21k|  12k| 468k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |  92.91%
498.63/500.22	c   477s| 85900 |    14 |  4668k|  54.1 |   466M |  60 |5359 |  21k|   0 | 468k|  0 | 130k|  19 | 0.000000e+00 |      --      |    Inf |  93.24%
498.63/500.22	c   477s| 86000 |    20 |  4672k|  54.1 |   466M |  60 |5359 |  21k|  12k| 469k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |  93.35%
498.63/500.22	c   478s| 86100 |    21 |  4677k|  54.1 |   466M |  60 |5359 |  21k|  12k| 469k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |  93.39%
498.63/500.22	c   478s| 86200 |    15 |  4681k|  54.1 |   466M |  60 |5359 |  21k|   0 | 469k|  0 | 131k|  19 | 0.000000e+00 |      --      |    Inf |  93.45%
498.63/500.22	c   479s| 86300 |    19 |  4686k|  54.1 |   466M |  60 |5359 |  20k|  12k| 470k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |  93.59%
498.63/500.22	c   479s| 86400 |    24 |  4690k|  54.1 |   466M |  60 |5359 |  20k|  12k| 470k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |  93.65%
498.63/500.22	c   480s| 86500 |    15 |  4696k|  54.1 |   466M |  60 |5359 |  20k|   0 | 471k|  0 | 131k|  19 | 0.000000e+00 |      --      |    Inf |  93.83%
498.63/500.22	c   480s| 86600 |    15 |  4701k|  54.1 |   466M |  60 |5359 |  20k|  12k| 471k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |  94.69%
498.63/500.22	c   481s| 86700 |    26 |  4704k|  54.1 |   466M |  60 |5359 |  20k|  12k| 472k|  0 | 132k|  19 | 0.000000e+00 |      --      |    Inf |  94.78%
498.63/500.22	c   481s| 86800 |    27 |  4712k|  54.1 |   467M |  60 |5359 |  20k|   0 | 472k|  0 | 132k|  19 | 0.000000e+00 |      --      |    Inf |  94.79%
498.63/500.22	c   482s| 86900 |    27 |  4714k|  54.0 |   468M |  60 |5359 |  20k|   0 | 472k|  0 | 132k|  19 | 0.000000e+00 |      --      |    Inf |  94.83%
498.63/500.22	c   482s| 87000 |    26 |  4717k|  54.0 |   468M |  60 |5359 |  20k|  12k| 472k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |  94.86%
498.63/500.22	c   482s| 87100 |    17 |  4721k|  54.0 |   468M |  60 |5359 |  20k|   0 | 473k|  0 | 132k|  19 | 0.000000e+00 |      --      |    Inf |  94.87%
498.63/500.22	c   483s| 87200 |    26 |  4725k|  54.0 |   468M |  60 |5359 |  20k|  12k| 473k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |  94.88%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   484s| 87300 |    25 |  4728k|  54.0 |   468M |  60 |5359 |  20k|  12k| 474k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |  94.91%
498.63/500.22	c   484s| 87400 |    15 |  4731k|  53.9 |   468M |  60 |5359 |  20k|  12k| 474k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |  94.93%
498.63/500.22	c   484s| 87500 |    16 |  4734k|  53.9 |   468M |  60 |5359 |  20k|  12k| 474k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |  94.96%
498.63/500.22	c   485s| 87600 |    16 |  4737k|  53.9 |   468M |  60 |5359 |  20k|  12k| 475k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |  94.99%
498.63/500.22	c   485s| 87700 |    18 |  4740k|  53.8 |   468M |  60 |5359 |  20k|   0 | 475k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |  95.03%
498.63/500.22	c   486s| 87800 |    16 |  4743k|  53.8 |   468M |  60 |5359 |  21k|  12k| 475k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |  95.05%
498.63/500.22	c   486s| 87900 |    17 |  4747k|  53.8 |   468M |  60 |5359 |  21k|  12k| 475k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |  95.29%
498.63/500.22	c   487s| 88000 |    16 |  4751k|  53.8 |   468M |  60 |5359 |  21k|  12k| 476k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |  95.33%
498.63/500.22	c   487s| 88100 |    11 |  4756k|  53.8 |   468M |  60 |5359 |  21k|   0 | 476k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |  95.35%
498.63/500.22	c   488s| 88200 |    26 |  4762k|  53.8 |   468M |  60 |5359 |  21k|  12k| 477k|  2 | 134k|  19 | 0.000000e+00 |      --      |    Inf |  95.38%
498.63/500.22	c   488s| 88300 |    18 |  4764k|  53.8 |   468M |  60 |5359 |  21k|  12k| 478k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |  95.42%
498.63/500.22	c   489s| 88400 |    23 |  4768k|  53.7 |   468M |  60 |5359 |  21k|  12k| 478k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |  95.44%
498.63/500.22	c   489s| 88500 |    11 |  4771k|  53.7 |   468M |  60 |5359 |  21k|  12k| 478k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |  95.52%
498.63/500.22	c   490s| 88600 |    12 |  4777k|  53.7 |   468M |  60 |5359 |  21k|  12k| 479k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |  95.80%
498.63/500.22	c   490s| 88700 |    10 |  4783k|  53.7 |   468M |  60 |5359 |  21k|  12k| 480k|  2 | 134k|  19 | 0.000000e+00 |      --      |    Inf |  95.81%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   491s| 88800 |    11 |  4790k|  53.7 |   469M |  60 |5359 |  21k|  12k| 481k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |  95.88%
498.63/500.22	c   491s| 88900 |    11 |  4798k|  53.8 |   469M |  60 |5359 |  21k|  12k| 481k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |  96.13%
498.63/500.22	c   492s| 89000 |    15 |  4806k|  53.8 |   470M |  60 |5359 |  21k|  12k| 482k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |  96.42%
498.63/500.22	c   493s| 89100 |     9 |  4810k|  53.8 |   470M |  60 |5359 |  21k|  12k| 482k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |  96.87%
498.63/500.22	c   493s| 89200 |    18 |  4816k|  53.8 |   470M |  60 |5359 |  21k|  12k| 483k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |  96.96%
498.63/500.22	c   494s| 89300 |    23 |  4819k|  53.8 |   470M |  60 |5359 |  21k|   0 | 483k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |  97.00%
498.63/500.22	c   494s| 89400 |    18 |  4823k|  53.8 |   470M |  60 |5359 |  21k|   0 | 484k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |  97.04%
498.63/500.22	c   495s| 89500 |    10 |  4826k|  53.7 |   470M |  60 |5359 |  21k|   0 | 484k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |  97.08%
498.63/500.22	c   495s| 89600 |    10 |  4830k|  53.7 |   470M |  60 |5359 |  21k|  12k| 484k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |  97.09%
498.63/500.22	c   495s| 89700 |    17 |  4834k|  53.7 |   470M |  60 |5359 |  21k|  12k| 485k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |  97.12%
498.63/500.22	c   496s| 89800 |    13 |  4839k|  53.7 |   470M |  60 |5359 |  21k|  12k| 485k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |  97.13%
498.63/500.22	c   497s| 89900 |    11 |  4844k|  53.7 |   470M |  60 |5359 |  21k|  12k| 486k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |  97.16%
498.63/500.22	c   497s| 90000 |    13 |  4849k|  53.7 |   471M |  60 |5359 |  21k|  12k| 487k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |  97.29%
498.63/500.22	c   498s| 90100 |    16 |  4855k|  53.7 |   471M |  60 |5359 |  21k|   0 | 488k|  0 | 136k|  19 | 0.000000e+00 |      --      |    Inf |  97.35%
498.63/500.22	c   498s| 90200 |    12 |  4859k|  53.7 |   471M |  60 |5359 |  21k|   0 | 488k|  0 | 136k|  19 | 0.000000e+00 |      --      |    Inf |  97.38%
498.63/500.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.63/500.22	c   499s| 90300 |     9 |  4863k|  53.7 |   471M |  60 |5359 |  21k|  12k| 489k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |  97.40%
498.63/500.22	c   499s| 90400 |    15 |  4872k|  53.7 |   471M |  60 |5359 |  21k|  12k| 490k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |  97.41%
498.63/500.22	c 
498.63/500.22	c SCIP Status        : solving was interrupted [time limit reached]
498.63/500.22	c Solving Time (sec) : 500.00
498.63/500.22	c Solving Nodes      : 90480
498.63/500.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.63/500.22	c Dual Bound         : +0.00000000000000e+00
498.63/500.22	c Gap                : infinite
498.63/500.22	c ----------------------------------------------------------------------
498.63/500.22	c dual bound: 0.0 -> 0
498.63/500.22	c primal bound: 1e+20 -> 100000000000000000000
498.63/500.22	c scip-goal-lb: 0
498.63/500.22	c scip-goal-ub: 100000000000000000000
498.63/500.22	c writing output to: HOME/tmpri9ikapj.opb
498.63/500.22	c appending fixed variable constraints
498.63/500.22	c scip-fixed vars: 0.13% (7/5359)
498.63/500.22	c ----------------------------------------------------------------------
498.63/500.22	c executing external solver: HOME/naps_release
498.63/500.22	c ----------------------------------------------------------------------
498.63/500.22	c command: HOME/naps_release HOME/tmpri9ikapj.opb
498.63/500.25	c NaPS 1.03a50.
498.63/500.25	c Using SAT solver: Kissat
498.63/500.25	c Input file name: HOME/tmpri9ikapj.opb
499.89/501.59	c s UNSATISFIABLE
499.89/501.59	c _____________________________________________________________________________
499.89/501.59	c std/band forms        : 1790,0
499.89/501.59	c 2cl/3cl ITE-codings   : 0,0
499.89/501.59	c BDD/srt/adr Max costs : 0,6,0
499.89/501.59	c BDDraw/bin/mul/srt/adr: 0,0,0,1790,0
499.89/501.59	c BDD nodes             : 0
499.89/501.59	c Es1/CC detections     : 0,0
499.89/501.59	c CC sort               : 1790
499.89/501.59	c SAT/UNSAT calls       : 0,1
499.89/501.59	c regenrated variables  : 0
499.89/501.59	c eliminated fixed lits : 9
499.89/501.59	c goal lit flips        : 0
499.89/501.59	c goal stages           : 0
499.89/501.59	c goal shrink           : 0
499.89/501.59	c goal coeff separations: 0
499.89/501.59	c restarts              : 3126
499.89/501.59	c conflicts             : 48810          (36160 /sec)
499.89/501.59	c decisions             : 475043         (351925 /sec)
499.89/501.59	c propagations          : 15197368       (11258627 /sec)
499.89/501.59	c inspects              : 0              (0 /sec)
499.89/501.59	c CPU time (solving tm) : 1.35 s        (1.294 s, SAT 0 s, UNSAT 1.294 s)
499.89/501.59	c SAT solver time       : 1.294 s
499.89/501.59	c SAT solver SAT time   : 0 s
499.89/501.59	c SAT solver UNSAT time : 1.294 s
499.89/501.59	c SAT solver TO time    : 0 s
499.89/501.59	c Time for SCIP         : 0 s
499.89/501.59	c Time for Opt-base     : 0.001792 s
499.89/501.59	c Steps for Opt-base    : 0
499.89/501.59	c Time for BDD coding   : 0 s
499.89/501.59	c Time for srt coding   : 0.002171 s
499.89/501.59	c Inner solver invocations            : 0
499.89/501.59	c Inner solving count                 : 0
499.89/501.59	c _____________________________________________________________________________
499.89/501.59	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.3 (svn: 5215) 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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4830755-1783289833/watcher-4830755-1783289833 -o /tmp/evaluation-result-4830755-1783289833/solver-4830755-1783289833 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4830755-1783289833/vars-4830755-1783289833 --bin-var /tmp/runsolver-exch-nodeE005-1783286167-2577076 --watchdog 3760 ./scip-naps.sh HOME/instance-4830755-1783289833.opb 

running on 4 cores: 0-3

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 6-8,10,12-13,17-18,21-22,24,26,29-31,33-34,36-37,39,41-45,47,49-53,60,62-63
  3550 MHz: 0-5,11,14-15,20,28,40,46
  3600 MHz: 9,16,19,23,25,27,32,35,38,48,54-59,61
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  3550 MHz: 0-3

CPU governors:
  performance: 0-3

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (91894 MiB free)
  node 1: cores 8-15, 129019 MiB (83091 MiB free)
  node 2: cores 16-23, 128973 MiB (112639 MiB free)
  node 3: cores 24-31, 129003 MiB (93135 MiB free)
  node 4: cores 32-39, 129019 MiB (104618 MiB free)
  node 5: cores 40-47, 129019 MiB (110505 MiB free)
  node 6: cores 48-55, 129019 MiB (113499 MiB free)
  node 7: cores 56-63, 128474 MiB (76281 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2580784, runsolver pid=2580775
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 16.63 16.34 16.06 18/909 2580794
/proc/meminfo: memFree=804519316/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=238720 memory=28008 CPUtime=0.05 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 3205 0 0 0 5 0 0 0 20 0 4 0 262271260 244449280 6784 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 59680 7002 4203 753 0 39669 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=238720 memory=956563749 CPUtime=0 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) R 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 4 0 262271268 244449280 6784 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 2 0 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=238720 memory=59589198613411 CPUtime=0 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) R 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 4 0 262271268 244449280 6784 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 2 0 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=238720 memory=19049 CPUtime=0 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) R 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 4 0 262271268 244449280 6784 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 2 0 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 242912 KiB
Current children cumulated memory: 31140 KiB

[startup+0.212997 s]*
/proc/loadavg: 16.63 16.34 16.06 16/914 2580801
/proc/meminfo: memFree=804472148/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=277148 memory=75756 CPUtime=0.33 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 12437 0 0 0 32 1 0 0 20 0 4 0 262271260 283799552 18560 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 69287 18939 7112 753 0 49139 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=277148 memory=3002 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 283799552 18560 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=277148 memory=62887733494172 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 283799552 18560 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=277148 memory=58498293713045 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 283799552 18560 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 281340 KiB
Current children cumulated memory: 78888 KiB

[startup+0.313936 s]*
/proc/loadavg: 16.63 16.34 16.06 17/914 2580803
/proc/meminfo: memFree=804427900/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=343544 memory=124388 CPUtime=0.44 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 25376 0 0 0 42 2 0 0 20 0 4 0 262271260 351789056 30712 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 85886 31097 7271 753 0 65738 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=343544 memory=3002 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 351789056 30712 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=343544 memory=62887733494172 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 351789056 30712 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=343544 memory=2305901507507406997 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 351789056 30712 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 347736 KiB
Current children cumulated memory: 127520 KiB

[startup+0.70017 s]
/proc/loadavg: 16.63 16.34 16.06 16/914 2580821
/proc/meminfo: memFree=804408380/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=353020 memory=133696 CPUtime=0.81 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 27576 0 0 0 79 2 0 0 20 0 4 0 262271260 361492480 33016 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 88255 33424 7412 753 0 68107 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=353020 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 361492480 33016 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=353020 memory=68216 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 361492480 33016 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=353020 memory=5812 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 361492480 33016 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 357212 KiB
Current children cumulated memory: 136828 KiB

[startup+1.50017 s]
/proc/loadavg: 16.63 16.34 16.06 17/920 2580844
/proc/meminfo: memFree=804316544/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=370764 memory=147192 CPUtime=1.6 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 40524 0 0 0 158 2 0 0 20 0 4 0 262271260 379662336 36407 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 92691 36798 7412 753 0 72543 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=370764 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 379662336 36407 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=370764 memory=68216 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 379662336 36407 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=370764 memory=5812 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 379662336 36407 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 374956 KiB
Current children cumulated memory: 150324 KiB

[startup+3.11375 s]
/proc/loadavg: 16.74 16.37 16.07 17/920 2580844
/proc/meminfo: memFree=803898532/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=398748 memory=168632 CPUtime=3.21 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 50590 0 0 0 318 3 0 0 20 0 4 0 262271260 408317952 41728 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 99687 42158 7457 753 0 79539 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=398748 memory=5812 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 408317952 41728 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=398748 memory=15628 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 408317952 41728 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=398748 memory=133696 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 408317952 41728 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 3.21 s
Current children cumulated vsize: 402940 KiB
Current children cumulated memory: 171764 KiB

[startup+6.30016 s]
/proc/loadavg: 16.74 16.37 16.07 17/920 2580844
/proc/meminfo: memFree=803003988/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=398748 memory=168656 CPUtime=6.39 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 61032 0 0 0 635 4 0 0 20 0 4 0 262271260 408317952 41728 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 99687 42164 7457 753 0 79539 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=398748 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 408317952 41728 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=398748 memory=-6375386856701263736 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 408317952 41728 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=398748 memory=7 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 408317952 41728 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 6.39 s
Current children cumulated vsize: 402940 KiB
Current children cumulated memory: 171788 KiB

[startup+12.7002 s]
/proc/loadavg: 16.93 16.42 16.09 17/920 2580844
/proc/meminfo: memFree=801846132/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=437008 memory=195072 CPUtime=12.77 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 85413 0 0 0 1272 5 0 0 20 0 4 0 262271260 447496192 48256 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 109252 48768 7473 753 0 89104 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=437008 memory=3472328296253154616 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 447496192 48256 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0

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

/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 337361 0 0 0 40087 20 0 0 20 0 4 0 262271260 727154688 102481 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 177528 102920 7473 753 0 157380 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=710112 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 727154688 102481 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=710112 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 727154688 102481 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=710112 memory=411680 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 727154688 102481 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 714304 KiB
Current children cumulated memory: 414812 KiB

[startup+462.3 s]
/proc/loadavg: 16.00 16.20 16.14 17/920 2580862
/proc/meminfo: memFree=699694544/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=721956 memory=416816 CPUtime=460.86 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 341315 0 0 0 46066 20 0 0 20 0 4 0 262271260 739282944 103761 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 180489 104204 7473 753 0 160341 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=721956 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 739282944 103761 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=721956 memory=414268 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 739282944 103761 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=721956 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 739282944 103761 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 460.86 s
Current children cumulated vsize: 726148 KiB
Current children cumulated memory: 419948 KiB

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

# cumulated CPU time of all completed processes:  user=499.835 s, system=0.271021 s

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

[startup+486.4 s]
/proc/loadavg: 16.00 16.19 16.13 16/914 2580926
/proc/meminfo: memFree=749358508/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=741568 memory=436620 CPUtime=484.88 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 351682 0 0 0 48467 21 0 0 20 0 4 0 262271260 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 185392 109155 7473 753 0 165244 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=741568 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=741568 memory=416816 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=741568 memory=436604 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 484.88 s
Current children cumulated vsize: 745760 KiB
Current children cumulated memory: 439752 KiB

[startup+492.8 s]
/proc/loadavg: 16.00 16.18 16.13 17/923 2580974
/proc/meminfo: memFree=748986536/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=741568 memory=436620 CPUtime=491.26 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 352001 0 0 0 49105 21 0 0 20 0 4 0 262271260 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 185392 109155 7473 753 0 165244 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=741568 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=741568 memory=11980 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=741568 memory=4028 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 491.26 s
Current children cumulated vsize: 745760 KiB
Current children cumulated memory: 439752 KiB

[startup+496 s]*
/proc/loadavg: 16.00 16.18 16.13 16/915 2580982
/proc/meminfo: memFree=748974540/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=741568 memory=436620 CPUtime=494.46 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 352048 0 0 0 49425 21 0 0 20 0 4 0 262271260 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 185392 109155 7473 753 0 165244 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=741568 memory=-9175356799595346413 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=741568 memory=173456 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=741568 memory=15628 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 494.46 s
Current children cumulated vsize: 745760 KiB
Current children cumulated memory: 439752 KiB

[startup+499.2 s]
/proc/loadavg: 16.00 16.18 16.13 16/913 2581038
/proc/meminfo: memFree=748981600/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=741568 memory=436620 CPUtime=497.64 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 352068 0 0 0 49743 21 0 0 20 0 4 0 262271260 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 185392 109155 7473 753 0 165244 0
[pid=2580791/tid=2580795] ppid=2580784 vsize=741568 memory=436620 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580795/stat : 2580795 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 0 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580796] ppid=2580784 vsize=741568 memory=436620 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580796/stat : 2580796 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
[pid=2580791/tid=2580797] ppid=2580784 vsize=741568 memory=3132 CPUtime=0.07 cores=0-3
/proc/2580791/task/2580797/stat : 2580797 (python3) S 2580784 2580784 2577059 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 262271268 759365632 108715 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 -1 2 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
Current children cumulated CPU time: 497.64 s
Current children cumulated vsize: 745760 KiB
Current children cumulated memory: 439752 KiB

[startup+500.8 s]
/proc/loadavg: 16.00 16.18 16.13 16/913 2581038
/proc/meminfo: memFree=748966060/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=743616 memory=439228 CPUtime=498.65 cores=0-3
/proc/2580791/stat : 2580791 (python3) S 2580784 2580784 2577059 0 -1 4194304 353456 0 0 0 49844 21 0 0 20 0 1 0 262271260 761462784 109355 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 185904 109807 7548 753 0 165756 0
Current children cumulated CPU time: 498.65 s
Current children cumulated vsize: 747808 KiB
Current children cumulated memory: 442360 KiB

[startup+501.2 s]
/proc/loadavg: 16.00 16.18 16.13 16/907 2581041
/proc/meminfo: memFree=748937364/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=743616 memory=439228 CPUtime=498.65 cores=0-3
/proc/2580791/stat : 2580791 (python3) S 2580784 2580784 2577059 0 -1 4194304 353456 0 0 0 49844 21 0 0 20 0 1 0 262271260 761462784 109355 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 185904 109807 7548 753 0 165756 0
[pid=2581040] ppid=2580791 vsize=89884 memory=17696 CPUtime=0.94 cores=0-3
/proc/2581040/stat : 2581040 (naps_release) R 2580791 2581040 2581040 0 -1 4194304 4277 0 0 0 93 1 0 0 20 0 1 0 262321280 92041216 4367 18446744073709551615 4210688 6281017 140734813260304 0 0 0 0 0 16898 0 0 0 17 2 0 0 0 0 0 6662968 6676388 31072256 140734813264108 140734813264207 140734813264207 140734813269960 0
/proc/2581040/statm: 22471 4424 2732 506 0 3162 0
Current children cumulated CPU time: 499.59 s
Current children cumulated vsize: 837692 KiB
Current children cumulated memory: 460056 KiB

[startup+501.6 s]
/proc/loadavg: 16.00 16.18 16.13 16/907 2581041
/proc/meminfo: memFree=748937364/1055320704 swapFree=33554428/33554428
[pid=2580784] ppid=2580775 vsize=4192 memory=3132 CPUtime=0 cores=0-3
/proc/2580784/stat : 2580784 (scip-naps.sh) S 2580775 2580784 2577059 0 -1 4194304 262 348 0 0 0 0 0 0 20 0 1 0 262271257 4292608 640 18446744073709551615 94913394085888 94913394980421 140735691612640 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94913395219472 94913395267216 94913422221312 140735691614501 140735691614593 140735691614593 140735691620329 0
/proc/2580784/statm: 1048 783 705 219 0 110 0
[pid=2580791] ppid=2580784 vsize=743616 memory=435704 CPUtime=500.01 cores=0-3
/proc/2580791/stat : 2580791 (python3) R 2580784 2580784 2577059 0 -1 4194304 357927 5342 0 0 49845 22 133 1 20 0 1 0 262271260 761462784 108624 18446744073709551615 4321280 7402577 140720722064704 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 9420256 10002664 42504192 140720722073751 140720722073954 140720722073954 140720722079690 0
/proc/2580791/statm: 185904 108926 7548 753 0 165756 0
Current children cumulated CPU time: 500.01 s
Current children cumulated vsize: 747808 KiB
Current children cumulated memory: 438836 KiB

Child status: 0

Real time (s): 501.676
CPU time (s): 500.106
CPU user time (s): 499.835
CPU system time (s): 0.271021
CPU usage (%): 99.6871
Max. virtual memory (cumulated for all children) (KiB): 839216
Max. memory (cumulated for all children) (KiB): 461776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 499.835
system time used= 0.271021
maximum resident set size= 455492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1051
involuntary context switches= 770


# summary of solver processes directly reported to runsolver:
#   pid: 2580784
#   total CPU time (s): 500.106
#   total CPU user time (s): 499.835
#   total CPU system time (s): 0.271021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.82904 second user time and 5.66685 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-07-06 00:17:13
IDJOB=4830755
IDBENCH=160328
IDSOLVER=3664
FILE ID=nodeE005/4830755-1783289833
RUNJOBID= nodeE005-1783286167-2577076
SLURM_JOB_ID= 12568082
Free space on /tmp= 798316 MiB

SOLVER NAME= SCIP-NaPS scip-naps-1.00a2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL/normalized-3col-left3reg-l070-r069-n1.opb
COMMAND LINE= ./scip-naps.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4830755-1783289833/watcher-4830755-1783289833 -o /tmp/evaluation-result-4830755-1783289833/solver-4830755-1783289833 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4830755-1783289833/vars-4830755-1783289833 --bin-var /tmp/runsolver-exch-nodeE005-1783286167-2577076 --watchdog 3760  ./scip-naps.sh HOME/instance-4830755-1783289833.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3

MD5SUM BENCH= fbeb24815c86fedda9ddbd5f4940c0bf
RANDOM SEED=820792093

nodeE005 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.003
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3568.630
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.467
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.147
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.650
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.169
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 16
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.189
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.871
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 18
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 19
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 20
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3567.899
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 22
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 23
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.712
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 26
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 27
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3569.863
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 30
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3564.767
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.794
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 34
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.680
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 36
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 37
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.161
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 39
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 40
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3563.928
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 41
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 42
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 43
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3563.243
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 45
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.047
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3559.479
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.195
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 49
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3573.533
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3588.684
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3592.004
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3591.700
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3592.244
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.696
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320704 kB
MemFree:        804517628 kB
MemAvailable:   960727516 kB
Buffers:            2348 kB
Cached:         160801360 kB
SwapCached:            0 kB
Active:         86663888 kB
Inactive:       158823584 kB
Active(anon):   85558760 kB
Inactive(anon):        0 kB
Active(file):    1105128 kB
Inactive(file): 158823584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49820 kB
Writeback:             0 kB
AnonPages:      84681916 kB
Mapped:           240296 kB
Shmem:            874984 kB
KReclaimable:    1597172 kB
Slab:            2178060 kB
SReclaimable:    1597172 kB
SUnreclaim:       580888 kB
KernelStack:       15392 kB
PageTables:       177376 kB
SecPageTables:     15328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   92819448 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478848 kB
VmallocChunk:          0 kB
Percpu:           130304 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20578304 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 798196 MiB
End job on nodeE005 at 2026-07-06 00:25:35