Trace number 4779602

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 NameAnswerobjective functionCPU timeWall clock time
NaPS 1.04OPT50769 26.4299 26.5296

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir09_trarea_ac.opb
MD5SUMec773b047bf21dab87650e27deaa6768
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark50769
Best CPU time to get the best result obtained on this benchmark0.487259
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3945
Total number of constraints8604
Number of constraints which are clauses8604
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint59
Number of terms in the objective function 1872
Biggest coefficient in the objective function 2110
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 3036193
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 2110
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3036193
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4779602-1782133998.opb
0.00/0.02	c NaPS 1.03a50.
0.00/0.02	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.02	c Input file name: HOME/instance-4779602-1782133998.opb
0.00/0.02	c Parsing PB file...
0.00/0.03	c goal was devided by 1 with offset 3036193.
0.00/0.06	c V: 49
0.00/0.06	c assumptions before coding: 
0.00/0.06	c initScipForCoop
0.00/0.07	c Running SCIP presolver (time limit: 10 sec)...
0.00/0.07	c solveScip
0.00/0.07	c initScipForCoop
0.00/0.07	c Cooperative mode: scip_coop_offset=3036193.000000
0.00/0.07	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.00/0.07	c Running SCIP presolve for solve-time propagation (rounds=3)
0.00/0.07	c feasible solution found by trivial heuristic after 0.0 seconds, objective value -3.036193e+06
0.00/0.07	c presolving:
0.00/0.08	c (round 1, fast)       5 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 5583 clqs, 0 implints
0.00/0.09	c    (0.0s) running MILP presolver
0.00/0.09	c    (0.0s) MILP presolver (2 rounds): 163 aggregations, 0 fixings, 0 bound changes
0.00/0.09	c (round 2, medium)     168 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 5257 clqs, 0 implints
0.08/0.11	c    (0.0s) probing: 51/3777 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.11	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.08/0.12	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
0.08/0.12	c  168 deleted vars, 326 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.12	c  0 implications, 5257 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.08/0.12	c presolved problem has 3777 variables (3777 bin, 0 int, 0 cont) and 7190 constraints
0.08/0.12	c    5255 constraints of type <setppc>
0.08/0.12	c    1803 constraints of type <linear>
0.08/0.12	c     132 constraints of type <logicor>
0.08/0.12	c transformed objective value is always integral (scale: 1)
0.08/0.12	c Presolving Time: 0.05
0.08/0.13	c 1/1 feasible solution given by solution candidate storage, new primal bound -3.036193e+06
0.08/0.13	c 
0.08/0.13	c presolving:
0.08/0.14	c (round 1, fast)       1860 del vars, 3710 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3582 clqs, 0 implints
0.08/0.14	c (round 2, fast)       1877 del vars, 3727 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3548 clqs, 0 implints
0.08/0.14	c (round 3, fast)       1877 del vars, 3744 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3548 clqs, 0 implints
0.08/0.14	c    (0.0s) running MILP presolver
0.08/0.14	c    (0.0s) MILP presolver found nothing
0.08/0.15	c (round 4, exhaustive) 1877 del vars, 3744 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3417 upgd conss, 0 impls, 3548 clqs, 0 implints
0.08/0.15	c (round 5, fast)       1881 del vars, 3744 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3417 upgd conss, 0 impls, 3548 clqs, 0 implints
0.08/0.15	c (round 6, exhaustive) 1881 del vars, 4475 del conss, 104 add conss, 0 chg bounds, 0 chg sides, 4 chg coeffs, 3417 upgd conss, 0 impls, 3548 clqs, 0 implints
0.08/0.16	c (round 7, exhaustive) 1881 del vars, 4475 del conss, 104 add conss, 0 chg bounds, 0 chg sides, 4 chg coeffs, 3772 upgd conss, 0 impls, 3548 clqs, 0 implints
0.08/0.16	c (round 8, exhaustive) 1882 del vars, 5257 del conss, 198 add conss, 0 chg bounds, 0 chg sides, 5 chg coeffs, 3772 upgd conss, 0 impls, 3548 clqs, 0 implints
0.08/0.17	c    (0.0s) probing: 51/2063 (2.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.17	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.08/0.17	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.08/0.17	c    (0.0s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 773.06) (symcode time: 0.00)
0.08/0.17	c dynamic symmetry handling statistics:
0.08/0.17	c    orbitopal reduction:       no components
0.08/0.17	c    orbital reduction:         no components
0.08/0.17	c    lexicographic reduction:   no permutations
0.08/0.17	c handled 2 out of 2 symmetry components
0.08/0.17	c (round 9, exhaustive) 1882 del vars, 5257 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 5 chg coeffs, 3772 upgd conss, 0 impls, 3550 clqs, 0 implints
0.08/0.18	c (round 10, exhaustive) 1882 del vars, 5257 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 5 chg coeffs, 3774 upgd conss, 0 impls, 3550 clqs, 0 implints
0.08/0.18	c presolving (11 rounds: 11 fast, 7 medium, 7 exhaustive):
0.08/0.18	c  1882 deleted vars, 5257 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5 changed coefficients
0.08/0.18	c  0 implications, 3550 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.08/0.18	c presolved problem has 2063 variables (2063 bin, 0 int, 0 cont) and 2459 constraints
0.08/0.18	c    2235 constraints of type <setppc>
0.08/0.18	c     198 constraints of type <and>
0.08/0.18	c      26 constraints of type <logicor>
0.08/0.18	c transformed objective value is always integral (scale: 1)
0.08/0.18	c Presolving Time: 0.05
0.08/0.18	c 
0.08/0.18	c in SCIP_DECL_EVENTEXEC found by SCIP
0.08/0.18	o 3028228
0.08/0.18	c Model check passed
0.08/0.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.08/0.18	c t 0.1s|     1 |     0 |     0 |     - | trivial|   0 |2063 |2459 |   0 |   0 |  0 |   0 |   0 |-2.802000e+03 |-3.028228e+06 |  Large | unknown
0.08/0.19	c in SCIP_DECL_EVENTEXEC found by SCIP
0.08/0.19	o 65452
0.08/0.19	c Model check passed
0.08/0.19	c p 0.1s|     1 |     0 |     0 |     - |  clique|   0 |2063 |2459 |2657 |   0 |  0 |   0 |   0 |-2.802000e+03 |-6.545200e+04 |2235.90%| unknown
0.08/0.21	c in SCIP_DECL_EVENTEXEC found by SCIP
0.08/0.21	o 56383
0.08/0.21	c Model check passed
0.08/0.21	c p 0.1s|     1 |     0 |     0 |     - | vbounds|   0 |2063 |2459 |2657 |   0 |  0 |   0 |   0 |-2.802000e+03 |-5.638300e+04 |1912.24%| unknown
0.08/0.21	c in SCIP_DECL_EVENTEXEC found by SCIP
0.08/0.21	o 54505
0.08/0.22	c Model check passed
0.08/0.22	c p 0.1s|     1 |     0 |    14 |     - | vbounds|   0 |2063 |2464 |2657 |   0 |  0 |   5 |   0 |-2.802000e+03 |-5.450500e+04 |1845.22%| unknown
0.19/0.25	c   0.1s|     1 |     0 |   680 |     - |    55M |   0 |2063 |2464 |2657 |   0 |  0 |   5 |   0 |-4.951990e+04 |-5.450500e+04 |  10.07%| unknown
0.48/0.58	c   0.5s|     1 |     0 |   746 |     - |    58M |   0 |2063 |2464 |2660 |   3 |  1 |   5 |   0 |-4.984602e+04 |-5.450500e+04 |   9.35%| unknown
0.86/0.90	c   0.8s|     1 |     0 |   828 |     - |    60M |   0 |2063 |2464 |2662 |   5 |  2 |   5 |   0 |-4.993933e+04 |-5.450500e+04 |   9.14%| unknown
0.97/1.05	c   0.9s|     1 |     0 |   863 |     - |    61M |   0 |2063 |2464 |2666 |   9 |  3 |   5 |   0 |-4.996213e+04 |-5.450500e+04 |   9.09%| unknown
1.16/1.23	c   1.1s|     1 |     0 |   912 |     - |    62M |   0 |2063 |2464 |2668 |  11 |  4 |   5 |   0 |-4.999190e+04 |-5.450500e+04 |   9.03%| unknown
1.76/1.81	c   1.7s|     1 |     0 |   977 |     - |    66M |   0 |2063 |2465 |2669 |  12 |  5 |   6 |   0 |-5.002034e+04 |-5.450500e+04 |   8.97%| unknown
1.76/1.84	c   1.7s|     1 |     0 |  1028 |     - |    66M |   0 |2063 |2465 |2672 |  15 |  6 |   6 |   0 |-5.004448e+04 |-5.450500e+04 |   8.91%| unknown
1.76/1.89	c   1.8s|     1 |     0 |  1088 |     - |    67M |   0 |2063 |2465 |2674 |  17 |  7 |   6 |   0 |-5.006125e+04 |-5.450500e+04 |   8.88%| unknown
1.86/1.93	c   1.8s|     1 |     0 |  1175 |     - |    67M |   0 |2063 |2466 |2678 |  21 |  8 |   7 |   0 |-5.009180e+04 |-5.450500e+04 |   8.81%| unknown
1.86/1.98	c   1.9s|     1 |     0 |  1214 |     - |    67M |   0 |2063 |2466 |2680 |  23 |  9 |   7 |   0 |-5.009986e+04 |-5.450500e+04 |   8.79%| unknown
1.97/2.03	c   1.9s|     1 |     0 |  1238 |     - |    68M |   0 |2063 |2466 |2683 |  26 | 10 |   7 |   0 |-5.011052e+04 |-5.450500e+04 |   8.77%| unknown
1.97/2.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.97/2.04	c   1.9s|     1 |     0 |  1285 |     - |    68M |   0 |2063 |2466 |2685 |  28 | 11 |   7 |   0 |-5.011747e+04 |-5.450500e+04 |   8.75%| unknown
1.97/2.05	c   1.9s|     1 |     0 |  1350 |     - |    68M |   0 |2063 |2466 |2689 |  32 | 12 |   7 |   0 |-5.015357e+04 |-5.450500e+04 |   8.68%| unknown
1.97/2.06	c   1.9s|     1 |     0 |  1406 |     - |    68M |   0 |2063 |2466 |2692 |  35 | 13 |   7 |   0 |-5.018992e+04 |-5.450500e+04 |   8.60%| unknown
1.97/2.07	c   2.0s|     1 |     0 |  1435 |     - |    69M |   0 |2063 |2466 |2696 |  39 | 14 |   7 |   0 |-5.020531e+04 |-5.450500e+04 |   8.56%| unknown
1.97/2.09	c   2.0s|     1 |     0 |  1456 |     - |    69M |   0 |2063 |2466 |2697 |  40 | 15 |   7 |   0 |-5.021044e+04 |-5.450500e+04 |   8.55%| unknown
1.97/2.10	c   2.0s|     1 |     0 |  1476 |     - |    69M |   0 |2063 |2466 |2698 |  41 | 16 |   7 |   0 |-5.021272e+04 |-5.450500e+04 |   8.55%| unknown
1.97/2.11	c   2.0s|     1 |     0 |  1491 |     - |    70M |   0 |2063 |2466 |2699 |  42 | 17 |   7 |   0 |-5.021459e+04 |-5.450500e+04 |   8.54%| unknown
2.07/2.12	c   2.0s|     1 |     0 |  1510 |     - |    70M |   0 |2063 |2466 |2700 |  43 | 18 |   7 |   0 |-5.021658e+04 |-5.450500e+04 |   8.54%| unknown
2.07/2.13	c   2.0s|     1 |     0 |  1523 |     - |    70M |   0 |2063 |2466 |2701 |  44 | 19 |   7 |   0 |-5.022030e+04 |-5.450500e+04 |   8.53%| unknown
2.07/2.14	c   2.0s|     1 |     0 |  1561 |     - |    71M |   0 |2063 |2466 |2703 |  46 | 20 |   7 |   0 |-5.022819e+04 |-5.450500e+04 |   8.51%| unknown
2.07/2.15	c   2.0s|     1 |     0 |  1565 |     - |    71M |   0 |2063 |2466 |2704 |  47 | 21 |   7 |   0 |-5.022823e+04 |-5.450500e+04 |   8.51%| unknown
2.16/2.28	c in SCIP_DECL_EVENTEXEC found by SCIP
2.16/2.28	o 53551
2.16/2.28	c Model check passed
2.16/2.28	c d 2.2s|     1 |     0 |  3125 |     - |farkasdi|   0 |2063 |2466 |2704 |   0 | 22 |   7 |   0 |-5.022823e+04 |-5.355100e+04 |   6.62%| unknown
2.26/2.32	c in SCIP_DECL_EVENTEXEC found by SCIP
2.26/2.32	o 52039
2.26/2.32	c Model check passed
2.26/2.32	c o 2.2s|     1 |     0 |  4510 |     - |feaspump|   0 |2063 |2466 |2704 |  47 | 22 |   7 |   0 |-5.022823e+04 |-5.203900e+04 |   3.61%| unknown
2.36/2.41	c in SCIP_DECL_EVENTEXEC found by SCIP
2.36/2.41	o 51326
2.36/2.42	c Model check passed
2.36/2.42	c L 2.3s|     1 |     0 |  4905 |     - |    rens|   0 |2063 |2474 |2704 |  47 | 22 |  15 |   0 |-5.022823e+04 |-5.132600e+04 |   2.19%| unknown
2.36/2.43	c   2.3s|     1 |     0 |  4905 |     - |    71M |   0 |2063 |2474 |2704 |  47 | 22 |  15 |   0 |-5.022823e+04 |-5.132600e+04 |   2.19%| unknown
2.36/2.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.36/2.43	c   2.3s|     1 |     0 |  4905 |     - |    71M |   0 |2063 |2474 |1698 |  47 | 22 |  15 |   0 |-5.022823e+04 |-5.132600e+04 |   2.19%| unknown
2.36/2.44	c   2.3s|     1 |     0 |  4905 |     - |    71M |   0 |2063 |1269 |1698 |  47 | 23 |  15 |   0 |-5.022823e+04 |-5.132600e+04 |   2.19%| unknown
2.36/2.45	c (run 1, node 1) restarting after 1007 global fixings of integer variables
2.36/2.45	c 
2.36/2.45	c (restart) converted 45 cuts from the global cut pool into linear constraints
2.36/2.45	c 
2.36/2.45	c presolving:
2.36/2.45	c (round 1, fast)       1026 del vars, 19 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 356 chg coeffs, 0 upgd conss, 0 impls, 1614 clqs, 0 implints
2.36/2.46	c (round 2, fast)       1030 del vars, 22 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 356 chg coeffs, 0 upgd conss, 0 impls, 1611 clqs, 0 implints
2.36/2.46	c (round 3, medium)     1037 del vars, 29 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 357 chg coeffs, 0 upgd conss, 0 impls, 1604 clqs, 0 implints
2.36/2.46	c (round 4, exhaustive) 1037 del vars, 29 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 357 chg coeffs, 45 upgd conss, 0 impls, 1604 clqs, 0 implints
2.36/2.46	c (round 5, exhaustive) 1037 del vars, 30 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 368 chg coeffs, 45 upgd conss, 0 impls, 1604 clqs, 0 implints
2.36/2.47	c (round 6, exhaustive) 1037 del vars, 30 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 381 chg coeffs, 45 upgd conss, 0 impls, 1604 clqs, 0 implints
2.36/2.47	c presolving (7 rounds: 7 fast, 5 medium, 4 exhaustive):
2.36/2.47	c  1037 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 386 changed coefficients
2.36/2.47	c  0 implications, 1604 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2.36/2.47	c presolved problem has 1026 variables (1026 bin, 0 int, 0 cont) and 1284 constraints
2.36/2.47	c      41 constraints of type <knapsack>
2.36/2.47	c    1104 constraints of type <setppc>
2.36/2.47	c      97 constraints of type <and>
2.36/2.47	c      42 constraints of type <logicor>
2.36/2.47	c transformed objective value is always integral (scale: 1)
2.36/2.47	c Presolving Time: 0.07
2.36/2.47	c transformed 5/9 original solutions to the transformed problem space
2.36/2.47	c 
2.46/2.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.46/2.50	c   2.4s|     1 |     0 |  5658 |     - |    74M |   0 |1026 |1284 |1367 |   0 |  0 |  15 |   0 |-5.023226e+04 |-5.132600e+04 |   2.18%| unknown
2.46/2.50	c   2.4s|     1 |     0 |  5658 |     - |    74M |   0 |1026 |1284 |1319 |   0 |  0 |  15 |   0 |-5.023226e+04 |-5.132600e+04 |   2.18%| unknown
2.76/2.80	c   2.7s|     1 |     0 |  5715 |     - |    93M |   0 |1026 |1236 |1319 |   1 |  1 |  15 |   0 |-5.025583e+04 |-5.132600e+04 |   2.13%| unknown
2.76/2.81	c   2.7s|     1 |     0 |  5715 |     - |    93M |   0 |1026 |1236 |1304 |   1 |  1 |  15 |   0 |-5.025583e+04 |-5.132600e+04 |   2.13%| unknown
2.97/3.06	c   2.9s|     1 |     0 |  5760 |     - |   112M |   0 |1026 |1221 |1303 |   2 |  2 |  15 |   0 |-5.026952e+04 |-5.132600e+04 |   2.10%| unknown
2.97/3.06	c   2.9s|     1 |     0 |  5760 |     - |   112M |   0 |1026 |1221 |1295 |   2 |  2 |  15 |   0 |-5.026952e+04 |-5.132600e+04 |   2.10%| unknown
3.25/3.30	c   3.2s|     1 |     0 |  5800 |     - |   126M |   0 |1026 |1212 |1295 |   3 |  3 |  15 |   0 |-5.027318e+04 |-5.132600e+04 |   2.09%| unknown
3.46/3.51	c   3.4s|     1 |     0 |  5853 |     - |   138M |   0 |1026 |1211 |1297 |   5 |  4 |  15 |   0 |-5.028040e+04 |-5.132600e+04 |   2.08%| unknown
3.46/3.51	c   3.4s|     1 |     0 |  5853 |     - |   138M |   0 |1026 |1211 |1295 |   5 |  4 |  15 |   0 |-5.028040e+04 |-5.132600e+04 |   2.08%| unknown
3.66/3.72	c   3.6s|     1 |     0 |  5913 |     - |   147M |   0 |1026 |1209 |1296 |   6 |  5 |  15 |   0 |-5.028239e+04 |-5.132600e+04 |   2.08%| unknown
3.66/3.73	c   3.6s|     1 |     0 |  5913 |     - |   147M |   0 |1026 |1209 |1293 |   6 |  5 |  15 |   0 |-5.028239e+04 |-5.132600e+04 |   2.08%| unknown
3.86/3.94	c   3.8s|     1 |     0 |  5960 |     - |   159M |   0 |1026 |1206 |1294 |   7 |  6 |  15 |   0 |-5.028497e+04 |-5.132600e+04 |   2.07%| unknown
3.86/3.94	c   3.8s|     1 |     0 |  5960 |     - |   159M |   0 |1026 |1206 |1294 |   7 |  6 |  15 |   0 |-5.028497e+04 |-5.132600e+04 |   2.07%| unknown
4.07/4.17	c   4.0s|     1 |     0 |  6045 |     - |   163M |   0 |1026 |1206 |1296 |   9 |  7 |  15 |   0 |-5.028739e+04 |-5.132600e+04 |   2.07%| unknown
4.07/4.18	c   4.1s|     1 |     0 |  6045 |     - |   163M |   0 |1026 |1206 |1295 |   9 |  7 |  15 |   0 |-5.028739e+04 |-5.132600e+04 |   2.07%| unknown
4.35/4.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.35/4.41	c   4.3s|     1 |     0 |  6115 |     - |   182M |   0 |1026 |1205 |1296 |  10 |  8 |  15 |   0 |-5.029123e+04 |-5.132600e+04 |   2.06%| unknown
4.56/4.64	c   4.5s|     1 |     0 |  6179 |     - |   195M |   0 |1026 |1205 |1297 |  11 |  9 |  15 |   0 |-5.029479e+04 |-5.132600e+04 |   2.05%| unknown
4.56/4.64	c   4.5s|     1 |     0 |  6179 |     - |   195M |   0 |1026 |1205 |1292 |  11 |  9 |  15 |   0 |-5.029479e+04 |-5.132600e+04 |   2.05%| unknown
4.76/4.87	c   4.7s|     1 |     0 |  6212 |     - |   192M |   0 |1026 |1200 |1292 |  12 | 10 |  15 |   0 |-5.029684e+04 |-5.132600e+04 |   2.05%| unknown
4.86/4.93	c   4.8s|     1 |     0 |  6230 |     - |   192M |   0 |1026 |1199 |1293 |  13 | 11 |  15 |   0 |-5.029723e+04 |-5.132600e+04 |   2.05%| unknown
4.86/4.99	c   4.9s|     1 |     0 |  6262 |     - |   192M |   0 |1026 |1199 |1295 |  15 | 12 |  15 |   0 |-5.029821e+04 |-5.132600e+04 |   2.04%| unknown
4.97/5.05	c   4.9s|     1 |     0 |  6275 |     - |   192M |   0 |1026 |1199 |1297 |  17 | 13 |  15 |   0 |-5.029855e+04 |-5.132600e+04 |   2.04%| unknown
5.07/5.12	c   5.0s|     1 |     0 |  6314 |     - |   193M |   0 |1026 |1199 |1280 |  19 | 14 |  15 |   0 |-5.029943e+04 |-5.132600e+04 |   2.04%| unknown
5.07/5.12	c   5.0s|     1 |     0 |  6314 |     - |   193M |   0 |1026 |1199 |1280 |  19 | 14 |  15 |   0 |-5.029943e+04 |-5.132600e+04 |   2.04%| unknown
5.07/5.12	c   5.0s|     1 |     0 |  6314 |     - |   193M |   0 |1026 |1192 |1280 |  19 | 14 |  15 |   0 |-5.029943e+04 |-5.132600e+04 |   2.04%| unknown
5.07/5.18	c   5.1s|     1 |     0 |  6321 |     - |   193M |   0 |1026 |1192 |1281 |  20 | 15 |  15 |   0 |-5.029944e+04 |-5.132600e+04 |   2.04%| unknown
5.15/5.25	c   5.1s|     1 |     0 |  6328 |     - |   193M |   0 |1026 |1192 |1282 |  21 | 16 |  15 |   0 |-5.029949e+04 |-5.132600e+04 |   2.04%| unknown
5.15/5.25	c   5.1s|     1 |     0 |  6328 |     - |   193M |   0 |1026 |1192 |1278 |  21 | 16 |  15 |   0 |-5.029949e+04 |-5.132600e+04 |   2.04%| unknown
5.25/5.31	c   5.2s|     1 |     0 |  6332 |     - |   193M |   0 |1026 |1188 |1279 |  22 | 17 |  15 |   0 |-5.029950e+04 |-5.132600e+04 |   2.04%| unknown
5.25/5.37	c   5.2s|     1 |     0 |  6342 |     - |   193M |   0 |1026 |1188 |1280 |  23 | 18 |  15 |   0 |-5.029957e+04 |-5.132600e+04 |   2.04%| unknown
5.35/5.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.35/5.44	c   5.3s|     1 |     0 |  6375 |     - |   193M |   0 |1026 |1188 |1282 |  25 | 19 |  15 |   0 |-5.030005e+04 |-5.132600e+04 |   2.04%| unknown
5.45/5.50	c   5.4s|     1 |     0 |  6396 |     - |   193M |   0 |1026 |1188 |1271 |  26 | 20 |  15 |   0 |-5.030024e+04 |-5.132600e+04 |   2.04%| unknown
5.45/5.56	c   5.4s|     1 |     0 |  6415 |     - |   193M |   0 |1026 |1188 |1272 |  27 | 21 |  15 |   0 |-5.030029e+04 |-5.132600e+04 |   2.04%| unknown
5.55/5.62	c   5.5s|     1 |     0 |  6421 |     - |   193M |   0 |1026 |1188 |1273 |  28 | 22 |  15 |   0 |-5.030030e+04 |-5.132600e+04 |   2.04%| unknown
5.55/5.69	c   5.6s|     1 |     0 |  6473 |     - |   193M |   0 |1026 |1188 |1275 |  30 | 23 |  15 |   0 |-5.030147e+04 |-5.132600e+04 |   2.04%| unknown
5.65/5.75	c   5.6s|     1 |     0 |  6483 |     - |   193M |   0 |1026 |1188 |1276 |  31 | 24 |  15 |   0 |-5.030153e+04 |-5.132600e+04 |   2.04%| unknown
5.75/5.82	c   5.7s|     1 |     0 |  6500 |     - |   193M |   0 |1026 |1188 |1277 |  32 | 25 |  15 |   0 |-5.030174e+04 |-5.132600e+04 |   2.04%| unknown
5.75/5.82	c   5.7s|     1 |     0 |  6500 |     - |   193M |   0 |1026 |1188 |1276 |  32 | 25 |  15 |   0 |-5.030174e+04 |-5.132600e+04 |   2.04%| unknown
5.85/5.93	c in SCIP_DECL_EVENTEXEC found by SCIP
5.85/5.93	o 50806
5.85/5.93	c Model check passed
5.85/5.93	c L 5.8s|     1 |     0 |  7623 |     - |    rens|   0 |1026 |1188 |1276 |  32 | 25 |  16 |   0 |-5.030174e+04 |-5.080600e+04 |   1.00%| unknown
5.85/5.93	c (run 2, node 1) restarting after 78 global fixings of integer variables
5.85/5.93	c 
5.85/5.93	c (restart) converted 28 cuts from the global cut pool into linear constraints
5.85/5.93	c 
5.85/5.96	c presolving:
5.85/5.96	c (round 1, fast)       86 del vars, 8 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 70 chg coeffs, 0 upgd conss, 0 impls, 1456 clqs, 0 implints
5.85/5.97	c (round 2, fast)       90 del vars, 11 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 71 chg coeffs, 0 upgd conss, 0 impls, 1453 clqs, 0 implints
5.85/5.98	c (round 3, medium)     92 del vars, 13 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 72 chg coeffs, 0 upgd conss, 0 impls, 1451 clqs, 0 implints
5.85/5.98	c (round 4, exhaustive) 92 del vars, 13 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 76 chg coeffs, 7 upgd conss, 0 impls, 1451 clqs, 0 implints
5.85/5.99	c presolving (5 rounds: 5 fast, 3 medium, 2 exhaustive):
5.85/5.99	c  92 deleted vars, 13 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 80 changed coefficients
5.85/5.99	c  0 implications, 1451 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
5.85/5.99	c presolved problem has 934 variables (934 bin, 0 int, 0 cont) and 1203 constraints
5.85/5.99	c      48 constraints of type <knapsack>
5.85/5.99	c    1002 constraints of type <setppc>
5.85/5.99	c      89 constraints of type <and>
5.85/5.99	c      21 constraints of type <linear>
5.85/5.99	c      43 constraints of type <logicor>
5.85/5.99	c transformed objective value is always integral (scale: 1)
5.85/5.99	c Presolving Time: 0.11
5.85/5.99	c transformed 5/12 original solutions to the transformed problem space
5.85/5.99	c 
5.97/6.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.97/6.02	c   5.9s|     1 |     0 |  8384 |     - |   163M |   0 | 934 |1203 |1277 |   0 |  0 |  16 |   0 |-5.030323e+04 |-5.080600e+04 |   1.00%| unknown
5.97/6.03	c   5.9s|     1 |     0 |  8384 |     - |   163M |   0 | 934 |1203 |1012 |   0 |  0 |  16 |   0 |-5.030323e+04 |-5.080600e+04 |   1.00%| unknown
6.25/6.33	c   6.2s|     1 |     0 |  8411 |     - |   163M |   0 | 934 | 960 |1009 |   1 |  1 |  16 |   0 |-5.030370e+04 |-5.080600e+04 |   1.00%| unknown
6.55/6.64	c   6.5s|     1 |     0 |  8447 |     - |   163M |   0 | 934 | 956 |1010 |   2 |  2 |  16 |   0 |-5.030438e+04 |-5.080600e+04 |   1.00%| unknown
6.85/6.91	c   6.8s|     1 |     0 |  8505 |     - |   164M |   0 | 934 | 956 |1011 |   3 |  3 |  16 |   0 |-5.030627e+04 |-5.080600e+04 |   0.99%| unknown
7.06/7.19	c   7.1s|     1 |     0 |  8539 |     - |   173M |   0 | 934 | 956 |1012 |   4 |  4 |  16 |   0 |-5.030731e+04 |-5.080600e+04 |   0.99%| unknown
7.35/7.45	c   7.3s|     1 |     0 |  8595 |     - |   177M |   0 | 934 | 956 |1014 |   6 |  5 |  16 |   0 |-5.030856e+04 |-5.080600e+04 |   0.99%| unknown
7.65/7.70	c   7.6s|     1 |     0 |  8660 |     - |   181M |   0 | 934 | 956 |1016 |   8 |  6 |  16 |   0 |-5.031037e+04 |-5.080600e+04 |   0.99%| unknown
7.85/7.94	c   7.8s|     1 |     0 |  8709 |     - |   185M |   0 | 934 | 956 |1017 |   9 |  7 |  16 |   0 |-5.031120e+04 |-5.080600e+04 |   0.98%| unknown
8.06/8.16	c   8.0s|     1 |     0 |  8730 |     - |   186M |   0 | 934 | 956 |1019 |  11 |  8 |  16 |   0 |-5.031155e+04 |-5.080600e+04 |   0.98%| unknown
8.24/8.39	c   8.3s|     1 |     0 |  8807 |     - |   187M |   0 | 934 | 956 |1020 |  12 |  9 |  16 |   0 |-5.031361e+04 |-5.080600e+04 |   0.98%| unknown
8.34/8.40	c   8.3s|     1 |     0 |  8807 |     - |   187M |   0 | 934 | 956 |1018 |  12 |  9 |  16 |   0 |-5.031361e+04 |-5.080600e+04 |   0.98%| unknown
8.54/8.64	c   8.5s|     1 |     0 |  8892 |     - |   202M |   0 | 934 | 954 |1020 |  14 | 10 |  16 |   0 |-5.031647e+04 |-5.080600e+04 |   0.97%| unknown
8.54/8.64	c   8.5s|     1 |     0 |  8892 |     - |   202M |   0 | 934 | 954 |1015 |  14 | 10 |  16 |   0 |-5.031647e+04 |-5.080600e+04 |   0.97%| unknown
8.64/8.74	c   8.6s|     1 |     0 |  8919 |     - |   202M |   0 | 934 | 949 | 985 |  15 | 11 |  16 |   0 |-5.031705e+04 |-5.080600e+04 |   0.97%| unknown
8.64/8.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.64/8.75	c   8.6s|     1 |     0 |  8919 |     - |   202M |   0 | 934 | 949 | 984 |  15 | 11 |  16 |   0 |-5.031705e+04 |-5.080600e+04 |   0.97%| unknown
8.64/8.75	c   8.6s|     1 |     0 |  8919 |     - |   202M |   0 | 934 | 827 | 984 |  15 | 11 |  16 |   0 |-5.031705e+04 |-5.080600e+04 |   0.97%| unknown
8.74/8.86	c   8.7s|     1 |     0 |  8936 |     - |   202M |   0 | 934 | 827 | 985 |  16 | 12 |  16 |   0 |-5.031727e+04 |-5.080600e+04 |   0.97%| unknown
8.84/8.98	c   8.9s|     1 |     0 |  8962 |     - |   202M |   0 | 934 | 827 | 986 |  17 | 13 |  16 |   0 |-5.031778e+04 |-5.080600e+04 |   0.97%| unknown
8.96/9.10	c   9.0s|     1 |     0 |  8969 |     - |   202M |   0 | 934 | 827 | 987 |  18 | 14 |  16 |   0 |-5.031780e+04 |-5.080600e+04 |   0.97%| unknown
9.14/9.22	c   9.1s|     1 |     0 |  8984 |     - |   202M |   0 | 934 | 827 | 989 |  20 | 15 |  16 |   0 |-5.031786e+04 |-5.080600e+04 |   0.97%| unknown
9.24/9.34	c   9.2s|     1 |     0 |  9022 |     - |   203M |   0 | 934 | 827 | 990 |  21 | 16 |  16 |   0 |-5.031840e+04 |-5.080600e+04 |   0.97%| unknown
9.24/9.34	c   9.2s|     1 |     0 |  9022 |     - |   203M |   0 | 934 | 827 | 934 |  21 | 16 |  16 |   0 |-5.031840e+04 |-5.080600e+04 |   0.97%| unknown
9.34/9.44	c   9.3s|     1 |     0 |  9037 |     - |   203M |   0 | 934 | 827 | 925 |  22 | 17 |  16 |   0 |-5.031859e+04 |-5.080600e+04 |   0.97%| unknown
9.44/9.53	c   9.4s|     1 |     0 |  9039 |     - |   203M |   0 | 934 | 827 | 926 |  23 | 18 |  16 |   0 |-5.031859e+04 |-5.080600e+04 |   0.97%| unknown
9.54/9.62	c   9.5s|     1 |     0 |  9043 |     - |   203M |   0 | 934 | 827 | 927 |  24 | 19 |  16 |   0 |-5.031861e+04 |-5.080600e+04 |   0.97%| unknown
9.64/9.72	c   9.6s|     1 |     0 |  9048 |     - |   203M |   0 | 934 | 827 | 928 |  25 | 20 |  16 |   0 |-5.031863e+04 |-5.080600e+04 |   0.97%| unknown
9.74/9.81	c   9.7s|     1 |     0 |  9055 |     - |   203M |   0 | 934 | 827 | 929 |  26 | 21 |  16 |   0 |-5.031865e+04 |-5.080600e+04 |   0.97%| unknown
9.84/9.91	c   9.8s|     1 |     0 |  9072 |     - |   203M |   0 | 934 | 827 | 930 |  27 | 22 |  16 |   0 |-5.031874e+04 |-5.080600e+04 |   0.97%| unknown
9.95/10.01	c (run 3, node 1) restarting after 335 global fixings of integer variables
9.95/10.01	c 
9.95/10.01	c (restart) converted 25 cuts from the global cut pool into linear constraints
9.95/10.01	c 
9.95/10.04	c presolving:
9.95/10.04	c (round 1, fast)       351 del vars, 16 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 255 chg coeffs, 0 upgd conss, 0 impls, 852 clqs, 0 implints
9.95/10.05	c (round 2, medium)     358 del vars, 23 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 255 chg coeffs, 0 upgd conss, 0 impls, 845 clqs, 0 implints
9.95/10.05	c (round 3, exhaustive) 358 del vars, 23 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 260 chg coeffs, 0 upgd conss, 0 impls, 845 clqs, 0 implints
9.95/10.06	c (round 4, exhaustive) 358 del vars, 23 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 262 chg coeffs, 13 upgd conss, 0 impls, 845 clqs, 0 implints
9.95/10.06	c (round 5, exhaustive) 358 del vars, 23 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 268 chg coeffs, 13 upgd conss, 0 impls, 845 clqs, 0 implints
9.95/10.06	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
9.95/10.06	c  358 deleted vars, 23 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 269 changed coefficients
9.95/10.06	c  0 implications, 845 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
9.95/10.06	c presolved problem has 576 variables (576 bin, 0 int, 0 cont) and 833 constraints
9.95/10.06	c      59 constraints of type <knapsack>
9.95/10.06	c     642 constraints of type <setppc>
9.95/10.06	c      49 constraints of type <and>
9.95/10.06	c      33 constraints of type <linear>
9.95/10.06	c      50 constraints of type <logicor>
9.95/10.06	c transformed objective value is always integral (scale: 1)
9.95/10.06	c Presolving Time: 0.13
9.95/10.06	c transformed 6/15 original solutions to the transformed problem space
9.95/10.06	c 
9.95/10.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.95/10.09	c  10.0s|     1 |     0 | 10894 |     - |   176M |   0 | 576 | 833 | 862 |   0 |  0 |  21 |   0 |-5.031974e+04 |-5.080600e+04 |   0.97%| unknown
9.95/10.09	c  10.0s|     1 |     0 | 10894 |     - |   176M |   0 | 576 | 833 | 847 |   0 |  0 |  21 |   0 |-5.031974e+04 |-5.080600e+04 |   0.97%| unknown
10.05/10.17	c 
10.05/10.17	c SCIP Status        : solving was interrupted [time limit reached]
10.05/10.17	c Solving Time (sec) : 10.04
10.05/10.17	c Solving Nodes      : 1 (total of 4 nodes in 4 runs)
10.05/10.17	c Primal Bound       : -5.08060000000000e+04 (15 solutions)
10.05/10.17	c Dual Bound         : -5.03197449925489e+04
10.05/10.17	c Gap                : 0.97 %
10.05/10.17	c SCIP status: 23 (TIMELIMIT)
10.05/10.17	c solveScip: freeing transform (!can_skip_free_transform)
10.05/10.17	c SCIP presolver: sst_sat
10.05/10.17	c Converting 8577 PB-constraints to clauses...
10.05/10.17	c   -- Clauses(.)/Splits(s): 
10.05/10.18	c pb_solver_status: sst_sat
10.05/10.18	c SCIP presolver gap=1.0% < threshold=30.0%; boosting initial SCIP budget to 1000.0 sec
10.05/10.18	c total stages of optimization mode: 1
10.05/10.18	c Use UB found in presolve
10.05/10.18	c Use LB found in presolve
10.05/10.18	c minimizationMode: cmm_Binary
10.05/10.18	c goal coeffs: 1080 1106 1132 1158 1158 1184 1184 1196 1210 1210 1210 1210 1210 1210 1222 1236 1236 1236 1236 1236 
10.05/10.18	c Try to find a solution more than 2985549
10.05/10.18	c V: 2
10.05/10.18	c estimatedAdderCost: 11482
10.05/10.18	c Try to convert by sorters
10.44/10.52	c Sorter: base: 2 3 3 3 3 3 3 
10.44/10.52	c 
10.95/11.03	c assumptions: 
10.95/11.03	c invoking solver with time budget: 5.000000
16.72/16.82	c sat_solver_result: sst_unknown
16.72/16.82	c SAT solver timed out; proceeding to cooperative SCIP call
16.72/16.82	c Calling solveScip for cooperative mode with LB_goalvalue:       2985387, UB_goalvalue: 2985874
16.72/16.82	c scip solving with time budget: 1000.000000
16.72/16.82	c solveScip
16.72/16.82	c initScipForCoop
16.72/16.83	c Coop Mode: Using SCIP obj units for LB/UB: 2985387, +oo
16.72/16.84	c 10/10 feasible solutions given by solution candidate storage, new primal bound -5.080600e+04
16.72/16.84	c 
16.72/16.84	c presolving:
16.72/16.85	c (round 1, fast)       1860 del vars, 3710 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3582 clqs, 0 implints
16.72/16.85	c (round 2, fast)       1877 del vars, 3727 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3548 clqs, 0 implints
16.72/16.85	c (round 3, fast)       1877 del vars, 3744 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3548 clqs, 0 implints
16.72/16.85	c    (0.0s) running MILP presolver
16.72/16.86	c    (0.0s) MILP presolver found nothing
16.72/16.86	c (round 4, exhaustive) 1877 del vars, 3744 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3417 upgd conss, 0 impls, 3548 clqs, 0 implints
16.72/16.86	c (round 5, fast)       1881 del vars, 3744 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3417 upgd conss, 0 impls, 3548 clqs, 0 implints
16.72/16.87	c (round 6, exhaustive) 1881 del vars, 4475 del conss, 104 add conss, 0 chg bounds, 0 chg sides, 4 chg coeffs, 3417 upgd conss, 0 impls, 3548 clqs, 0 implints
16.72/16.87	c (round 7, exhaustive) 1881 del vars, 4475 del conss, 104 add conss, 0 chg bounds, 0 chg sides, 4 chg coeffs, 3772 upgd conss, 0 impls, 3548 clqs, 0 implints
16.72/16.87	c (round 8, exhaustive) 1882 del vars, 5257 del conss, 198 add conss, 0 chg bounds, 0 chg sides, 5 chg coeffs, 3772 upgd conss, 0 impls, 3548 clqs, 0 implints
16.72/16.88	c    (0.1s) probing: 51/2063 (2.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
16.72/16.88	c    (0.1s) probing aborted: 50/50 successive totally useless probings
16.72/16.88	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
16.72/16.89	c    (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 773.06) (symcode time: 0.00)
16.72/16.89	c dynamic symmetry handling statistics:
16.72/16.89	c    orbitopal reduction:       no components
16.72/16.89	c    orbital reduction:         no components
16.72/16.89	c    lexicographic reduction:   no permutations
16.72/16.89	c handled 2 out of 2 symmetry components
16.72/16.89	c (round 9, exhaustive) 1882 del vars, 5257 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 5 chg coeffs, 3772 upgd conss, 0 impls, 3550 clqs, 0 implints
16.72/16.89	c (round 10, exhaustive) 1882 del vars, 5257 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 5 chg coeffs, 3774 upgd conss, 0 impls, 3550 clqs, 0 implints
16.72/16.89	c presolving (11 rounds: 11 fast, 7 medium, 7 exhaustive):
16.72/16.89	c  1882 deleted vars, 5257 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5 changed coefficients
16.72/16.89	c  0 implications, 3550 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
16.72/16.89	c presolved problem has 2063 variables (2063 bin, 0 int, 0 cont) and 2459 constraints
16.72/16.89	c    2235 constraints of type <setppc>
16.72/16.89	c     198 constraints of type <and>
16.72/16.89	c      26 constraints of type <logicor>
16.72/16.89	c transformed objective value is always integral (scale: 1)
16.72/16.89	c Presolving Time: 0.06
16.82/16.90	c transformed 10/11 original solutions to the transformed problem space
16.82/16.90	c 
16.82/16.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.82/16.96	c   0.1s|     1 |     0 |   678 |     - |   177M |   0 |2063 |2468 |2657 |   0 |  0 |   8 |   0 |-4.951990e+04 |-5.080600e+04 |   2.60%| unknown
16.82/16.96	c   0.1s|     1 |     0 |   678 |     - |   177M |   0 |2063 |2468 |1739 |   0 |  0 |   8 |   0 |-4.951990e+04 |-5.080600e+04 |   2.60%| unknown
17.03/17.13	c   0.3s|     1 |     0 |   757 |     - |   177M |   0 |2063 |1602 |1742 |   3 |  1 |   8 |   0 |-4.984602e+04 |-5.080600e+04 |   1.93%| unknown
17.03/17.14	c   0.3s|     1 |     0 |   757 |     - |   177M |   0 |2063 |1602 |1515 |   3 |  1 |   8 |   0 |-4.984602e+04 |-5.080600e+04 |   1.93%| unknown
17.12/17.23	c   0.4s|     1 |     0 |   846 |     - |   177M |   0 |2063 |1433 |1516 |   4 |  2 |   8 |   0 |-4.991874e+04 |-5.080600e+04 |   1.78%| unknown
17.12/17.23	c   0.4s|     1 |     0 |   846 |     - |   177M |   0 |2063 |1433 |1480 |   4 |  2 |   8 |   0 |-4.991874e+04 |-5.080600e+04 |   1.78%| unknown
17.12/17.25	c   0.4s|     1 |     0 |   933 |     - |   177M |   0 |2063 |1397 |1483 |   7 |  3 |   8 |   0 |-4.994367e+04 |-5.080600e+04 |   1.73%| unknown
17.12/17.25	c   0.4s|     1 |     0 |   933 |     - |   177M |   0 |2063 |1397 |1461 |   7 |  3 |   8 |   0 |-4.994367e+04 |-5.080600e+04 |   1.73%| unknown
17.12/17.28	c   0.5s|     1 |     0 |  1050 |     - |   178M |   0 |2063 |1377 |1463 |   9 |  4 |   8 |   0 |-5.000995e+04 |-5.080600e+04 |   1.59%| unknown
17.12/17.28	c   0.5s|     1 |     0 |  1050 |     - |   178M |   0 |2063 |1377 |1429 |   9 |  4 |   8 |   0 |-5.000995e+04 |-5.080600e+04 |   1.59%| unknown
17.22/17.30	c   0.5s|     1 |     0 |  1098 |     - |   178M |   0 |2063 |1346 |1433 |  13 |  5 |   8 |   0 |-5.005693e+04 |-5.080600e+04 |   1.50%| unknown
17.22/17.31	c   0.5s|     1 |     0 |  1098 |     - |   178M |   0 |2063 |1346 |1413 |  13 |  5 |   8 |   0 |-5.005693e+04 |-5.080600e+04 |   1.50%| unknown
17.22/17.33	c   0.5s|     1 |     0 |  1185 |     - |   178M |   0 |2063 |1327 |1416 |  16 |  6 |   8 |   0 |-5.008680e+04 |-5.080600e+04 |   1.44%| unknown
17.22/17.33	c   0.5s|     1 |     0 |  1185 |     - |   178M |   0 |2063 |1327 |1399 |  16 |  6 |   8 |   0 |-5.008680e+04 |-5.080600e+04 |   1.44%| unknown
17.22/17.35	c   0.5s|     1 |     0 |  1229 |     - |   178M |   0 |2063 |1312 |1402 |  19 |  7 |   8 |   0 |-5.009902e+04 |-5.080600e+04 |   1.41%| unknown
17.22/17.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.22/17.35	c   0.5s|     1 |     0 |  1229 |     - |   178M |   0 |2063 |1312 |1389 |  19 |  7 |   8 |   0 |-5.009902e+04 |-5.080600e+04 |   1.41%| unknown
17.22/17.37	c   0.5s|     1 |     0 |  1333 |     - |   178M |   0 |2063 |1301 |1391 |  21 |  8 |   8 |   0 |-5.015438e+04 |-5.080600e+04 |   1.30%| unknown
17.22/17.37	c   0.5s|     1 |     0 |  1333 |     - |   178M |   0 |2063 |1301 |1370 |  21 |  8 |   8 |   0 |-5.015438e+04 |-5.080600e+04 |   1.30%| unknown
17.22/17.39	c   0.6s|     1 |     0 |  1387 |     - |   178M |   0 |2063 |1281 |1372 |  23 |  9 |   8 |   0 |-5.017653e+04 |-5.080600e+04 |   1.25%| unknown
17.22/17.39	c   0.6s|     1 |     0 |  1387 |     - |   178M |   0 |2063 |1281 |1351 |  23 |  9 |   8 |   0 |-5.017653e+04 |-5.080600e+04 |   1.25%| unknown
17.32/17.41	c   0.6s|     1 |     0 |  1419 |     - |   178M |   0 |2063 |1263 |1352 |  24 | 10 |   8 |   0 |-5.018102e+04 |-5.080600e+04 |   1.25%| unknown
17.32/17.41	c   0.6s|     1 |     0 |  1419 |     - |   178M |   0 |2063 |1263 |1347 |  24 | 10 |   8 |   0 |-5.018102e+04 |-5.080600e+04 |   1.25%| unknown
17.32/17.42	c   0.6s|     1 |     0 |  1443 |     - |   179M |   0 |2063 |1258 |1348 |  25 | 11 |   8 |   0 |-5.018688e+04 |-5.080600e+04 |   1.23%| unknown
17.32/17.42	c   0.6s|     1 |     0 |  1443 |     - |   179M |   0 |2063 |1258 |1346 |  25 | 11 |   8 |   0 |-5.018688e+04 |-5.080600e+04 |   1.23%| unknown
17.32/17.43	c   0.6s|     1 |     0 |  1485 |     - |   179M |   0 |2063 |1257 |1348 |  27 | 12 |   8 |   0 |-5.019733e+04 |-5.080600e+04 |   1.21%| unknown
17.32/17.43	c   0.6s|     1 |     0 |  1485 |     - |   179M |   0 |2063 |1257 |1343 |  27 | 12 |   8 |   0 |-5.019733e+04 |-5.080600e+04 |   1.21%| unknown
17.32/17.44	c   0.6s|     1 |     0 |  1504 |     - |   179M |   0 |2063 |1252 |1345 |  29 | 13 |   8 |   0 |-5.020249e+04 |-5.080600e+04 |   1.20%| unknown
17.32/17.44	c   0.6s|     1 |     0 |  1504 |     - |   179M |   0 |2063 |1252 |1339 |  29 | 13 |   8 |   0 |-5.020249e+04 |-5.080600e+04 |   1.20%| unknown
17.32/17.45	c   0.6s|     1 |     0 |  1512 |     - |   179M |   0 |2063 |1246 |1341 |  31 | 14 |   8 |   0 |-5.020297e+04 |-5.080600e+04 |   1.20%| unknown
17.32/17.46	c   0.6s|     1 |     0 |  1539 |     - |   179M |   0 |2063 |1246 |1342 |  32 | 15 |   8 |   0 |-5.020495e+04 |-5.080600e+04 |   1.20%| unknown
17.32/17.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.32/17.47	c   0.6s|     1 |     0 |  1591 |     - |   179M |   0 |2063 |1246 |1343 |  35 | 16 |   8 |   0 |-5.020819e+04 |-5.080600e+04 |   1.19%| unknown
17.32/17.48	c   0.7s|     1 |     0 |  1624 |     - |   179M |   0 |2063 |1246 |1345 |  37 | 17 |   8 |   0 |-5.021288e+04 |-5.080600e+04 |   1.18%| unknown
17.32/17.48	c   0.7s|     1 |     0 |  1624 |     - |   179M |   0 |2063 |1246 |1340 |  37 | 17 |   8 |   0 |-5.021288e+04 |-5.080600e+04 |   1.18%| unknown
17.32/17.49	c   0.7s|     1 |     0 |  1649 |     - |   179M |   0 |2063 |1241 |1341 |  38 | 18 |   8 |   0 |-5.021622e+04 |-5.080600e+04 |   1.17%| unknown
17.32/17.49	c   0.7s|     1 |     0 |  1649 |     - |   179M |   0 |2063 |1241 |1338 |  38 | 18 |   8 |   0 |-5.021622e+04 |-5.080600e+04 |   1.17%| unknown
17.42/17.50	c   0.7s|     1 |     0 |  1679 |     - |   180M |   0 |2063 |1239 |1339 |  39 | 19 |   8 |   0 |-5.021872e+04 |-5.080600e+04 |   1.17%| unknown
17.42/17.51	c   0.7s|     1 |     0 |  1701 |     - |   180M |   0 |2063 |1239 |1340 |  40 | 20 |   8 |   0 |-5.022109e+04 |-5.080600e+04 |   1.16%| unknown
17.42/17.52	c   0.7s|     1 |     0 |  1705 |     - |   180M |   0 |2063 |1239 |1341 |  41 | 21 |   8 |   0 |-5.022127e+04 |-5.080600e+04 |   1.16%| unknown
17.42/17.52	c   0.7s|     1 |     0 |  1705 |     - |   180M |   0 |2063 | 798 |1341 |  41 | 22 |   8 |   0 |-5.022127e+04 |-5.080600e+04 |   1.16%| unknown
17.52/17.63	c (run 1, node 1) restarting after 1425 global fixings of integer variables
17.52/17.63	c 
17.52/17.63	c (restart) converted 37 cuts from the global cut pool into linear constraints
17.52/17.63	c 
17.52/17.63	c presolving:
17.52/17.63	c (round 1, fast)       1446 del vars, 21 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 438 chg coeffs, 0 upgd conss, 0 impls, 908 clqs, 0 implints
17.52/17.63	c (round 2, fast)       1448 del vars, 23 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 438 chg coeffs, 0 upgd conss, 0 impls, 906 clqs, 0 implints
17.52/17.64	c (round 3, medium)     1458 del vars, 33 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 438 chg coeffs, 0 upgd conss, 0 impls, 896 clqs, 0 implints
17.52/17.64	c (round 4, exhaustive) 1458 del vars, 33 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 438 chg coeffs, 37 upgd conss, 0 impls, 896 clqs, 0 implints
17.52/17.64	c (round 5, exhaustive) 1458 del vars, 33 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 446 chg coeffs, 37 upgd conss, 0 impls, 896 clqs, 0 implints
17.52/17.64	c (round 6, exhaustive) 1458 del vars, 33 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 451 chg coeffs, 37 upgd conss, 0 impls, 896 clqs, 0 implints
17.52/17.64	c presolving (7 rounds: 7 fast, 5 medium, 4 exhaustive):
17.52/17.64	c  1458 deleted vars, 33 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 453 changed coefficients
17.52/17.64	c  0 implications, 896 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
17.52/17.64	c presolved problem has 605 variables (605 bin, 0 int, 0 cont) and 811 constraints
17.52/17.64	c      35 constraints of type <knapsack>
17.52/17.64	c     683 constraints of type <setppc>
17.52/17.64	c      49 constraints of type <and>
17.52/17.64	c      44 constraints of type <logicor>
17.52/17.64	c transformed objective value is always integral (scale: 1)
17.52/17.64	c Presolving Time: 0.07
17.52/17.64	c transformed 7/14 original solutions to the transformed problem space
17.52/17.64	c 
17.52/17.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.52/17.66	c   0.8s|     1 |     0 |  3061 |     - |   180M |   0 | 605 | 811 | 843 |   0 |  0 |  17 |   0 |-5.022844e+04 |-5.080600e+04 |   1.15%| unknown
17.52/17.66	c   0.8s|     1 |     0 |  3061 |     - |   180M |   0 | 605 | 811 | 805 |   0 |  0 |  17 |   0 |-5.022844e+04 |-5.080600e+04 |   1.15%| unknown
17.62/17.77	c   0.9s|     1 |     0 |  3139 |     - |   180M |   0 | 605 | 773 | 806 |   1 |  1 |  17 |   0 |-5.024589e+04 |-5.080600e+04 |   1.11%| unknown
17.62/17.77	c   0.9s|     1 |     0 |  3139 |     - |   180M |   0 | 605 | 773 | 801 |   1 |  1 |  17 |   0 |-5.024589e+04 |-5.080600e+04 |   1.11%| unknown
17.72/17.86	c   1.0s|     1 |     0 |  3175 |     - |   181M |   0 | 605 | 768 | 802 |   2 |  2 |  17 |   0 |-5.025019e+04 |-5.080600e+04 |   1.11%| unknown
17.72/17.86	c   1.0s|     1 |     0 |  3175 |     - |   181M |   0 | 605 | 768 | 801 |   2 |  2 |  17 |   0 |-5.025019e+04 |-5.080600e+04 |   1.11%| unknown
17.82/17.94	c   1.1s|     1 |     0 |  3205 |     - |   182M |   0 | 605 | 767 | 802 |   3 |  3 |  17 |   0 |-5.025240e+04 |-5.080600e+04 |   1.10%| unknown
17.93/18.03	c   1.2s|     1 |     0 |  3254 |     - |   185M |   0 | 605 | 767 | 803 |   4 |  4 |  17 |   0 |-5.025431e+04 |-5.080600e+04 |   1.10%| unknown
17.93/18.11	c   1.3s|     1 |     0 |  3289 |     - |   186M |   0 | 605 | 767 | 804 |   5 |  5 |  17 |   0 |-5.025650e+04 |-5.080600e+04 |   1.09%| unknown
18.11/18.20	c   1.4s|     1 |     0 |  3325 |     - |   186M |   0 | 605 | 767 | 805 |   6 |  6 |  17 |   0 |-5.025701e+04 |-5.080600e+04 |   1.09%| unknown
18.11/18.28	c   1.5s|     1 |     0 |  3376 |     - |   191M |   0 | 605 | 768 | 806 |   7 |  7 |  18 |   0 |-5.025822e+04 |-5.080600e+04 |   1.09%| unknown
18.21/18.37	c   1.5s|     1 |     0 |  3402 |     - |   192M |   0 | 605 | 768 | 808 |   9 |  8 |  18 |   0 |-5.025879e+04 |-5.080600e+04 |   1.09%| unknown
18.31/18.46	c   1.6s|     1 |     0 |  3446 |     - |   195M |   0 | 605 | 768 | 810 |  11 |  9 |  18 |   0 |-5.025971e+04 |-5.080600e+04 |   1.09%| unknown
18.31/18.46	c   1.6s|     1 |     0 |  3446 |     - |   195M |   0 | 605 | 768 | 808 |  11 |  9 |  18 |   0 |-5.025971e+04 |-5.080600e+04 |   1.09%| unknown
18.41/18.55	c   1.7s|     1 |     0 |  3511 |     - |   197M |   0 | 605 | 766 | 810 |  13 | 10 |  18 |   0 |-5.026171e+04 |-5.080600e+04 |   1.08%| unknown
18.41/18.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.41/18.57	c   1.7s|     1 |     0 |  3554 |     - |   197M |   0 | 605 | 766 | 805 |  15 | 11 |  18 |   0 |-5.026291e+04 |-5.080600e+04 |   1.08%| unknown
18.51/18.64	c (run 2, node 1) restarting after 38 global fixings of integer variables
18.51/18.64	c 
18.51/18.64	c (restart) converted 15 cuts from the global cut pool into linear constraints
18.51/18.64	c 
18.51/18.65	c presolving:
18.51/18.66	c (round 1, fast)       43 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 46 chg coeffs, 0 upgd conss, 0 impls, 818 clqs, 0 implints
18.51/18.66	c (round 2, medium)     48 del vars, 10 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 46 chg coeffs, 0 upgd conss, 0 impls, 813 clqs, 0 implints
18.51/18.66	c (round 3, exhaustive) 48 del vars, 10 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 50 chg coeffs, 0 upgd conss, 0 impls, 813 clqs, 0 implints
18.51/18.66	c (round 4, exhaustive) 48 del vars, 10 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 50 chg coeffs, 5 upgd conss, 0 impls, 813 clqs, 0 implints
18.51/18.66	c (round 5, exhaustive) 48 del vars, 13 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 50 chg coeffs, 5 upgd conss, 0 impls, 813 clqs, 0 implints
18.51/18.66	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
18.51/18.66	c  48 deleted vars, 13 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 51 changed coefficients
18.51/18.66	c  0 implications, 813 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
18.51/18.66	c presolved problem has 557 variables (557 bin, 0 int, 0 cont) and 774 constraints
18.51/18.66	c      40 constraints of type <knapsack>
18.51/18.66	c     631 constraints of type <setppc>
18.51/18.66	c      45 constraints of type <and>
18.51/18.66	c      10 constraints of type <linear>
18.51/18.66	c      48 constraints of type <logicor>
18.51/18.66	c transformed objective value is always integral (scale: 1)
18.51/18.66	c Presolving Time: 0.08
18.51/18.67	c transformed 8/16 original solutions to the transformed problem space
18.51/18.67	c 
18.51/18.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.51/18.69	c   1.9s|     1 |     0 |  5044 |     - |   187M |   0 | 557 | 774 | 798 |   0 |  0 |  24 |   0 |-5.026291e+04 |-5.080600e+04 |   1.08%| unknown
18.51/18.69	c   1.9s|     1 |     0 |  5044 |     - |   187M |   0 | 557 | 774 | 783 |   0 |  0 |  24 |   0 |-5.026291e+04 |-5.080600e+04 |   1.08%| unknown
18.71/18.81	c   2.0s|     1 |     0 |  5116 |     - |   187M |   0 | 557 | 759 | 785 |   2 |  1 |  24 |   0 |-5.026507e+04 |-5.080600e+04 |   1.08%| unknown
18.71/18.81	c   2.0s|     1 |     0 |  5116 |     - |   187M |   0 | 557 | 759 | 784 |   2 |  1 |  24 |   0 |-5.026507e+04 |-5.080600e+04 |   1.08%| unknown
18.81/18.92	c   2.1s|     1 |     0 |  5131 |     - |   187M |   0 | 557 | 758 | 785 |   3 |  2 |  24 |   0 |-5.026518e+04 |-5.080600e+04 |   1.08%| unknown
18.92/19.04	c   2.2s|     1 |     0 |  5191 |     - |   192M |   0 | 557 | 758 | 786 |   4 |  3 |  24 |   0 |-5.026619e+04 |-5.080600e+04 |   1.07%| unknown
19.03/19.16	c   2.3s|     1 |     0 |  5257 |     - |   193M |   0 | 557 | 758 | 787 |   5 |  4 |  24 |   0 |-5.026710e+04 |-5.080600e+04 |   1.07%| unknown
19.11/19.28	c   2.5s|     1 |     0 |  5329 |     - |   194M |   0 | 557 | 758 | 789 |   7 |  5 |  24 |   0 |-5.026799e+04 |-5.080600e+04 |   1.07%| unknown
19.31/19.40	c   2.6s|     1 |     0 |  5343 |     - |   194M |   0 | 557 | 758 | 790 |   8 |  6 |  24 |   0 |-5.026816e+04 |-5.080600e+04 |   1.07%| unknown
19.41/19.51	c   2.7s|     1 |     0 |  5390 |     - |   197M |   0 | 557 | 758 | 792 |  10 |  7 |  24 |   0 |-5.026854e+04 |-5.080600e+04 |   1.07%| unknown
19.51/19.63	c   2.8s|     1 |     0 |  5473 |     - |   198M |   0 | 557 | 758 | 794 |  12 |  8 |  24 |   0 |-5.026940e+04 |-5.080600e+04 |   1.07%| unknown
19.61/19.74	c   2.9s|     1 |     0 |  5487 |     - |   201M |   0 | 557 | 758 | 795 |  13 |  9 |  24 |   0 |-5.026947e+04 |-5.080600e+04 |   1.07%| unknown
19.71/19.85	c   3.0s|     1 |     0 |  5510 |     - |   202M |   0 | 557 | 758 | 796 |  14 | 10 |  24 |   0 |-5.026961e+04 |-5.080600e+04 |   1.07%| unknown
19.71/19.89	c   3.1s|     1 |     0 |  5595 |     - |   203M |   0 | 557 | 758 | 784 |  15 | 11 |  24 |   0 |-5.027075e+04 |-5.080600e+04 |   1.06%| unknown
20.02/20.12	c   3.3s|     1 |     0 |  6151 |     - |   203M |   0 | 557 | 746 | 784 |  15 | 11 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.02/20.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.02/20.12	c   3.3s|     1 |     0 |  6151 |     - |   203M |   0 | 557 | 746 | 764 |  15 | 11 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.02/20.15	c   3.3s|     1 |     0 |  6195 |     - |   204M |   0 | 557 | 733 | 766 |  17 | 12 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.02/20.15	c   3.3s|     1 |     0 |  6195 |     - |   204M |   0 | 557 | 733 | 763 |  17 | 12 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.02/20.15	c   3.3s|     1 |     0 |  6197 |     - |   204M |   0 | 557 | 733 | 764 |  18 | 13 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.02/20.16	c (run 3, node 1) restarting after 33 global fixings of integer variables
20.02/20.16	c 
20.02/20.16	c (restart) converted 17 cuts from the global cut pool into linear constraints
20.02/20.16	c 
20.02/20.17	c presolving:
20.02/20.17	c (round 1, fast)       35 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 0 upgd conss, 0 impls, 747 clqs, 0 implints
20.02/20.17	c (round 2, medium)     36 del vars, 3 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 0 upgd conss, 0 impls, 746 clqs, 0 implints
20.02/20.18	c (round 3, exhaustive) 36 del vars, 3 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 45 chg coeffs, 9 upgd conss, 0 impls, 746 clqs, 0 implints
20.02/20.18	c (round 4, exhaustive) 36 del vars, 3 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 49 chg coeffs, 9 upgd conss, 0 impls, 746 clqs, 0 implints
20.02/20.18	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
20.02/20.18	c  36 deleted vars, 3 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 50 changed coefficients
20.02/20.18	c  0 implications, 746 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
20.02/20.18	c presolved problem has 521 variables (521 bin, 0 int, 0 cont) and 744 constraints
20.02/20.18	c      49 constraints of type <knapsack>
20.02/20.18	c     587 constraints of type <setppc>
20.02/20.18	c      42 constraints of type <and>
20.02/20.18	c      18 constraints of type <linear>
20.02/20.18	c      48 constraints of type <logicor>
20.02/20.18	c transformed objective value is always integral (scale: 1)
20.02/20.18	c Presolving Time: 0.10
20.02/20.18	c transformed 6/18 original solutions to the transformed problem space
20.02/20.18	c 
20.11/20.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.11/20.21	c   3.4s|     1 |     0 |  6948 |     - |   202M |   0 | 521 | 744 | 765 |   0 |  0 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.11/20.21	c   3.4s|     1 |     0 |  6948 |     - |   202M |   0 | 521 | 744 | 763 |   0 |  0 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.21/20.31	c   3.5s|     1 |     0 |  7000 |     - |   202M |   0 | 521 | 742 | 764 |   1 |  1 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.21/20.32	c   3.5s|     1 |     0 |  7000 |     - |   202M |   0 | 521 | 742 | 762 |   1 |  1 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.31/20.41	c   3.6s|     1 |     0 |  7037 |     - |   202M |   0 | 521 | 740 | 763 |   2 |  2 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.41/20.51	c   3.7s|     1 |     0 |  7094 |     - |   202M |   0 | 521 | 740 | 764 |   3 |  3 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.51/20.60	c   3.8s|     1 |     0 |  7177 |     - |   202M |   0 | 521 | 740 | 766 |   5 |  4 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.51/20.60	c   3.8s|     1 |     0 |  7177 |     - |   202M |   0 | 521 | 740 | 755 |   5 |  4 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.51/20.69	c   3.9s|     1 |     0 |  7244 |     - |   202M |   0 | 521 | 729 | 757 |   7 |  5 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.51/20.69	c   3.9s|     1 |     0 |  7244 |     - |   202M |   0 | 521 | 729 | 754 |   7 |  5 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.61/20.78	c   4.0s|     1 |     0 |  7280 |     - |   202M |   0 | 521 | 726 | 755 |   8 |  6 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.61/20.78	c   4.0s|     1 |     0 |  7280 |     - |   202M |   0 | 521 | 726 | 754 |   8 |  6 |  32 |  17 |-5.031832e+04 |-5.080600e+04 |   0.97%| unknown
20.71/20.86	c   4.0s|     1 |     0 |  7329 |     - |   202M |   0 | 521 | 725 | 755 |   9 |  7 |  32 |  17 |-5.032067e+04 |-5.080600e+04 |   0.96%| unknown
20.71/20.86	c   4.0s|     1 |     0 |  7329 |     - |   202M |   0 | 521 | 725 | 749 |   9 |  7 |  32 |  17 |-5.032067e+04 |-5.080600e+04 |   0.96%| unknown
20.81/20.95	c   4.1s|     1 |     0 |  7379 |     - |   202M |   0 | 521 | 719 | 750 |  10 |  8 |  32 |  17 |-5.032299e+04 |-5.080600e+04 |   0.96%| unknown
20.81/20.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.81/20.95	c   4.1s|     1 |     0 |  7379 |     - |   202M |   0 | 521 | 719 | 748 |  10 |  8 |  32 |  17 |-5.032299e+04 |-5.080600e+04 |   0.96%| unknown
20.92/21.04	c   4.2s|     1 |     0 |  7444 |     - |   203M |   0 | 521 | 718 | 749 |  11 |  9 |  32 |  17 |-5.032557e+04 |-5.080600e+04 |   0.95%| unknown
20.92/21.05	c   4.2s|     1 |     0 |  7444 |     - |   203M |   0 | 521 | 718 | 747 |  11 |  9 |  32 |  17 |-5.032557e+04 |-5.080600e+04 |   0.95%| unknown
21.02/21.14	c   4.3s|     1 |     0 |  7500 |     - |   203M |   0 | 521 | 716 | 721 |  12 | 10 |  32 |  17 |-5.032798e+04 |-5.080600e+04 |   0.95%| unknown
21.02/21.16	c   4.3s|     1 |     0 |  7555 |     - |   203M |   0 | 521 | 716 | 723 |  14 | 11 |  32 |  17 |-5.032943e+04 |-5.080600e+04 |   0.95%| unknown
21.02/21.17	c   4.3s|     1 |     0 |  7555 |     - |   203M |   0 | 521 | 716 | 722 |  14 | 11 |  32 |  17 |-5.032943e+04 |-5.080600e+04 |   0.95%| unknown
21.02/21.19	c   4.4s|     1 |     0 |  7572 |     - |   203M |   0 | 521 | 715 | 724 |  16 | 12 |  32 |  17 |-5.032993e+04 |-5.080600e+04 |   0.95%| unknown
21.02/21.19	c   4.4s|     1 |     0 |  7572 |     - |   203M |   0 | 521 | 715 | 722 |  16 | 12 |  32 |  17 |-5.032993e+04 |-5.080600e+04 |   0.95%| unknown
21.11/21.22	c   4.4s|     1 |     0 |  7595 |     - |   203M |   0 | 521 | 713 | 724 |  18 | 13 |  32 |  17 |-5.033088e+04 |-5.080600e+04 |   0.94%| unknown
21.11/21.24	c   4.4s|     1 |     0 |  7624 |     - |   203M |   0 | 521 | 713 | 725 |  19 | 14 |  32 |  17 |-5.033198e+04 |-5.080600e+04 |   0.94%| unknown
21.11/21.27	c   4.4s|     1 |     0 |  7687 |     - |   203M |   0 | 521 | 713 | 726 |  20 | 15 |  32 |  17 |-5.033608e+04 |-5.080600e+04 |   0.93%| unknown
21.11/21.27	c   4.4s|     1 |     0 |  7687 |     - |   203M |   0 | 521 | 700 | 726 |  20 | 15 |  32 |  17 |-5.033608e+04 |-5.080600e+04 |   0.93%| unknown
21.20/21.30	c   4.5s|     1 |     0 |  7749 |     - |   203M |   0 | 521 | 700 | 718 |  22 | 16 |  32 |  17 |-5.034079e+04 |-5.080600e+04 |   0.92%| unknown
21.20/21.32	c   4.5s|     1 |     0 |  7801 |     - |   203M |   0 | 521 | 700 | 719 |  23 | 17 |  32 |  17 |-5.034373e+04 |-5.080600e+04 |   0.92%| unknown
21.20/21.32	c   4.5s|     1 |     0 |  7801 |     - |   203M |   0 | 521 | 700 | 710 |  23 | 17 |  32 |  17 |-5.034373e+04 |-5.080600e+04 |   0.92%| unknown
21.20/21.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.20/21.34	c   4.5s|     1 |     0 |  7833 |     - |   203M |   0 | 521 | 698 | 711 |  24 | 18 |  32 |  17 |-5.034569e+04 |-5.080600e+04 |   0.91%| unknown
21.20/21.37	c   4.5s|     1 |     0 |  7892 |     - |   203M |   0 | 521 | 698 | 713 |  26 | 19 |  32 |  17 |-5.035062e+04 |-5.080600e+04 |   0.90%| unknown
21.20/21.37	c   4.5s|     1 |     0 |  7892 |     - |   203M |   0 | 521 | 698 | 707 |  26 | 19 |  32 |  17 |-5.035062e+04 |-5.080600e+04 |   0.90%| unknown
21.20/21.39	c   4.6s|     1 |     0 |  7936 |     - |   203M |   0 | 521 | 692 | 708 |  27 | 20 |  32 |  17 |-5.035998e+04 |-5.080600e+04 |   0.89%| unknown
21.20/21.39	c   4.6s|     1 |     0 |  7936 |     - |   203M |   0 | 521 | 692 | 704 |  27 | 20 |  32 |  17 |-5.035998e+04 |-5.080600e+04 |   0.89%| unknown
21.30/21.41	c   4.6s|     1 |     0 |  7947 |     - |   203M |   0 | 521 | 688 | 703 |  28 | 21 |  32 |  17 |-5.036008e+04 |-5.080600e+04 |   0.89%| unknown
21.30/21.43	c   4.6s|     1 |     0 |  7949 |     - |   203M |   0 | 521 | 686 | 694 |  29 | 22 |  32 |  17 |-5.036013e+04 |-5.080600e+04 |   0.89%| unknown
21.30/21.46	c   4.6s|     1 |     0 |  7963 |     - |   203M |   0 | 521 | 686 | 695 |  30 | 23 |  32 |  17 |-5.036156e+04 |-5.080600e+04 |   0.88%| unknown
21.30/21.46	c   4.6s|     1 |     0 |  7963 |     - |   203M |   0 | 521 | 686 | 695 |  30 | 23 |  32 |  17 |-5.036156e+04 |-5.080600e+04 |   0.88%| unknown
21.30/21.48	c   4.7s|     1 |     0 |  7986 |     - |   203M |   0 | 521 | 686 | 696 |  31 | 24 |  32 |  17 |-5.036227e+04 |-5.080600e+04 |   0.88%| unknown
21.40/21.50	c   4.7s|     1 |     0 |  7992 |     - |   203M |   0 | 521 | 686 | 697 |  32 | 25 |  32 |  17 |-5.036256e+04 |-5.080600e+04 |   0.88%| unknown
21.40/21.50	c   4.7s|     1 |     0 |  7992 |     - |   203M |   0 | 521 | 686 | 695 |  32 | 25 |  32 |  17 |-5.036256e+04 |-5.080600e+04 |   0.88%| unknown
21.40/21.52	c   4.7s|     1 |     0 |  8001 |     - |   203M |   0 | 521 | 684 | 697 |  34 | 26 |  32 |  17 |-5.036312e+04 |-5.080600e+04 |   0.88%| unknown
21.40/21.54	c   4.7s|     1 |     0 |  8004 |     - |   203M |   0 | 521 | 684 | 698 |  35 | 27 |  32 |  17 |-5.036316e+04 |-5.080600e+04 |   0.88%| unknown
21.50/21.61	c (run 4, node 1) restarting after 51 global fixings of integer variables
21.50/21.61	c 
21.50/21.61	c (restart) converted 30 cuts from the global cut pool into linear constraints
21.50/21.61	c 
21.50/21.62	c presolving:
21.50/21.63	c (round 1, fast)       58 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 75 chg coeffs, 0 upgd conss, 0 impls, 652 clqs, 0 implints
21.50/21.63	c (round 2, medium)     62 del vars, 11 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 75 chg coeffs, 0 upgd conss, 0 impls, 648 clqs, 0 implints
21.50/21.63	c (round 3, exhaustive) 62 del vars, 11 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 78 chg coeffs, 0 upgd conss, 0 impls, 648 clqs, 0 implints
21.50/21.63	c (round 4, exhaustive) 62 del vars, 11 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 81 chg coeffs, 0 upgd conss, 0 impls, 648 clqs, 0 implints
21.50/21.64	c (round 5, exhaustive) 62 del vars, 11 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 83 chg coeffs, 19 upgd conss, 0 impls, 648 clqs, 0 implints
21.50/21.64	c (round 6, exhaustive) 62 del vars, 11 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 87 chg coeffs, 19 upgd conss, 0 impls, 648 clqs, 0 implints
21.50/21.64	c (round 7, exhaustive) 62 del vars, 11 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 90 chg coeffs, 19 upgd conss, 0 impls, 648 clqs, 0 implints
21.50/21.64	c presolving (8 rounds: 8 fast, 7 medium, 6 exhaustive):
21.50/21.64	c  62 deleted vars, 11 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 91 changed coefficients
21.50/21.64	c  0 implications, 648 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
21.50/21.64	c presolved problem has 459 variables (459 bin, 0 int, 0 cont) and 702 constraints
21.50/21.64	c      66 constraints of type <knapsack>
21.50/21.64	c     522 constraints of type <setppc>
21.50/21.64	c      34 constraints of type <and>
21.50/21.64	c      29 constraints of type <linear>
21.50/21.64	c      51 constraints of type <logicor>
21.50/21.64	c transformed objective value is always integral (scale: 1)
21.50/21.64	c Presolving Time: 0.11
21.50/21.64	c transformed 7/20 original solutions to the transformed problem space
21.50/21.64	c 
21.50/21.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.50/21.66	c   4.8s|     1 |     0 |  9015 |     - |   204M |   0 | 459 | 702 | 713 |   0 |  0 |  34 |  17 |-5.036316e+04 |-5.080600e+04 |   0.88%| unknown
21.50/21.67	c   4.8s|     1 |     0 |  9015 |     - |   204M |   0 | 459 | 702 | 703 |   0 |  0 |  34 |  17 |-5.036316e+04 |-5.080600e+04 |   0.88%| unknown
21.60/21.77	c   4.9s|     1 |     0 |  9070 |     - |   204M |   0 | 459 | 692 | 706 |   3 |  1 |  34 |  17 |-5.037120e+04 |-5.080600e+04 |   0.86%| unknown
21.60/21.77	c   4.9s|     1 |     0 |  9070 |     - |   204M |   0 | 459 | 692 | 699 |   3 |  1 |  34 |  17 |-5.037120e+04 |-5.080600e+04 |   0.86%| unknown
21.70/21.86	c   5.0s|     1 |     0 |  9132 |     - |   205M |   0 | 459 | 685 | 700 |   4 |  2 |  34 |  17 |-5.038285e+04 |-5.080600e+04 |   0.84%| unknown
21.70/21.87	c   5.0s|     1 |     0 |  9132 |     - |   205M |   0 | 459 | 685 | 695 |   4 |  2 |  34 |  17 |-5.038285e+04 |-5.080600e+04 |   0.84%| unknown
21.80/21.97	c   5.1s|     1 |     0 |  9198 |     - |   205M |   0 | 459 | 680 | 696 |   5 |  3 |  34 |  17 |-5.039156e+04 |-5.080600e+04 |   0.82%| unknown
21.80/21.97	c   5.1s|     1 |     0 |  9198 |     - |   205M |   0 | 459 | 680 | 691 |   5 |  3 |  34 |  17 |-5.039156e+04 |-5.080600e+04 |   0.82%| unknown
21.92/22.07	c   5.2s|     1 |     0 |  9255 |     - |   206M |   0 | 459 | 675 | 690 |   6 |  4 |  34 |  17 |-5.039677e+04 |-5.080600e+04 |   0.81%| unknown
21.92/22.07	c   5.2s|     1 |     0 |  9255 |     - |   206M |   0 | 459 | 675 | 688 |   6 |  4 |  34 |  17 |-5.039677e+04 |-5.080600e+04 |   0.81%| unknown
22.02/22.15	c   5.3s|     1 |     0 |  9278 |     - |   206M |   0 | 459 | 671 | 689 |   7 |  5 |  34 |  17 |-5.039807e+04 |-5.080600e+04 |   0.81%| unknown
22.10/22.25	c   5.4s|     1 |     0 |  9350 |     - |   209M |   0 | 459 | 671 | 691 |   9 |  6 |  34 |  17 |-5.040324e+04 |-5.080600e+04 |   0.80%| unknown
22.10/22.25	c   5.4s|     1 |     0 |  9350 |     - |   209M |   0 | 459 | 671 | 682 |   9 |  6 |  34 |  17 |-5.040324e+04 |-5.080600e+04 |   0.80%| unknown
22.20/22.34	c   5.5s|     1 |     0 |  9389 |     - |   210M |   0 | 459 | 662 | 683 |  10 |  7 |  34 |  17 |-5.040411e+04 |-5.080600e+04 |   0.80%| unknown
22.20/22.34	c   5.5s|     1 |     0 |  9389 |     - |   210M |   0 | 459 | 662 | 682 |  10 |  7 |  34 |  17 |-5.040411e+04 |-5.080600e+04 |   0.80%| unknown
22.30/22.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.30/22.44	c   5.6s|     1 |     0 |  9447 |     - |   212M |   0 | 459 | 661 | 683 |  11 |  8 |  34 |  17 |-5.040730e+04 |-5.080600e+04 |   0.79%| unknown
22.30/22.44	c   5.6s|     1 |     0 |  9447 |     - |   212M |   0 | 459 | 662 | 680 |  11 |  8 |  35 |  17 |-5.040730e+04 |-5.080600e+04 |   0.79%| unknown
22.40/22.54	c   5.7s|     1 |     0 |  9503 |     - |   218M |   0 | 459 | 659 | 682 |  13 |  9 |  35 |  17 |-5.040868e+04 |-5.080600e+04 |   0.79%| unknown
22.50/22.63	c   5.8s|     1 |     0 |  9540 |     - |   224M |   0 | 459 | 660 | 683 |  14 | 10 |  36 |  17 |-5.041041e+04 |-5.080600e+04 |   0.78%| unknown
22.50/22.67	c   5.8s|     1 |     0 |  9586 |     - |   224M |   0 | 459 | 660 | 684 |  15 | 11 |  36 |  17 |-5.041295e+04 |-5.080600e+04 |   0.78%| unknown
22.60/22.72	c   5.9s|     1 |     0 |  9626 |     - |   224M |   0 | 459 | 660 | 685 |  16 | 12 |  36 |  17 |-5.041668e+04 |-5.080600e+04 |   0.77%| unknown
22.60/22.76	c   5.9s|     1 |     0 |  9687 |     - |   225M |   0 | 459 | 662 | 687 |  18 | 13 |  38 |  17 |-5.042358e+04 |-5.080600e+04 |   0.76%| unknown
22.60/22.76	c   5.9s|     1 |     0 |  9687 |     - |   225M |   0 | 459 | 663 | 683 |  18 | 13 |  39 |  17 |-5.042358e+04 |-5.080600e+04 |   0.76%| unknown
22.70/22.80	c   6.0s|     1 |     0 |  9713 |     - |   225M |   0 | 459 | 659 | 624 |  19 | 14 |  39 |  17 |-5.042547e+04 |-5.080600e+04 |   0.75%| unknown
22.70/22.80	c   6.0s|     1 |     0 |  9713 |     - |   225M |   0 | 459 | 659 | 622 |  19 | 14 |  39 |  17 |-5.042547e+04 |-5.080600e+04 |   0.75%| unknown
22.70/22.83	c   6.0s|     1 |     0 |  9723 |     - |   225M |   0 | 459 | 655 | 623 |  20 | 15 |  39 |  17 |-5.042688e+04 |-5.080600e+04 |   0.75%| unknown
22.70/22.83	c   6.0s|     1 |     0 |  9723 |     - |   225M |   0 | 459 | 655 | 622 |  20 | 15 |  39 |  17 |-5.042688e+04 |-5.080600e+04 |   0.75%| unknown
22.70/22.86	c   6.0s|     1 |     0 |  9729 |     - |   225M |   0 | 459 | 654 | 623 |  21 | 16 |  39 |  17 |-5.042704e+04 |-5.080600e+04 |   0.75%| unknown
22.70/22.86	c   6.0s|     1 |     0 |  9729 |     - |   226M |   0 | 459 | 654 | 621 |  21 | 16 |  39 |  17 |-5.042704e+04 |-5.080600e+04 |   0.75%| unknown
22.70/22.88	c   6.1s|     1 |     0 |  9751 |     - |   226M |   0 | 459 | 652 | 622 |  22 | 17 |  39 |  17 |-5.042896e+04 |-5.080600e+04 |   0.75%| unknown
22.70/22.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.70/22.89	c   6.1s|     1 |     0 |  9751 |     - |   226M |   0 | 459 | 652 | 620 |  22 | 17 |  39 |  17 |-5.042896e+04 |-5.080600e+04 |   0.75%| unknown
22.80/22.91	c   6.1s|     1 |     0 |  9771 |     - |   226M |   0 | 459 | 650 | 621 |  23 | 18 |  39 |  17 |-5.042981e+04 |-5.080600e+04 |   0.75%| unknown
22.80/22.94	c   6.1s|     1 |     0 |  9788 |     - |   226M |   0 | 459 | 650 | 622 |  24 | 19 |  39 |  17 |-5.043000e+04 |-5.080600e+04 |   0.75%| unknown
22.80/22.97	c   6.1s|     1 |     0 |  9805 |     - |   226M |   0 | 459 | 650 | 615 |  25 | 20 |  39 |  17 |-5.043063e+04 |-5.080600e+04 |   0.74%| unknown
22.80/23.00	c   6.2s|     1 |     0 |  9808 |     - |   226M |   0 | 459 | 650 | 616 |  26 | 21 |  39 |  17 |-5.043068e+04 |-5.080600e+04 |   0.74%| unknown
22.91/23.02	c   6.2s|     1 |     0 |  9849 |     - |   226M |   0 | 459 | 650 | 617 |  27 | 22 |  39 |  17 |-5.043362e+04 |-5.080600e+04 |   0.74%| unknown
22.91/23.02	c   6.2s|     1 |     0 |  9849 |     - |   226M |   0 | 459 | 650 | 615 |  27 | 22 |  39 |  17 |-5.043362e+04 |-5.080600e+04 |   0.74%| unknown
22.91/23.05	c   6.2s|     1 |     0 |  9851 |     - |   226M |   0 | 459 | 648 | 616 |  28 | 23 |  39 |  17 |-5.043363e+04 |-5.080600e+04 |   0.74%| unknown
23.01/23.11	c (run 5, node 1) restarting after 52 global fixings of integer variables
23.01/23.11	c 
23.01/23.11	c (restart) converted 25 cuts from the global cut pool into linear constraints
23.01/23.11	c 
23.01/23.13	c presolving:
23.01/23.14	c (round 1, fast)       56 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 68 chg coeffs, 0 upgd conss, 0 impls, 558 clqs, 0 implints
23.01/23.14	c (round 2, medium)     58 del vars, 6 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 68 chg coeffs, 0 upgd conss, 0 impls, 556 clqs, 0 implints
23.01/23.14	c (round 3, exhaustive) 58 del vars, 6 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 69 chg coeffs, 15 upgd conss, 0 impls, 556 clqs, 0 implints
23.01/23.14	c (round 4, fast)       58 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 69 chg coeffs, 15 upgd conss, 0 impls, 556 clqs, 0 implints
23.01/23.15	c presolving (5 rounds: 5 fast, 3 medium, 2 exhaustive):
23.01/23.15	c  58 deleted vars, 7 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 71 changed coefficients
23.01/23.15	c  0 implications, 556 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
23.01/23.15	c presolved problem has 401 variables (401 bin, 0 int, 0 cont) and 662 constraints
23.01/23.15	c      80 constraints of type <knapsack>
23.01/23.15	c     455 constraints of type <setppc>
23.01/23.15	c      30 constraints of type <and>
23.01/23.15	c      39 constraints of type <linear>
23.01/23.15	c      58 constraints of type <logicor>
23.01/23.15	c transformed objective value is always integral (scale: 1)
23.01/23.15	c Presolving Time: 0.13
23.01/23.15	c transformed 7/22 original solutions to the transformed problem space
23.01/23.15	c 
23.01/23.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.01/23.17	c   6.3s|     1 |     0 | 10993 |     - |   218M |   0 | 401 | 662 | 663 |   0 |  0 |  41 |  17 |-5.043363e+04 |-5.080600e+04 |   0.74%| unknown
23.01/23.17	c   6.3s|     1 |     0 | 10993 |     - |   218M |   0 | 401 | 662 | 658 |   0 |  0 |  41 |  17 |-5.043363e+04 |-5.080600e+04 |   0.74%| unknown
23.09/23.28	c   6.5s|     1 |     0 | 11065 |     - |   218M |   0 | 401 | 657 | 660 |   3 |  1 |  41 |  17 |-5.043502e+04 |-5.080600e+04 |   0.74%| unknown
23.09/23.28	c   6.5s|     1 |     0 | 11065 |     - |   218M |   0 | 401 | 657 | 658 |   3 |  1 |  41 |  17 |-5.043502e+04 |-5.080600e+04 |   0.74%| unknown
23.19/23.39	c   6.6s|     1 |     0 | 11112 |     - |   218M |   0 | 401 | 654 | 660 |   5 |  2 |  41 |  17 |-5.043702e+04 |-5.080600e+04 |   0.73%| unknown
23.19/23.39	c   6.6s|     1 |     0 | 11112 |     - |   218M |   0 | 401 | 654 | 658 |   5 |  2 |  41 |  17 |-5.043702e+04 |-5.080600e+04 |   0.73%| unknown
23.29/23.49	c   6.7s|     1 |     0 | 11177 |     - |   218M |   0 | 401 | 652 | 659 |   6 |  3 |  41 |  17 |-5.044388e+04 |-5.080600e+04 |   0.72%| unknown
23.29/23.49	c   6.7s|     1 |     0 | 11177 |     - |   218M |   0 | 401 | 652 | 657 |   6 |  3 |  41 |  17 |-5.044388e+04 |-5.080600e+04 |   0.72%| unknown
23.39/23.58	c   6.8s|     1 |     0 | 11231 |     - |   218M |   0 | 401 | 650 | 658 |   7 |  4 |  41 |  17 |-5.045093e+04 |-5.080600e+04 |   0.70%| unknown
23.49/23.68	c   6.9s|     1 |     0 | 11273 |     - |   219M |   0 | 401 | 650 | 659 |   8 |  5 |  41 |  17 |-5.045387e+04 |-5.080600e+04 |   0.70%| unknown
23.49/23.68	c   6.9s|     1 |     0 | 11273 |     - |   219M |   0 | 401 | 650 | 658 |   8 |  5 |  41 |  17 |-5.045387e+04 |-5.080600e+04 |   0.70%| unknown
23.59/23.76	c   6.9s|     1 |     0 | 11294 |     - |   220M |   0 | 401 | 649 | 659 |   9 |  6 |  41 |  17 |-5.045416e+04 |-5.080600e+04 |   0.70%| unknown
23.69/23.85	c   7.0s|     1 |     0 | 11348 |     - |   221M |   0 | 401 | 649 | 660 |  10 |  7 |  41 |  17 |-5.045583e+04 |-5.080600e+04 |   0.69%| unknown
23.79/23.94	c   7.1s|     1 |     0 | 11458 |     - |   223M |   0 | 401 | 649 | 661 |  11 |  8 |  41 |  17 |-5.045976e+04 |-5.080600e+04 |   0.69%| unknown
23.91/24.04	c   7.2s|     1 |     0 | 11498 |     - |   225M |   0 | 401 | 649 | 662 |  12 |  9 |  41 |  17 |-5.046289e+04 |-5.080600e+04 |   0.68%| unknown
23.91/24.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.91/24.04	c   7.2s|     1 |     0 | 11498 |     - |   225M |   0 | 401 | 649 | 658 |  12 |  9 |  41 |  17 |-5.046289e+04 |-5.080600e+04 |   0.68%| unknown
24.01/24.14	c   7.3s|     1 |     0 | 11518 |     - |   234M |   0 | 401 | 645 | 594 |  13 | 10 |  41 |  17 |-5.046321e+04 |-5.080600e+04 |   0.68%| unknown
24.01/24.17	c   7.3s|     1 |     0 | 11556 |     - |   234M |   0 | 401 | 645 | 595 |  14 | 11 |  41 |  17 |-5.046405e+04 |-5.080600e+04 |   0.68%| unknown
24.10/24.20	c   7.4s|     1 |     0 | 11580 |     - |   234M |   0 | 401 | 645 | 596 |  15 | 12 |  41 |  17 |-5.046469e+04 |-5.080600e+04 |   0.68%| unknown
24.10/24.24	c   7.4s|     1 |     0 | 11620 |     - |   234M |   0 | 401 | 645 | 597 |  16 | 13 |  41 |  17 |-5.046507e+04 |-5.080600e+04 |   0.68%| unknown
24.10/24.27	c   7.4s|     1 |     0 | 11674 |     - |   234M |   0 | 401 | 645 | 599 |  18 | 14 |  41 |  17 |-5.046793e+04 |-5.080600e+04 |   0.67%| unknown
24.10/24.27	c   7.4s|     1 |     0 | 11674 |     - |   234M |   0 | 401 | 645 | 598 |  18 | 14 |  41 |  17 |-5.046793e+04 |-5.080600e+04 |   0.67%| unknown
24.20/24.30	c   7.5s|     1 |     0 | 11713 |     - |   234M |   0 | 401 | 644 | 599 |  19 | 15 |  41 |  17 |-5.046877e+04 |-5.080600e+04 |   0.67%| unknown
24.20/24.32	c in SCIP_DECL_EVENTEXEC found by SCIP
24.20/24.32	o 50769
24.20/24.32	c Model check passed
24.20/24.32	c * 7.5s|     1 |     0 | 11713 |     - |strongbr|   0 | 401 | 641 | 599 |  19 | 15 |  41 |  17 |-5.046877e+04 |-5.076900e+04 |   0.59%| unknown
24.20/24.32	c   7.5s|     1 |     0 | 11713 |     - |   234M |   0 | 401 | 641 | 599 |  19 | 15 |  41 |  18 |-5.052453e+04 |-5.076900e+04 |   0.48%| unknown
24.20/24.32	c (run 6, node 1) restarting after 46 global fixings of integer variables
24.20/24.32	c 
24.20/24.32	c (restart) converted 17 cuts from the global cut pool into linear constraints
24.20/24.32	c 
24.20/24.33	c presolving:
24.20/24.34	c (round 1, fast)       57 del vars, 91 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 102 chg coeffs, 0 upgd conss, 0 impls, 449 clqs, 0 implints
24.20/24.34	c (round 2, fast)       61 del vars, 95 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 107 chg coeffs, 0 upgd conss, 0 impls, 446 clqs, 0 implints
24.20/24.34	c (round 3, fast)       62 del vars, 98 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 107 chg coeffs, 0 upgd conss, 0 impls, 445 clqs, 0 implints
24.20/24.34	c (round 4, medium)     64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 107 chg coeffs, 0 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c (round 5, exhaustive) 64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 120 chg coeffs, 0 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c (round 6, exhaustive) 64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 127 chg coeffs, 0 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c (round 7, exhaustive) 64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c (round 8, exhaustive) 64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 135 chg coeffs, 0 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c (round 9, exhaustive) 64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 136 chg coeffs, 8 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c (round 10, exhaustive) 64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 139 chg coeffs, 8 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c (round 11, exhaustive) 64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 141 chg coeffs, 8 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c (round 12, exhaustive) 64 del vars, 100 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 156 chg coeffs, 8 upgd conss, 0 impls, 443 clqs, 0 implints
24.20/24.35	c presolving (13 rounds: 13 fast, 10 medium, 9 exhaustive):
24.20/24.35	c  64 deleted vars, 100 deleted constraints, 5 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 156 changed coefficients
24.20/24.35	c  0 implications, 443 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
24.20/24.35	c presolved problem has 337 variables (337 bin, 0 int, 0 cont) and 563 constraints
24.20/24.35	c      83 constraints of type <knapsack>
24.20/24.35	c     358 constraints of type <setppc>
24.20/24.35	c      26 constraints of type <and>
24.20/24.35	c      48 constraints of type <linear>
24.20/24.35	c      48 constraints of type <logicor>
24.20/24.35	c transformed objective value is always integral (scale: 1)
24.20/24.35	c Presolving Time: 0.16
24.20/24.35	c transformed 3/24 original solutions to the transformed problem space
24.20/24.35	c 
24.20/24.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.20/24.37	c   7.5s|     1 |     0 | 12147 |     - |   234M |   0 | 337 | 563 | 571 |   0 |  0 |  41 |  18 |-5.053580e+04 |-5.076900e+04 |   0.46%| unknown
24.20/24.37	c   7.5s|     1 |     0 | 12147 |     - |   235M |   0 | 337 | 563 | 500 |   0 |  0 |  41 |  18 |-5.053580e+04 |-5.076900e+04 |   0.46%| unknown
24.30/24.43	c   7.6s|     1 |     0 | 12217 |     - |   235M |   0 | 337 | 491 | 495 |   1 |  1 |  41 |  18 |-5.058789e+04 |-5.076900e+04 |   0.36%| unknown
24.30/24.43	c   7.6s|     1 |     0 | 12217 |     - |   235M |   0 | 337 | 491 | 477 |   1 |  1 |  41 |  18 |-5.058789e+04 |-5.076900e+04 |   0.36%| unknown
24.30/24.49	c   7.7s|     1 |     0 | 12259 |     - |   235M |   0 | 337 | 467 | 476 |   2 |  2 |  41 |  18 |-5.061527e+04 |-5.076900e+04 |   0.30%| unknown
24.30/24.49	c   7.7s|     1 |     0 | 12259 |     - |   235M |   0 | 337 | 467 | 461 |   2 |  2 |  41 |  18 |-5.061527e+04 |-5.076900e+04 |   0.30%| unknown
24.40/24.55	c   7.7s|     1 |     0 | 12305 |     - |   235M |   0 | 337 | 448 | 461 |   3 |  3 |  41 |  18 |-5.063517e+04 |-5.076900e+04 |   0.26%| unknown
24.40/24.55	c   7.7s|     1 |     0 | 12305 |     - |   235M |   0 | 337 | 448 | 454 |   3 |  3 |  41 |  18 |-5.063517e+04 |-5.076900e+04 |   0.26%| unknown
24.50/24.60	c   7.8s|     1 |     0 | 12371 |     - |   235M |   0 | 337 | 440 | 455 |   4 |  4 |  41 |  18 |-5.064625e+04 |-5.076900e+04 |   0.24%| unknown
24.50/24.65	c   7.8s|     1 |     0 | 12393 |     - |   235M |   0 | 337 | 440 | 457 |   6 |  5 |  41 |  18 |-5.064765e+04 |-5.076900e+04 |   0.24%| unknown
24.60/24.70	c   7.9s|     1 |     0 | 12448 |     - |   237M |   0 | 337 | 440 | 458 |   7 |  6 |  41 |  18 |-5.066190e+04 |-5.076900e+04 |   0.21%| unknown
24.60/24.70	c   7.9s|     1 |     0 | 12448 |     - |   237M |   0 | 337 | 441 | 453 |   7 |  6 |  42 |  18 |-5.066190e+04 |-5.076900e+04 |   0.21%| unknown
24.60/24.74	c   7.9s|     1 |     0 | 12464 |     - |   237M |   0 | 337 | 436 | 454 |   8 |  7 |  42 |  18 |-5.066425e+04 |-5.076900e+04 |   0.21%| unknown
24.60/24.75	c   7.9s|     1 |     0 | 12464 |     - |   237M |   0 | 337 | 436 | 451 |   8 |  7 |  42 |  18 |-5.066425e+04 |-5.076900e+04 |   0.21%| unknown
24.60/24.79	c   8.0s|     1 |     0 | 12478 |     - |   237M |   0 | 337 | 433 | 452 |   9 |  8 |  42 |  18 |-5.066594e+04 |-5.076900e+04 |   0.20%| unknown
24.70/24.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.70/24.84	c   8.0s|     1 |     0 | 12485 |     - |   238M |   0 | 337 | 433 | 453 |  10 |  9 |  42 |  18 |-5.066620e+04 |-5.076900e+04 |   0.20%| unknown
24.70/24.88	c   8.1s|     1 |     0 | 12500 |     - |   239M |   0 | 337 | 433 | 454 |  11 | 10 |  42 |  18 |-5.066676e+04 |-5.076900e+04 |   0.20%| unknown
24.80/24.92	c   8.1s|     1 |     0 | 12513 |     - |   239M |   0 | 337 | 433 | 455 |  12 | 11 |  42 |  18 |-5.066711e+04 |-5.076900e+04 |   0.20%| unknown
24.80/24.95	c   8.1s|     1 |     0 | 12538 |     - |   239M |   0 | 337 | 433 | 347 |  13 | 12 |  42 |  18 |-5.066841e+04 |-5.076900e+04 |   0.20%| unknown
24.80/24.97	c   8.1s|     1 |     0 | 12566 |     - |   239M |   0 | 337 | 433 | 348 |  14 | 13 |  42 |  18 |-5.067071e+04 |-5.076900e+04 |   0.19%| unknown
24.80/24.97	c   8.1s|     1 |     0 | 12566 |     - |   239M |   0 | 337 | 433 | 345 |  14 | 13 |  42 |  18 |-5.067071e+04 |-5.076900e+04 |   0.19%| unknown
24.80/24.98	c   8.2s|     1 |     0 | 12575 |     - |   239M |   0 | 337 | 430 | 346 |  15 | 14 |  42 |  18 |-5.067106e+04 |-5.076900e+04 |   0.19%| unknown
24.80/25.00	c   8.2s|     1 |     0 | 12587 |     - |   239M |   0 | 337 | 430 | 347 |  16 | 15 |  42 |  18 |-5.067265e+04 |-5.076900e+04 |   0.19%| unknown
24.91/25.01	c   8.2s|     1 |     0 | 12593 |     - |   239M |   0 | 337 | 430 | 348 |  17 | 16 |  42 |  18 |-5.067356e+04 |-5.076900e+04 |   0.19%| unknown
24.91/25.03	c   8.2s|     1 |     0 | 12601 |     - |   239M |   0 | 337 | 430 | 349 |  18 | 17 |  42 |  18 |-5.067452e+04 |-5.076900e+04 |   0.19%| unknown
24.91/25.05	c   8.2s|     1 |     0 | 12623 |     - |   239M |   0 | 337 | 430 | 340 |  19 | 18 |  42 |  18 |-5.067701e+04 |-5.076900e+04 |   0.18%| unknown
24.91/25.05	c   8.2s|     1 |     0 | 12623 |     - |   239M |   0 | 337 | 430 | 338 |  19 | 18 |  42 |  18 |-5.067701e+04 |-5.076900e+04 |   0.18%| unknown
24.91/25.05	c   8.2s|     1 |     0 | 12623 |     - |   239M |   0 | 337 | 399 | 338 |  19 | 18 |  42 |  18 |-5.067701e+04 |-5.076900e+04 |   0.18%| unknown
24.91/25.06	c   8.2s|     1 |     0 | 12633 |     - |   239M |   0 | 337 | 399 | 340 |  21 | 19 |  42 |  18 |-5.067720e+04 |-5.076900e+04 |   0.18%| unknown
24.91/25.08	c   8.3s|     1 |     0 | 12654 |     - |   239M |   0 | 337 | 399 | 341 |  22 | 20 |  42 |  18 |-5.067908e+04 |-5.076900e+04 |   0.18%| unknown
24.91/25.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.91/25.09	c   8.3s|     1 |     0 | 12662 |     - |   239M |   0 | 337 | 399 | 342 |  23 | 21 |  42 |  18 |-5.067917e+04 |-5.076900e+04 |   0.18%| unknown
25.01/25.11	c   8.3s|     1 |     0 | 12681 |     - |   239M |   0 | 337 | 399 | 343 |  24 | 22 |  42 |  18 |-5.068013e+04 |-5.076900e+04 |   0.18%| unknown
25.01/25.12	c   8.3s|     1 |     0 | 12709 |     - |   239M |   0 | 337 | 399 | 344 |  25 | 23 |  42 |  18 |-5.068337e+04 |-5.076900e+04 |   0.17%| unknown
25.01/25.13	c   8.3s|     1 |     0 | 12709 |     - |   239M |   0 | 337 | 399 | 330 |  25 | 23 |  42 |  18 |-5.068337e+04 |-5.076900e+04 |   0.17%| unknown
25.01/25.14	c   8.3s|     1 |     0 | 12721 |     - |   239M |   0 | 337 | 398 | 325 |  26 | 24 |  42 |  18 |-5.068401e+04 |-5.076900e+04 |   0.17%| unknown
25.01/25.14	c   8.3s|     1 |     0 | 12721 |     - |   239M |   0 | 337 | 398 | 324 |  26 | 24 |  42 |  18 |-5.068401e+04 |-5.076900e+04 |   0.17%| unknown
25.01/25.16	c   8.3s|     1 |     0 | 12736 |     - |   239M |   0 | 337 | 397 | 325 |  27 | 25 |  42 |  18 |-5.068454e+04 |-5.076900e+04 |   0.17%| unknown
25.01/25.17	c   8.3s|     1 |     0 | 12745 |     - |   239M |   0 | 337 | 397 | 326 |  28 | 26 |  42 |  18 |-5.068471e+04 |-5.076900e+04 |   0.17%| unknown
25.01/25.19	c   8.4s|     1 |     0 | 12748 |     - |   239M |   0 | 337 | 397 | 327 |  29 | 27 |  42 |  18 |-5.068472e+04 |-5.076900e+04 |   0.17%| unknown
25.10/25.21	c   8.4s|     1 |     0 | 12752 |     - |   239M |   0 | 337 | 397 | 328 |  30 | 28 |  42 |  18 |-5.068472e+04 |-5.076900e+04 |   0.17%| unknown
25.10/25.22	c   8.4s|     1 |     0 | 12754 |     - |   239M |   0 | 337 | 397 | 329 |  31 | 29 |  42 |  18 |-5.068474e+04 |-5.076900e+04 |   0.17%| unknown
25.10/25.24	c   8.4s|     1 |     0 | 12759 |     - |   239M |   0 | 337 | 397 | 324 |  32 | 30 |  42 |  18 |-5.068493e+04 |-5.076900e+04 |   0.17%| unknown
25.10/25.24	c   8.4s|     1 |     0 | 12759 |     - |   239M |   0 | 337 | 395 | 324 |  32 | 30 |  42 |  18 |-5.068493e+04 |-5.076900e+04 |   0.17%| unknown
25.10/25.26	c   8.4s|     1 |     0 | 12763 |     - |   239M |   0 | 337 | 395 | 325 |  33 | 31 |  42 |  18 |-5.068496e+04 |-5.076900e+04 |   0.17%| unknown
25.10/25.27	c   8.4s|     1 |     0 | 12769 |     - |   239M |   0 | 337 | 395 | 326 |  34 | 32 |  42 |  18 |-5.068511e+04 |-5.076900e+04 |   0.17%| unknown
25.10/25.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.10/25.29	c   8.5s|     1 |     0 | 12772 |     - |   239M |   0 | 337 | 395 | 327 |  35 | 33 |  42 |  18 |-5.068516e+04 |-5.076900e+04 |   0.17%| unknown
25.20/25.31	c   8.5s|     1 |     0 | 12778 |     - |   239M |   0 | 337 | 395 | 328 |  36 | 34 |  42 |  18 |-5.068525e+04 |-5.076900e+04 |   0.17%| unknown
25.20/25.33	c   8.5s|     1 |     0 | 12779 |     - |   239M |   0 | 337 | 395 | 329 |  37 | 35 |  42 |  18 |-5.068527e+04 |-5.076900e+04 |   0.17%| unknown
25.20/25.34	c   8.5s|     1 |     0 | 12780 |     - |   239M |   0 | 337 | 395 | 319 |  38 | 36 |  42 |  18 |-5.068531e+04 |-5.076900e+04 |   0.17%| unknown
25.20/25.36	c   8.5s|     1 |     0 | 12785 |     - |   239M |   0 | 337 | 395 | 320 |  39 | 37 |  42 |  18 |-5.068535e+04 |-5.076900e+04 |   0.17%| unknown
25.20/25.38	c   8.6s|     1 |     0 | 12789 |     - |   239M |   0 | 337 | 395 | 321 |  40 | 38 |  42 |  18 |-5.068538e+04 |-5.076900e+04 |   0.16%| unknown
25.30/25.40	c (run 7, node 1) restarting after 135 global fixings of integer variables
25.30/25.40	c 
25.30/25.40	c (restart) converted 28 cuts from the global cut pool into linear constraints
25.30/25.40	c 
25.30/25.40	c presolving:
25.30/25.41	c (round 1, fast)       146 del vars, 15 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 205 chg coeffs, 0 upgd conss, 0 impls, 225 clqs, 0 implints
25.30/25.41	c (round 2, fast)       146 del vars, 16 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 205 chg coeffs, 0 upgd conss, 0 impls, 225 clqs, 0 implints
25.30/25.41	c (round 3, exhaustive) 146 del vars, 16 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 211 chg coeffs, 0 upgd conss, 0 impls, 225 clqs, 0 implints
25.30/25.41	c (round 4, exhaustive) 146 del vars, 16 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 212 chg coeffs, 0 upgd conss, 0 impls, 225 clqs, 0 implints
25.30/25.41	c (round 5, exhaustive) 146 del vars, 16 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 212 chg coeffs, 15 upgd conss, 0 impls, 225 clqs, 0 implints
25.30/25.41	c (round 6, exhaustive) 146 del vars, 19 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 213 chg coeffs, 15 upgd conss, 0 impls, 225 clqs, 0 implints
25.30/25.41	c (round 7, exhaustive) 146 del vars, 19 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 215 chg coeffs, 15 upgd conss, 0 impls, 225 clqs, 0 implints
25.30/25.41	c (round 8, exhaustive) 146 del vars, 20 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 215 chg coeffs, 15 upgd conss, 0 impls, 225 clqs, 0 implints
25.30/25.41	c presolving (9 rounds: 9 fast, 7 medium, 7 exhaustive):
25.30/25.41	c  146 deleted vars, 20 deleted constraints, 3 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 215 changed coefficients
25.30/25.41	c  0 implications, 225 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
25.30/25.41	c presolved problem has 191 variables (191 bin, 0 int, 0 cont) and 406 constraints
25.30/25.41	c      95 constraints of type <knapsack>
25.30/25.41	c     197 constraints of type <setppc>
25.30/25.41	c      12 constraints of type <and>
25.30/25.41	c      61 constraints of type <linear>
25.30/25.41	c      41 constraints of type <logicor>
25.30/25.41	c transformed objective value is always integral (scale: 1)
25.30/25.41	c Presolving Time: 0.17
25.30/25.41	c transformed 4/26 original solutions to the transformed problem space
25.30/25.41	c 
25.30/25.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.30/25.42	c   8.6s|     1 |     0 | 13226 |     - |   239M |   0 | 191 | 406 | 405 |   0 |  0 |  42 |  18 |-5.068663e+04 |-5.076900e+04 |   0.16%| unknown
25.30/25.43	c   8.6s|     1 |     0 | 13226 |     - |   239M |   0 | 191 | 406 | 403 |   0 |  0 |  42 |  18 |-5.068663e+04 |-5.076900e+04 |   0.16%| unknown
25.30/25.48	c   8.7s|     1 |     0 | 13269 |     - |   239M |   0 | 191 | 404 | 404 |   1 |  1 |  42 |  18 |-5.068899e+04 |-5.076900e+04 |   0.16%| unknown
25.40/25.52	c   8.7s|     1 |     0 | 13298 |     - |   239M |   0 | 191 | 404 | 405 |   2 |  2 |  42 |  18 |-5.069105e+04 |-5.076900e+04 |   0.15%| unknown
25.40/25.53	c   8.7s|     1 |     0 | 13298 |     - |   239M |   0 | 191 | 404 | 405 |   2 |  2 |  42 |  18 |-5.069105e+04 |-5.076900e+04 |   0.15%| unknown
25.40/25.58	c   8.8s|     1 |     0 | 13324 |     - |   239M |   0 | 191 | 404 | 406 |   3 |  3 |  42 |  18 |-5.069165e+04 |-5.076900e+04 |   0.15%| unknown
25.50/25.64	c   8.8s|     1 |     0 | 13366 |     - |   239M |   0 | 191 | 404 | 407 |   4 |  4 |  42 |  18 |-5.069797e+04 |-5.076900e+04 |   0.14%| unknown
25.50/25.64	c   8.8s|     1 |     0 | 13366 |     - |   239M |   0 | 191 | 404 | 404 |   4 |  4 |  42 |  18 |-5.069797e+04 |-5.076900e+04 |   0.14%| unknown
25.50/25.69	c   8.9s|     1 |     0 | 13381 |     - |   239M |   0 | 191 | 401 | 405 |   5 |  5 |  42 |  18 |-5.069968e+04 |-5.076900e+04 |   0.14%| unknown
25.50/25.69	c   8.9s|     1 |     0 | 13381 |     - |   239M |   0 | 191 | 401 | 404 |   5 |  5 |  42 |  18 |-5.069968e+04 |-5.076900e+04 |   0.14%| unknown
25.60/25.74	c   8.9s|     1 |     0 | 13400 |     - |   239M |   0 | 191 | 400 | 403 |   6 |  6 |  42 |  18 |-5.070052e+04 |-5.076900e+04 |   0.14%| unknown
25.60/25.79	c   9.0s|     1 |     0 | 13426 |     - |   239M |   0 | 191 | 398 | 404 |   7 |  7 |  42 |  18 |-5.070209e+04 |-5.076900e+04 |   0.13%| unknown
25.60/25.79	c   9.0s|     1 |     0 | 13426 |     - |   239M |   0 | 191 | 398 | 402 |   7 |  7 |  42 |  18 |-5.070209e+04 |-5.076900e+04 |   0.13%| unknown
25.69/25.84	c   9.0s|     1 |     0 | 13451 |     - |   239M |   0 | 191 | 396 | 403 |   8 |  8 |  42 |  18 |-5.070283e+04 |-5.076900e+04 |   0.13%| unknown
25.79/25.90	c   9.1s|     1 |     0 | 13468 |     - |   239M |   0 | 191 | 396 | 404 |   9 |  9 |  42 |  18 |-5.070341e+04 |-5.076900e+04 |   0.13%| unknown
25.79/25.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.79/25.95	c   9.1s|     1 |     0 | 13497 |     - |   241M |   0 | 191 | 396 | 405 |  10 | 10 |  42 |  18 |-5.070377e+04 |-5.076900e+04 |   0.13%| unknown
25.79/25.99	c   9.2s|     1 |     0 | 13515 |     - |   241M |   0 | 191 | 396 | 406 |  11 | 11 |  42 |  18 |-5.070408e+04 |-5.076900e+04 |   0.13%| unknown
25.91/26.03	c   9.2s|     1 |     0 | 13532 |     - |   241M |   0 | 191 | 396 | 407 |  12 | 12 |  42 |  18 |-5.070438e+04 |-5.076900e+04 |   0.13%| unknown
25.91/26.07	c   9.2s|     1 |     0 | 13552 |     - |   241M |   0 | 191 | 396 | 408 |  13 | 13 |  42 |  18 |-5.070469e+04 |-5.076900e+04 |   0.13%| unknown
26.01/26.11	c   9.3s|     1 |     0 | 13580 |     - |   241M |   0 | 191 | 396 | 410 |  15 | 14 |  42 |  18 |-5.070502e+04 |-5.076900e+04 |   0.13%| unknown
26.01/26.12	c   9.3s|     1 |     0 | 13631 |     - |   241M |   0 | 191 | 394 | 410 |  15 | 14 |  44 |  19 |-5.071608e+04 |-5.076900e+04 |   0.10%| unknown
26.01/26.12	c (run 8, node 1) restarting after 25 global fixings of integer variables
26.01/26.12	c 
26.01/26.12	c (restart) converted 14 cuts from the global cut pool into linear constraints
26.01/26.12	c 
26.01/26.12	c presolving:
26.01/26.13	c (round 1, fast)       29 del vars, 30 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 49 chg coeffs, 0 upgd conss, 0 impls, 189 clqs, 0 implints
26.01/26.13	c (round 2, fast)       32 del vars, 34 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 49 chg coeffs, 0 upgd conss, 0 impls, 186 clqs, 0 implints
26.01/26.13	c (round 3, exhaustive) 32 del vars, 34 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 58 chg coeffs, 0 upgd conss, 0 impls, 186 clqs, 0 implints
26.01/26.13	c (round 4, exhaustive) 32 del vars, 34 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 60 chg coeffs, 0 upgd conss, 0 impls, 186 clqs, 0 implints
26.01/26.13	c (round 5, exhaustive) 32 del vars, 34 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 61 chg coeffs, 0 upgd conss, 0 impls, 186 clqs, 0 implints
26.01/26.13	c (round 6, exhaustive) 32 del vars, 34 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 61 chg coeffs, 13 upgd conss, 0 impls, 186 clqs, 0 implints
26.01/26.13	c presolving (7 rounds: 7 fast, 5 medium, 5 exhaustive):
26.01/26.13	c  32 deleted vars, 34 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 61 changed coefficients
26.01/26.13	c  0 implications, 186 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
26.01/26.13	c presolved problem has 159 variables (159 bin, 0 int, 0 cont) and 376 constraints
26.01/26.13	c     106 constraints of type <knapsack>
26.01/26.13	c     159 constraints of type <setppc>
26.01/26.13	c      11 constraints of type <and>
26.01/26.13	c      62 constraints of type <linear>
26.01/26.13	c      38 constraints of type <logicor>
26.01/26.13	c transformed objective value is always integral (scale: 1)
26.01/26.13	c Presolving Time: 0.18
26.01/26.13	c transformed 2/27 original solutions to the transformed problem space
26.01/26.13	c 
26.01/26.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.01/26.14	c   9.3s|     1 |     0 | 14005 |     - |   239M |   0 | 159 | 376 | 375 |   0 |  0 |  44 |  19 |-5.071608e+04 |-5.076900e+04 |   0.10%| unknown
26.01/26.14	c   9.3s|     1 |     0 | 14005 |     - |   239M |   0 | 159 | 376 | 364 |   0 |  0 |  44 |  19 |-5.071608e+04 |-5.076900e+04 |   0.10%| unknown
26.01/26.18	c   9.4s|     1 |     0 | 14030 |     - |   240M |   0 | 159 | 367 | 362 |   1 |  1 |  44 |  19 |-5.072016e+04 |-5.076900e+04 |   0.10%| unknown
26.01/26.18	c   9.4s|     1 |     0 | 14030 |     - |   240M |   0 | 159 | 367 | 359 |   1 |  1 |  44 |  19 |-5.072016e+04 |-5.076900e+04 |   0.10%| unknown
26.09/26.22	c   9.4s|     1 |     0 | 14049 |     - |   240M |   0 | 159 | 361 | 360 |   2 |  2 |  44 |  19 |-5.072414e+04 |-5.076900e+04 |   0.09%| unknown
26.09/26.22	c   9.4s|     1 |     0 | 14049 |     - |   240M |   0 | 159 | 361 | 358 |   2 |  2 |  44 |  19 |-5.072414e+04 |-5.076900e+04 |   0.09%| unknown
26.09/26.26	c   9.4s|     1 |     0 | 14092 |     - |   240M |   0 | 159 | 359 | 359 |   3 |  3 |  44 |  19 |-5.073721e+04 |-5.076900e+04 |   0.06%| unknown
26.09/26.26	c   9.4s|     1 |     0 | 14092 |     - |   240M |   0 | 159 | 359 | 352 |   3 |  3 |  44 |  19 |-5.073721e+04 |-5.076900e+04 |   0.06%| unknown
26.19/26.30	c   9.5s|     1 |     0 | 14114 |     - |   240M |   0 | 159 | 353 | 353 |   4 |  4 |  44 |  19 |-5.074171e+04 |-5.076900e+04 |   0.05%| unknown
26.19/26.34	c   9.5s|     1 |     0 | 14128 |     - |   240M |   0 | 159 | 353 | 354 |   5 |  5 |  44 |  19 |-5.074320e+04 |-5.076900e+04 |   0.05%| unknown
26.19/26.38	c   9.6s|     1 |     0 | 14171 |     - |   240M |   0 | 159 | 353 | 355 |   6 |  6 |  44 |  19 |-5.075675e+04 |-5.076900e+04 |   0.02%| unknown
26.19/26.38	c   9.6s|     1 |     0 | 14171 |     - |   240M |   0 | 159 | 353 | 349 |   6 |  6 |  44 |  19 |-5.075675e+04 |-5.076900e+04 |   0.02%| unknown
26.29/26.41	c   9.6s|     1 |     0 | 14194 |     - |   240M |   0 | 159 | 346 | 350 |   7 |  7 |  44 |  19 |-5.076197e+04 |-5.076900e+04 |   0.01%| unknown
26.29/26.41	c   9.6s|     1 |     0 | 14194 |     - |   240M |   0 | 159 | 346 | 342 |   7 |  7 |  44 |  19 |-5.076197e+04 |-5.076900e+04 |   0.01%| unknown
26.29/26.45	c   9.6s|     1 |     0 | 14209 |     - |   240M |   0 | 159 | 338 | 343 |   8 |  8 |  44 |  19 |-5.076486e+04 |-5.076900e+04 |   0.01%| unknown
26.29/26.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.29/26.45	c   9.6s|     1 |     0 | 14209 |     - |   240M |   0 | 159 | 338 | 340 |   8 |  8 |  44 |  19 |-5.076486e+04 |-5.076900e+04 |   0.01%| unknown
26.29/26.49	c   9.7s|     1 |     0 | 14219 |     - |   240M |   0 | 159 | 335 | 341 |  10 |  9 |  44 |  19 |-5.076900e+04 |-5.076900e+04 |   0.00%| unknown
26.29/26.49	c   9.7s|     1 |     0 | 14219 |     - |   240M |   0 | 159 | 335 | 341 |  10 |  9 |  44 |  19 |-5.076900e+04 |-5.076900e+04 |   0.00%| unknown
26.29/26.49	c 
26.29/26.49	c SCIP Status        : problem is solved [optimal solution found]
26.29/26.49	c Solving Time (sec) : 9.66
26.29/26.49	c Solving Nodes      : 1 (total of 9 nodes in 9 runs)
26.29/26.49	c Primal Bound       : -5.07690000000000e+04 (29 solutions, 2 respecting the objective limit)
26.29/26.49	c Dual Bound         : -5.07690000000000e+04
26.29/26.49	c Gap                : 0.00 %
26.29/26.49	c SCIP status: 1 (OPTIMAL)
26.29/26.49	c SCIP primal bound improved LB: 2985387 -> 2985424
26.29/26.49	c SCIP LP bound tightened UB: 2985874 -> 2985424
26.29/26.49	c pb_solver_status: sst_sat
26.29/26.49	c LB_goalvalue: 2985424
26.29/26.49	c UB_goalvalue: 2985424
26.29/26.49	c findModelForBestValue: pb_solver_status=sst_sat
26.29/26.49	c pb_solver_status: sst_best
26.29/26.49	s OPTIMUM FOUND
26.29/26.49	v -x218 -x220 -x222 -x224 -x226 -x228 -x230 -x232 -x234 -x236 -x238 -x240 -x242 -x244 -x246 -x248 -x250 -x252 -x254 -x256 -x258 -x260 -x262 -x264 -x266 -x268 -x270 -x272 -x274 -x276 -x278 -x280 -x282 -x284 -x286 x288 -x290 -x292 -x294 -x296 -x298 -x300 -x302 -x304 -x306 -x308 -x310 -x312 -x314 -x316 -x318 -x320 -x322 -x324 -x326 -x328 -x330 -x332 -x334 -x336 -x338 -x340 -x342 -x344 -x346 -x348 -x350 -x352 -x354 -x356 -x358 -x360 -x362 -x364 -x366 -x368 -x370 -x372 -x374 -x376 -x378 -x380 -x382 -x384 -x386 -x388 -x390 -x392 -x394 -x396 -x398 -x400 -x402 -x404 -x406 -x408 -x410 -x412 -x414 -x416 -x418 -x420 -x422 -x424 -x426 -x428 -x430 -x432 -x434 -x436 -x438 -x440 -x442 -x444 -x446 -x448 -x450 -x452 -x454 x456 -x458 -x460 -x462 -x464 -x466 -x468 -x470 -x472 -x474 -x476 -x478 -x480 -x482 -x484 -x486 -x488 -x490 -x492 -x494 -x496 -x498 -x500 -x502 -x504 -x506 -x508 -x510 -x512 -x514 -x516 -x518 -x520 -x522 -x524 -x526 -x528 -x530 -x532 -x534 -x535 -x537 -x539 -x541 -x543 -x545 -x547 -x549 -x551 -x553 -x555 -x557 -x559 -x561 -x563 -x565 -x567 -x569 -x571 -x573 -x575 -x577 -x579 -x581 -x583 -x585 -x587 -x589 -x591 -x593 -x595 -x597 -x599 -x601 -x603 -x605 -x607 -x609 -x611 -x613 -x615 -x617 -x619 -x621 -x623 -x625 -x627 -x629 -x631 -x633 -x635 -x637 -x639 -x641 -x643 -x645 -x647 -x649 -x651 -x653 -x655 -x657 -x659 -x661 -x663 -x665 -x667 -x669 -x671 -x673 x675 -x677 -x679 -x681 -x683 -x685 -x687 -x689 -x691 -x693 -x695 -x697 -x699 -x701 -x703 -x705 -x707 -x709 -x711 -x713 -x715 -x717 -x719 -x721 -x723 -x725 -x727 -x729 -x731 -x733 -x735 -x737 -x739 -x741 -x743 -x745 -x747 -x749 -x751 -x753 -x755 -x757 -x759 -x761 -x763 -x765 -x767 -x769 x771 -x773 -x775 -x777 -x779 -x781 -x783 -x785 -x787 -x789 -x791 -x793 -x795 -x797 x798 -x800 -x802 -x804 -x806 -x808 -x810 -x812 -x814 -x816 -x818 -x820 -x822 -x824 -x826 -x828 -x830 -x832 -x834 -x836 -x838 -x840 -x842 -x844 -x846 -x848 -x850 -x852 -x854 -x856 -x858 -x860 -x862 -x864 -x866 -x868 -x870 -x872 -x874 -x876 -x878 -x880 -x882 -x884 -x886 -x888 -x890 -x892 -x894 -x896 -x898 -x900 -x902 -x904 x906 -x908 -x910 -x912 -x914 -x916 -x918 -x920 -x922 -x924 -x926 -x928 -x930 -x932 -x934 -x936 -x938 -x940 -x942 -x944 -x946 -x948 -x950 -x952 -x954 -x956 -x958 -x960 -x962 -x964 -x966 -x968 -x970 -x972 -x974 -x976 -x978 x980 -x982 -x984 -x986 -x988 -x990 -x992 -x994 -x996 -x998 -x1000 -x1002 -x1004 -x1006 -x1008 -x1010 -x1012 -x1014 -x1016 -x1018 -x1020 -x1022 -x1024 -x1026 -x1028 -x1030 -x1032 -x1034 -x1036 -x1038 -x1040 -x1042 -x1044 -x1046 -x1048 -x1050 -x1052 -x1054 -x1056 -x1058 -x1060 -x1062 -x1064 -x1066 -x1068 -x1070 -x1072 -x1074 -x1076 -x1078 -x1080 -x1082 -x1084 -x1086 -x1088 -x1090 -x1092 -x1094 -x1096 -x1098 -x1100 -x1102 -x1104 -x1106 -x1108 -x1110 -x1112 -x1114 -x1116 -x1117 -x1119 -x1121 -x1123 -x1125 -x1127 -x1129 -x1131 -x1133 -x1135 -x1137 -x1139 -x1141 -x1143 -x1145 -x1147 -x1149 x1151 -x1153 -x1155 -x1157 -x1159 -x1161 -x1163 -x1165 -x1167 -x1169 -x1171 -x1173 -x1175 -x1177 -x1179 -x1181 -x1183 -x1185 -x1187 -x1189 -x1191 -x1193 -x1195 -x1197 -x1199 -x1201 -x1203 -x1205 -x1207 -x1209 -x1211 -x1213 -x1215 -x1217 -x1219 -x1221 -x1222 -x1224 -x1226 -x1228 -x1230 -x1232 -x1234 -x1236 -x1238 -x1240 -x1242 -x1244 -x1246 -x1248 -x1250 -x1252 -x1254 -x1256 -x1258 -x1260 -x1262 -x1264 -x1266 -x1268 -x1270 -x1272 -x1274 -x1276 -x1278 -x1280 -x1282 -x1284 -x1286 -x1288 -x1290 -x1292 -x1294 -x1296 -x1298 -x1300 -x1302 -x1304 -x1306 -x1308 -x1310 -x1312 -x1314 -x1316 -x1318 -x1320 -x1322 -x1324 -x1326 -x1328 -x1330 -x1332 -x1334 -x1336 x1338 -x1340 -x1342 -x1344 -x1346 -x1348 -x1350 -x1352 -x1354 -x1356 -x1358 -x1360 -x1362 -x1364 -x1366 -x1368 -x1370 -x1372 -x1374 -x1376 -x1378 -x1380 -x1382 -x1384 -x1386 -x1388 -x1390 -x1392 -x1394 -x1396 -x1398 -x1400 -x1402 -x1404 -x1406 -x1408 -x1410 -x1412 -x1414 -x1416 -x1418 -x1420 -x1422 -x1424 -x1426 -x1428 -x1430 -x1432 -x1434 -x1436 -x1438 -x1440 -x1442 -x1444 -x1446 -x1448 -x1450 -x1452 -x1454 -x1456 -x1458 -x1460 -x1462 -x1464 x1466 -x1468 -x1470 -x1472 -x1474 -x1476 -x1478 -x1480 -x1482 -x1484 -x1486 -x1488 -x1490 -x1492 -x1494 -x1496 -x1498 -x1500 -x1502 -x1504 -x1506 -x1508 -x1510 -x1512 -x1514 -x1516 -x1518 -x1520 -x1522 -x1524 -x1526 -x1528 -x1530 -x1532 -x1534 -x1536 -x1538 -x1540 -x1542 -x1544 -x1546 -x1548 -x1550 -x1552 -x1554 -x1556 -x1558 x1560 -x1562 -x1564 -x1566 -x1568 -x1570 -x1572 -x1574 -x1576 -x1578 -x1580 -x1582 -x1584 -x1586 -x1588 -x1590 -x1592 -x1594 -x1596 -x1598 -x1600 -x1602 -x1604 -x1606 -x1608 -x1610 -x1612 -x1614 -x1616 -x1618 -x1620 -x1622 -x1624 -x1626 -x1628 -x1630 -x1632 -x1634 -x1636 -x1638 -x1640 -x1642 -x1644 -x1646 -x1648 -x1650 -x1652 -x1654 x1656 -x1658 -x1660 -x1662 -x1664 -x1666 -x1668 -x1670 -x1672 -x1674 -x1676 -x1678 -x1680 -x1682 -x1684 -x1686 -x1688 -x1690 -x1692 -x1694 -x1696 -x1698 -x1700 -x1702 -x1704 -x1706 -x1708 -x1710 -x1712 -x1714 -x1716 -x1718 -x1720 -x1722 -x1724 -x1726 -x1728 -x1730 -x1732 -x1734 -x1736 -x1738 -x1740 -x1742 -x1744 -x1746 -x1748 -x1750 -x1752 -x1754 -x1756 -x1758 -x1760 -x1762 -x1764 -x1766 -x1768 -x1770 -x1772 -x1774 -x1776 -x1778 -x1780 -x1782 -x1784 -x1786 -x1788 -x1790 -x1792 -x1794 -x1796 -x1798 -x1800 -x1802 -x1804 -x1806 -x1808 -x1810 -x1812 -x1814 -x1816 -x1818 -x1820 -x1822 -x1824 -x1826 -x1828 -x1830 -x1832 -x1834 -x1836 -x1838 -x1840 -x1842 -x1844 -x1846 -x1848 -x1850 -x1852 -x1854 -x1856 -x1858 -x1860 -x1862 -x1864 -x1866 -x1868 -x1870 -x1872 -x1874 -x1876 -x1878 -x1880 -x1882 -x1884 -x1886 -x1888 -x1890 -x1892 -x1894 -x1896 -x1898 -x1900 -x1902 -x1904 -x1906 -x1908 -x1910 -x1912 -x1914 -x1916 -x1918 -x1920 -x1922 -x1924 -x1926 -x1928 -x1930 -x1932 -x1934 -x1936 -x1938 -x1940 -x1942 -x1944 -x1946 -x1948 -x1950 -x1952 -x1954 -x1956 -x1958 -x1960 -x1962 -x1964 -x1966 -x1968 -x1970 -x1972 -x1974 x1976 -x1978 -x1980 -x1982 -x1984 -x1986 -x1988 -x1990 -x1992 -x1994 -x1996 -x1998 -x2000 -x2002 -x2004 -x2006 -x2008 -x2010 -x2012 -x2014 -x2016 -x2018 -x2020 -x2022 -x2024 -x2026 -x2028 -x2030 -x2032 -x2034 -x2036 -x2038 -x2040 -x2042 -x2044 -x2046 -x2048 -x2050 -x2052 -x2054 -x2056 -x2058 -x2060 -x2062 -x2064 -x2066 -x2068 -x2070 x2072 -x2074 -x2076 -x2078 -x2080 -x2082 -x2084 -x2086 -x2088 -x2090 -x2092 -x2094 -x2096 -x2098 -x2100 -x2102 -x2104 -x2106 -x2108 -x2110 -x2112 -x2114 -x2116 -x2118 -x2120 -x2122 -x2124 -x2126 -x2128 -x2130 -x2132 -x2134 -x2136 -x2138 -x2140 -x2142 -x2144 -x2146 -x2148 -x2150 -x2152 -x2154 -x2156 -x2158 -x2160 -x2162 -x2164 -x2166 -x2168 -x2170 -x2172 -x2174 -x2176 -x2178 -x2180 -x2182 -x2184 -x2186 -x2188 -x2190 -x2192 -x2194 -x2196 -x2198 -x2200 -x2202 -x2204 -x2206 -x2208 -x2210 -x2212 -x2214 -x2216 -x2218 -x2220 -x2222 -x2224 -x2226 -x2228 -x2230 -x2232 -x2234 -x2236 -x2238 -x2240 -x2242 -x2244 -x2246 -x2248 -x2250 -x2252 -x2254 -x2256 -x2258 -x2260 -x2262 -x2264 -x2266 -x2268 -x2270 -x2272 -x2274 -x2276 -x2278 -x2280 -x2282 -x2284 -x2286 -x2288 -x2290 x2292 -x2294 -x2296 -x2298 -x2300 -x2302 -x2304 -x2306 -x2308 -x2310 -x2312 -x2314 -x2316 -x2318 -x2320 -x2322 -x2324 -x2326 -x2328 -x2330 -x2332 -x2334 -x2336 -x2338 -x2340 -x2342 -x2344 -x2346 -x2348 -x2350 -x2352 -x2354 -x2356 -x2358 -x2360 -x2362 -x2364 -x2366 -x2368 -x2370 -x2372 -x2374 -x2376 -x2378 -x2380 -x2382 -x2384 -x2386 -x2388 -x2390 -x2392 -x2394 -x2396 -x2398 -x2400 -x2402 -x2404 -x2406 -x2408 -x2410 -x2412 -x2414 -x2416 -x2418 -x2420 -x2422 -x2424 -x2426 -x2428 -x2430 -x2432 -x2434 -x2436 -x2438 -x2440 -x2442 -x2444 -x2446 -x2448 -x2450 -x2452 -x2454 -x2456 -x2458 -x2460 -x2462 -x2464 -x2466 -x2468 -x2470 -x2472 -x2474 -x2476 -x2478 -x2480 -x2482 -x2484 -x2486 -x2488 -x2490 -x2492 -x2494 -x2496 -x2498 -x2500 -x2502 -x2504 -x2506 -x2508 -x2510 -x2512 -x2514 -x2516 -x2518 -x2520 -x2522 -x2524 -x2526 -x2528 -x2530 -x2532 -x2534 -x2536 -x2538 -x2540 -x2542 -x2544 -x2546 -x2548 -x2550 -x2552 -x2554 -x2556 -x2558 -x2560 -x2562 -x2564 -x2566 -x2568 -x2570 -x2572 -x2574 -x2576 -x2578 -x2580 -x2582 -x2584 -x2586 -x2588 -x2590 -x2592 -x2594 -x2596 -x2598 -x2600 -x2602 -x2604 -x2606 -x2608 -x2610 -x2612 -x2614 -x2616 -x2618 -x2620 -x2622 x2624 -x2626 -x2628 -x2630 -x2632 -x2634 -x2636 -x2638 -x2640 -x2642 -x2644 -x2646 -x2648 -x2650 -x2652 -x2654 -x2656 -x2658 -x2660 -x2662 -x2664 -x2666 -x2668 -x2670 -x2672 -x2674 -x2676 -x2678 -x2680 -x2682 -x2684 -x2686 -x2688 -x2690 -x2692 -x2694 -x2696 x2697 -x2699 -x2701 -x2703 -x2705 -x2707 -x2709 -x2711 -x2713 -x2715 -x2717 -x2719 -x2721 -x2723 -x2725 -x2727 -x2729 -x2731 -x2733 -x2735 -x2737 -x2739 -x2741 -x2743 -x2745 -x2747 -x2749 -x2751 -x2753 -x2755 -x2757 -x2759 -x2761 -x2763 -x2765 -x2767 -x2769 -x2771 -x2773 -x2775 -x2777 -x2779 -x2781 -x2783 -x2785 -x2787 -x2789 -x2791 -x2793 -x2795 -x2797 -x2799 -x2801 -x2803 -x2805 -x2807 -x2809 -x2811 -x2813 -x2815 -x2817 -x2819 -x2821 -x2823 -x2825 -x2827 -x2829 -x2831 -x2833 -x2835 -x2837 -x2839 -x2841 -x2843 -x2845 -x2847 -x2849 -x2851 -x2853 -x2855 -x2857 -x2859 -x2861 -x2863 -x2865 -x2867 -x2869 -x2871 -x2873 -x2875 -x2877 -x2879 -x2881 -x2883 -x2885 -x2887 -x2889 -x2891 -x2893 -x2895 -x2897 -x2899 -x2901 -x2903 -x2905 -x2907 -x2909 -x2911 -x2913 -x2915 -x2917 -x2919 -x2921 -x2923 -x2925 -x2927 -x2929 -x2931 -x2933 -x2935 -x2937 -x2939 -x2941 -x2943 -x2945 -x2947 -x2949 -x2951 -x2953 -x2955 -x2957 -x2959 -x2961 -x2963 -x2965 -x2967 -x2969 -x2971 -x2973 -x2975 -x2977 -x2979 -x2981 -x2983 -x2985 -x2987 -x2989 -x2991 -x2993 -x2995 -x2997 -x2999 -x3001 -x3003 -x3005 -x3007 -x3009 -x3011 -x3013 -x3014 x3016 -x3018 -x3020 -x3022 -x3024 -x3026 -x3028 -x3030 -x3032 -x3034 -x3036 -x3038 -x3040 -x3042 -x3044 -x3046 -x3048 -x3050 -x3052 -x3054 -x3056 -x3058 -x3060 -x3062 -x3064 -x3066 -x3068 -x3070 -x3072 -x3074 -x3076 -x3078 -x3080 -x3082 -x3084 -x3086 -x3088 -x3090 -x3092 -x3094 -x3096 -x3098 -x3100 -x3102 -x3104 -x3106 -x3108 -x3110 -x3112 -x3114 -x3116 -x3118 -x3120 -x3122 -x3124 -x3126 -x3128 -x3130 -x3132 -x3134 -x3136 -x3138 -x3140 -x3142 -x3144 -x3146 -x3148 -x3150 -x3152 -x3154 -x3156 -x3158 -x3160 -x3162 -x3164 -x3166 -x3168 -x3170 -x3172 -x3174 -x3176 -x3178 -x3180 -x3182 -x3184 -x3185 -x3187 -x3189 -x3191 -x3193 -x3195 -x3197 -x3199 -x3201 -x3203 -x3205 -x3207 -x3209 -x3211 -x3213 -x3215 -x3217 -x3219 -x3221 -x3223 -x3225 -x3227 -x3229 -x3231 -x3233 -x3235 -x3237 -x3239 -x3241 -x3243 -x3245 -x3247 -x3249 -x3251 -x3253 -x3255 -x3257 -x3259 -x3261 -x3263 -x3265 -x3267 -x3269 -x3271 -x3273 -x3275 -x3277 -x3279 -x3281 -x3283 -x3285 -x3287 -x3289 -x3291 -x3293 -x3295 -x3297 -x3299 -x3301 -x3303 -x3305 -x3307 -x3309 -x3311 -x3313 -x3315 -x3317 -x3319 -x3321 -x3323 -x3325 -x3327 -x3329 -x3331 -x3333 -x3335 -x3337 -x3339 -x3341 -x3343 -x3345 -x3347 -x3349 -x3351 -x3353 -x3355 -x3357 -x3359 -x3361 -x3363 -x3365 -x3367 -x3369 -x3371 -x3373 -x3375 -x3377 -x3379 -x3381 -x3383 -x3385 -x3387 -x3389 -x3391 -x3393 x3395 -x3397 -x3399 -x3401 -x3403 -x3405 -x3407 -x3409 -x3411 -x3413 -x3415 -x3417 -x3419 -x3421 -x3423 -x3425 -x3427 -x3429 -x3431 -x3433 x3435 -x3437 -x3439 -x3441 -x3443 -x3445 -x3447 -x3449 -x3451 -x3453 -x3455 -x3457 -x3459 -x3461 -x3463 -x3465 -x3467 -x3469 x3471 -x3473 -x3475 -x3477 -x3479 -x3481 -x3483 -x3485 -x3487 -x3489 -x3491 -x3493 -x3495 -x3497 -x3499 -x3501 -x3503 -x3505 -x3507 -x3509 -x3511 -x3513 -x3515 -x3517 -x3519 -x3521 -x3523 -x3525 -x3527 -x3529 -x3531 -x3533 -x3535 -x3537 -x3539 -x3541 -x3543 -x3545 -x3547 -x3549 -x3551 -x3553 -x3555 -x3557 -x3558 -x3560 -x3562 -x3564 -x3566 -x3568 -x3570 -x3572 -x3574 -x3575 -x3577 -x3579 -x3581 -x3583 -x3585 -x3587 -x3589 -x3591 -x3593 -x3595 -x3597 -x3599 -x3601 -x3603 -x3605 -x3607 -x3609 -x3611 -x3613 -x3615 -x3617 -x3619 -x3621 -x3623 -x3625 -x3627 -x3629 -x3631 -x3633 x3635 x3637 -x3639 -x3641 -x3643 -x3645 x3647 -x3649 -x3651 -x3653 -x3655 -x3657 -x3659 -x3661 -x3663 -x3665 -x3667 -x3669 -x3671 -x3673 -x3675 -x3676 -x3678 -x3680 -x3682 -x3684 -x3686 -x3688 -x3690 -x3692 -x3694 -x3696 -x3698 -x3700 -x3702 -x3704 -x3706 -x3708 -x3710 -x3712 -x3714 -x3716 -x3718 -x3719 -x3721 -x3722 -x3724 -x3726 -x3728 -x3730 -x3732 -x3734 -x3736 -x3738 -x3740 -x3742 -x3744 -x3746 -x3748 -x3750 -x3752 -x3754 -x3756 -x3758 -x3760 -x3762 -x3764 -x3766 -x3768 -x3770 -x3772 -x3774 -x3776 -x3778 -x3780 -x3781 -x3783 -x3784 -x3785 -x3787 -x3789 -x3791 -x3793 -x3795 -x3797 -x3799 -x3801 -x3803 -x3805 -x3807 -x3809 -x3811 -x3813 -x3815 -x3817 -x3819 -x3821 -x3823 -x3825 -x3827 -x3829 -x3831 x3833 -x3835 -x3837 -x3839 -x3841 -x3843 -x3845 -x3847 -x3849 -x3851 x3853 -x3855 -x3857 -x3859 -x3861 -x3863 x3865 -x3867 -x3869 -x3871 x3873 -x3875 -x3877 -x3879 -x3881 -x3883 -x3885 -x3887 -x3889 -x3891 -x3893 -x3895 -x3897 -x3899 -x3901 x3903 x3905 x3907 -x3909 -x3911 -x3913 -x3915 -x3917 -x3919 -x3921 -x3923 -x3925 -x3927 -x3929 -x3931 x3933 -x3935 -x3937 x3939 x3941 -x3943 -x3945 -x217 -x1 -x219 -x221 -x223 -x225 -x227 -x229 -x231 -x2 -x233 -x235 -x237 -x3 -x239 -x241 -x243 -x245 -x247 -x249 -x251 -x4 -x253 -x255 -x257 -x259 -x261 -x263 -x265 -x267 -x269 -x271 -x273 -x275 -x277 -x279 -x281 -x283 -x285 x287 -x289 -x291 -x293 -x295 -x297 -x299 -x301 -x303 -x305 -x307 -x309 -x311 -x313 -x315 -x317 -x319 -x321 -x323 -x325 -x327 -x5 -x329 -x331 -x333 -x335 -x337 -x339 -x341 -x343 -x345 -x347 -x349 -x6 -x351 -x353 -x355 -x357 -x359 -x361 -x363 -x7 -x365 -x367 -x369 -x8 -x371 -x373 -x375 -x377 -x379 -x381 -x383 -x9 -x385 -x387 -x389 -x10 -x391 -x393 -x395 -x11 -x397 -x399 -x401 -x403 -x405 -x407 -x409 -x12 -x411 -x413 -x415 -x13 -x417 -x419 -x421 -x14 -x423 -x425 -x427 -x15 -x429 -x16 -x431 -x17 -x433 -x435
26.29/26.49	v -x437 -x18 -x439 -x441 -x443 -x19 -x445 -x447 -x449 -x451 -x453 x455 -x457 -x459 -x461 -x463 -x465 -x467 -x469 -x471 -x20 -x473 -x475 -x477 -x21 -x479 -x481 -x483 -x22 -x485 -x487 -x489 -x491 -x493 -x495 -x497 -x23 -x499 -x501 -x503 -x24 -x505 -x507 -x509 -x511 -x513 -x515 -x517 -x519 -x521 -x523 -x525 -x25 -x527 -x529 -x531 -x533 -x536 -x538 -x26 -x540 -x542 -x544 -x27 -x546 -x548 -x550 -x28 -x552 -x554 -x556 -x558 -x560 -x562 -x564 -x29 -x566 -x568 -x570 -x30 -x572 -x574 -x576 -x578 -x580 -x582 -x584 -x31 -x586 -x588 -x590 -x592 -x594 -x596 -x598 -x600 -x602 -x604 -x606 -x608 -x610 -x612 -x614 -x616 -x618 -x620 -x622 -x624 -x626 -x628 -x630 -x632 -x634 -x636 -x638 -x640 -x642 -x644 -x646 -x648 -x650 -x652 -x654 -x656 -x658 -x660 -x662 -x664 -x666 -x668 -x670 -x672 x674 -x676 -x32 -x678 -x680 -x682 -x684 -x686 -x688 -x690 -x692 -x694 -x696 -x698 -x33 -x700 -x702 -x704 -x706 -x708 -x34 -x710 -x712 -x714 -x716 -x718 -x720 -x722 -x724 -x726 -x728 -x730 -x35 -x732 -x734 -x736 -x738 -x740 -x742 -x744 -x746 -x748 -x750 -x752 -x754 -x756 -x758 -x760 -x762 -x764 -x766 -x768 x770 -x772 -x774 -x776 -x778 -x780 -x782 -x784 -x786 -x788 -x790 -x792 -x794 -x796 -x799 -x801 -x803 -x805 -x807 -x809 -x811 -x813 -x815 -x817 -x819 -x821 -x823 -x825 -x827 -x829 -x831 -x833 -x835 -x837 -x839 -x841 -x843 -x845 -x847 -x849 -x851 -x853 -x855 -x857 -x859 -x36 -x861 -x863 -x865 -x867 -x869 -x871 -x873 -x875 -x877 -x879 -x881 -x883 -x885 -x887 -x889 -x37 -x891 -x893 -x895 -x897 -x899 -x901 -x903 x905 -x907 -x909 -x38 -x911 -x913 -x915 -x39 -x917 -x919 -x921 -x923 -x925 -x927 -x929 -x40 -x931 -x933 -x935 -x937 -x939 -x941 -x943 -x945 -x947 -x949 -x951 -x953 -x955 -x957 -x959 -x961 -x963 -x965 -x967 -x969 -x971 -x973 -x975 -x977 x979 -x981 -x983 -x985 -x987 -x989 -x991 -x993 -x995 -x997 -x999 -x1001 -x1003 -x1005 -x1007 -x1009 -x1011 -x1013 -x41 -x1015 -x1017 -x1019 -x1021 -x1023 -x1025 -x1027 -x42 -x1029 -x1031 -x1033 -x1035 -x1037 -x1039 -x1041 -x43 -x1043 -x1045 -x1047 -x1049 -x1051 -x1053 -x1055 -x44 -x1057 -x1059 -x1061 -x45 -x1063 -x1065 -x1067 -x46 -x1069 -x1071 -x1073 -x1075 -x1077 -x1079 -x1081 -x47 -x1083 -x1085 -x1087 -x1089 -x1091 -x1093 -x1095 -x48 -x1097 -x1099 -x1101 -x49 -x1103 -x1105 -x1107 -x1109 -x1111 -x1113 -x1115 -x1118 -x1120 -x1122 -x50 -x1124 -x1126 -x1128 -x51 -x1130 -x1132 -x1134 -x52 -x1136 -x1138 -x1140 -x53 -x1142 -x1144 -x1146 -x54 -x1148 -x55 x1150 x56 -x1152 -x1154 -x1156 -x57 -x1158 -x1160 -x1162 -x58 -x1164 -x1166 -x1168 -x59 -x1170 -x1172 -x1174 -x1176 -x1178 -x1180 -x1182 -x60 -x1184 -x1186 -x1188 -x1190 -x1192 -x1194 -x1196 -x61 -x1198 -x1200 -x1202 -x62 -x1204 -x1206 -x1208 -x63 -x1210 -x1212 -x1214 -x1216 -x1218 -x1220 -x64 -x1223 -x1225 -x1227 -x1229 -x1231 -x1233 -x1235 -x65 -x1237 -x1239 -x1241 -x1243 -x1245 -x1247 -x1249 -x66 -x1251 -x1253 -x1255 -x67 -x1257 -x1259 -x1261 -x1263 -x1265 -x1267 -x1269 -x1271 -x1273 -x1275 -x1277 -x68 -x1279 -x1281 -x1283 -x1285 -x1287 -x69 -x1289 -x1291 -x1293 -x1295 -x1297 -x70 -x1299 -x1301 -x1303 -x1305 -x1307 -x1309 -x1311 -x1313 -x1315 -x1317 -x1319 -x1321 -x1323 -x1325 -x1327 -x1329 -x1331 -x1333 -x1335 x1337 -x1339 -x1341 -x1343 -x1345 -x1347 -x1349 -x1351 -x1353 -x1355 -x1357 -x1359 -x1361 -x1363 -x1365 -x1367 -x1369 -x1371 -x1373 -x1375 -x1377 -x1379 -x1381 -x71 -x1383 -x1385 -x1387 -x1389 -x1391 -x1393 -x1395 -x1397 -x1399 -x1401 -x1403 -x1405 -x1407 -x1409 -x1411 -x72 -x1413 -x1415 -x1417 -x1419 -x1421 -x1423 -x1425 -x1427 -x1429 -x1431 -x1433 -x1435 -x1437 -x1439 -x1441 -x1443 -x1445 -x1447 -x1449 -x1451 -x1453 -x1455 -x1457 -x1459 -x1461 -x1463 x1465 -x1467 -x1469 -x1471 -x1473 -x1475 -x1477 -x1479 -x1481 -x1483 -x1485 -x1487 -x1489 -x1491 -x1493 -x1495 -x1497 -x1499 -x1501 -x1503 -x73 -x1505 -x1507 -x1509 -x1511 -x1513 -x1515 -x1517 -x74 -x1519 -x1521 -x1523 -x75 -x1525 -x1527 -x1529 -x76 -x1531 -x1533 -x1535 -x1537 -x1539 -x1541 -x1543 -x77 -x1545 -x1547 -x1549 -x1551 -x1553 -x1555 -x1557 x1559 -x1561 -x1563 -x1565 -x1567 -x1569 -x1571 -x1573 -x1575 -x1577 -x1579 -x78 -x1581 -x1583 -x1585 -x1587 -x1589 -x1591 -x1593 -x79 -x1595 -x1597 -x1599 -x80 -x1601 -x1603 -x1605 -x81 -x1607 -x1609 -x1611 -x1613 -x1615 -x1617 -x1619 -x82 -x1621 -x1623 -x1625 -x1627 -x1629 -x1631 -x1633 -x83 -x1635 -x1637 -x1639 -x84 -x1641 -x1643 -x1645 -x1647 -x1649 -x1651 -x1653 x1655 -x1657 -x1659 -x1661 -x1663 -x1665 -x1667 -x85 -x1669 -x1671 -x1673 -x86 -x1675 -x1677 -x1679 -x87 -x1681 -x1683 -x1685 -x88 -x1687 -x89 -x1689 -x90 -x1691 -x1693 -x1695 -x91 -x1697 -x1699 -x1701 -x92 -x1703 -x1705 -x1707 -x93 -x1709 -x1711 -x1713 -x94 -x1715 -x1717 -x1719 -x95 -x1721 -x1723 -x1725 -x96 -x1727 -x1729 -x1731 -x1733 -x1735 -x1737 -x1739 -x97 -x1741 -x1743 -x1745 -x1747 -x1749 -x1751 -x1753 -x98 -x1755 -x1757 -x1759 -x1761 -x1763 -x1765 -x1767 -x99 -x1769 -x1771 -x1773 -x1775 -x1777 -x1779 -x100 -x1781 -x1783 -x1785 -x101 -x1787 -x1789 -x1791 -x102 -x1793 -x1795 -x1797 -x1799 -x1801 -x1803 -x1805 -x103 -x1807 -x1809 -x1811 -x1813 -x1815 -x1817 -x1819 -x1821 -x1823 -x1825 -x1827 -x1829 -x1831 -x1833 -x1835 -x104 -x1837 -x1839 -x1841 -x1843 -x1845 -x1847 -x1849 -x1851 -x1853 -x1855 -x1857 -x105 -x1859 -x1861 -x1863 -x1865 -x1867 -x1869 -x1871 -x1873 -x1875 -x1877 -x1879 -x106 -x1881 -x1883 -x1885 -x1887 -x1889 -x107 -x1891 -x1893 -x1895 -x1897 -x1899 -x108 -x1901 -x1903 -x1905 -x1907 -x1909 -x1911 -x1913 -x1915 -x1917 -x1919 -x1921 -x109 -x1923 -x1925 -x1927 -x1929 -x1931 -x1933 -x1935 -x1937 -x1939 -x1941 -x1943 -x110 -x1945 -x1947 -x1949 -x1951 -x1953 -x1955 -x1957 -x1959 -x1961 -x1963 -x1965 -x1967 -x1969 -x1971 -x1973 x1975 -x1977 -x1979 -x1981 -x1983 -x1985 -x1987 -x1989 -x1991 -x1993 -x1995 -x1997 -x1999 -x2001 -x2003 -x2005 -x2007 -x2009 -x2011 -x2013 -x2015 -x2017 -x2019 -x2021 -x2023 -x2025 -x2027 -x2029 -x2031 -x2033 -x2035 -x2037 -x2039 -x2041 -x2043 -x2045 -x2047 -x2049 -x2051 -x2053 -x2055 -x2057 -x2059 -x2061 -x2063 -x2065 -x2067 -x2069 x2071 -x2073 -x2075 -x2077 -x2079 -x2081 -x2083 -x2085 -x2087 -x2089 -x2091 -x2093 -x2095 -x2097 -x2099 -x2101 -x2103 -x2105 -x2107 -x2109 -x2111 -x2113 -x111 -x2115 -x2117 -x2119 -x2121 -x2123 -x2125 -x2127 -x112 -x2129 -x2131 -x2133 -x2135 -x2137 -x2139 -x2141 -x113 -x2143 -x2145 -x2147 -x2149 -x2151 -x2153 -x2155 -x2157 -x2159 -x2161 -x2163 -x114 -x2165 -x2167 -x2169 -x115 -x2171 -x2173 -x2175 -x116 -x2177 -x2179 -x2181 -x2183 -x2185 -x2187 -x2189 -x117 -x2191 -x2193 -x2195 -x2197 -x2199 -x2201 -x2203 -x118 -x2205 -x2207 -x2209 -x2211 -x2213 -x2215 -x2217 -x2219 -x2221 -x2223 -x2225 -x2227 -x2229 -x2231 -x2233 -x2235 -x2237 -x2239 -x2241 -x2243 -x2245 -x2247 -x2249 -x2251 -x2253 -x2255 -x2257 -x2259 -x2261 -x2263 -x2265 -x2267 -x2269 -x2271 -x2273 -x2275 -x2277 -x2279 -x2281 -x2283 -x2285 -x2287 -x2289 x2291 -x2293 -x2295 -x2297 -x2299 -x2301 -x2303 -x119 -x2305 -x2307 -x2309 -x2311 -x2313 -x2315 -x2317 -x2319 -x2321 -x2323 -x2325 -x120 -x2327 -x2329 -x2331 -x2333 -x2335 -x2337 -x2339 -x2341 -x2343 -x2345 -x2347 -x121 -x2349 -x2351 -x2353 -x2355 -x2357 -x2359 -x2361 -x2363 -x2365 -x2367 -x2369 -x122 -x2371 -x2373 -x2375 -x123 -x2377 -x2379 -x2381 -x124 -x2383 -x2385 -x2387 -x2389 -x2391 -x2393 -x2395 -x125 -x2397 -x2399 -x2401 -x2403 -x2405 -x2407 -x2409 -x2411 -x2413 -x2415 -x2417 -x126 -x2419 -x2421 -x2423 -x2425 -x2427 -x2429 -x2431 -x2433 -x2435 -x2437 -x2439 -x127 -x2441 -x2443 -x128 -x2445 -x2447 -x2449 -x129 -x2451 -x2453 -x2455 -x2457 -x2459 -x2461 -x2463 -x2465 -x2467 -x2469 -x2471 -x2473 -x2475 -x2477 -x2479 -x130 -x2481 -x2483 -x2485 -x131 -x2487 -x2489 -x2491 -x132 -x2493 -x2495 -x2497 -x2499 -x2501 -x133 -x2503 -x134 -x2505 -x135 -x2507 -x2509 -x2511 -x2513 -x2515 -x136 -x2517 -x2519 -x2521 -x137 -x2523 -x2525 -x2527 -x138 -x2529 -x2531 -x2533 -x139 -x2535 -x2537 -x2539 -x2541 -x2543 -x2545 -x2547 -x2549 -x2551 -x2553 -x2555 -x2557 -x2559 -x2561 -x2563 -x140 -x2565 -x2567 -x2569 -x141 -x2571 -x2573 -x2575 -x142 -x2577 -x2579 -x2581 -x2583 -x2585 -x2587 -x2589 -x143 -x2591 -x2593 -x2595 -x144 -x2597 -x2599 -x2601 -x145 -x2603 -x2605 -x2607 -x2609 -x2611 -x2613 -x2615 -x2617 -x2619 -x2621 x2623 -x2625 -x2627 -x2629 -x146 -x2631 -x2633 -x2635 -x2637 -x2639 -x2641 -x2643 -x147 -x2645 -x2647 -x2649 -x2651 -x2653 -x2655 -x2657 -x2659 -x2661 -x2663 -x2665 -x2667 -x2669 -x2671 -x2673 -x2675 -x2677 -x2679 -x2681 -x2683 -x2685 -x2687 -x2689 -x2691 -x2693 -x2695 -x2698 -x2700 -x2702 -x2704 -x2706 -x2708 -x2710 -x2712 -x2714 -x2716 -x2718 -x2720 -x2722 -x2724 -x2726 -x2728 -x2730 -x2732 -x2734 -x2736 -x2738 -x2740 -x2742 -x2744 -x2746 -x2748 -x2750 -x2752 -x2754 -x2756 -x2758 -x2760 -x2762 -x2764 -x2766 -x2768 -x2770 -x2772 -x2774 -x2776 -x2778 -x2780 -x2782 -x148 -x2784 -x2786 -x2788 -x2790 -x2792 -x2794 -x2796 -x2798 -x2800 -x2802 -x2804 -x149 -x2806 -x2808 -x2810 -x2812 -x2814 -x2816 -x2818 -x2820 -x2822 -x2824 -x2826 -x150 -x2828 -x2830 -x2832 -x2834 -x2836 -x2838 -x2840 -x2842 -x2844 -x2846 -x2848 -x2850 -x2852 -x2854 -x2856 -x2858 -x2860 -x151 -x2862 -x2864 -x2866 -x2868 -x2870 -x152 -x2872 -x2874 -x2876 -x2878 -x2880 -x153 -x2882 -x2884 -x2886 -x2888 -x2890 -x2892 -x2894 -x2896 -x2898 -x2900 -x2902 -x154 -x2904 -x2906 -x2908 -x2910 -x2912 -x2914 -x2916 -x2918 -x2920 -x2922 -x2924 -x155 -x2926 -x2928 -x2930 -x2932 -x2934 -x2936 -x2938 -x2940 -x2942 -x2944 -x2946 -x2948 -x2950 -x2952 -x2954 -x2956 -x2958 -x2960 -x2962 -x2964 -x2966 -x2968 -x2970 -x2972 -x2974 -x2976 -x2978 -x2980 -x2982 -x2984 -x2986 -x2988 -x2990 -x2992 -x2994 -x2996 -x2998 -x3000 -x3002 -x3004 -x3006 -x3008 -x3010 -x3012 x3015 -x3017 -x3019 -x3021 -x3023 -x3025 -x3027 -x3029 -x3031 -x3033 -x3035 -x3037 -x3039 -x3041 -x3043 -x3045 -x3047 -x3049 -x3051 -x3053 -x3055 -x3057 -x3059 -x3061 -x3063 -x156 -x3065 -x3067 -x3069 -x3071 -x3073 -x3075 -x3077 -x3079 -x3081 -x3083 -x3085 -x3087 -x3089 -x3091 -x3093 -x157 -x3095 -x3097 -x3099 -x3101 -x3103 -x3105 -x3107 -x3109 -x3111 -x3113 -x3115 -x3117 -x3119 -x3121 -x3123 -x158 -x3125 -x3127 -x3129 -x3131 -x3133 -x3135 -x3137 -x159 -x3139 -x3141 -x3143 -x3145 -x3147 -x3149 -x3151 -x160 -x3153 -x3155 -x3157 -x3159 -x3161 -x3163 -x3165 -x3167 -x3169 -x3171 -x3173 -x161 -x3175 -x3177 -x3179 -x162 -x3181 -x3183 -x163 -x3186 -x3188 -x3190 -x3192 -x3194 -x3196 -x3198 -x3200 -x3202 -x3204 -x3206 -x164 -x3208 -x3210 -x3212 -x3214 -x3216 -x3218 -x3220 -x3222 -x3224 -x3226 -x3228 -x165 -x3230 -x3232 -x3234 -x166 -x3236 -x3238 -x3240 -x167 -x3242 -x3244 -x3246 -x3248 -x3250 -x3252 -x3254 -x3256 -x3258 -x3260 -x3262 -x3264 -x3266 -x3268 -x3270 -x168 -x3272 -x3274 -x3276 -x169 -x3278 -x3280 -x3282 -x170 -x3284 -x3286 -x3288 -x171 -x3290 -x3292 -x3294 -x3296 -x3298 -x172 -x3300 -x173 -x3302 -x174 -x3304 -x3306 -x3308 -x175 -x3310 -x3312 -x3314 -x176 -x3316 -x3318 -x3320 -x177 -x3322 -x3324 -x3326 -x3328 -x3330 -x3332 -x3334 -x3336 -x3338 -x3340 -x3342 -x3344 -x3346 -x3348 -x3350 -x178 -x3352 -x3354 -x3356 -x179 -x3358 -x3360 -x3362 -x180 -x3364 -x3366 -x3368 -x3370 -x3372 -x3374 -x3376 -x3378 -x3380 -x3382 -x3384 -x3386 -x3388 -x3390 -x3392 x3394 -x3396 -x3398 -x3400 -x3402 -x3404 -x3406 -x3408 -x3410 -x3412 -x3414 -x3416 -x3418 -x181 -x3420 -x3422 -x3424 -x3426 -x3428 -x3430 -x3432 x3434 -x3436 -x3438 -x182 -x3440 -x3442 -x3444 -x3446 -x3448 -x3450 -x3452 -x3454 -x3456 -x3458 -x3460 -x3462 -x3464 -x3466 -x3468 x3470 -x3472 -x3474 -x3476 -x3478 -x3480 -x3482 -x3484 -x3486 -x3488 -x3490 -x183 -x3492 -x3494 -x3496 -x3498 -x3500 -x3502 -x3504 -x3506 -x3508 -x3510 -x3512 -x3514 -x3516 -x3518 -x3520 -x184 -x3522 -x3524 -x3526 -x185 -x3528 -x3530 -x3532 -x186 -x3534 -x3536 -x3538 -x3540 -x3542 -x3544 -x3546 -x3548 -x3550 -x3552 -x3554 -x3556 -x3559 -x3561 -x187 -x3563 -x3565 -x3567 -x3569 -x3571 -x3573 -x3576 -x3578 -x3580 -x3582 -x3584 -x3586 -x3588 -x3590 -x188 -x3592 -x3594 -x189 -x3596 -x3598 -x3600 -x190 -x3602 -x3604 -x3606 -x191 -x3608 -x3610 -x3612 -x3614 -x3616 -x192 -x3618 -x193 -x3620 -x194 -x3622 -x3624 -x3626 -x3628 -x3630 -x3632 x3634 x3636 -x3638 -x3640 -x3642 -x3644 x3646 -x3648 -x195 -x3650 -x3652 -x3654 -x3656 -x3658 -x3660 -x3662 -x3664 -x3666 -x3668 -x3670 -x3672 -x3674 -x3677 -x3679 -x3681 -x3683 -x3685 -x196 -x3687 -x3689 -x3691 -x3693 -x3695 -x3697 -x3699 -x3701 -x3703 -x3705 -x3707 -x3709 -x3711 -x3713 -x3715 -x3717 -x3720 -x3723 -x3725 -x197 -x3727 -x3729 -x3731 -x3733 -x3735 -x198 -x3737 -x3739 -x3741 -x3743 -x3745 -x199 -x3747 -x3749 -x3751 -x3753 -x3755 -x3757 -x3759 -x3761 -x3763 -x3765 -x3767 -x3769 -x3771 -x3773 -x3775 -x3777 -x3779 -x3782 -x200 -x3786 -x3788 -x3790 -x3792 -x3794 -x3796 -x3798 -x3800 -x3802 -x3804 -x3806 -x3808 -x3810 -x3812 -x3814 -x3816 -x3818 -x3820 -x3822 -x201 -x3824 -x3826 -x3828 -x3830 x3832 -x3834 -x202 -x3836 -x3838 -x3840 -x203 -x3842 -x3844 -x3846 -x3848 -x3850 -x204 x3852 x205 -x3854 -x206 -x3856 -x3858 -x3860 -x3862 x3864 -x3866 -x3868 -x3870 x207 x3872 -x3874 -x3876 -x3878 -x3880 -x208 -x3882 -x3884 -x3886 -x3888 -x3890 -x209 -x3892 -x3894 x210 -x3896 -x3898 -x3900 x3902 x3904 x3906 -x3908 -x211 -x3910 -x3912 -x3914 -x3916 -x3918 -x3920 -x3922 -x3924 -x3926 -x3928 -x3930 x3932 -x3934 -x3936 -x212 x3938 x213 x3940 x214 -x3942 -x215 -x3944 x216
26.29/26.49	c Model check passed
26.29/26.49	c Model check has passed with goal value: 50769
26.29/26.49	c _____________________________________________________________________________
26.29/26.49	c std/band forms        : 1,0
26.29/26.49	c 2cl/3cl ITE-codings   : 0,0
26.29/26.49	c BDD/srt/adr Max costs : 0,1140289,0
26.29/26.49	c BDDraw/bin/mul/srt/adr: 0,0,0,1,0
26.29/26.49	c BDD nodes             : 0
26.29/26.49	c Es1/CC detections     : 0,0
26.29/26.49	c CC sort               : 0
26.29/26.49	c SAT/UNSAT calls       : 0,0
26.29/26.49	c regenrated variables  : 0
26.29/26.49	c eliminated fixed lits : 51
26.29/26.49	c goal lit flips        : 0
26.29/26.49	c goal stages           : 0
26.29/26.49	c goal shrink           : 0
26.29/26.49	c goal coeff separations: 283
26.29/26.49	c restarts              : 0
26.29/26.49	c conflicts             : 0              (0 /sec)
26.29/26.49	c decisions             : 0              (0 /sec)
26.29/26.49	c propagations          : 12             (0 /sec)
26.29/26.49	c inspects              : 0              (0 /sec)
26.29/26.49	c CPU time (solving tm) : 26.39 s        (5.78 s, SAT 0 s, UNSAT 0 s)
26.29/26.49	c SAT solver time       : 5.78 s
26.29/26.49	c SAT solver SAT time   : 0 s
26.29/26.49	c SAT solver UNSAT time : 0 s
26.29/26.49	c SAT solver TO time    : 5.78 s
26.29/26.49	c Time for SCIP         : 19.64 s
26.29/26.49	c Coop SCIP LB improvements           : 1
26.29/26.49	c Coop SCIP UB improvements           : 1
26.29/26.49	c SCIP globally fixed variables       : 0
26.29/26.49	c SAT  globally fixed variables       : 0
26.29/26.49	c SCIP freeTransform calls            : 2
26.29/26.49	c Time for Opt-base     : 0.2566 s
26.29/26.49	c Steps for Opt-base    : 1942930
26.29/26.49	c Time for BDD coding   : 0 s
26.29/26.49	c Time for srt coding   : 0.07785 s
26.29/26.49	c Inner solver invocations            : 0
26.29/26.49	c Inner solving count                 : 0
26.29/26.49	c _____________________________________________________________________________

Verifier Data

OK	50769

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-4779602-1782133998/watcher-4779602-1782133998 -o /tmp/evaluation-result-4779602-1782133998/solver-4779602-1782133998 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779602-1782133998/vars-4779602-1782133998 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451901 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4779602-1782133998.opb 

running on 4 cores: 60-63

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-3,5-7,13-15,17-18,21-22,24,26-27,29-30,32,34-36,38-39,41,45-47,49-52,54-55,59
  3550 MHz: 1,37,48,56-58,60
  3600 MHz: 4,8-12,16,19-20,23,25,28,31,33,40,42-44,53,61-63
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  2500 MHz: 0,2-3
  3550 MHz: 1
WARNING: cores do not run at the same frequency!

CPU governors:
  performance: 60-63

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (92887 MiB free)
  node 1: cores 8-15, 129019 MiB (90282 MiB free)
  node 2: cores 16-23, 129019 MiB (93829 MiB free)
  node 3: cores 24-31, 129003 MiB (109241 MiB free)
  node 4: cores 32-39, 129019 MiB (97726 MiB free)
  node 5: cores 40-47, 129019 MiB (102234 MiB free)
  node 6: cores 48-55, 129019 MiB (104987 MiB free)
  node 7: cores 56-63, 128429 MiB (109086 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=2453868, runsolver pid=2453865
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 16.15 20.12 30.83 17/874 2453871
/proc/meminfo: memFree=819482856/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=122064 memory=61308 CPUtime=0.08 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 11172 203 0 0 7 1 0 0 20 0 1 0 146687876 124993536 15208 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 30516 15327 5748 506 0 11207 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 122064 KiB
Current children cumulated memory: 61308 KiB

[startup+0.213747 s]*
/proc/loadavg: 16.15 20.12 30.83 17/874 2453871
/proc/meminfo: memFree=819482960/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=150620 memory=83500 CPUtime=0.19 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 16642 203 0 0 18 1 0 0 20 0 1 0 146687876 154234880 20712 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 37655 20875 5984 506 0 18346 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 150620 KiB
Current children cumulated memory: 83500 KiB

[startup+0.313861 s]*
/proc/loadavg: 16.15 20.12 30.83 18/874 2453871
/proc/meminfo: memFree=819481448/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=152132 memory=84924 CPUtime=0.29 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 16974 203 0 0 28 1 0 0 20 0 1 0 146687876 155783168 21096 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 38033 21231 6015 506 0 18724 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 152132 KiB
Current children cumulated memory: 84924 KiB

[startup+0.700116 s]
/proc/loadavg: 16.15 20.12 30.83 17/874 2453871
/proc/meminfo: memFree=819485740/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=155820 memory=88196 CPUtime=0.66 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 17796 203 0 0 65 1 0 0 20 0 1 0 146687876 159559680 21864 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 38955 22049 6015 506 0 19646 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 155820 KiB
Current children cumulated memory: 88196 KiB

[startup+1.50011 s]
/proc/loadavg: 16.15 20.12 30.83 18/874 2453871
/proc/meminfo: memFree=819485320/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=162012 memory=93424 CPUtime=1.46 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 19107 203 0 0 145 1 0 0 20 0 1 0 146687876 165900288 23144 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 40503 23356 6015 506 0 21194 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 162012 KiB
Current children cumulated memory: 93424 KiB

[startup+3.11392 s]
/proc/loadavg: 16.15 20.12 30.83 18/874 2453871
/proc/meminfo: memFree=819490460/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=213000 memory=142632 CPUtime=3.07 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 34132 203 0 0 305 2 0 0 20 0 1 0 146687876 218112000 35533 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 53250 35658 6027 506 0 33941 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 213000 KiB
Current children cumulated memory: 142632 KiB

[startup+6.30011 s]
/proc/loadavg: 16.14 20.05 30.75 18/874 2453871
/proc/meminfo: memFree=819489452/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=300148 memory=228384 CPUtime=6.25 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 55571 203 0 0 621 4 0 0 20 0 1 0 146687876 307351552 57037 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 75037 57096 6027 506 0 55728 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 300148 KiB
Current children cumulated memory: 228384 KiB

[startup+12.7002 s]
/proc/loadavg: 16.13 19.98 30.67 18/874 2453871
/proc/meminfo: memFree=818634188/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=963436 memory=863848 CPUtime=12.63 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 124781 203 0 0 1240 23 0 0 20 0 1 0 146687876 986558464 215744 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 240859 215944 6107 506 0 221550 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 963436 KiB
Current children cumulated memory: 863848 KiB

[startup+25.5001 s]
/proc/loadavg: 16.10 19.78 30.43 18/874 2453871
/proc/meminfo: memFree=818645544/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=1161924 memory=1006276 CPUtime=25.4 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 140552 203 0 0 2507 33 0 0 20 0 1 0 146687876 1189810176 251460 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 290481 251569 6123 506 0 271172 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1161924 KiB
Current children cumulated memory: 1006276 KiB

[startup+26.5295 s]
# the end of solver process 2453868 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=26.0848 s, system=0.345051 s

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

[startup+25.6001 s]
/proc/loadavg: 16.10 19.78 30.43 18/874 2453871
/proc/meminfo: memFree=818645544/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=1161924 memory=1006276 CPUtime=25.5 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 140552 203 0 0 2517 33 0 0 20 0 1 0 146687876 1189810176 251460 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 290481 251569 6123 506 0 271172 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 1161924 KiB
Current children cumulated memory: 1006276 KiB

[startup+26.0001 s]*
/proc/loadavg: 16.10 19.78 30.43 18/873 2453871
/proc/meminfo: memFree=818643432/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=1163972 memory=1008324 CPUtime=25.91 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 141064 203 0 0 2558 33 0 0 20 0 1 0 146687876 1191907328 251972 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 290993 252081 6123 506 0 271684 0
Current children cumulated CPU time: 25.91 s
Current children cumulated vsize: 1163972 KiB
Current children cumulated memory: 1008324 KiB

[startup+26.4001 s]
/proc/loadavg: 16.10 19.78 30.43 18/873 2453871
/proc/meminfo: memFree=818643432/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=1163972 memory=1008324 CPUtime=26.29 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 141064 203 0 0 2596 33 0 0 20 0 1 0 146687876 1191907328 251972 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 290993 252081 6123 506 0 271684 0
Current children cumulated CPU time: 26.29 s
Current children cumulated vsize: 1163972 KiB
Current children cumulated memory: 1008324 KiB

[startup+26.5001 s]
/proc/loadavg: 16.10 19.78 30.43 18/873 2453871
/proc/meminfo: memFree=818643432/1055320720 swapFree=33554428/33554428
[pid=2453868] ppid=2453865 vsize=1163972 memory=1008324 CPUtime=26.39 cores=60-63
/proc/2453868/stat : 2453868 (naps_release) R 2453865 2453868 2451876 0 -1 4194304 141064 203 0 0 2606 33 0 0 20 0 1 0 146687876 1191907328 251972 18446744073709551615 4210688 6281017 140734407038928 0 0 0 0 0 16898 0 0 0 17 61 0 0 0 0 0 6662968 6676388 10342400 140734407047387 140734407047568 140734407047568 140734407053256 0
/proc/2453868/statm: 290993 252081 6123 506 0 271684 0
Current children cumulated CPU time: 26.39 s
Current children cumulated vsize: 1163972 KiB
Current children cumulated memory: 1008324 KiB

Child status: 30

Real time (s): 26.5296
CPU time (s): 26.4299
CPU user time (s): 26.0848
CPU system time (s): 0.345051
CPU usage (%): 99.6241
Max. virtual memory (cumulated for all children) (KiB): 1293268
Max. memory (cumulated for all children) (KiB): 1173580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.0848
system time used= 0.345051
maximum resident set size= 1173044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141298
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 2453868
#   total CPU time (s): 26.4299
#   total CPU user time (s): 26.0848
#   total CPU system time (s): 0.345051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.123105 second user time and 0.348725 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-22 15:13:18
IDJOB=4779602
IDBENCH=148155
IDSOLVER=3589
FILE ID=nodeE001/4779602-1782133998
RUNJOBID= nodeE001-1782133630-2451901
SLURM_JOB_ID= 12510913
Free space on /tmp= 798352 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir09_trarea_ac.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4779602-1782133998/watcher-4779602-1782133998 -o /tmp/evaluation-result-4779602-1782133998/solver-4779602-1782133998 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779602-1782133998/vars-4779602-1782133998 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451901 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4779602-1782133998.opb

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

MD5SUM BENCH= ec773b047bf21dab87650e27deaa6768
RANDOM SEED=1570475992

nodeE001 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.23
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		: 3566.962
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.23
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.23
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		: 3563.569
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.23
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		: 3591.969
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.23
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		: 2493.659
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.23
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.23
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.23
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		: 3582.491
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.23
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		: 3586.613
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.23
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.23
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.23
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		: 3591.614
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.23
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.23
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		: 2493.659
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.23
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.23
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		: 3587.564
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.23
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		: 2493.659
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.23
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.23
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.23
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		: 3607.070
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.23
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		: 3606.920
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.23
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.23
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.23
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.23
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		: 3582.795
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.23
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.23
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.23
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		: 3590.461
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.23
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.23
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.23
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		: 2493.659
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.23
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		: 2493.659
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.23
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		: 3580.970
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.23
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.23
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		: 3578.810
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.23
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.23
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		: 3570.732
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.23
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		: 2493.659
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.23
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		: 3570.601
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.23
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		: 3591.862
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.23
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.23
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		: 3594.099
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.23
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		: 2493.659
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.23
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		: 3597.420
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.23
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.23
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		: 2493.659
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.23
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		: 3592.989
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.23
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		: 3562.374
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.23
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.23
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.23
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.23
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.23
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		: 3586.214
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.23
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		: 2493.659
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.23
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		: 3587.889
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.23
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		: 3566.109
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.23
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		: 3564.685
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.23
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		: 2493.659
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.23
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		: 3558.238
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.23
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.23
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.434
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.23
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		: 3575.282
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.23
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.23
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:       1055320720 kB
MemFree:        819481236 kB
MemAvailable:   955393840 kB
Buffers:            3352 kB
Cached:         140169860 kB
SwapCached:            0 kB
Active:         92831540 kB
Inactive:       138513680 kB
Active(anon):   92059884 kB
Inactive(anon):        0 kB
Active(file):     771656 kB
Inactive(file): 138513680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15532 kB
Writeback:            28 kB
AnonPages:      91160744 kB
Mapped:           253308 kB
Shmem:            887856 kB
KReclaimable:    1543892 kB
Slab:            2135272 kB
SReclaimable:    1543892 kB
SUnreclaim:       591380 kB
KernelStack:       15008 kB
PageTables:       187688 kB
SecPageTables:     15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   98763920 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478964 kB
VmallocChunk:          0 kB
Percpu:           123904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  46366720 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:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 798336 MiB
End job on nodeE001 at 2026-06-22 15:13:44