Trace number 4807570

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.04? (TO) 3600.29 3610.5

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_38.opb
MD5SUM20eb46ec78ce3b2161ce51b0e526031c
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 benchmark780
Best CPU time to get the best result obtained on this benchmark99.0514
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1157520
Total number of constraints64506
Number of constraints which are clauses32643
Number of constraints which are cardinality constraints (but not clauses)28860
Number of constraints which are nor clauses,nor cardinality constraints3003
Minimum length of a constraint38
Maximum length of a constraint43
Number of terms in the objective function 1560
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1560
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1560
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4807570-1782838421.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-4807570-1782838421.opb
0.00/0.02	c Parsing PB file...
0.00/0.02	c goal was devided by 1 with offset 1560.
3.07/3.17	c assumptions before coding: 
3.97/4.01	c initScipForCoop
4.25/4.32	c Running SCIP presolver (time limit: 10 sec)...
4.25/4.32	c solveScip
4.25/4.32	c initScipForCoop
4.25/4.32	c Cooperative mode: scip_coop_offset=1560.000000
4.25/4.32	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
4.25/4.32	c Running SCIP presolve for solve-time propagation (rounds=3)
5.25/5.33	c presolving:
6.07/6.11	c    (1.8s) running MILP presolver
6.45/6.58	c    (2.3s) MILP presolver found nothing
6.96/7.01	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
7.25/7.37	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
11.53/11.64	c    (7.3s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
11.53/11.64	c    (7.3s) probing aborted: 50/50 successive totally useless probings
12.04/12.11	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
12.04/12.11	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
12.04/12.11	c  0 implications, 28860 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
12.04/12.11	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64506 constraints
12.04/12.11	c    3003 constraints of type <knapsack>
12.04/12.11	c   28860 constraints of type <setppc>
12.04/12.11	c   32643 constraints of type <logicor>
12.04/12.11	c transformed objective value is always integral (scale: 1)
12.04/12.11	c Presolving Time: 6.91
13.43/13.52	c presolving:
14.22/14.31	c    (1.6s) running MILP presolver
14.94/15.09	c    (2.3s) MILP presolver found nothing
15.42/15.52	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
15.82/15.94	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
20.71/20.85	c    (8.1s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
20.71/20.85	c    (8.1s) probing aborted: 50/50 successive totally useless probings
21.11/21.22	c    (8.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
22.80/22.91	c symmetry computation terminated early because Nauty level limit 10000 is exceeded
22.80/22.91	c for running full symmetry detection, increase value of parameter propagating/symmetry/nautymaxlevel
22.80/22.93	c    (10.2s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 1.45)
22.80/22.93	c dynamic symmetry handling statistics:
22.80/22.93	c    orbitopal reduction:       no components
22.80/22.93	c    orbital reduction:         no components
22.80/22.93	c    lexicographic reduction:   no permutations
22.80/22.93	c handled 1 out of 1 symmetry components
22.80/22.93	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
22.80/22.93	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
22.80/22.93	c  0 implications, 28860 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
22.80/22.93	c presolving was interrupted.
22.80/22.93	c Presolving Time: 9.52
22.80/22.93	c 
22.80/22.93	c SCIP Status        : solving was interrupted [time limit reached]
22.80/22.93	c Solving Time (sec) : 10.17
22.80/22.93	c Solving Nodes      : 0
22.80/22.93	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
22.80/22.93	c SCIP status: 23 (TIMELIMIT)
22.80/22.93	c solveScip: freeing transform (!can_skip_free_transform)
23.50/23.60	c SCIP presolver: sst_unknown
23.50/23.60	c Converting 64506 PB-constraints to clauses...
23.50/23.60	c   -- Clauses(.)/Splits(s): 
33.77/33.99	c pb_solver_status: sst_unknown
33.77/34.00	c total stages of optimization mode: 1
33.77/34.00	c LB updated by evalGoalLB to 0
33.77/34.00	c UB updated by evalGoalUB to 1560
33.77/34.00	c minimizationMode: cmm_First_solve
33.77/34.00	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
33.77/34.00	c assumptions: 
33.77/34.00	c invoking solver with time budget: 5.000000
47.53/47.73	c sat_solver_result: sst_unknown
47.53/47.73	c SAT solver timed out; proceeding to cooperative SCIP call
47.53/47.73	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1560
47.53/47.73	c scip solving with time budget: 5.000000
47.53/47.73	c solveScip
47.53/47.73	c initScipForCoop
47.53/47.73	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
48.52/48.72	c presolving:
49.32/49.52	c    (1.8s) running MILP presolver
50.12/50.32	c    (2.6s) MILP presolver found nothing
50.52/50.75	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
50.93/51.17	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
52.61/52.81	c    (5.1s) probing: 2/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
52.61/52.81	c    (5.1s) probing aborted: solving stopped
52.61/52.88	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
52.61/52.88	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
52.61/52.88	c  0 implications, 28860 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
52.61/52.88	c presolving was interrupted.
52.61/52.88	c Presolving Time: 4.28
52.61/52.88	c 
52.61/52.88	c SCIP Status        : solving was interrupted [time limit reached]
52.61/52.88	c Solving Time (sec) : 5.15
52.61/52.88	c Solving Nodes      : 0
52.61/52.88	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
52.61/52.88	c SCIP status: 23 (TIMELIMIT)
52.61/52.88	c pb_solver_status: sst_unknown
52.61/52.88	c LB_goalvalue: 0
52.61/52.88	c UB_goalvalue: 1560
52.61/52.88	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=10.000000
52.61/52.88	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
52.61/52.88	c SCIP returned: sst_unknown
52.61/52.88	c SCIP primal LB: -oo, dual UB: +oo
52.61/52.88	c assumptions: 
52.61/52.88	c invoking solver with time budget: 10.000000
70.96/71.21	c sat_solver_result: sst_unknown
70.96/71.21	c SAT solver timed out; proceeding to cooperative SCIP call
70.96/71.21	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1560
70.96/71.21	c scip solving with time budget: 10.000000
70.96/71.21	c solveScip
70.96/71.21	c initScipForCoop
70.96/71.21	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
71.06/71.35	c presolving:
72.16/72.47	c    (6.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
72.87/73.12	c    (7.1s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.40)
72.87/73.12	c dynamic symmetry handling statistics:
72.87/73.12	c    orbitopal reduction:       no components
72.87/73.12	c    orbital reduction:         no components
72.87/73.12	c    lexicographic reduction:   no permutations
72.87/73.12	c handled 1 out of 1 symmetry components
73.15/73.48	c presolving (4 rounds: 4 fast, 4 medium, 4 exhaustive):
73.15/73.48	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
73.15/73.48	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
73.15/73.48	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
73.15/73.48	c    3003 constraints of type <knapsack>
73.15/73.48	c   28860 constraints of type <setppc>
73.15/73.48	c       1 constraints of type <linear>
73.15/73.48	c   32643 constraints of type <logicor>
73.15/73.48	c transformed objective value is always integral (scale: 1)
73.15/73.48	c Presolving Time: 6.54
73.25/73.52	c 
122.72/123.11	c 
122.72/123.11	c SCIP Status        : solving was interrupted [time limit reached]
122.72/123.11	c Solving Time (sec) : 57.05
122.72/123.11	c Solving Nodes      : 1
122.72/123.11	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
122.72/123.11	c Dual Bound         : +0.00000000000000e+00
122.72/123.11	c Gap                : infinite
122.72/123.11	c SCIP status: 23 (TIMELIMIT)
122.72/123.11	c pb_solver_status: sst_unknown
122.72/123.11	c LB_goalvalue: 0
122.72/123.11	c UB_goalvalue: 1560
122.72/123.11	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=20.000000
122.72/123.11	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
122.72/123.11	c SCIP returned: sst_unknown
122.72/123.11	c SCIP primal LB: -oo, dual UB: 1560
122.72/123.11	c assumptions: 
122.72/123.11	c invoking solver with time budget: 20.000000
148.65/149.13	c sat_solver_result: sst_unknown
148.65/149.13	c SAT solver timed out; proceeding to cooperative SCIP call
148.65/149.13	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1560
148.65/149.13	c scip solving with time budget: 20.000000
148.65/149.13	c solveScip
148.65/149.13	c initScipForCoop
148.65/149.13	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
148.65/149.13	c SCIPfreeTransform due to timeout and having shadow nodes
148.65/149.13	c forcing SCIPfreeTransform before solve
149.34/149.87	c Running SCIP presolve for solve-time propagation (rounds=3)
150.23/150.75	c presolving:
151.03/151.51	c    (1.6s) running MILP presolver
151.44/152.00	c    (2.1s) MILP presolver found nothing
151.93/152.43	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
152.23/152.79	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
156.63/157.17	c    (7.3s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
156.63/157.17	c    (7.3s) probing aborted: 50/50 successive totally useless probings
157.12/157.66	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
157.12/157.66	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
157.12/157.66	c  0 implications, 28860 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
157.12/157.66	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64506 constraints
157.12/157.66	c    3003 constraints of type <knapsack>
157.12/157.66	c   28860 constraints of type <setppc>
157.12/157.66	c   32643 constraints of type <logicor>
157.12/157.66	c transformed objective value is always integral (scale: 1)
157.12/157.66	c Presolving Time: 7.02
158.53/159.04	c presolving:
159.31/159.83	c    (1.6s) running MILP presolver
160.11/160.63	c    (2.4s) MILP presolver found nothing
160.52/161.06	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
160.90/161.48	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
165.69/166.26	c    (8.0s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
165.69/166.26	c    (8.0s) probing aborted: 50/50 successive totally useless probings
166.09/166.63	c    (8.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
166.69/167.26	c    (9.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.38)
166.69/167.26	c dynamic symmetry handling statistics:
166.69/167.26	c    orbitopal reduction:       no components
166.69/167.26	c    orbital reduction:         no components
166.69/167.26	c    lexicographic reduction:   no permutations
166.69/167.26	c handled 1 out of 1 symmetry components
167.08/167.62	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
167.08/167.62	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
167.08/167.62	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
167.08/167.62	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
167.08/167.62	c    3003 constraints of type <knapsack>
167.08/167.62	c   28860 constraints of type <setppc>
167.08/167.62	c       1 constraints of type <linear>
167.08/167.62	c   32643 constraints of type <logicor>
167.08/167.62	c transformed objective value is always integral (scale: 1)
167.08/167.62	c Presolving Time: 8.70
167.08/167.67	c 
216.65/217.30	c 
216.65/217.30	c SCIP Status        : solving was interrupted [time limit reached]
216.65/217.30	c Solving Time (sec) : 59.04
216.65/217.30	c Solving Nodes      : 1
216.65/217.30	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
216.65/217.30	c Dual Bound         : +0.00000000000000e+00
216.65/217.30	c Gap                : infinite
216.65/217.30	c SCIP status: 23 (TIMELIMIT)
216.65/217.30	c solveScip: freeing transform (!can_skip_free_transform)
217.24/217.93	c pb_solver_status: sst_unknown
217.24/217.93	c LB_goalvalue: 0
217.24/217.93	c UB_goalvalue: 1560
217.24/217.93	c Both SAT and SCIP timed out; boosting budgets to sat=40.000000 scip=40.000000
217.24/217.93	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
217.24/217.93	c SCIP returned: sst_unknown
217.24/217.93	c SCIP primal LB: -oo, dual UB: 1560
217.24/217.93	c assumptions: 
217.24/217.93	c invoking solver with time budget: 40.000000
263.41/264.21	c sat_solver_result: sst_unknown
263.41/264.21	c SAT solver timed out; proceeding to cooperative SCIP call
263.41/264.21	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1560
263.41/264.21	c scip solving with time budget: 40.000000
263.41/264.21	c solveScip
263.41/264.21	c initScipForCoop
263.41/264.21	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
264.11/264.99	c presolving:
265.01/265.80	c    (1.6s) running MILP presolver
265.81/266.60	c    (2.4s) MILP presolver found nothing
266.22/267.04	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
266.61/267.46	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
271.39/272.21	c    (8.0s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
271.39/272.21	c    (8.0s) probing aborted: 50/50 successive totally useless probings
271.69/272.58	c    (8.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
272.39/273.22	c    (9.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.39)
272.39/273.22	c dynamic symmetry handling statistics:
272.39/273.22	c    orbitopal reduction:       no components
272.39/273.22	c    orbital reduction:         no components
272.39/273.22	c    lexicographic reduction:   no permutations
272.39/273.22	c handled 1 out of 1 symmetry components
272.69/273.59	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
272.69/273.59	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
272.69/273.59	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
272.69/273.59	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
272.69/273.59	c    3003 constraints of type <knapsack>
272.69/273.59	c   28860 constraints of type <setppc>
272.69/273.59	c       1 constraints of type <linear>
272.69/273.59	c   32643 constraints of type <logicor>
272.69/273.59	c transformed objective value is always integral (scale: 1)
272.69/273.59	c Presolving Time: 8.71
272.79/273.64	c 
322.25/323.24	c 
322.25/323.24	c SCIP Status        : solving was interrupted [time limit reached]
322.25/323.24	c Solving Time (sec) : 59.03
322.25/323.24	c Solving Nodes      : 1
322.25/323.24	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
322.25/323.24	c Dual Bound         : +0.00000000000000e+00
322.25/323.24	c Gap                : infinite
322.25/323.24	c SCIP status: 23 (TIMELIMIT)
322.25/323.24	c pb_solver_status: sst_unknown
322.25/323.24	c LB_goalvalue: 0
322.25/323.24	c UB_goalvalue: 1560
322.25/323.24	c Both SAT and SCIP timed out; boosting budgets to sat=80.000000 scip=80.000000
322.25/323.24	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
322.25/323.24	c SCIP returned: sst_unknown
322.25/323.24	c SCIP primal LB: -oo, dual UB: 1560
322.25/323.24	c assumptions: 
322.25/323.24	c invoking solver with time budget: 80.000000
410.81/412.09	c sat_solver_result: sst_unknown
410.81/412.09	c SAT solver timed out; proceeding to cooperative SCIP call
410.81/412.09	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1560
410.81/412.09	c scip solving with time budget: 80.000000
410.81/412.09	c solveScip
410.81/412.09	c initScipForCoop
410.81/412.09	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
410.81/412.09	c SCIPfreeTransform due to timeout and having shadow nodes
410.81/412.09	c forcing SCIPfreeTransform before solve
411.49/412.73	c Running SCIP presolve for solve-time propagation (rounds=3)
412.29/413.51	c presolving:
412.99/414.25	c    (1.5s) running MILP presolver
413.48/414.74	c    (2.0s) MILP presolver found nothing
413.90/415.17	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
414.28/415.53	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
418.47/419.72	c    (7.0s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
418.47/419.72	c    (7.0s) probing aborted: 50/50 successive totally useless probings
418.88/420.19	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
418.88/420.19	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
418.88/420.19	c  0 implications, 28860 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
418.88/420.19	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64506 constraints
418.88/420.19	c    3003 constraints of type <knapsack>
418.88/420.19	c   28860 constraints of type <setppc>
418.88/420.19	c   32643 constraints of type <logicor>
418.88/420.19	c transformed objective value is always integral (scale: 1)
418.88/420.19	c Presolving Time: 6.79
420.26/421.58	c presolving:
421.06/422.36	c    (1.6s) running MILP presolver
421.87/423.16	c    (2.4s) MILP presolver found nothing
422.26/423.59	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
422.77/424.02	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
427.44/428.78	c    (8.0s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
427.44/428.78	c    (8.0s) probing aborted: 50/50 successive totally useless probings
427.85/429.15	c    (8.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
428.44/429.75	c    (8.9s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.37)
428.44/429.75	c dynamic symmetry handling statistics:
428.44/429.75	c    orbitopal reduction:       no components
428.44/429.75	c    orbital reduction:         no components
428.44/429.75	c    lexicographic reduction:   no permutations
428.44/429.75	c handled 1 out of 1 symmetry components
428.85/430.12	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
428.85/430.12	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
428.85/430.12	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
428.85/430.12	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
428.85/430.12	c    3003 constraints of type <knapsack>
428.85/430.12	c   28860 constraints of type <setppc>
428.85/430.12	c       1 constraints of type <linear>
428.85/430.12	c   32643 constraints of type <logicor>
428.85/430.12	c transformed objective value is always integral (scale: 1)
428.85/430.12	c Presolving Time: 8.65
428.85/430.17	c 
499.34/500.81	c 
499.34/500.81	c SCIP Status        : solving was interrupted [time limit reached]
499.34/500.81	c Solving Time (sec) : 80.01
499.34/500.81	c Solving Nodes      : 1
499.34/500.82	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
499.34/500.82	c Dual Bound         : +0.00000000000000e+00
499.34/500.82	c Gap                : infinite
499.34/500.82	c SCIP status: 23 (TIMELIMIT)
499.34/500.82	c solveScip: freeing transform (!can_skip_free_transform)
500.23/501.78	c pb_solver_status: sst_unknown
500.23/501.78	c LB_goalvalue: 0
500.23/501.78	c UB_goalvalue: 1560
500.23/501.78	c Both SAT and SCIP timed out; boosting budgets to sat=160.000000 scip=160.000000
500.23/501.78	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
500.23/501.78	c SCIP returned: sst_unknown
500.23/501.78	c SCIP primal LB: -oo, dual UB: 1560
500.23/501.78	c assumptions: 
500.23/501.78	c invoking solver with time budget: 160.000000
666.66/668.60	c sat_solver_result: sst_unknown
666.66/668.60	c SAT solver timed out; proceeding to cooperative SCIP call
666.66/668.60	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1560
666.66/668.60	c scip solving with time budget: 160.000000
666.66/668.60	c solveScip
666.66/668.60	c initScipForCoop
666.66/668.60	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
667.35/669.38	c presolving:
668.16/670.16	c    (1.6s) running MILP presolver
668.96/670.95	c    (2.4s) MILP presolver found nothing
669.35/671.39	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
669.85/671.81	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
674.54/676.56	c    (8.0s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
674.54/676.56	c    (8.0s) probing aborted: 50/50 successive totally useless probings
674.94/676.94	c    (8.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
675.53/677.56	c    (9.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.38)
675.53/677.56	c dynamic symmetry handling statistics:
675.53/677.56	c    orbitopal reduction:       no components
675.53/677.56	c    orbital reduction:         no components
675.53/677.56	c    lexicographic reduction:   no permutations
675.53/677.56	c handled 1 out of 1 symmetry components
675.93/677.92	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
675.93/677.92	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
675.93/677.92	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
675.93/677.92	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
675.93/677.92	c    3003 constraints of type <knapsack>
675.93/677.92	c   28860 constraints of type <setppc>
675.93/677.92	c       1 constraints of type <linear>
675.93/677.92	c   32643 constraints of type <logicor>
675.93/677.92	c transformed objective value is always integral (scale: 1)
675.93/677.92	c Presolving Time: 8.66
675.93/677.97	c 
818.38/820.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
818.38/820.86	c   152s|     1 |     0 |177318 |     - |  4768M |   0 |1157k|  64k|  64k|   0 |  0 | 262 |   0 |-1.950000e+01 |      --      |    Inf | unknown
826.25/828.71	c 
826.25/828.71	c SCIP Status        : solving was interrupted [time limit reached]
826.25/828.71	c Solving Time (sec) : 160.11
826.25/828.71	c Solving Nodes      : 1
826.25/828.71	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
826.25/828.71	c Dual Bound         : -1.95000000000000e+01
826.25/828.71	c Gap                : infinite
826.25/828.71	c SCIP status: 23 (TIMELIMIT)
826.25/828.71	c SCIP LP bound tightened UB: 1560 -> 1541
826.25/828.71	c pb_solver_status: sst_unknown
826.25/828.71	c LB_goalvalue: 0
826.25/828.71	c UB_goalvalue: 1541
826.25/828.71	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
826.25/828.71	c SCIP returned: sst_unknown
826.25/828.71	c SCIP primal LB: -oo, dual UB: 1541
826.25/828.71	c assumptions: 
826.25/828.71	c invoking solver with time budget: 160.000000
991.69/994.67	c sat_solver_result: sst_unknown
991.69/994.67	c SAT solver timed out; proceeding to cooperative SCIP call
991.69/994.67	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1541
991.69/994.67	c scip solving with time budget: 224.000000
991.69/994.67	c solveScip
991.69/994.67	c initScipForCoop
991.69/994.67	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
991.69/994.67	c SCIPfreeTransform due to timeout and having shadow nodes
991.69/994.67	c forcing SCIPfreeTransform before solve
992.69/995.67	c Running SCIP presolve for solve-time propagation (rounds=3)
993.49/996.45	c presolving:
994.20/997.19	c    (1.5s) running MILP presolver
994.68/997.68	c    (2.0s) MILP presolver found nothing
995.19/998.11	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
995.48/998.47	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
999.66/1002.68	c    (7.0s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
999.66/1002.68	c    (7.0s) probing aborted: 50/50 successive totally useless probings
1000.17/1003.16	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1000.17/1003.16	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1000.17/1003.16	c  0 implications, 28860 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1000.17/1003.16	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64506 constraints
1000.17/1003.16	c    3003 constraints of type <knapsack>
1000.17/1003.16	c   28860 constraints of type <setppc>
1000.17/1003.16	c   32643 constraints of type <logicor>
1000.17/1003.16	c transformed objective value is always integral (scale: 1)
1000.17/1003.16	c Presolving Time: 6.83
1001.56/1004.54	c presolving:
1002.36/1005.31	c    (1.5s) running MILP presolver
1003.07/1006.10	c    (2.3s) MILP presolver found nothing
1003.55/1006.53	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
1003.95/1006.96	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
1008.73/1011.71	c    (7.9s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1008.73/1011.71	c    (7.9s) probing aborted: 50/50 successive totally useless probings
1009.05/1012.08	c    (8.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1009.63/1012.69	c    (8.9s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.36)
1009.63/1012.69	c dynamic symmetry handling statistics:
1009.63/1012.69	c    orbitopal reduction:       no components
1009.63/1012.69	c    orbital reduction:         no components
1009.63/1012.69	c    lexicographic reduction:   no permutations
1009.63/1012.69	c handled 1 out of 1 symmetry components
1010.04/1013.04	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1010.04/1013.04	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1010.04/1013.04	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1010.04/1013.04	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
1010.04/1013.04	c    3003 constraints of type <knapsack>
1010.04/1013.04	c   28860 constraints of type <setppc>
1010.04/1013.04	c       1 constraints of type <linear>
1010.04/1013.04	c   32643 constraints of type <logicor>
1010.04/1013.04	c transformed objective value is always integral (scale: 1)
1010.04/1013.04	c Presolving Time: 8.62
1010.04/1013.09	c 
1151.31/1154.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1151.31/1154.78	c   151s|     1 |     0 |177318 |     - |  4768M |   0 |1157k|  64k|  64k|   0 |  0 | 262 |   0 |-1.950000e+01 |      --      |    Inf | unknown
1202.38/1205.92	c   202s|     1 |     0 |197572 |     - |  5204M |   0 |1157k|  64k|  64k|  58 |  1 | 262 |   0 |-3.900000e+01 |      --      |    Inf | unknown
1208.07/1211.64	c   208s|     1 |     0 |198250 |     - |  5210M |   0 |1157k|  64k|  64k|  98 |  2 | 262 |   0 |-3.900000e+01 |      --      |    Inf | unknown
1213.95/1217.50	c   214s|     1 |     0 |198416 |     - |  5219M |   0 |1157k|  64k|  64k| 142 |  3 | 262 |   0 |-3.912500e+01 |      --      |    Inf | unknown
1219.84/1223.48	c   220s|     1 |     0 |198790 |     - |  5226M |   0 |1157k|  64k|  64k| 177 |  4 | 262 |   0 |-4.082500e+01 |      --      |    Inf | unknown
1224.92/1228.54	c   225s|     1 |     0 |198790 |     - |  5229M |   0 |1157k|  64k|  64k| 200 |  5 | 262 |   0 |-4.082500e+01 |      --      |    Inf | unknown
1224.92/1228.55	c (node 1) LP solver hit time limit in LP 6 -- using pseudo solution instead
1224.92/1228.55	c 
1224.92/1228.55	c SCIP Status        : solving was interrupted [time limit reached]
1224.92/1228.55	c Solving Time (sec) : 224.79
1224.92/1228.55	c Solving Nodes      : 1
1224.92/1228.55	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1224.92/1228.55	c Dual Bound         : -4.08250000000000e+01
1224.92/1228.55	c Gap                : infinite
1224.92/1228.55	c SCIP status: 23 (TIMELIMIT)
1224.92/1228.55	c solveScip: freeing transform (!can_skip_free_transform)
1225.92/1229.57	c SCIP LP bound tightened UB: 1541 -> 1519
1225.92/1229.57	c pb_solver_status: sst_unknown
1225.92/1229.57	c LB_goalvalue: 0
1225.92/1229.57	c UB_goalvalue: 1519
1225.92/1229.57	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1225.92/1229.57	c SCIP returned: sst_unknown
1225.92/1229.57	c SCIP primal LB: -oo, dual UB: 1519
1225.92/1229.57	c assumptions: 
1225.92/1229.57	c invoking solver with time budget: 160.000000
1391.19/1395.28	c sat_solver_result: sst_unknown
1391.19/1395.28	c SAT solver timed out; proceeding to cooperative SCIP call
1391.19/1395.28	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1519
1391.19/1395.28	c scip solving with time budget: 313.600000
1391.19/1395.28	c solveScip
1391.19/1395.28	c initScipForCoop
1391.19/1395.28	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1392.00/1396.05	c presolving:
1392.78/1396.83	c    (1.5s) running MILP presolver
1393.58/1397.62	c    (2.3s) MILP presolver found nothing
1393.99/1398.05	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
1394.38/1398.47	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
1399.16/1403.21	c    (7.9s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1399.16/1403.21	c    (7.9s) probing aborted: 50/50 successive totally useless probings
1399.46/1403.58	c    (8.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1400.07/1404.19	c    (8.9s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.36)
1400.07/1404.19	c dynamic symmetry handling statistics:
1400.07/1404.19	c    orbitopal reduction:       no components
1400.07/1404.19	c    orbital reduction:         no components
1400.07/1404.19	c    lexicographic reduction:   no permutations
1400.07/1404.19	c handled 1 out of 1 symmetry components
1400.46/1404.55	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1400.46/1404.55	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1400.46/1404.55	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1400.46/1404.55	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
1400.46/1404.55	c    3003 constraints of type <knapsack>
1400.46/1404.55	c   28860 constraints of type <setppc>
1400.46/1404.55	c       1 constraints of type <linear>
1400.46/1404.55	c   32643 constraints of type <logicor>
1400.46/1404.55	c transformed objective value is always integral (scale: 1)
1400.46/1404.55	c Presolving Time: 8.61
1400.46/1404.59	c 
1541.93/1546.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1541.93/1546.49	c   151s|     1 |     0 |177318 |     - |  5189M |   0 |1157k|  64k|  64k|   0 |  0 | 262 |   0 |-1.950000e+01 |      --      |    Inf | unknown
1592.52/1597.16	c   202s|     1 |     0 |197572 |     - |  5223M |   0 |1157k|  64k|  64k|  58 |  1 | 262 |   0 |-3.900000e+01 |      --      |    Inf | unknown
1598.29/1602.96	c   208s|     1 |     0 |198250 |     - |  5223M |   0 |1157k|  64k|  64k|  98 |  2 | 262 |   0 |-3.900000e+01 |      --      |    Inf | unknown
1604.49/1609.16	c   214s|     1 |     0 |198416 |     - |  5225M |   0 |1157k|  64k|  64k| 142 |  3 | 262 |   0 |-3.912500e+01 |      --      |    Inf | unknown
1610.56/1615.21	c   220s|     1 |     0 |198790 |     - |  5225M |   0 |1157k|  64k|  64k| 177 |  4 | 262 |   0 |-4.082500e+01 |      --      |    Inf | unknown
1616.74/1621.47	c   226s|     1 |     0 |199210 |     - |  5235M |   0 |1157k|  64k|  64k| 211 |  5 | 262 |   0 |-4.361859e+01 |      --      |    Inf | unknown
1623.13/1627.82	c   233s|     1 |     0 |199614 |     - |  5244M |   0 |1157k|  64k|  64k| 245 |  6 | 262 |   0 |-4.929870e+01 |      --      |    Inf | unknown
1629.21/1633.96	c   239s|     1 |     0 |199874 |     - |  5255M |   0 |1157k|  64k|  64k| 280 |  7 | 262 |   0 |-5.427530e+01 |      --      |    Inf | unknown
1635.41/1640.13	c   245s|     1 |     0 |200142 |     - |  5266M |   0 |1157k|  64k|  64k| 311 |  8 | 262 |   0 |-5.887845e+01 |      --      |    Inf | unknown
1641.48/1646.20	c   251s|     1 |     0 |200393 |     - |  5273M |   0 |1157k|  64k|  64k| 349 |  9 | 262 |   0 |-6.134247e+01 |      --      |    Inf | unknown
1647.46/1652.28	c   257s|     1 |     0 |200681 |     - |  5284M |   0 |1157k|  64k|  64k| 383 | 10 | 262 |   0 |-6.459300e+01 |      --      |    Inf | unknown
1653.26/1658.02	c   263s|     1 |     0 |200767 |     - |  5292M |   0 |1157k|  64k|  64k| 398 | 11 | 262 |   0 |-6.523214e+01 |      --      |    Inf | unknown
1658.93/1663.70	c   268s|     1 |     0 |200784 |     - |  5299M |   0 |1157k|  64k|  64k| 404 | 12 | 262 |   0 |-6.523214e+01 |      --      |    Inf | unknown
1664.62/1669.49	c   274s|     1 |     0 |200908 |     - |  5307M |   0 |1157k|  64k|  64k| 432 | 13 | 262 |   0 |-6.568484e+01 |      --      |    Inf | unknown
1670.40/1675.21	c   280s|     1 |     0 |200989 |     - |  5314M |   0 |1157k|  64k|  64k| 452 | 14 | 262 |   0 |-6.585558e+01 |      --      |    Inf | unknown
1676.08/1680.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1676.08/1680.95	c   286s|     1 |     0 |201027 |     - |  5323M |   0 |1157k|  64k|  64k| 469 | 15 | 262 |   0 |-6.628006e+01 |      --      |    Inf | unknown
1681.86/1686.78	c   291s|     1 |     0 |201079 |     - |  5329M |   0 |1157k|  64k|  64k| 478 | 16 | 262 |   0 |-6.630684e+01 |      --      |    Inf | unknown
1687.56/1692.46	c   297s|     1 |     0 |201095 |     - |  5336M |   0 |1157k|  64k|  64k| 485 | 17 | 262 |   0 |-6.646363e+01 |      --      |    Inf | unknown
1693.25/1698.16	c   303s|     1 |     0 |201126 |     - |  5342M |   0 |1157k|  64k|  64k| 501 | 18 | 262 |   0 |-6.646363e+01 |      --      |    Inf | unknown
1699.02/1703.91	c   309s|     1 |     0 |201248 |     - |  5349M |   0 |1157k|  64k|  64k| 517 | 19 | 262 |   0 |-6.683863e+01 |      --      |    Inf | unknown
1704.12/1709.01	c   314s|     1 |     0 |201248 |     - |  5356M |   0 |1157k|  64k|  64k| 528 | 20 | 262 |   0 |-6.683863e+01 |      --      |    Inf | unknown
1704.12/1709.02	c (node 1) LP solver hit time limit in LP 21 -- using pseudo solution instead
1704.12/1709.02	c 
1704.12/1709.02	c SCIP Status        : solving was interrupted [time limit reached]
1704.12/1709.02	c Solving Time (sec) : 313.74
1704.12/1709.02	c Solving Nodes      : 1
1704.12/1709.02	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1704.12/1709.02	c Dual Bound         : -6.68386319845857e+01
1704.12/1709.02	c Gap                : infinite
1704.12/1709.02	c SCIP status: 23 (TIMELIMIT)
1704.12/1709.02	c SCIP LP bound tightened UB: 1519 -> 1493
1704.12/1709.02	c pb_solver_status: sst_unknown
1704.12/1709.02	c LB_goalvalue: 0
1704.12/1709.02	c UB_goalvalue: 1493
1704.12/1709.02	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1704.12/1709.02	c SCIP returned: sst_unknown
1704.12/1709.02	c SCIP primal LB: -oo, dual UB: 1493
1704.12/1709.02	c assumptions: 
1704.12/1709.02	c invoking solver with time budget: 160.000000
1873.75/1879.16	c sat_solver_result: sst_unknown
1873.75/1879.16	c SAT solver timed out; proceeding to cooperative SCIP call
1873.75/1879.16	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1493
1873.75/1879.16	c scip solving with time budget: 439.040000
1873.75/1879.16	c solveScip
1873.75/1879.16	c initScipForCoop
1873.75/1879.16	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1873.75/1879.16	c SCIPfreeTransform due to timeout and having shadow nodes
1873.75/1879.16	c forcing SCIPfreeTransform before solve
1874.75/1880.18	c Running SCIP presolve for solve-time propagation (rounds=3)
1875.53/1880.96	c presolving:
1876.32/1881.71	c    (1.5s) running MILP presolver
1876.83/1882.20	c    (2.0s) MILP presolver found nothing
1877.22/1882.63	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
1877.52/1882.99	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
1881.72/1887.18	c    (7.0s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1881.72/1887.18	c    (7.0s) probing aborted: 50/50 successive totally useless probings
1882.21/1887.66	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1882.21/1887.66	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1882.21/1887.66	c  0 implications, 28860 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1882.21/1887.66	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64506 constraints
1882.21/1887.66	c    3003 constraints of type <knapsack>
1882.21/1887.66	c   28860 constraints of type <setppc>
1882.21/1887.66	c   32643 constraints of type <logicor>
1882.21/1887.66	c transformed objective value is always integral (scale: 1)
1882.21/1887.66	c Presolving Time: 6.81
1883.62/1889.05	c presolving:
1884.40/1889.83	c    (1.6s) running MILP presolver
1885.20/1890.62	c    (2.3s) MILP presolver found nothing
1885.62/1891.06	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
1886.00/1891.48	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
1890.79/1896.22	c    (7.9s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1890.79/1896.22	c    (7.9s) probing aborted: 50/50 successive totally useless probings
1891.08/1896.59	c    (8.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1891.70/1897.19	c    (8.9s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.36)
1891.70/1897.19	c dynamic symmetry handling statistics:
1891.70/1897.19	c    orbitopal reduction:       no components
1891.70/1897.19	c    orbital reduction:         no components
1891.70/1897.19	c    lexicographic reduction:   no permutations
1891.70/1897.19	c handled 1 out of 1 symmetry components
1892.08/1897.54	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1892.08/1897.54	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1892.08/1897.54	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1892.08/1897.54	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
1892.08/1897.54	c    3003 constraints of type <knapsack>
1892.08/1897.54	c   28860 constraints of type <setppc>
1892.08/1897.54	c       1 constraints of type <linear>
1892.08/1897.54	c   32643 constraints of type <logicor>
1892.08/1897.54	c transformed objective value is always integral (scale: 1)
1892.08/1897.54	c Presolving Time: 8.61
1892.08/1897.59	c 
2033.55/2039.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2033.55/2039.42	c   151s|     1 |     0 |177318 |     - |  5306M |   0 |1157k|  64k|  64k|   0 |  0 | 262 |   0 |-1.950000e+01 |      --      |    Inf | unknown
2084.14/2090.15	c   202s|     1 |     0 |197572 |     - |  5341M |   0 |1157k|  64k|  64k|  58 |  1 | 262 |   0 |-3.900000e+01 |      --      |    Inf | unknown
2089.91/2095.91	c   208s|     1 |     0 |198250 |     - |  5341M |   0 |1157k|  64k|  64k|  98 |  2 | 262 |   0 |-3.900000e+01 |      --      |    Inf | unknown
2095.69/2101.79	c   214s|     1 |     0 |198416 |     - |  5343M |   0 |1157k|  64k|  64k| 142 |  3 | 262 |   0 |-3.912500e+01 |      --      |    Inf | unknown
2101.77/2107.82	c   220s|     1 |     0 |198790 |     - |  5343M |   0 |1157k|  64k|  64k| 177 |  4 | 262 |   0 |-4.082500e+01 |      --      |    Inf | unknown
2107.97/2114.04	c   226s|     1 |     0 |199210 |     - |  5345M |   0 |1157k|  64k|  64k| 211 |  5 | 262 |   0 |-4.361859e+01 |      --      |    Inf | unknown
2114.24/2120.34	c   232s|     1 |     0 |199614 |     - |  5346M |   0 |1157k|  64k|  64k| 245 |  6 | 262 |   0 |-4.929870e+01 |      --      |    Inf | unknown
2120.32/2126.47	c   238s|     1 |     0 |199874 |     - |  5349M |   0 |1157k|  64k|  64k| 280 |  7 | 262 |   0 |-5.427530e+01 |      --      |    Inf | unknown
2126.50/2132.61	c   244s|     1 |     0 |200142 |     - |  5351M |   0 |1157k|  64k|  64k| 311 |  8 | 262 |   0 |-5.887845e+01 |      --      |    Inf | unknown
2132.49/2138.64	c   250s|     1 |     0 |200393 |     - |  5351M |   0 |1157k|  64k|  64k| 349 |  9 | 262 |   0 |-6.134247e+01 |      --      |    Inf | unknown
2138.57/2144.71	c   256s|     1 |     0 |200681 |     - |  5352M |   0 |1157k|  64k|  64k| 383 | 10 | 262 |   0 |-6.459300e+01 |      --      |    Inf | unknown
2144.26/2150.41	c   262s|     1 |     0 |200767 |     - |  5353M |   0 |1157k|  64k|  64k| 398 | 11 | 262 |   0 |-6.523214e+01 |      --      |    Inf | unknown
2149.85/2156.09	c   268s|     1 |     0 |200784 |     - |  5354M |   0 |1157k|  64k|  64k| 404 | 12 | 262 |   0 |-6.523214e+01 |      --      |    Inf | unknown
2155.63/2161.88	c   274s|     1 |     0 |200908 |     - |  5354M |   0 |1157k|  64k|  64k| 432 | 13 | 262 |   0 |-6.568484e+01 |      --      |    Inf | unknown
2161.41/2167.60	c   279s|     1 |     0 |200989 |     - |  5355M |   0 |1157k|  64k|  64k| 452 | 14 | 262 |   0 |-6.585558e+01 |      --      |    Inf | unknown
2167.09/2173.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2167.09/2173.31	c   285s|     1 |     0 |201027 |     - |  5356M |   0 |1157k|  64k|  64k| 469 | 15 | 262 |   0 |-6.628006e+01 |      --      |    Inf | unknown
2172.89/2179.14	c   291s|     1 |     0 |201079 |     - |  5356M |   0 |1157k|  64k|  64k| 478 | 16 | 262 |   0 |-6.630684e+01 |      --      |    Inf | unknown
2178.56/2184.83	c   297s|     1 |     0 |201095 |     - |  5356M |   0 |1157k|  64k|  64k| 485 | 17 | 262 |   0 |-6.646363e+01 |      --      |    Inf | unknown
2184.35/2190.65	c   302s|     1 |     0 |201126 |     - |  5356M |   0 |1157k|  64k|  64k| 501 | 18 | 262 |   0 |-6.646363e+01 |      --      |    Inf | unknown
2190.13/2196.42	c   308s|     1 |     0 |201248 |     - |  5356M |   0 |1157k|  64k|  64k| 517 | 19 | 262 |   0 |-6.683863e+01 |      --      |    Inf | unknown
2195.74/2202.11	c   314s|     1 |     0 |201288 |     - |  5356M |   0 |1157k|  64k|  64k| 528 | 20 | 262 |   0 |-6.708863e+01 |      --      |    Inf | unknown
2201.31/2207.62	c   319s|     1 |     0 |201289 |     - |  5357M |   0 |1157k|  64k|  64k| 529 | 21 | 262 |   0 |-6.708863e+01 |      --      |    Inf | unknown
2206.89/2213.24	c   325s|     1 |     0 |201290 |     - |  5358M |   0 |1157k|  64k|  64k| 530 | 22 | 262 |   0 |-6.708863e+01 |      --      |    Inf | unknown
2231.63/2238.08	c   350s|     1 |     2 |253334 |     - |  5395M |   0 |1157k|  64k|  64k| 530 | 23 | 265 |  22 |-6.733863e+01 |      --      |    Inf | unknown
2320.65/2327.37	c 
2320.65/2327.37	c SCIP Status        : solving was interrupted [time limit reached]
2320.65/2327.37	c Solving Time (sec) : 439.09
2320.65/2327.37	c Solving Nodes      : 63
2320.65/2327.37	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2320.65/2327.37	c Dual Bound         : -6.73386319845857e+01
2320.65/2327.37	c Gap                : infinite
2320.65/2327.37	c SCIP status: 23 (TIMELIMIT)
2320.65/2327.37	c solveScip: freeing transform (!can_skip_free_transform)
2321.75/2328.43	c pb_solver_status: sst_unknown
2321.75/2328.43	c LB_goalvalue: 0
2321.75/2328.43	c UB_goalvalue: 1493
2321.75/2328.43	c Both SAT and SCIP timed out; boosting budgets to sat=320.000000 scip=878.080000
2321.75/2328.43	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2321.75/2328.43	c SCIP returned: sst_unknown
2321.75/2328.43	c SCIP primal LB: -oo, dual UB: 1493
2321.75/2328.43	c assumptions: 
2321.75/2328.43	c invoking solver with time budget: 320.000000
2651.83/2659.43	c sat_solver_result: sst_unknown
2651.83/2659.43	c SAT solver timed out; proceeding to cooperative SCIP call
2651.83/2659.43	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1493
2651.83/2659.43	c scip solving with time budget: 878.080000
2651.83/2659.43	c solveScip
2651.83/2659.43	c initScipForCoop
2651.83/2659.43	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2652.63/2660.21	c presolving:
2653.32/2660.99	c    (1.6s) running MILP presolver
2654.12/2661.78	c    (2.4s) MILP presolver found nothing
2654.62/2662.22	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 35607 upgd conss, 0 impls, 28860 clqs, 0 implints
2655.02/2662.64	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 64506 upgd conss, 0 impls, 28860 clqs, 0 implints
2659.70/2667.32	c    (7.9s) probing: 51/1157520 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2659.70/2667.32	c    (7.9s) probing aborted: 50/50 successive totally useless probings
2660.00/2667.69	c    (8.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2660.60/2668.29	c    (8.9s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.36)
2660.60/2668.29	c dynamic symmetry handling statistics:
2660.60/2668.29	c    orbitopal reduction:       no components
2660.60/2668.29	c    orbital reduction:         no components
2660.60/2668.29	c    lexicographic reduction:   no permutations
2660.60/2668.29	c handled 1 out of 1 symmetry components
2661.00/2668.65	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
2661.00/2668.65	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2661.00/2668.65	c  0 implications, 28861 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2661.00/2668.65	c presolved problem has 1157520 variables (1157520 bin, 0 int, 0 cont) and 64507 constraints
2661.00/2668.65	c    3003 constraints of type <knapsack>
2661.00/2668.65	c   28860 constraints of type <setppc>
2661.00/2668.65	c       1 constraints of type <linear>
2661.00/2668.65	c   32643 constraints of type <logicor>
2661.00/2668.65	c transformed objective value is always integral (scale: 1)
2661.00/2668.65	c Presolving Time: 8.55
2661.10/2668.70	c 
2801.18/2809.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2801.18/2809.24	c   150s|     1 |     0 |177318 |     - |  5611M |   0 |1157k|  64k|  64k|   0 |  0 | 262 |   0 |-1.950000e+01 |      --      |    Inf | unknown
2852.16/2860.30	c   201s|     1 |     0 |197572 |     - |  5645M |   0 |1157k|  64k|  64k|  58 |  1 | 262 |   0 |-3.900000e+01 |      --      |    Inf | unknown
2858.05/2866.29	c   207s|     1 |     0 |198250 |     - |  5645M |   0 |1157k|  64k|  64k|  98 |  2 | 262 |   0 |-3.900000e+01 |      --      |    Inf | unknown
2864.23/2872.41	c   213s|     1 |     0 |198416 |     - |  5647M |   0 |1157k|  64k|  64k| 142 |  3 | 262 |   0 |-3.912500e+01 |      --      |    Inf | unknown
2870.51/2878.75	c   219s|     1 |     0 |198790 |     - |  5647M |   0 |1157k|  64k|  64k| 177 |  4 | 262 |   0 |-4.082500e+01 |      --      |    Inf | unknown
2876.99/2885.23	c   226s|     1 |     0 |199210 |     - |  5649M |   0 |1157k|  64k|  64k| 211 |  5 | 262 |   0 |-4.361859e+01 |      --      |    Inf | unknown
2883.48/2891.75	c   232s|     1 |     0 |199614 |     - |  5650M |   0 |1157k|  64k|  64k| 245 |  6 | 262 |   0 |-4.929870e+01 |      --      |    Inf | unknown
2889.87/2898.14	c   239s|     1 |     0 |199874 |     - |  5654M |   0 |1157k|  64k|  64k| 280 |  7 | 262 |   0 |-5.427530e+01 |      --      |    Inf | unknown
2896.24/2904.58	c   245s|     1 |     0 |200142 |     - |  5656M |   0 |1157k|  64k|  64k| 311 |  8 | 262 |   0 |-5.887845e+01 |      --      |    Inf | unknown
2902.53/2910.85	c   251s|     1 |     0 |200393 |     - |  5656M |   0 |1157k|  64k|  64k| 349 |  9 | 262 |   0 |-6.134247e+01 |      --      |    Inf | unknown
2908.90/2917.25	c   258s|     1 |     0 |200681 |     - |  5658M |   0 |1157k|  64k|  64k| 383 | 10 | 262 |   0 |-6.459300e+01 |      --      |    Inf | unknown
2914.80/2923.18	c   264s|     1 |     0 |200767 |     - |  5658M |   0 |1157k|  64k|  64k| 398 | 11 | 262 |   0 |-6.523214e+01 |      --      |    Inf | unknown
2920.68/2929.05	c   270s|     1 |     0 |200784 |     - |  5659M |   0 |1157k|  64k|  64k| 404 | 12 | 262 |   0 |-6.523214e+01 |      --      |    Inf | unknown
2926.67/2935.01	c   276s|     1 |     0 |200908 |     - |  5659M |   0 |1157k|  64k|  64k| 432 | 13 | 262 |   0 |-6.568484e+01 |      --      |    Inf | unknown
2933.14/2941.56	c   282s|     1 |     0 |200989 |     - |  5660M |   0 |1157k|  64k|  64k| 452 | 14 | 262 |   0 |-6.585558e+01 |      --      |    Inf | unknown
2939.02/2947.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2939.02/2947.49	c   288s|     1 |     0 |201027 |     - |  5661M |   0 |1157k|  64k|  64k| 469 | 15 | 262 |   0 |-6.628006e+01 |      --      |    Inf | unknown
2945.10/2953.51	c   294s|     1 |     0 |201079 |     - |  5661M |   0 |1157k|  64k|  64k| 478 | 16 | 262 |   0 |-6.630684e+01 |      --      |    Inf | unknown
2950.89/2959.37	c   300s|     1 |     0 |201095 |     - |  5661M |   0 |1157k|  64k|  64k| 485 | 17 | 262 |   0 |-6.646363e+01 |      --      |    Inf | unknown
2956.77/2965.25	c   306s|     1 |     0 |201126 |     - |  5661M |   0 |1157k|  64k|  64k| 501 | 18 | 262 |   0 |-6.646363e+01 |      --      |    Inf | unknown
2963.06/2971.53	c   312s|     1 |     0 |201248 |     - |  5661M |   0 |1157k|  64k|  64k| 517 | 19 | 262 |   0 |-6.683863e+01 |      --      |    Inf | unknown
2968.94/2977.46	c   318s|     1 |     0 |201288 |     - |  5661M |   0 |1157k|  64k|  64k| 528 | 20 | 262 |   0 |-6.708863e+01 |      --      |    Inf | unknown
2974.64/2983.18	c   324s|     1 |     0 |201289 |     - |  5662M |   0 |1157k|  64k|  64k| 529 | 21 | 262 |   0 |-6.708863e+01 |      --      |    Inf | unknown
2980.41/2989.01	c   330s|     1 |     0 |201290 |     - |  5662M |   0 |1157k|  64k|  64k| 530 | 22 | 262 |   0 |-6.708863e+01 |      --      |    Inf | unknown
3005.04/3013.68	c   354s|     1 |     2 |253334 |     - |  5662M |   0 |1157k|  64k|  64k| 530 | 23 | 265 |  22 |-6.733863e+01 |      --      |    Inf | unknown
3260.72/3270.01	c   611s|   100 |   101 |459723 |2610.4 |  5697M |  21 |1157k|  64k|  64k|1386 |  1 | 281 |  22 |-6.733863e+01 |      --      |    Inf | unknown
3518.12/3528.28	c   869s|   200 |   201 |741485 |2714.5 |  5836M |  22 |1157k|  64k|  64k|2494 |  1 | 364 |  22 |-8.189286e+01 |      --      |    Inf | unknown
3531.09/3541.20	c 
3531.09/3541.20	c SCIP Status        : solving was interrupted [time limit reached]
3531.09/3541.20	c Solving Time (sec) : 881.77
3531.09/3541.20	c Solving Nodes      : 205
3531.09/3541.20	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
3531.09/3541.20	c Dual Bound         : -8.18928571428571e+01
3531.09/3541.20	c Gap                : infinite
3531.09/3541.20	c SCIP status: 23 (TIMELIMIT)
3531.09/3541.20	c SCIP LP bound tightened UB: 1493 -> 1478
3531.09/3541.20	c pb_solver_status: sst_unknown
3531.09/3541.20	c LB_goalvalue: 0
3531.09/3541.20	c UB_goalvalue: 1478
3531.09/3541.20	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
3531.09/3541.20	c SCIP returned: sst_unknown
3531.09/3541.20	c SCIP primal LB: -oo, dual UB: 1478
3531.09/3541.20	c assumptions: 
3531.09/3541.20	c invoking solver with time budget: 320.000000
3600.08/3610.30	
3600.08/3610.30	*** TERMINATED *** by signal
3600.08/3610.30	c
3600.08/3610.30	s UNKNOWN
3600.08/3610.30	c _____________________________________________________________________________
3600.08/3610.30	c std/band forms        : 31863,0
3600.08/3610.30	c 2cl/3cl ITE-codings   : 0,0
3600.08/3610.30	c BDD/srt/adr Max costs : 0,678,0
3600.08/3610.30	c BDDraw/bin/mul/srt/adr: 0,0,0,31863,0
3600.08/3610.30	c BDD nodes             : 0
3600.08/3610.30	c Es1/CC detections     : 0,0
3600.08/3610.30	c CC sort               : 31863
3600.08/3610.30	c SAT/UNSAT calls       : 0,0
3600.08/3610.30	c regenrated variables  : 0
3600.08/3610.30	c eliminated fixed lits : 0
3600.08/3610.30	c goal lit flips        : 0
3600.08/3610.30	c goal stages           : 0
3600.08/3610.30	c goal shrink           : 0
3600.08/3610.30	c goal coeff separations: 0
3600.08/3610.30	c restarts              : 10334
3600.08/3610.30	c conflicts             : 1247967        (347 /sec)
3600.08/3610.30	c decisions             : 12055750       (3349 /sec)
3600.08/3610.30	c propagations          : 290681500      (80743 /sec)
3600.08/3610.30	c inspects              : 0              (0 /sec)
3600.08/3610.30	c CPU time (solving tm) : 3600 s        (1258 s, SAT 0 s, UNSAT 0 s)
3600.08/3610.30	c SAT solver time       : 1258 s
3600.08/3610.30	c SAT solver SAT time   : 0 s
3600.08/3610.30	c SAT solver UNSAT time : 0 s
3600.08/3610.30	c SAT solver TO time    : 1190 s
3600.08/3610.30	c Time for SCIP         : 2278 s
3600.08/3610.30	c Coop SCIP LB improvements           : 0
3600.08/3610.30	c Coop SCIP UB improvements           : 4
3600.08/3610.30	c SCIP globally fixed variables       : 0
3600.08/3610.30	c SAT  globally fixed variables       : 0
3600.08/3610.30	c SCIP freeTransform calls            : 14
3600.08/3610.30	c Time for Opt-base     : 0.1904 s
3600.08/3610.30	c Steps for Opt-base    : 0
3600.08/3610.30	c Time for BDD coding   : 0 s
3600.08/3610.30	c Time for srt coding   : 4.97 s
3600.08/3610.30	c Inner solver invocations            : 0
3600.08/3610.30	c Inner solving count                 : 0
3600.08/3610.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4807570-1782838421/watcher-4807570-1782838421 -o /tmp/evaluation-result-4807570-1782838421/solver-4807570-1782838421 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4807570-1782838421/vars-4807570-1782838421 --bin-var /tmp/runsolver-exch-nodeE009-1782838330-2499795 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4807570-1782838421.opb 

running on 4 cores: 40-43

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

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (107669 MiB free)
  node 1: cores 8-15, 129019 MiB (104739 MiB free)
  node 2: cores 16-23, 129019 MiB (109722 MiB free)
  node 3: cores 24-31, 129003 MiB (105665 MiB free)
  node 4: cores 32-39, 129019 MiB (115022 MiB free)
  node 5: cores 40-47, 128973 MiB (117735 MiB free)
  node 6: cores 48-55, 129019 MiB (112907 MiB free)
  node 7: cores 56-63, 128474 MiB (108682 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=2500512, runsolver pid=2500509
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 13.19 7.19 9.90 18/880 2500515
/proc/meminfo: memFree=903302584/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=109724 memory=37668 CPUtime=0.08 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 7832 205 0 0 8 0 0 0 20 0 1 0 217129720 112357376 9291 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 27431 9417 2771 506 0 8122 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 109724 KiB
Current children cumulated memory: 37668 KiB

[startup+0.213317 s]*
/proc/loadavg: 13.19 7.19 9.90 17/880 2500515
/proc/meminfo: memFree=903273640/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=141136 memory=68396 CPUtime=0.19 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 15262 205 0 0 18 1 0 0 20 0 1 0 217129720 144523264 16980 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 35284 17099 2771 506 0 15975 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 141136 KiB
Current children cumulated memory: 68396 KiB

[startup+0.31305 s]*
/proc/loadavg: 13.19 7.19 9.90 17/880 2500515
/proc/meminfo: memFree=903253228/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=160388 memory=88320 CPUtime=0.29 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 20242 205 0 0 28 1 0 0 20 0 1 0 217129720 164237312 21972 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 40097 22079 2771 506 0 20788 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 160388 KiB
Current children cumulated memory: 88320 KiB

[startup+0.700122 s]
/proc/loadavg: 13.19 7.19 9.90 17/880 2500515
/proc/meminfo: memFree=903189228/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=250460 memory=177524 CPUtime=0.67 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 39481 205 0 0 64 3 0 0 20 0 1 0 217129720 256471040 44178 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 62615 44380 2771 506 0 43306 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 250460 KiB
Current children cumulated memory: 177524 KiB

[startup+1.50014 s]
/proc/loadavg: 13.19 7.19 9.90 17/880 2500515
/proc/meminfo: memFree=903063508/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=522268 memory=439240 CPUtime=1.46 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 74782 205 0 0 141 5 0 0 20 0 1 0 217129720 534802432 109705 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 130567 109810 2771 506 0 111258 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 522268 KiB
Current children cumulated memory: 439240 KiB

[startup+3.11308 s]
/proc/loadavg: 13.49 7.35 9.93 17/880 2500515
/proc/meminfo: memFree=903256512/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=971068 memory=876440 CPUtime=3.07 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 133062 205 0 0 297 10 0 0 20 0 1 0 217129720 994373632 218987 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 242767 219110 2771 506 0 223458 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 971068 KiB
Current children cumulated memory: 876440 KiB

[startup+6.30018 s]
/proc/loadavg: 13.49 7.35 9.93 17/880 2500515
/proc/meminfo: memFree=899709876/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=4659188 memory=4512616 CPUtime=6.25 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 874664 205 0 0 574 51 0 0 20 0 1 0 217129720 4771008512 1127853 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 1164797 1128154 5577 506 0 1145488 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 4659188 KiB
Current children cumulated memory: 4512616 KiB

[startup+12.7002 s]
/proc/loadavg: 13.77 7.51 9.97 17/880 2500515
/proc/meminfo: memFree=897130936/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=4551676 memory=4382424 CPUtime=12.63 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 886162 205 0 0 1210 53 0 0 20 0 1 0 217129720 4660916224 1095456 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 1137919 1095606 5763 506 0 1118610 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 4551676 KiB
Current children cumulated memory: 4382424 KiB

[startup+25.5002 s]
/proc/loadavg: 14.49 7.98 10.09 17/880 2500515
/proc/meminfo: memFree=897050716/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=5461632 memory=4988460 CPUtime=25.39 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 966334 205 0 0 2474 65 0 0 20 0 1 0 217129720 5592711168 1246933 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 1365408 1247115 5795 506 0 1346099 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 5461632 KiB
Current children cumulated memory: 4988460 KiB

[startup+51.1137 s]
/proc/loadavg: 15.27 8.68 10.27 17/880 2500515
/proc/meminfo: memFree=890917028/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=11129696 memory=10331060 CPUtime=50.93 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 1585275 205 0 0 4828 265 0 0 20 0 1 0 217129720 11396808704 2582513 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 2782424 2582765 5875 506 0 2763115 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 11129696 KiB
Current children cumulated memory: 10331060 KiB

[startup+102.3 s]
/proc/loadavg: 15.68 9.81 10.57 17/879 2500516
/proc/meminfo: memFree=891036944/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=11855152 memory=11036920 CPUtime=101.97 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 1641828 205 0 0 9882 315 0 0 20 0 1 0 217129720 12139675648 2758954 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 2963788 2759230 5891 506 0 2944479 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 11855152 KiB
Current children cumulated memory: 11036920 KiB

[startup+162.3 s]
/proc/loadavg: 15.94 10.96 10.92 17/878 2500519
/proc/meminfo: memFree=890253748/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=12013564 memory=11287168 CPUtime=161.8 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 1687035 205 0 0 15816 364 0 0 20 0 1 0 217129720 12301889536 2821610 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 3003391 2821792 5923 506 0 2984082 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 12013564 KiB
Current children cumulated memory: 11287168 KiB

[startup+222.3 s]
/proc/loadavg: 16.32 11.96 11.26 17/873 2500523
/proc/meminfo: memFree=892094556/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=11061468 memory=10354564 CPUtime=221.63 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 1725254 205 0 0 21789 374 0 0 20 0 1 0 217129720 11326943232 2588459 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 2765367 2588641 5923 506 0 2746058 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 11061468 KiB
Current children cumulated memory: 10354564 KiB

[startup+282.3 s]
/proc/loadavg: 16.41 12.80 11.60 17/871 2500524
/proc/meminfo: memFree=891610096/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=10934228 memory=10244804 CPUtime=281.46 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 1873419 205 0 0 27499 647 0 0 20 0 1 0 217129720 11196649472 2560907 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 2733557 2561201 5923 506 0 2714248 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 10934228 KiB
Current children cumulated memory: 10244804 KiB

[startup+342.3 s]
/proc/loadavg: 16.15 13.38 11.88 17/871 2500525

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

/proc/2500512/statm: 3868734 3399687 6251 506 0 3849425 0
Current children cumulated CPU time: 2854.16 s
Current children cumulated vsize: 15474936 KiB
Current children cumulated memory: 13598748 KiB

[startup+2922.3 s]
/proc/loadavg: 12.89 13.02 13.39 13/847 2500750
/proc/meminfo: memFree=883627888/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=15474936 memory=13598748 CPUtime=2913.99 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 3036500 205 0 0 287558 3841 0 0 20 0 1 0 217129720 15846334464 3399537 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 3868734 3399687 6251 506 0 3849425 0
Current children cumulated CPU time: 2913.99 s
Current children cumulated vsize: 15474936 KiB
Current children cumulated memory: 13598748 KiB

[startup+2982.3 s]
/proc/loadavg: 12.32 12.84 13.30 13/847 2500754
/proc/meminfo: memFree=882848588/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=15474936 memory=13598748 CPUtime=2973.83 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 3037009 205 0 0 293542 3841 0 0 20 0 1 0 217129720 15846334464 3399537 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 3868734 3399687 6251 506 0 3849425 0
Current children cumulated CPU time: 2973.83 s
Current children cumulated vsize: 15474936 KiB
Current children cumulated memory: 13598748 KiB

[startup+3042.3 s]
/proc/loadavg: 12.15 12.69 13.22 13/847 2500755
/proc/meminfo: memFree=881174276/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=16505588 memory=14629484 CPUtime=3033.66 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 3651304 205 0 0 299492 3874 0 0 20 0 1 0 217129720 16901722112 3657266 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4126397 3657371 6251 506 0 4107088 0
Current children cumulated CPU time: 3033.66 s
Current children cumulated vsize: 16505588 KiB
Current children cumulated memory: 14629484 KiB

[startup+3102.3 s]
/proc/loadavg: 12.05 12.57 13.14 13/846 2500756
/proc/meminfo: memFree=881224172/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=16505588 memory=14629484 CPUtime=3093.48 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 3651680 205 0 0 305473 3875 0 0 20 0 1 0 217129720 16901722112 3657266 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4126397 3657371 6251 506 0 4107088 0
Current children cumulated CPU time: 3093.48 s
Current children cumulated vsize: 16505588 KiB
Current children cumulated memory: 14629484 KiB

[startup+3162.3 s]
/proc/loadavg: 12.02 12.46 13.07 13/846 2500757
/proc/meminfo: memFree=881269804/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=16505588 memory=14629484 CPUtime=3153.31 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 3651777 205 0 0 311455 3876 0 0 20 0 1 0 217129720 16901722112 3657266 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4126397 3657371 6251 506 0 4107088 0
Current children cumulated CPU time: 3153.31 s
Current children cumulated vsize: 16505588 KiB
Current children cumulated memory: 14629484 KiB

[startup+3222.3 s]
/proc/loadavg: 12.00 12.37 13.00 13/847 2500761
/proc/meminfo: memFree=880594296/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=16505588 memory=14629484 CPUtime=3213.14 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 3652058 205 0 0 317438 3876 0 0 20 0 1 0 217129720 16901722112 3657266 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4126397 3657371 6251 506 0 4107088 0
Current children cumulated CPU time: 3213.14 s
Current children cumulated vsize: 16505588 KiB
Current children cumulated memory: 14629484 KiB

[startup+3282.3 s]
/proc/loadavg: 12.00 12.30 12.94 13/847 2500764
/proc/meminfo: memFree=883421636/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=16178540 memory=14302480 CPUtime=3272.97 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 4016411 205 0 0 323400 3897 0 0 20 0 1 0 217129720 16566824960 3575494 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4044635 3575620 6251 506 0 4025326 0
Current children cumulated CPU time: 3272.97 s
Current children cumulated vsize: 16178540 KiB
Current children cumulated memory: 14302480 KiB

[startup+3342.3 s]
/proc/loadavg: 12.00 12.25 12.87 13/847 2500765
/proc/meminfo: memFree=883569424/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=16178540 memory=14302480 CPUtime=3332.78 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 4016829 205 0 0 329381 3897 0 0 20 0 1 0 217129720 16566824960 3575494 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4044635 3575620 6251 506 0 4025326 0
Current children cumulated CPU time: 3332.78 s
Current children cumulated vsize: 16178540 KiB
Current children cumulated memory: 14302480 KiB

[startup+3402.3 s]
/proc/loadavg: 12.60 12.37 12.88 13/847 2500766
/proc/meminfo: memFree=882340384/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=18866344 memory=16875872 CPUtime=3392.6 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 4581111 205 0 0 335332 3928 0 0 20 0 1 0 217129720 19319136256 4218802 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4716586 4218968 6251 506 0 4697277 0
Current children cumulated CPU time: 3392.6 s
Current children cumulated vsize: 18866344 KiB
Current children cumulated memory: 16875872 KiB

[startup+3462.3 s]
/proc/loadavg: 12.70 12.43 12.87 13/847 2500767
/proc/meminfo: memFree=883194308/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=17939832 memory=16065204 CPUtime=3452.42 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 4600697 205 0 0 341311 3931 0 0 20 0 1 0 217129720 18370387968 4016143 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4484958 4016301 6251 506 0 4465649 0
Current children cumulated CPU time: 3452.42 s
Current children cumulated vsize: 17939832 KiB
Current children cumulated memory: 16065204 KiB

[startup+3522.3 s]
/proc/loadavg: 13.62 12.74 12.95 6/818 2500824
/proc/meminfo: memFree=894919600/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=17939832 memory=16065204 CPUtime=3512.24 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 4600713 205 0 0 347293 3931 0 0 20 0 1 0 217129720 18370387968 4016143 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4484958 4016301 6251 506 0 4465649 0
Current children cumulated CPU time: 3512.24 s
Current children cumulated vsize: 17939832 KiB
Current children cumulated memory: 16065204 KiB

[startup+3582.3 s]
/proc/loadavg: 6.62 10.96 12.33 2/784 2501149
/proc/meminfo: memFree=912718224/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=17958424 memory=16084512 CPUtime=3572.11 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 4610377 205 0 0 353183 4028 0 0 20 0 1 0 217129720 18389426176 4020952 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4489606 4021128 6251 506 0 4470297 0
Current children cumulated CPU time: 3572.11 s
Current children cumulated vsize: 17958424 KiB
Current children cumulated memory: 16084512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.40 10.00 11.96 2/783 2501149
/proc/meminfo: memFree=912723788/1055320700 swapFree=33390400/33554428
[pid=2500512] ppid=2500509 vsize=17958424 memory=16084700 CPUtime=3600.08 cores=40-43
/proc/2500512/stat : 2500512 (naps_release) R 2500509 2500512 2493182 0 -1 4194304 4615913 205 0 0 355888 4120 0 0 20 0 1 0 217129720 18389426176 4020989 18446744073709551615 4210688 6281017 140726432667968 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 27389952 140726432676059 140726432676240 140726432676240 140726432681928 0
/proc/2500512/statm: 4489606 4021175 6251 506 0 4470297 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 17958424 KiB
Current children cumulated memory: 16084700 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3610.5 s]
# the end of solver process 2500512 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3558.88 s, system=41.4032 s

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

[startup+3610.4 s]*
/proc/loadavg: 4.40 10.00 11.96 2/783 2501149
/proc/meminfo: memFree=918555764/1055320700 swapFree=33390400/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3610.5
CPU time (s): 3600.29
CPU user time (s): 3558.88
CPU system time (s): 41.4032
CPU usage (%): 99.7171
Max. virtual memory (cumulated for all children) (KiB): 18937500
Max. memory (cumulated for all children) (KiB): 16936448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3558.88
system time used= 41.4032
maximum resident set size= 16935804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4616118
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= 323
involuntary context switches= 3768


# summary of solver processes directly reported to runsolver:
#   pid: 2500512
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3558.88
#   total CPU system time (s): 41.4032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8372 second user time and 37.0848 second system time

The end

Launcher Data

Begin job on nodeE009 at 2026-06-30 18:53:41
IDJOB=4807570
IDBENCH=178506
IDSOLVER=3589
FILE ID=nodeE009/4807570-1782838421
RUNJOBID= nodeE009-1782838330-2499795
SLURM_JOB_ID= 12541388
Free space on /tmp= 796256 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_38.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4807570-1782838421/watcher-4807570-1782838421 -o /tmp/evaluation-result-4807570-1782838421/solver-4807570-1782838421 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4807570-1782838421/vars-4807570-1782838421 --bin-var /tmp/runsolver-exch-nodeE009-1782838330-2499795 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4807570-1782838421.opb

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

MD5SUM BENCH= 20eb46ec78ce3b2161ce51b0e526031c
RANDOM SEED=2033625055

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

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

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

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

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

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

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

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        903314568 kB
MemAvailable:   1021890040 kB
Buffers:              32 kB
Cached:         122822864 kB
SwapCached:        29600 kB
Active:         26446092 kB
Inactive:       121247076 kB
Active(anon):   25218704 kB
Inactive(anon):   425716 kB
Active(file):    1227388 kB
Inactive(file): 120821360 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33390400 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42672 kB
Writeback:             0 kB
AnonPages:      24833152 kB
Mapped:           229276 kB
Shmem:            774144 kB
KReclaimable:    1338700 kB
Slab:            1873760 kB
SReclaimable:    1338700 kB
SUnreclaim:       535060 kB
KernelStack:       15024 kB
PageTables:        57088 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   28201408 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478400 kB
VmallocChunk:          0 kB
Percpu:           121088 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9553920 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:      395716 kB
DirectMap2M:    18800640 kB
DirectMap1G:    1054867456 kB

Free space on /tmp at the end= 796556 MiB
End job on nodeE009 at 2026-06-30 19:53:52