Trace number 4778982

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.04SAT (TO)-49 3600.07 3612.64

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-3.opb
MD5SUM4c4220841569fe2ff0ce6d0e8718e711
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-53
Best CPU time to get the best result obtained on this benchmark3584.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1272
Total number of constraints94127
Number of constraints which are clauses94127
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
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 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
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

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.13	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4778982-1782129864.opb
0.00/0.22	c NaPS 1.03a50.
0.00/0.22	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.22	c Input file name: HOME/instance-4778982-1782129864.opb
0.00/0.22	c Parsing PB file...
0.00/0.22	c goal was devided by 1 with offset 0.
0.21/0.45	c assumptions before coding: 
0.21/0.47	c initScipForCoop
0.31/0.52	c Running SCIP presolver (time limit: 10 sec)...
0.31/0.52	c solveScip
0.31/0.52	c initScipForCoop
0.31/0.52	c Cooperative mode: scip_coop_offset=0.000000
0.31/0.52	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.31/0.52	c Running SCIP presolve for solve-time propagation (rounds=3)
0.31/0.57	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.31/0.57	c presolving:
0.40/0.68	c    (0.2s) running MILP presolver
0.48/0.74	c    (0.2s) MILP presolver found nothing
0.58/0.82	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
0.68/1.00	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.68/1.00	c    (0.5s) probing aborted: 50/50 successive totally useless probings
1.08/1.39	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1.08/1.39	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.08/1.39	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.08/1.39	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
1.08/1.39	c   94127 constraints of type <setppc>
1.08/1.39	c transformed objective value is always integral (scale: 1)
1.08/1.39	c Presolving Time: 0.83
1.18/1.45	c 1/1 feasible solution given by solution candidate storage, new primal bound 0.000000e+00
1.18/1.45	c 
1.18/1.46	c presolving:
1.28/1.59	c    (0.2s) running MILP presolver
1.38/1.65	c    (0.2s) MILP presolver found nothing
1.48/1.72	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
1.68/1.94	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.68/1.94	c    (0.5s) probing aborted: 50/50 successive totally useless probings
2.08/2.31	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.08/2.33	c    (0.9s) no symmetry present (symcode time: 0.00)
2.08/2.34	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
2.08/2.34	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.08/2.34	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2.08/2.34	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
2.08/2.34	c   94127 constraints of type <setppc>
2.08/2.34	c transformed objective value is always integral (scale: 1)
2.08/2.34	c Presolving Time: 0.88
2.08/2.34	c transformed 1/1 original solutions to the transformed problem space
2.08/2.34	c 
2.18/2.43	c in SCIP_DECL_EVENTEXEC found by SCIP
2.18/2.43	o -36
2.18/2.44	c Model check passed
2.18/2.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.18/2.44	c p 1.0s|     1 |     0 |     0 |     - |  clique|   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 1.272000e+03 | 3.600000e+01 |3433.33%| unknown
2.28/2.55	c in SCIP_DECL_EVENTEXEC found by SCIP
2.28/2.55	o -38
2.28/2.55	c Model check passed
2.28/2.55	c p 1.1s|     1 |     0 |     0 |     - | vbounds|   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 1.272000e+03 | 3.800000e+01 |3247.37%| unknown
2.68/3.01	c   1.6s|     1 |     0 |  1272 |     - |   460M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 3.800000e+01 |1573.68%| unknown
3.48/3.76	c   2.3s|     1 |     0 |  1548 |     - |   484M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 3.800000e+01 |1478.95%| unknown
5.07/5.36	c   3.9s|     1 |     0 |  1701 |     - |   496M |   0 |1272 |  94k|  94k|  28 |  2 |   0 |   0 | 5.830000e+02 | 3.800000e+01 |1434.21%| unknown
7.16/7.47	c   6.0s|     1 |     0 |  2036 |     - |   506M |   0 |1272 |  94k|  94k|  46 |  3 |   0 |   0 | 5.555000e+02 | 3.800000e+01 |1361.84%| unknown
10.15/10.40	c   9.0s|     1 |     0 |  2505 |     - |   515M |   0 |1272 |  94k|  94k|  75 |  4 |   0 |   0 | 5.360000e+02 | 3.800000e+01 |1310.53%| unknown
10.65/10.98	c   9.6s|     1 |     0 |  3054 |     - |   526M |   0 |1272 |  94k|  94k| 104 |  5 |   0 |   0 | 5.090000e+02 | 3.800000e+01 |1239.47%| unknown
11.15/11.42	c  10.0s|     1 |     0 |  3161 |     - |   535M |   0 |1272 |  94k|  94k| 146 |  6 |   0 |   0 | 5.090000e+02 | 3.800000e+01 |1239.47%| unknown
11.15/11.42	c (node 1) LP solver hit time limit in LP 7 -- using pseudo solution instead
11.15/11.42	c 
11.15/11.42	c SCIP Status        : solving was interrupted [time limit reached]
11.15/11.42	c Solving Time (sec) : 10.00
11.15/11.42	c Solving Nodes      : 1
11.15/11.42	c Primal Bound       : +3.80000000000000e+01 (9 solutions)
11.15/11.42	c Dual Bound         : +5.09000000000000e+02
11.15/11.42	c Gap                : 1239.47 %
11.15/11.43	c SCIP status: 23 (TIMELIMIT)
11.15/11.43	c solveScip: freeing transform (!can_skip_free_transform)
11.15/11.49	c SCIP presolver: sst_sat
11.15/11.49	c Converting 94127 PB-constraints to clauses...
11.15/11.49	c   -- Clauses(.)/Splits(s): 
11.25/11.51	c pb_solver_status: sst_sat
11.25/11.51	c total stages of optimization mode: 1
11.25/11.51	c Use UB found in presolve
11.25/11.51	c Use LB found in presolve
11.25/11.51	c minimizationMode: cmm_Binary
11.25/11.51	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
11.25/11.51	c Try to find a solution more than 195
11.25/11.52	c 
11.25/11.53	c assumptions: 
11.25/11.53	c invoking solver with time budget: 5.000000
15.23/15.54	c sat_solver_result: sst_unsat
15.23/15.54	c Better solution not found.  Optimum bounded [38,195]
15.23/15.54	c Try to find a solution more than 38
15.23/15.54	c 
15.23/15.54	c assumptions: 
15.23/15.54	c invoking solver with time budget: 1.010161
15.23/15.55	c Model check passed
15.23/15.55	c sat_solver_result: sst_sat
15.23/15.55	c pb_solver_status: sst_sat
15.23/15.55	c in maximizeGoal found by SAT
15.23/15.55	o -40
15.23/15.55	c addUnit: @goal_constraint1
15.23/15.55	c Found a solution: 40.  Optimum bounded: [40,195].
15.23/15.55	c Try to find a solution more than 91
15.23/15.55	c 
15.23/15.55	c assumptions: 
15.23/15.55	c invoking solver with time budget: 1.002377
15.75/16.11	c sat_solver_result: sst_unsat
15.75/16.11	c Better solution not found.  Optimum bounded [40,91]
15.75/16.11	c Try to find a solution more than 40
15.85/16.11	c 
15.85/16.11	c assumptions: 
15.85/16.11	c invoking solver with time budget: 0.451669
16.13/16.47	c Model check passed
16.13/16.47	c sat_solver_result: sst_sat
16.13/16.47	c pb_solver_status: sst_sat
16.13/16.47	c in maximizeGoal found by SAT
16.13/16.47	o -42
16.13/16.47	c addUnit: @goal_constraint3
16.13/16.47	c Found a solution: 42.  Optimum bounded: [42,91].
16.13/16.47	c Try to find a solution more than 58
16.13/16.48	c 
16.13/16.48	c assumptions: 
16.13/16.48	c invoking solver with time budget: 0.090385
16.23/16.57	c sat_solver_result: sst_unknown
16.23/16.57	c SAT solver timed out; proceeding to cooperative SCIP call
16.23/16.57	c Calling solveScip for cooperative mode with LB_goalvalue:       42, UB_goalvalue: 91
16.23/16.57	c scip solving with time budget: 7.000000
16.23/16.57	c solveScip
16.23/16.57	c initScipForCoop
16.23/16.57	c Coop Mode: Using SCIP obj units for LB/UB: 42, +oo
16.33/16.62	c 9/9 feasible solutions given by solution candidate storage, new primal bound 4.200000e+01
16.33/16.62	c 
16.33/16.63	c presolving:
16.43/16.75	c    (0.2s) running MILP presolver
16.53/16.81	c    (0.2s) MILP presolver found nothing
16.53/16.88	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
16.74/17.09	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
16.74/17.09	c    (0.5s) probing aborted: 50/50 successive totally useless probings
17.12/17.47	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
17.12/17.49	c    (0.9s) no symmetry present (symcode time: 0.00)
17.22/17.50	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
17.22/17.50	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
17.22/17.50	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
17.22/17.50	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
17.22/17.50	c   94127 constraints of type <setppc>
17.22/17.50	c transformed objective value is always integral (scale: 1)
17.22/17.50	c Presolving Time: 0.87
17.22/17.51	c transformed 9/9 original solutions to the transformed problem space
17.22/17.51	c 
17.84/18.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.84/18.16	c   1.6s|     1 |     0 |  1272 |     - |   533M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.200000e+01*|1414.29%| unknown
18.53/18.87	c   2.3s|     1 |     0 |  1578 |     - |   537M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 4.200000e+01*|1328.57%| unknown
20.22/20.55	c   4.0s|     1 |     0 |  1838 |     - |   538M |   0 |1272 |  94k|  94k|  37 |  2 |   0 |   0 | 5.670000e+02 | 4.200000e+01*|1250.00%| unknown
22.91/23.21	c   6.6s|     1 |     0 |  2235 |     - |   548M |   0 |1272 |  94k|  94k|  58 |  3 |   0 |   0 | 5.395000e+02 | 4.200000e+01*|1184.52%| unknown
23.21/23.57	c   7.0s|     1 |     0 |  2235 |     - |   549M |   0 |1272 |  94k|  94k|  86 |  4 |   0 |   0 | 5.395000e+02 | 4.200000e+01*|1184.52%| unknown
23.21/23.57	c (node 1) LP solver hit time limit in LP 4 -- using pseudo solution instead
23.21/23.57	c 
23.21/23.57	c SCIP Status        : solving was interrupted [time limit reached]
23.21/23.57	c Solving Time (sec) : 7.00
23.21/23.57	c Solving Nodes      : 1
23.21/23.57	c Primal Bound       : +4.20000000000000e+01 (12 solutions, 0 respecting the objective limit)
23.21/23.57	c Dual Bound         : +5.39500000000000e+02
23.21/23.57	c Gap                : 1184.52 %
23.21/23.58	c SCIP status: 23 (TIMELIMIT)
23.21/23.58	c pb_solver_status: sst_sat
23.21/23.58	c LB_goalvalue: 42
23.21/23.58	c UB_goalvalue: 91
23.21/23.58	c # improved by sat (lb/ub): 4, # improved by scip (lb): 0
23.21/23.58	c SCIP returned: sst_sat
23.21/23.58	c SCIP primal LB: 42, dual UB: 540
23.21/23.58	c Try to find a solution more than 58
23.21/23.58	c assumptions: 
23.21/23.58	c invoking solver with time budget: 7.000000
24.10/24.44	c sat_solver_result: sst_unsat
24.10/24.44	c Better solution not found.  Optimum bounded [42,58]
24.10/24.44	c Try to find a solution more than 42
24.10/24.44	c 
24.10/24.44	c assumptions: 
24.10/24.44	c invoking solver with time budget: 6.144001
24.20/24.51	c Model check passed
24.20/24.51	c sat_solver_result: sst_sat
24.20/24.51	c pb_solver_status: sst_sat
24.20/24.51	c in maximizeGoal found by SAT
24.20/24.51	o -43
24.20/24.51	c addUnit: @goal_constraint5
24.20/24.51	c Found a solution: 43.  Optimum bounded: [43,58].
24.20/24.51	c Try to find a solution more than 48
24.20/24.51	c 
24.20/24.51	c assumptions: 
24.20/24.51	c invoking solver with time budget: 6.078829
30.29/30.61	c sat_solver_result: sst_unknown
30.29/30.61	c SAT solver timed out; proceeding to cooperative SCIP call
30.29/30.61	c Calling solveScip for cooperative mode with LB_goalvalue:       43, UB_goalvalue: 58
30.29/30.61	c scip solving with time budget: 9.800000
30.29/30.61	c solveScip
30.29/30.61	c initScipForCoop
30.29/30.61	c Coop Mode: Using SCIP obj units for LB/UB: 43, +oo
30.29/30.61	c SCIPfreeTransform due to timeout and having shadow nodes
30.29/30.61	c forcing SCIPfreeTransform before solve
30.29/30.67	c Running SCIP presolve for solve-time propagation (rounds=3)
30.38/30.73	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.300000e+01
30.38/30.73	c 
30.38/30.74	c presolving:
30.48/30.84	c    (0.2s) running MILP presolver
30.58/30.90	c    (0.2s) MILP presolver found nothing
30.58/30.97	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
30.79/31.16	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.79/31.16	c    (0.5s) probing aborted: 50/50 successive totally useless probings
31.18/31.53	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
31.18/31.53	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
31.18/31.53	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
31.18/31.53	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
31.18/31.53	c   94127 constraints of type <setppc>
31.18/31.53	c transformed objective value is always integral (scale: 1)
31.18/31.53	c Presolving Time: 0.80
31.28/31.62	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.800000e+01
31.28/31.62	c 
31.28/31.63	c presolving:
31.38/31.76	c    (0.2s) running MILP presolver
31.48/31.82	c    (0.3s) MILP presolver found nothing
31.58/31.90	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
31.79/32.12	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
31.79/32.12	c    (0.5s) probing aborted: 50/50 successive totally useless probings
32.08/32.49	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
32.18/32.51	c    (0.9s) no symmetry present (symcode time: 0.00)
32.18/32.51	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
32.18/32.51	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
32.18/32.51	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
32.18/32.51	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
32.18/32.51	c   94127 constraints of type <setppc>
32.18/32.51	c transformed objective value is always integral (scale: 1)
32.18/32.51	c Presolving Time: 0.88
32.18/32.54	c transformed 11/11 original solutions to the transformed problem space
32.18/32.54	c 
32.79/33.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.79/33.17	c   1.6s|     1 |     0 |  1272 |     - |   544M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 3.800000e+01 |1573.68%| unknown
33.57/33.91	c   2.3s|     1 |     0 |  1613 |     - |   548M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 3.800000e+01 |1478.95%| unknown
35.18/35.52	c   3.9s|     1 |     0 |  1789 |     - |   549M |   0 |1272 |  94k|  94k|  26 |  2 |   0 |   0 | 5.725000e+02 | 3.800000e+01 |1406.58%| unknown
37.57/37.91	c   6.3s|     1 |     0 |  2050 |     - |   559M |   0 |1272 |  94k|  94k|  48 |  3 |   0 |   0 | 5.440000e+02 | 3.800000e+01 |1331.58%| unknown
40.06/40.49	c   8.9s|     1 |     0 |  2427 |     - |   569M |   0 |1272 |  94k|  94k|  83 |  4 |   0 |   0 | 5.107500e+02 | 3.800000e+01 |1244.08%| unknown
40.86/41.26	c   9.7s|     1 |     0 |  2882 |     - |   580M |   0 |1272 |  94k|  94k| 128 |  5 |   0 |   0 | 4.767500e+02 | 3.800000e+01 |1154.61%| unknown
40.96/41.37	c   9.8s|     1 |     0 |  2882 |     - |   581M |   0 |1272 |  94k|  94k| 159 |  6 |   0 |   0 | 4.767500e+02 | 3.800000e+01 |1154.61%| unknown
40.96/41.37	c (node 1) LP solver hit time limit in LP 6 -- using pseudo solution instead
40.96/41.37	c 
40.96/41.37	c SCIP Status        : solving was interrupted [time limit reached]
40.96/41.37	c Solving Time (sec) : 9.80
40.96/41.37	c Solving Nodes      : 1
40.96/41.37	c Primal Bound       : +3.80000000000000e+01 (16 solutions)
40.96/41.37	c Dual Bound         : +4.76750000000000e+02
40.96/41.37	c Gap                : 1154.61 %
40.96/41.37	c SCIP status: 23 (TIMELIMIT)
40.96/41.37	c solveScip: freeing transform (!can_skip_free_transform)
41.06/41.44	c pb_solver_status: sst_sat
41.06/41.44	c LB_goalvalue: 43
41.06/41.44	c UB_goalvalue: 58
41.06/41.44	c # improved by sat (lb/ub): 2, # improved by scip (lb): 0
41.06/41.44	c SCIP returned: sst_sat
41.06/41.44	c SCIP primal LB: 38, dual UB: 477
41.06/41.44	c Try to find a solution more than 48
41.06/41.44	c assumptions: 
41.06/41.44	c invoking solver with time budget: 9.800000
50.02/50.43	c Model check passed
50.02/50.43	c sat_solver_result: sst_sat
50.02/50.43	c pb_solver_status: sst_sat
50.02/50.43	c in maximizeGoal found by SAT
50.02/50.43	o -49
50.02/50.43	c addUnit: @goal_constraint6
50.02/50.43	c Found a solution: 49.  Optimum bounded: [49,58].
50.02/50.43	c Try to find a solution more than 52
50.02/50.43	c 
50.02/50.43	c assumptions: 
50.02/50.43	c invoking solver with time budget: 0.841622
50.83/51.28	c sat_solver_result: sst_unknown
50.83/51.28	c SAT solver timed out; proceeding to cooperative SCIP call
50.83/51.28	c Calling solveScip for cooperative mode with LB_goalvalue:       49, UB_goalvalue: 58
50.83/51.28	c scip solving with time budget: 13.720000
50.83/51.28	c solveScip
50.83/51.28	c initScipForCoop
50.83/51.28	c Coop Mode: Using SCIP obj units for LB/UB: 49, +oo
50.93/51.33	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.900000e+01
50.93/51.33	c 
50.93/51.34	c presolving:
51.03/51.46	c    (0.2s) running MILP presolver
51.13/51.52	c    (0.2s) MILP presolver found nothing
51.13/51.59	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
51.43/51.80	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
51.43/51.80	c    (0.5s) probing aborted: 50/50 successive totally useless probings
51.74/52.17	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
51.74/52.19	c    (0.9s) no symmetry present (symcode time: 0.00)
51.82/52.20	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
51.82/52.20	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
51.82/52.20	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
51.82/52.20	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
51.82/52.20	c   94127 constraints of type <setppc>
51.82/52.20	c transformed objective value is always integral (scale: 1)
51.82/52.20	c Presolving Time: 0.86
51.82/52.22	c transformed 11/11 original solutions to the transformed problem space
51.82/52.22	c 
52.42/52.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.42/52.85	c   1.6s|     1 |     0 |  1272 |     - |   572M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.900000e+01*|1197.96%| unknown
53.12/53.57	c   2.3s|     1 |     0 |  1546 |     - |   577M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 4.900000e+01*|1124.49%| unknown
54.81/55.24	c   4.0s|     1 |     0 |  1747 |     - |   578M |   0 |1272 |  94k|  94k|  29 |  2 |   0 |   0 | 5.715000e+02 | 4.900000e+01*|1066.33%| unknown
57.31/57.71	c   6.4s|     1 |     0 |  2205 |     - |   588M |   0 |1272 |  94k|  94k|  61 |  3 |   0 |   0 | 5.380000e+02 | 4.900000e+01*| 997.96%| unknown
58.30/58.71	c   7.4s|     1 |     0 |  2604 |     - |   597M |   0 |1272 |  94k|  94k| 100 |  4 |   0 |   0 | 5.050000e+02 | 4.900000e+01*| 930.61%| unknown
59.61/60.09	c   8.8s|     1 |     0 |  3015 |     - |   607M |   0 |1272 |  94k|  94k| 129 |  5 |   0 |   0 | 4.755000e+02 | 4.900000e+01*| 870.41%| unknown
61.29/61.79	c  10.5s|     1 |     0 |  3403 |     - |   617M |   0 |1272 |  94k|  94k| 153 |  6 |   0 |   0 | 4.500000e+02 | 4.900000e+01*| 818.37%| unknown
61.79/62.27	c  11.0s|     1 |     0 |  3665 |     - |   628M |   0 |1272 |  94k|  94k| 188 |  7 |   0 |   0 | 4.320000e+02 | 4.900000e+01*| 781.63%| unknown
62.79/63.22	c  11.9s|     1 |     0 |  4873 |     - |   638M |   0 |1272 |  94k|  94k| 211 |  8 |   0 |   0 | 4.065000e+02 | 4.900000e+01*| 729.59%| unknown
63.49/63.95	c  12.7s|     1 |     0 |  5712 |     - |   648M |   0 |1272 |  94k|  94k| 247 |  9 |   0 |   0 | 3.657500e+02 | 4.900000e+01*| 646.43%| unknown
64.48/64.93	c  13.7s|     1 |     0 |  7270 |     - |   660M |   0 |1272 |  94k|  94k| 280 | 10 |   0 |   0 | 3.315000e+02 | 4.900000e+01*| 576.53%| unknown
64.60/65.03	c  13.8s|     1 |     0 |  7270 |     - |   669M |   0 |1272 |  94k|  94k| 310 | 11 |   0 |   0 | 3.315000e+02 | 4.900000e+01*| 576.53%| unknown
64.60/65.03	c (node 1) LP solver hit time limit in LP 11 -- using pseudo solution instead
64.60/65.03	c 
64.60/65.03	c SCIP Status        : solving was interrupted [time limit reached]
64.60/65.03	c Solving Time (sec) : 13.75
64.60/65.03	c Solving Nodes      : 1
64.60/65.03	c Primal Bound       : +4.90000000000000e+01 (21 solutions, 0 respecting the objective limit)
64.60/65.03	c Dual Bound         : +3.31500000000000e+02
64.60/65.03	c Gap                : 576.53 %
64.60/65.03	c SCIP status: 23 (TIMELIMIT)
64.60/65.03	c pb_solver_status: sst_sat
64.60/65.03	c LB_goalvalue: 49
64.60/65.03	c UB_goalvalue: 58
64.60/65.03	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
64.60/65.03	c SCIP returned: sst_sat
64.60/65.03	c SCIP primal LB: 49, dual UB: 332
64.60/65.03	c Try to find a solution more than 52
64.60/65.03	c assumptions: 
64.60/65.03	c invoking solver with time budget: 13.720000
78.24/78.79	c sat_solver_result: sst_unknown
78.24/78.79	c SAT solver timed out; proceeding to cooperative SCIP call
78.24/78.79	c Calling solveScip for cooperative mode with LB_goalvalue:       49, UB_goalvalue: 58
78.24/78.79	c scip solving with time budget: 19.208000
78.24/78.79	c solveScip
78.24/78.79	c initScipForCoop
78.24/78.79	c Coop Mode: Using SCIP obj units for LB/UB: 49, +oo
78.24/78.79	c SCIPfreeTransform due to timeout and having shadow nodes
78.24/78.79	c forcing SCIPfreeTransform before solve
78.35/78.86	c Running SCIP presolve for solve-time propagation (rounds=3)
78.45/78.92	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.900000e+01
78.45/78.92	c 
78.45/78.93	c presolving:
78.56/79.03	c    (0.2s) running MILP presolver
78.56/79.09	c    (0.2s) MILP presolver found nothing
78.66/79.16	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
78.84/79.34	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
78.84/79.34	c    (0.5s) probing aborted: 50/50 successive totally useless probings
79.24/79.72	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
79.24/79.72	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
79.24/79.72	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
79.24/79.72	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
79.24/79.72	c   94127 constraints of type <setppc>
79.24/79.72	c transformed objective value is always integral (scale: 1)
79.24/79.72	c Presolving Time: 0.79
79.34/79.80	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.800000e+01
79.34/79.80	c 
79.34/79.82	c presolving:
79.44/79.94	c    (0.2s) running MILP presolver
79.44/80.00	c    (0.3s) MILP presolver found nothing
79.56/80.08	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
79.74/80.29	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
79.74/80.29	c    (0.5s) probing aborted: 50/50 successive totally useless probings
80.14/80.66	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
80.14/80.68	c    (0.9s) no symmetry present (symcode time: 0.00)
80.14/80.69	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
80.14/80.69	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
80.14/80.69	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
80.14/80.69	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
80.14/80.69	c   94127 constraints of type <setppc>
80.14/80.69	c transformed objective value is always integral (scale: 1)
80.14/80.69	c Presolving Time: 0.88
80.24/80.71	c transformed 11/11 original solutions to the transformed problem space
80.24/80.71	c 
80.84/81.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.84/81.34	c   1.6s|     1 |     0 |  1272 |     - |   662M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 3.800000e+01 |1573.68%| unknown
81.55/82.10	c   2.3s|     1 |     0 |  1613 |     - |   667M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 3.800000e+01 |1478.95%| unknown
83.33/83.80	c   4.1s|     1 |     0 |  1789 |     - |   667M |   0 |1272 |  94k|  94k|  26 |  2 |   0 |   0 | 5.725000e+02 | 3.800000e+01 |1406.58%| unknown
85.72/86.20	c   6.4s|     1 |     0 |  2050 |     - |   668M |   0 |1272 |  94k|  94k|  48 |  3 |   0 |   0 | 5.440000e+02 | 3.800000e+01 |1331.58%| unknown
88.21/88.79	c   9.0s|     1 |     0 |  2427 |     - |   668M |   0 |1272 |  94k|  94k|  83 |  4 |   0 |   0 | 5.107500e+02 | 3.800000e+01 |1244.08%| unknown
89.01/89.59	c   9.8s|     1 |     0 |  2882 |     - |   668M |   0 |1272 |  94k|  94k| 128 |  5 |   0 |   0 | 4.767500e+02 | 3.800000e+01 |1154.61%| unknown
89.52/90.09	c  10.3s|     1 |     0 |  3248 |     - |   677M |   0 |1272 |  94k|  94k| 165 |  6 |   0 |   0 | 4.490000e+02 | 3.800000e+01 |1081.58%| unknown
90.21/90.70	c  10.9s|     1 |     0 |  4130 |     - |   687M |   0 |1272 |  94k|  94k| 202 |  7 |   0 |   0 | 4.282500e+02 | 3.800000e+01 |1026.97%| unknown
90.81/91.34	c  11.6s|     1 |     0 |  5203 |     - |   696M |   0 |1272 |  94k|  94k| 246 |  8 |   0 |   0 | 3.908750e+02 | 3.800000e+01 | 928.62%| unknown
91.52/92.02	c  12.3s|     1 |     0 |  6141 |     - |   705M |   0 |1272 |  94k|  94k| 297 |  9 |   0 |   0 | 3.585000e+02 | 3.800000e+01 | 843.42%| unknown
92.20/92.70	c  13.0s|     1 |     0 |  6927 |     - |   715M |   0 |1272 |  94k|  94k| 333 | 10 |   0 |   0 | 3.410833e+02 | 3.800000e+01 | 797.59%| unknown
92.90/93.47	c  13.7s|     1 |     0 |  8514 |     - |   724M |   0 |1272 |  94k|  94k| 351 | 11 |   0 |   0 | 3.117500e+02 | 3.800000e+01 | 720.39%| unknown
93.61/94.12	c  14.4s|     1 |     0 | 10136 |     - |   735M |   0 |1272 |  94k|  94k| 374 | 12 |   0 |   0 | 2.830833e+02 | 3.800000e+01 | 644.96%| unknown
94.10/94.67	c  14.9s|     1 |     0 | 11539 |     - |   744M |   0 |1272 |  94k|  94k| 404 | 13 |   0 |   0 | 2.620833e+02 | 3.800000e+01 | 589.69%| unknown
94.69/95.29	c  15.5s|     1 |     0 | 13120 |     - |   754M |   0 |1272 |  94k|  94k| 418 | 14 |   0 |   0 | 2.430000e+02 | 3.800000e+01 | 539.47%| unknown
95.19/95.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.19/95.76	c  16.0s|     1 |     0 | 14489 |     - |   763M |   0 |1272 |  94k|  94k| 452 | 15 |   0 |   0 | 2.295000e+02 | 3.800000e+01 | 503.95%| unknown
95.60/96.17	c  16.4s|     1 |     0 | 15489 |     - |   772M |   0 |1272 |  94k|  94k| 478 | 16 |   0 |   0 | 2.030000e+02 | 3.800000e+01 | 434.21%| unknown
96.09/96.66	c  16.9s|     1 |     0 | 16905 |     - |   781M |   0 |1272 |  94k|  94k| 497 | 17 |   0 |   0 | 1.890000e+02 | 3.800000e+01 | 397.37%| unknown
96.69/97.25	c  17.5s|     1 |     0 | 18823 |     - |   790M |   0 |1272 |  94k|  94k| 530 | 18 |   0 |   0 | 1.620000e+02 | 3.800000e+01 | 326.32%| unknown
96.99/97.57	c  17.8s|     1 |     0 | 19551 |     - |   800M |   0 |1272 |  94k|  94k| 556 | 19 |   0 |   0 | 1.367500e+02 | 3.800000e+01 | 259.87%| unknown
97.19/97.73	c  18.0s|     1 |     0 | 19894 |     - |   809M |   0 |1272 |  94k|  94k| 583 | 20 |   0 |   0 | 1.279167e+02 | 3.800000e+01 | 236.62%| unknown
97.29/97.82	c  18.1s|     1 |     0 | 20045 |     - |   810M |   0 |1272 |  94k|  94k| 589 | 21 |   0 |   0 | 1.195417e+02 | 3.800000e+01 | 214.58%| unknown
97.50/98.06	c  18.3s|     1 |     0 | 21231 |     - |   811M |   0 |1272 |  94k|  94k| 593 | 22 |   0 |   0 | 1.025417e+02 | 3.800000e+01 | 169.85%| unknown
97.68/98.27	c  18.5s|     1 |     0 | 22052 |     - |   811M |   0 |1272 |  94k|  94k| 598 | 23 |   0 |   0 | 8.633333e+01 | 3.800000e+01 | 127.19%| unknown
97.78/98.36	c  18.6s|     1 |     0 | 22372 |     - |   811M |   0 |1272 |  94k|  94k| 604 | 24 |   0 |   0 | 6.991667e+01 | 3.800000e+01 |  83.99%| unknown
97.88/98.41	c  18.7s|     1 |     0 | 22416 |     - |   811M |   0 |1272 |  94k|  94k| 608 | 25 |   0 |   0 | 6.100000e+01 | 3.800000e+01 |  60.53%| unknown
97.88/98.47	c  18.7s|     1 |     0 | 22480 |     - |   812M |   0 |1272 |  94k|  94k| 610 | 26 |   0 |   0 | 5.350000e+01 | 3.800000e+01 |  40.79%| unknown
97.98/98.51	c  18.8s|     1 |     0 | 22507 |     - |   813M |   0 |1272 |  94k|  94k| 614 | 27 |   0 |   0 | 5.350000e+01 | 3.800000e+01 |  40.79%| unknown
97.98/98.56	c  18.8s|     1 |     0 | 22529 |     - |   813M |   0 |1272 |  94k|  94k| 619 | 28 |   0 |   0 | 5.350000e+01 | 3.800000e+01 |  40.79%| unknown
98.08/98.62	c  18.9s|     1 |     0 | 22578 |     - |   814M |   0 |1272 |  94k|  94k| 628 | 29 |   0 |   0 | 5.350000e+01 | 3.800000e+01 |  40.79%| unknown
98.08/98.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.08/98.67	c  18.9s|     1 |     0 | 22618 |     - |   814M |   0 |1272 |  94k|  94k| 634 | 30 |   0 |   0 | 5.350000e+01 | 3.800000e+01 |  40.79%| unknown
98.18/98.73	c  19.0s|     1 |     0 | 22670 |     - |   815M |   0 |1272 |  94k|  94k| 640 | 31 |   0 |   0 | 5.350000e+01 | 3.800000e+01 |  40.79%| unknown
98.18/98.79	c  19.0s|     1 |     0 | 22742 |     - |   816M |   0 |1272 |  94k|  94k| 650 | 32 |   0 |   0 | 5.350000e+01 | 3.800000e+01 |  40.79%| unknown
98.28/98.86	c  19.1s|     1 |     0 | 22810 |     - |   817M |   0 |1272 |  94k|  94k| 661 | 33 |   0 |   0 | 5.350000e+01 | 3.800000e+01 |  40.79%| unknown
98.38/98.91	c  19.2s|     1 |     0 | 22860 |     - |   818M |   0 |1272 |  94k|  94k| 667 | 34 |   0 |   0 | 5.333333e+01 | 3.800000e+01 |  40.35%| unknown
98.38/98.96	c  19.2s|     1 |     0 | 22893 |     - |   818M |   0 |1272 |  94k|  94k| 675 | 35 |   0 |   0 | 5.333333e+01 | 3.800000e+01 |  40.35%| unknown
98.38/98.96	c (node 1) LP solver hit time limit in LP 36 -- using pseudo solution instead
98.38/98.96	c 
98.38/98.96	c SCIP Status        : solving was interrupted [time limit reached]
98.38/98.96	c Solving Time (sec) : 19.21
98.38/98.96	c Solving Nodes      : 1
98.38/98.96	c Primal Bound       : +3.80000000000000e+01 (45 solutions)
98.38/98.96	c Dual Bound         : +5.33333333333333e+01
98.38/98.96	c Gap                : 40.35 %
98.38/98.96	c SCIP status: 23 (TIMELIMIT)
98.38/98.96	c solveScip: freeing transform (!can_skip_free_transform)
98.49/99.03	c SCIP LP bound tightened UB: 58 -> 54
98.49/99.03	c pb_solver_status: sst_sat
98.49/99.03	c LB_goalvalue: 49
98.49/99.03	c UB_goalvalue: 54
98.49/99.03	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
98.49/99.03	c SCIP returned: sst_sat
98.49/99.03	c SCIP primal LB: 38, dual UB: 54
98.49/99.03	c Try to find a solution more than 50
98.49/99.04	c 
98.49/99.04	c assumptions: 
98.49/99.04	c invoking solver with time budget: 13.720000
112.24/112.80	c sat_solver_result: sst_unknown
112.24/112.80	c SAT solver timed out; proceeding to cooperative SCIP call
112.24/112.80	c Calling solveScip for cooperative mode with LB_goalvalue:       49, UB_goalvalue: 54
112.24/112.80	c scip solving with time budget: 26.891200
112.24/112.80	c solveScip
112.24/112.80	c initScipForCoop
112.24/112.80	c Coop Mode: Using SCIP obj units for LB/UB: 49, +oo
112.24/112.85	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.900000e+01
112.24/112.85	c 
112.24/112.86	c presolving:
112.34/112.99	c    (0.2s) running MILP presolver
112.45/113.05	c    (0.2s) MILP presolver found nothing
112.55/113.12	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
112.74/113.33	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
112.74/113.33	c    (0.5s) probing aborted: 50/50 successive totally useless probings
113.14/113.70	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
113.14/113.72	c    (0.9s) no symmetry present (symcode time: 0.00)
113.14/113.73	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
113.14/113.73	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
113.14/113.73	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
113.14/113.73	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
113.14/113.73	c   94127 constraints of type <setppc>
113.14/113.73	c transformed objective value is always integral (scale: 1)
113.14/113.73	c Presolving Time: 0.87
113.14/113.75	c transformed 11/11 original solutions to the transformed problem space
113.14/113.75	c 
113.74/114.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
113.74/114.38	c   1.6s|     1 |     0 |  1272 |     - |   814M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.900000e+01*|1197.96%| unknown
114.45/115.10	c   2.3s|     1 |     0 |  1546 |     - |   818M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 4.900000e+01*|1124.49%| unknown
116.13/116.78	c   4.0s|     1 |     0 |  1747 |     - |   819M |   0 |1272 |  94k|  94k|  29 |  2 |   0 |   0 | 5.715000e+02 | 4.900000e+01*|1066.33%| unknown
118.62/119.26	c   6.5s|     1 |     0 |  2205 |     - |   819M |   0 |1272 |  94k|  94k|  61 |  3 |   0 |   0 | 5.380000e+02 | 4.900000e+01*| 997.96%| unknown
119.62/120.25	c   7.5s|     1 |     0 |  2604 |     - |   820M |   0 |1272 |  94k|  94k| 100 |  4 |   0 |   0 | 5.050000e+02 | 4.900000e+01*| 930.61%| unknown
121.01/121.65	c   8.9s|     1 |     0 |  3015 |     - |   820M |   0 |1272 |  94k|  94k| 129 |  5 |   0 |   0 | 4.755000e+02 | 4.900000e+01*| 870.41%| unknown
122.81/123.44	c  10.6s|     1 |     0 |  3403 |     - |   820M |   0 |1272 |  94k|  94k| 153 |  6 |   0 |   0 | 4.500000e+02 | 4.900000e+01*| 818.37%| unknown
123.31/123.93	c  11.1s|     1 |     0 |  3665 |     - |   820M |   0 |1272 |  94k|  94k| 188 |  7 |   0 |   0 | 4.320000e+02 | 4.900000e+01*| 781.63%| unknown
124.20/124.89	c  12.1s|     1 |     0 |  4873 |     - |   820M |   0 |1272 |  94k|  94k| 211 |  8 |   0 |   0 | 4.065000e+02 | 4.900000e+01*| 729.59%| unknown
125.00/125.61	c  12.8s|     1 |     0 |  5712 |     - |   821M |   0 |1272 |  94k|  94k| 247 |  9 |   0 |   0 | 3.657500e+02 | 4.900000e+01*| 646.43%| unknown
126.00/126.63	c  13.8s|     1 |     0 |  7270 |     - |   821M |   0 |1272 |  94k|  94k| 280 | 10 |   0 |   0 | 3.315000e+02 | 4.900000e+01*| 576.53%| unknown
126.51/127.19	c  14.4s|     1 |     0 |  8464 |     - |   821M |   0 |1272 |  94k|  94k| 310 | 11 |   0 |   0 | 3.085000e+02 | 4.900000e+01*| 529.59%| unknown
127.20/127.87	c  15.1s|     1 |     0 |  9844 |     - |   830M |   0 |1272 |  94k|  94k| 337 | 12 |   0 |   0 | 2.820000e+02 | 4.900000e+01*| 475.51%| unknown
127.69/128.38	c  15.6s|     1 |     0 | 10927 |     - |   840M |   0 |1272 |  94k|  94k| 370 | 13 |   0 |   0 | 2.718333e+02 | 4.900000e+01*| 454.76%| unknown
128.50/129.11	c  16.3s|     1 |     0 | 12611 |     - |   849M |   0 |1272 |  94k|  94k| 397 | 14 |   0 |   0 | 2.520000e+02 | 4.900000e+01*| 414.29%| unknown
128.99/129.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
128.99/129.64	c  16.8s|     1 |     0 | 14217 |     - |   859M |   0 |1272 |  94k|  94k| 420 | 15 |   0 |   0 | 2.395000e+02 | 4.900000e+01*| 388.78%| unknown
129.79/130.44	c  17.6s|     1 |     0 | 16185 |     - |   868M |   0 |1272 |  94k|  94k| 438 | 16 |   0 |   0 | 2.212500e+02 | 4.900000e+01*| 351.53%| unknown
130.19/130.85	c  18.1s|     1 |     0 | 17131 |     - |   877M |   0 |1272 |  94k|  94k| 460 | 17 |   0 |   0 | 2.007500e+02 | 4.900000e+01*| 309.69%| unknown
130.78/131.48	c  18.7s|     1 |     0 | 18873 |     - |   877M |   0 |1272 |  94k|  94k| 473 | 18 |   0 |   0 | 1.848214e+02 | 4.900000e+01*| 277.19%| unknown
131.39/132.05	c  19.3s|     1 |     0 | 20895 |     - |   886M |   0 |1272 |  94k|  94k| 497 | 19 |   0 |   0 | 1.741667e+02 | 4.900000e+01*| 255.44%| unknown
131.78/132.44	c  19.6s|     1 |     0 | 22076 |     - |   896M |   0 |1272 |  94k|  94k| 527 | 20 |   0 |   0 | 1.655000e+02 | 4.900000e+01*| 237.76%| unknown
132.28/132.91	c  20.1s|     1 |     0 | 23506 |     - |   896M |   0 |1272 |  94k|  94k| 532 | 21 |   0 |   0 | 1.490000e+02 | 4.900000e+01*| 204.08%| unknown
132.68/133.32	c  20.5s|     1 |     0 | 24913 |     - |   896M |   0 |1272 |  94k|  94k| 538 | 22 |   0 |   0 | 1.341944e+02 | 4.900000e+01*| 173.87%| unknown
132.88/133.58	c  20.8s|     1 |     0 | 25659 |     - |   896M |   0 |1272 |  94k|  94k| 544 | 23 |   0 |   0 | 1.166667e+02 | 4.900000e+01*| 138.10%| unknown
133.08/133.79	c  21.0s|     1 |     0 | 26416 |     - |   896M |   0 |1272 |  94k|  94k| 546 | 24 |   0 |   0 | 1.075417e+02 | 4.900000e+01*| 119.47%| unknown
133.28/133.98	c  21.2s|     1 |     0 | 27176 |     - |   896M |   0 |1272 |  94k|  94k| 552 | 25 |   0 |   0 | 9.075000e+01 | 4.900000e+01*|  85.20%| unknown
133.39/134.07	c  21.3s|     1 |     0 | 27345 |     - |   896M |   0 |1272 |  94k|  94k| 557 | 26 |   0 |   0 | 7.550000e+01 | 4.900000e+01*|  54.08%| unknown
133.49/134.12	c  21.3s|     1 |     0 | 27417 |     - |   897M |   0 |1272 |  94k|  94k| 559 | 27 |   0 |   0 | 6.700000e+01 | 4.900000e+01*|  36.73%| unknown
133.57/134.22	c  21.4s|     1 |     0 | 27771 |     - |   898M |   0 |1272 |  94k|  94k| 560 | 28 |   0 |   0 | 6.000000e+01 | 4.900000e+01*|  22.45%| unknown
133.57/134.28	c  21.5s|     1 |     0 | 27802 |     - |   898M |   0 |1272 |  94k|  94k| 562 | 29 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
133.67/134.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
133.67/134.33	c  21.5s|     1 |     0 | 27835 |     - |   898M |   0 |1272 |  94k|  94k| 569 | 30 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
133.67/134.37	c  21.6s|     1 |     0 | 27874 |     - |   898M |   0 |1272 |  94k|  94k| 574 | 31 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
133.77/134.42	c  21.6s|     1 |     0 | 27914 |     - |   899M |   0 |1272 |  94k|  94k| 579 | 32 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
133.77/134.47	c  21.7s|     1 |     0 | 27958 |     - |   900M |   0 |1272 |  94k|  94k| 584 | 33 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
133.87/134.52	c  21.7s|     1 |     0 | 28011 |     - |   901M |   0 |1272 |  94k|  94k| 588 | 34 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
133.87/134.59	c  21.8s|     1 |     0 | 28080 |     - |   901M |   0 |1272 |  94k|  94k| 595 | 35 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
133.97/134.65	c  21.9s|     1 |     0 | 28145 |     - |   901M |   0 |1272 |  94k|  94k| 602 | 36 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
134.07/134.71	c  21.9s|     1 |     0 | 28198 |     - |   902M |   0 |1272 |  94k|  94k| 607 | 37 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
134.07/134.78	c  22.0s|     1 |     0 | 28256 |     - |   903M |   0 |1272 |  94k|  94k| 613 | 38 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
134.17/134.84	c  22.0s|     1 |     0 | 28335 |     - |   904M |   0 |1272 |  94k|  94k| 622 | 39 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
135.76/136.46	c  23.7s|     1 |     2 | 28359 |     - |   905M |   0 |1272 |  94k|  94k| 622 | 39 |   0 |  25 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
138.95/139.64	c  26.8s|    37 |    38 | 36822 | 235.8 |   937M |  21 |1272 |  94k|  94k| 659 |  2 |  75 |  25 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
138.95/139.69	c 
138.95/139.69	c SCIP Status        : solving was interrupted [time limit reached]
138.95/139.69	c Solving Time (sec) : 26.89
138.95/139.69	c Solving Nodes      : 39
138.95/139.69	c Primal Bound       : +4.90000000000000e+01 (160 solutions, 0 respecting the objective limit)
138.95/139.69	c Dual Bound         : +5.30000000000000e+01
138.95/139.69	c Gap                : 8.16 %
139.05/139.70	c SCIP status: 23 (TIMELIMIT)
139.05/139.70	c SCIP LP bound tightened UB: 54 -> 53
139.05/139.70	c pb_solver_status: sst_sat
139.05/139.70	c LB_goalvalue: 49
139.05/139.70	c UB_goalvalue: 53
139.05/139.70	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
139.05/139.70	c SCIP returned: sst_sat
139.05/139.70	c SCIP primal LB: 49, dual UB: 53
139.05/139.70	c Try to find a solution more than 50
139.05/139.70	c assumptions: 
139.05/139.70	c invoking solver with time budget: 13.720000
152.72/153.46	c sat_solver_result: sst_unknown
152.72/153.46	c SAT solver timed out; proceeding to cooperative SCIP call
152.72/153.46	c Calling solveScip for cooperative mode with LB_goalvalue:       49, UB_goalvalue: 53
152.72/153.46	c scip solving with time budget: 37.647680
152.72/153.46	c solveScip
152.72/153.46	c initScipForCoop
152.72/153.46	c Coop Mode: Using SCIP obj units for LB/UB: 49, +oo
152.72/153.46	c SCIPfreeTransform due to timeout and having shadow nodes
152.72/153.46	c forcing SCIPfreeTransform before solve
152.81/153.53	c Running SCIP presolve for solve-time propagation (rounds=3)
152.81/153.58	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.900000e+01
152.81/153.58	c 
152.81/153.59	c presolving:
153.01/153.70	c    (0.2s) running MILP presolver
153.01/153.76	c    (0.2s) MILP presolver found nothing
153.11/153.83	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
153.32/154.02	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
153.32/154.02	c    (0.5s) probing aborted: 50/50 successive totally useless probings
153.61/154.39	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
153.61/154.39	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
153.61/154.39	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
153.61/154.39	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
153.61/154.39	c   94127 constraints of type <setppc>
153.61/154.39	c transformed objective value is always integral (scale: 1)
153.61/154.39	c Presolving Time: 0.80
153.71/154.48	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.900000e+01
153.71/154.48	c 
153.71/154.49	c presolving:
153.91/154.62	c    (0.2s) running MILP presolver
153.91/154.68	c    (0.3s) MILP presolver found nothing
154.01/154.76	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
154.21/154.99	c    (0.6s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
154.21/154.99	c    (0.6s) probing aborted: 50/50 successive totally useless probings
154.61/155.36	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
154.61/155.38	c    (1.0s) no symmetry present (symcode time: 0.00)
154.61/155.39	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
154.61/155.39	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
154.61/155.39	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
154.61/155.39	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
154.61/155.39	c   94127 constraints of type <setppc>
154.61/155.39	c transformed objective value is always integral (scale: 1)
154.61/155.39	c Presolving Time: 0.90
154.71/155.41	c transformed 11/11 original solutions to the transformed problem space
154.71/155.41	c 
155.32/156.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
155.32/156.06	c   1.6s|     1 |     0 |  1272 |     - |   925M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 3.900000e+01 |1530.77%| unknown
156.00/156.79	c   2.4s|     1 |     0 |  1666 |     - |   932M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 3.900000e+01 |1438.46%| unknown
157.70/158.47	c   4.0s|     1 |     0 |  1940 |     - |   933M |   0 |1272 |  94k|  94k|  30 |  2 |   0 |   0 | 5.700000e+02 | 3.900000e+01 |1361.54%| unknown
160.19/160.97	c   6.5s|     1 |     0 |  2187 |     - |   944M |   0 |1272 |  94k|  94k|  53 |  3 |   0 |   0 | 5.430000e+02 | 3.900000e+01 |1292.31%| unknown
162.29/163.03	c   8.6s|     1 |     0 |  2846 |     - |   954M |   0 |1272 |  94k|  94k|  93 |  4 |   0 |   0 | 5.085000e+02 | 3.900000e+01 |1203.85%| unknown
163.08/163.87	c   9.4s|     1 |     0 |  3517 |     - |   963M |   0 |1272 |  94k|  94k| 126 |  5 |   0 |   0 | 4.815000e+02 | 3.900000e+01 |1134.62%| unknown
163.78/164.59	c  10.2s|     1 |     0 |  4221 |     - |   972M |   0 |1272 |  94k|  94k| 164 |  6 |   0 |   0 | 4.600000e+02 | 3.900000e+01 |1079.49%| unknown
164.29/165.07	c  10.6s|     1 |     0 |  4685 |     - |   982M |   0 |1272 |  94k|  94k| 214 |  7 |   0 |   0 | 4.260000e+02 | 3.900000e+01 | 992.31%| unknown
165.17/165.94	c  11.5s|     1 |     0 |  6013 |     - |   992M |   0 |1272 |  94k|  94k| 253 |  8 |   0 |   0 | 3.872500e+02 | 3.900000e+01 | 892.95%| unknown
166.17/166.95	c  12.5s|     1 |     0 |  7521 |     - |  1001M |   0 |1272 |  94k|  94k| 300 |  9 |   0 |   0 | 3.705000e+02 | 3.900000e+01 | 850.00%| unknown
167.37/168.15	c  13.7s|     1 |     0 |  9494 |     - |  1010M |   0 |1272 |  94k|  94k| 338 | 10 |   0 |   0 | 3.385000e+02 | 3.900000e+01 | 767.95%| unknown
168.27/169.05	c  14.6s|     1 |     0 | 11100 |     - |  1019M |   0 |1272 |  94k|  94k| 366 | 11 |   0 |   0 | 3.095000e+02 | 3.900000e+01 | 693.59%| unknown
168.76/169.57	c  15.1s|     1 |     0 | 12261 |     - |  1028M |   0 |1272 |  94k|  94k| 389 | 12 |   0 |   0 | 2.895000e+02 | 3.900000e+01 | 642.31%| unknown
169.37/170.13	c  15.7s|     1 |     0 | 13458 |     - |  1037M |   0 |1272 |  94k|  94k| 415 | 13 |   0 |   0 | 2.810000e+02 | 3.900000e+01 | 620.51%| unknown
169.85/170.64	c  16.2s|     1 |     0 | 14720 |     - |  1047M |   0 |1272 |  94k|  94k| 441 | 14 |   0 |   0 | 2.600000e+02 | 3.900000e+01 | 566.67%| unknown
170.45/171.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
170.45/171.28	c  16.9s|     1 |     0 | 16111 |     - |  1057M |   0 |1272 |  94k|  94k| 473 | 15 |   0 |   0 | 2.495000e+02 | 3.900000e+01 | 539.74%| unknown
171.36/172.16	c  17.7s|     1 |     0 | 18004 |     - |  1066M |   0 |1272 |  94k|  94k| 491 | 16 |   0 |   0 | 2.227500e+02 | 3.900000e+01 | 471.15%| unknown
171.94/172.74	c  18.3s|     1 |     0 | 19585 |     - |  1075M |   0 |1272 |  94k|  94k| 526 | 17 |   0 |   0 | 2.030000e+02 | 3.900000e+01 | 420.51%| unknown
172.64/173.44	c  19.0s|     1 |     0 | 21644 |     - |  1084M |   0 |1272 |  94k|  94k| 552 | 18 |   0 |   0 | 1.770000e+02 | 3.900000e+01 | 353.85%| unknown
173.14/173.92	c  19.5s|     1 |     0 | 23080 |     - |  1093M |   0 |1272 |  94k|  94k| 585 | 19 |   0 |   0 | 1.607500e+02 | 3.900000e+01 | 312.18%| unknown
173.64/174.48	c  20.1s|     1 |     0 | 24379 |     - |  1102M |   0 |1272 |  94k|  94k| 615 | 20 |   0 |   0 | 1.427500e+02 | 3.900000e+01 | 266.03%| unknown
174.04/174.82	c  20.4s|     1 |     0 | 25359 |     - |  1102M |   0 |1272 |  94k|  94k| 618 | 21 |   0 |   0 | 1.359167e+02 | 3.900000e+01 | 248.50%| unknown
174.25/175.04	c  20.6s|     1 |     0 | 26033 |     - |  1102M |   0 |1272 |  94k|  94k| 622 | 22 |   0 |   0 | 1.189167e+02 | 3.900000e+01 | 204.91%| unknown
174.35/175.18	c  20.8s|     1 |     0 | 26400 |     - |  1102M |   0 |1272 |  94k|  94k| 625 | 23 |   0 |   0 | 1.110000e+02 | 3.900000e+01 | 184.62%| unknown
174.44/175.28	c  20.9s|     1 |     0 | 26657 |     - |  1102M |   0 |1272 |  94k|  94k| 627 | 24 |   0 |   0 | 1.025000e+02 | 3.900000e+01 | 162.82%| unknown
174.63/175.43	c  21.0s|     1 |     0 | 27167 |     - |  1102M |   0 |1272 |  94k|  94k| 631 | 25 |   0 |   0 | 8.700000e+01 | 3.900000e+01 | 123.08%| unknown
174.73/175.53	c  21.1s|     1 |     0 | 27414 |     - |  1102M |   0 |1272 |  94k|  94k| 639 | 26 |   0 |   0 | 6.150000e+01 | 3.900000e+01 |  57.69%| unknown
174.73/175.59	c  21.2s|     1 |     0 | 27486 |     - |  1102M |   0 |1272 |  94k|  94k| 641 | 27 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
174.83/175.64	c  21.2s|     1 |     0 | 27504 |     - |  1103M |   0 |1272 |  94k|  94k| 643 | 28 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
174.93/175.70	c  21.3s|     1 |     0 | 27559 |     - |  1104M |   0 |1272 |  94k|  94k| 646 | 29 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
174.93/175.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
174.93/175.75	c  21.3s|     1 |     0 | 27582 |     - |  1104M |   0 |1272 |  94k|  94k| 651 | 30 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
175.03/175.80	c  21.4s|     1 |     0 | 27625 |     - |  1104M |   0 |1272 |  94k|  94k| 656 | 31 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
175.03/175.86	c  21.4s|     1 |     0 | 27696 |     - |  1104M |   0 |1272 |  94k|  94k| 661 | 32 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
175.13/175.92	c  21.5s|     1 |     0 | 27756 |     - |  1105M |   0 |1272 |  94k|  94k| 670 | 33 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
175.13/175.99	c  21.6s|     1 |     0 | 27818 |     - |  1106M |   0 |1272 |  94k|  94k| 677 | 34 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
175.24/176.06	c  21.6s|     1 |     0 | 27886 |     - |  1107M |   0 |1272 |  94k|  94k| 683 | 35 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
175.34/176.13	c  21.7s|     1 |     0 | 27950 |     - |  1107M |   0 |1272 |  94k|  94k| 689 | 36 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
175.34/176.19	c  21.8s|     1 |     0 | 28015 |     - |  1107M |   0 |1272 |  94k|  94k| 696 | 37 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
177.52/178.34	c  23.9s|     1 |     2 | 28092 |     - |  1108M |   0 |1272 |  94k|  94k| 696 | 37 |   0 |  22 | 5.300000e+01 | 3.900000e+01 |  35.90%| unknown
183.80/184.60	c d30.2s|    33 |    34 | 30498 |  77.6 |pscostdi|  25 |1272 |  94k|  94k|   0 |  1 |   0 | 204 | 5.300000e+01 | 4.000000e+01 |  32.50%| unknown
191.18/192.08	c 
191.18/192.08	c SCIP Status        : solving was interrupted [time limit reached]
191.18/192.08	c Solving Time (sec) : 37.65
191.18/192.08	c Solving Nodes      : 55
191.18/192.08	c Primal Bound       : +4.00000000000000e+01 (350 solutions)
191.18/192.08	c Dual Bound         : +5.30000000000000e+01
191.18/192.08	c Gap                : 32.50 %
191.18/192.08	c SCIP status: 23 (TIMELIMIT)
191.18/192.08	c solveScip: freeing transform (!can_skip_free_transform)
191.28/192.16	c pb_solver_status: sst_sat
191.28/192.16	c LB_goalvalue: 49
191.28/192.16	c UB_goalvalue: 53
191.28/192.16	c Both SAT and SCIP timed out; boosting budgets to sat=27.440000 scip=105.413504
191.28/192.16	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
191.28/192.16	c SCIP returned: sst_sat
191.28/192.16	c SCIP primal LB: 40, dual UB: 53
191.28/192.16	c Try to find a solution more than 50
191.28/192.16	c assumptions: 
191.28/192.16	c invoking solver with time budget: 27.440000
218.68/219.69	c sat_solver_result: sst_unknown
218.68/219.69	c SAT solver timed out; proceeding to cooperative SCIP call
218.68/219.69	c Calling solveScip for cooperative mode with LB_goalvalue:       49, UB_goalvalue: 53
218.68/219.69	c scip solving with time budget: 105.413504
218.68/219.69	c solveScip
218.68/219.69	c initScipForCoop
218.68/219.69	c Coop Mode: Using SCIP obj units for LB/UB: 49, +oo
218.78/219.74	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.900000e+01
218.78/219.74	c 
218.78/219.75	c presolving:
218.88/219.87	c    (0.2s) running MILP presolver
218.98/219.93	c    (0.2s) MILP presolver found nothing
218.98/220.01	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
219.28/220.23	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
219.28/220.23	c    (0.5s) probing aborted: 50/50 successive totally useless probings
219.68/220.60	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
219.68/220.62	c    (0.9s) no symmetry present (symcode time: 0.00)
219.68/220.63	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
219.68/220.63	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
219.68/220.63	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
219.68/220.63	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
219.68/220.63	c   94127 constraints of type <setppc>
219.68/220.63	c transformed objective value is always integral (scale: 1)
219.68/220.63	c Presolving Time: 0.88
219.68/220.65	c transformed 11/11 original solutions to the transformed problem space
219.68/220.65	c 
220.28/221.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
220.28/221.28	c   1.6s|     1 |     0 |  1272 |     - |  1121M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.900000e+01*|1197.96%| unknown
220.98/222.00	c   2.3s|     1 |     0 |  1546 |     - |  1125M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 4.900000e+01*|1124.49%| unknown
222.67/223.60	c   3.9s|     1 |     0 |  1747 |     - |  1126M |   0 |1272 |  94k|  94k|  29 |  2 |   0 |   0 | 5.715000e+02 | 4.900000e+01*|1066.33%| unknown
225.18/226.11	c   6.4s|     1 |     0 |  2205 |     - |  1126M |   0 |1272 |  94k|  94k|  61 |  3 |   0 |   0 | 5.380000e+02 | 4.900000e+01*| 997.96%| unknown
226.17/227.12	c   7.4s|     1 |     0 |  2604 |     - |  1127M |   0 |1272 |  94k|  94k| 100 |  4 |   0 |   0 | 5.050000e+02 | 4.900000e+01*| 930.61%| unknown
227.55/228.53	c   8.8s|     1 |     0 |  3015 |     - |  1127M |   0 |1272 |  94k|  94k| 129 |  5 |   0 |   0 | 4.755000e+02 | 4.900000e+01*| 870.41%| unknown
229.25/230.26	c  10.6s|     1 |     0 |  3403 |     - |  1127M |   0 |1272 |  94k|  94k| 153 |  6 |   0 |   0 | 4.500000e+02 | 4.900000e+01*| 818.37%| unknown
229.75/230.73	c  11.0s|     1 |     0 |  3665 |     - |  1127M |   0 |1272 |  94k|  94k| 188 |  7 |   0 |   0 | 4.320000e+02 | 4.900000e+01*| 781.63%| unknown
230.74/231.70	c  12.0s|     1 |     0 |  4873 |     - |  1127M |   0 |1272 |  94k|  94k| 211 |  8 |   0 |   0 | 4.065000e+02 | 4.900000e+01*| 729.59%| unknown
231.44/232.43	c  12.7s|     1 |     0 |  5712 |     - |  1128M |   0 |1272 |  94k|  94k| 247 |  9 |   0 |   0 | 3.657500e+02 | 4.900000e+01*| 646.43%| unknown
232.44/233.41	c  13.7s|     1 |     0 |  7270 |     - |  1128M |   0 |1272 |  94k|  94k| 280 | 10 |   0 |   0 | 3.315000e+02 | 4.900000e+01*| 576.53%| unknown
232.94/233.96	c  14.3s|     1 |     0 |  8464 |     - |  1128M |   0 |1272 |  94k|  94k| 310 | 11 |   0 |   0 | 3.085000e+02 | 4.900000e+01*| 529.59%| unknown
233.63/234.64	c  15.0s|     1 |     0 |  9844 |     - |  1128M |   0 |1272 |  94k|  94k| 337 | 12 |   0 |   0 | 2.820000e+02 | 4.900000e+01*| 475.51%| unknown
234.14/235.16	c  15.5s|     1 |     0 | 10927 |     - |  1128M |   0 |1272 |  94k|  94k| 370 | 13 |   0 |   0 | 2.718333e+02 | 4.900000e+01*| 454.76%| unknown
234.83/235.89	c  16.2s|     1 |     0 | 12611 |     - |  1128M |   0 |1272 |  94k|  94k| 397 | 14 |   0 |   0 | 2.520000e+02 | 4.900000e+01*| 414.29%| unknown
235.43/236.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
235.43/236.43	c  16.7s|     1 |     0 | 14217 |     - |  1128M |   0 |1272 |  94k|  94k| 420 | 15 |   0 |   0 | 2.395000e+02 | 4.900000e+01*| 388.78%| unknown
236.22/237.23	c  17.5s|     1 |     0 | 16185 |     - |  1128M |   0 |1272 |  94k|  94k| 438 | 16 |   0 |   0 | 2.212500e+02 | 4.900000e+01*| 351.53%| unknown
236.62/237.63	c  17.9s|     1 |     0 | 17131 |     - |  1128M |   0 |1272 |  94k|  94k| 460 | 17 |   0 |   0 | 2.007500e+02 | 4.900000e+01*| 309.69%| unknown
237.22/238.26	c  18.6s|     1 |     0 | 18873 |     - |  1128M |   0 |1272 |  94k|  94k| 473 | 18 |   0 |   0 | 1.848214e+02 | 4.900000e+01*| 277.19%| unknown
237.82/238.83	c  19.1s|     1 |     0 | 20895 |     - |  1128M |   0 |1272 |  94k|  94k| 497 | 19 |   0 |   0 | 1.741667e+02 | 4.900000e+01*| 255.44%| unknown
238.22/239.22	c  19.5s|     1 |     0 | 22076 |     - |  1128M |   0 |1272 |  94k|  94k| 527 | 20 |   0 |   0 | 1.655000e+02 | 4.900000e+01*| 237.76%| unknown
238.61/239.67	c  20.0s|     1 |     0 | 23506 |     - |  1128M |   0 |1272 |  94k|  94k| 532 | 21 |   0 |   0 | 1.490000e+02 | 4.900000e+01*| 204.08%| unknown
239.02/240.05	c  20.4s|     1 |     0 | 24913 |     - |  1128M |   0 |1272 |  94k|  94k| 538 | 22 |   0 |   0 | 1.341944e+02 | 4.900000e+01*| 173.87%| unknown
239.31/240.32	c  20.6s|     1 |     0 | 25659 |     - |  1128M |   0 |1272 |  94k|  94k| 544 | 23 |   0 |   0 | 1.166667e+02 | 4.900000e+01*| 138.10%| unknown
239.51/240.52	c  20.8s|     1 |     0 | 26416 |     - |  1128M |   0 |1272 |  94k|  94k| 546 | 24 |   0 |   0 | 1.075417e+02 | 4.900000e+01*| 119.47%| unknown
239.71/240.72	c  21.0s|     1 |     0 | 27176 |     - |  1128M |   0 |1272 |  94k|  94k| 552 | 25 |   0 |   0 | 9.075000e+01 | 4.900000e+01*|  85.20%| unknown
239.81/240.81	c  21.1s|     1 |     0 | 27345 |     - |  1128M |   0 |1272 |  94k|  94k| 557 | 26 |   0 |   0 | 7.550000e+01 | 4.900000e+01*|  54.08%| unknown
239.81/240.87	c  21.2s|     1 |     0 | 27417 |     - |  1128M |   0 |1272 |  94k|  94k| 559 | 27 |   0 |   0 | 6.700000e+01 | 4.900000e+01*|  36.73%| unknown
239.91/240.97	c  21.3s|     1 |     0 | 27771 |     - |  1128M |   0 |1272 |  94k|  94k| 560 | 28 |   0 |   0 | 6.000000e+01 | 4.900000e+01*|  22.45%| unknown
240.02/241.03	c  21.3s|     1 |     0 | 27802 |     - |  1128M |   0 |1272 |  94k|  94k| 562 | 29 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.02/241.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
240.02/241.07	c  21.4s|     1 |     0 | 27835 |     - |  1128M |   0 |1272 |  94k|  94k| 569 | 30 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.12/241.12	c  21.4s|     1 |     0 | 27874 |     - |  1128M |   0 |1272 |  94k|  94k| 574 | 31 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.12/241.17	c  21.5s|     1 |     0 | 27914 |     - |  1128M |   0 |1272 |  94k|  94k| 579 | 32 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.21/241.22	c  21.5s|     1 |     0 | 27958 |     - |  1128M |   0 |1272 |  94k|  94k| 584 | 33 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.21/241.27	c  21.6s|     1 |     0 | 28011 |     - |  1128M |   0 |1272 |  94k|  94k| 588 | 34 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.31/241.34	c  21.7s|     1 |     0 | 28080 |     - |  1128M |   0 |1272 |  94k|  94k| 595 | 35 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.41/241.40	c  21.7s|     1 |     0 | 28145 |     - |  1128M |   0 |1272 |  94k|  94k| 602 | 36 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.41/241.46	c  21.8s|     1 |     0 | 28198 |     - |  1128M |   0 |1272 |  94k|  94k| 607 | 37 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.51/241.53	c  21.8s|     1 |     0 | 28256 |     - |  1128M |   0 |1272 |  94k|  94k| 613 | 38 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
240.51/241.59	c  21.9s|     1 |     0 | 28335 |     - |  1128M |   0 |1272 |  94k|  94k| 622 | 39 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
242.11/243.19	c  23.5s|     1 |     2 | 28359 |     - |  1128M |   0 |1272 |  94k|  94k| 622 | 39 |   0 |  25 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
277.36/278.57	c  58.9s|   100 |    73 | 44814 | 166.5 |  1143M |  29 |1272 |  95k|  94k| 678 |  1 |1048 |1144 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
287.93/289.16	c  69.5s|   200 |    95 | 49808 | 107.9 |  1146M |  36 |1272 |  95k|  94k| 694 |  0 |1622 |1472 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
294.30/295.51	c  75.8s|   300 |   119 | 52994 |  82.5 |  1158M |  38 |1272 |  95k|  94k| 727 |  1 |1638 |1547 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
298.80/300.02	c  80.3s|   400 |   141 | 57045 |  72.0 |  1160M |  38 |1272 |  95k|  94k| 768 |  1 |1725 |1580 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
305.17/306.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
305.17/306.42	c  86.7s|   500 |   173 | 61133 |  65.7 |  1163M |  40 |1272 |  95k|  94k| 820 |  0 |1725 |1604 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
308.25/309.51	c  89.8s|   600 |   193 | 64628 |  60.6 |  1172M |  40 |1272 |  95k|  94k| 850 |  1 |1791 |1638 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
310.75/312.11	c  92.4s|   700 |   225 | 67929 |  56.6 |  1175M |  40 |1272 |  95k|  94k| 867 |  1 |1866 |1667 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
312.53/313.81	c  94.1s|   800 |   249 | 70722 |  53.1 |  1176M |  40 |1272 |  96k|  94k| 873 |  1 |1917 |1691 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
314.92/316.21	c  96.5s|   900 |   275 | 74744 |  51.6 |  1178M |  40 |1272 |  96k|  94k| 882 |  0 |1982 |1724 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
317.12/318.41	c  98.7s|  1000 |   301 | 78537 |  50.3 |  1180M |  40 |1272 |  96k|  94k| 890 |  2 |2077 |1745 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
323.70/325.11	c 
323.70/325.11	c SCIP Status        : solving was interrupted [time limit reached]
323.70/325.11	c Solving Time (sec) : 105.42
323.70/325.11	c Solving Nodes      : 1082
323.70/325.11	c Primal Bound       : +4.90000000000000e+01 (472 solutions, 0 respecting the objective limit)
323.70/325.11	c Dual Bound         : +5.30000000000000e+01
323.70/325.11	c Gap                : 8.16 %
323.80/325.11	c SCIP status: 23 (TIMELIMIT)
323.80/325.11	c pb_solver_status: sst_sat
323.80/325.11	c LB_goalvalue: 49
323.80/325.11	c UB_goalvalue: 53
323.80/325.11	c Both SAT and SCIP timed out; boosting budgets to sat=54.880000 scip=295.157811
323.80/325.11	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
323.80/325.11	c SCIP returned: sst_sat
323.80/325.11	c SCIP primal LB: 49, dual UB: 53
323.80/325.11	c Try to find a solution more than 50
323.80/325.11	c assumptions: 
323.80/325.11	c invoking solver with time budget: 54.880000
378.62/380.18	c sat_solver_result: sst_unknown
378.62/380.18	c SAT solver timed out; proceeding to cooperative SCIP call
378.62/380.18	c Calling solveScip for cooperative mode with LB_goalvalue:       49, UB_goalvalue: 53
378.62/380.18	c scip solving with time budget: 295.157811
378.62/380.18	c solveScip
378.62/380.18	c initScipForCoop
378.62/380.18	c Coop Mode: Using SCIP obj units for LB/UB: 49, +oo
378.62/380.18	c SCIPfreeTransform due to timeout and having shadow nodes
378.62/380.18	c forcing SCIPfreeTransform before solve
378.70/380.25	c Running SCIP presolve for solve-time propagation (rounds=3)
378.80/380.31	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.900000e+01
378.80/380.31	c 
378.80/380.32	c presolving:
378.90/380.43	c    (0.2s) running MILP presolver
378.90/380.49	c    (0.2s) MILP presolver found nothing
379.00/380.55	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
379.20/380.74	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
379.20/380.74	c    (0.5s) probing aborted: 50/50 successive totally useless probings
379.61/381.12	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
379.61/381.12	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
379.61/381.12	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
379.61/381.12	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
379.61/381.12	c   94127 constraints of type <setppc>
379.61/381.12	c transformed objective value is always integral (scale: 1)
379.61/381.12	c Presolving Time: 0.81
379.70/381.21	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.000000e+01
379.70/381.21	c 
379.70/381.22	c presolving:
379.80/381.35	c    (0.2s) running MILP presolver
379.90/381.41	c    (0.3s) MILP presolver found nothing
379.90/381.49	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
380.20/381.71	c    (0.6s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
380.20/381.71	c    (0.6s) probing aborted: 50/50 successive totally useless probings
380.51/382.09	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
380.61/382.11	c    (1.0s) no symmetry present (symcode time: 0.00)
380.61/382.12	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
380.61/382.12	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
380.61/382.12	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
380.61/382.12	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
380.61/382.12	c   94127 constraints of type <setppc>
380.61/382.12	c transformed objective value is always integral (scale: 1)
380.61/382.12	c Presolving Time: 0.90
380.61/382.14	c transformed 11/11 original solutions to the transformed problem space
380.61/382.14	c 
381.20/382.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
381.20/382.79	c   1.6s|     1 |     0 |  1272 |     - |  1182M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.000000e+01 |1490.00%| unknown
381.99/383.55	c   2.4s|     1 |     0 |  1622 |     - |  1185M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 4.000000e+01 |1400.00%| unknown
383.69/385.26	c   4.1s|     1 |     0 |  1852 |     - |  1186M |   0 |1272 |  94k|  94k|  33 |  2 |   0 |   0 | 5.705000e+02 | 4.000000e+01 |1326.25%| unknown
386.49/388.02	c   6.9s|     1 |     0 |  2328 |     - |  1197M |   0 |1272 |  94k|  94k|  64 |  3 |   0 |   0 | 5.390000e+02 | 4.000000e+01 |1247.50%| unknown
387.08/388.65	c   7.5s|     1 |     0 |  2711 |     - |  1207M |   0 |1272 |  94k|  94k|  99 |  4 |   0 |   0 | 5.050000e+02 | 4.000000e+01 |1162.50%| unknown
387.77/389.32	c   8.2s|     1 |     0 |  3157 |     - |  1207M |   0 |1272 |  94k|  94k| 129 |  5 |   0 |   0 | 4.655000e+02 | 4.000000e+01 |1063.75%| unknown
388.48/390.06	c   8.9s|     1 |     0 |  4149 |     - |  1208M |   0 |1272 |  94k|  94k| 171 |  6 |   0 |   0 | 4.270000e+02 | 4.000000e+01 | 967.50%| unknown
389.07/390.60	c   9.4s|     1 |     0 |  4742 |     - |  1217M |   0 |1272 |  94k|  94k| 212 |  7 |   0 |   0 | 3.865000e+02 | 4.000000e+01 | 866.25%| unknown
389.67/391.21	c  10.0s|     1 |     0 |  5760 |     - |  1226M |   0 |1272 |  94k|  94k| 247 |  8 |   0 |   0 | 3.455000e+02 | 4.000000e+01 | 763.75%| unknown
390.47/392.03	c  10.9s|     1 |     0 |  7163 |     - |  1226M |   0 |1272 |  94k|  94k| 282 |  9 |   0 |   0 | 3.195000e+02 | 4.000000e+01 | 698.75%| unknown
391.76/393.37	c  12.2s|     1 |     0 |  9328 |     - |  1235M |   0 |1272 |  94k|  94k| 318 | 10 |   0 |   0 | 2.947500e+02 | 4.000000e+01 | 636.88%| unknown
392.65/394.23	c  13.1s|     1 |     0 | 10989 |     - |  1244M |   0 |1272 |  94k|  94k| 338 | 11 |   0 |   0 | 2.691667e+02 | 4.000000e+01 | 572.92%| unknown
392.95/394.54	c  13.4s|     1 |     0 | 11567 |     - |  1244M |   0 |1272 |  94k|  94k| 360 | 12 |   0 |   0 | 2.582500e+02 | 4.000000e+01 | 545.62%| unknown
393.56/395.13	c  14.0s|     1 |     0 | 12770 |     - |  1254M |   0 |1272 |  94k|  94k| 390 | 13 |   0 |   0 | 2.414375e+02 | 4.000000e+01 | 503.59%| unknown
394.46/396.06	c  14.9s|     1 |     0 | 14699 |     - |  1263M |   0 |1272 |  94k|  94k| 416 | 14 |   0 |   0 | 2.162500e+02 | 4.000000e+01 | 440.62%| unknown
395.05/396.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
395.05/396.63	c  15.5s|     1 |     0 | 16122 |     - |  1274M |   0 |1272 |  94k|  94k| 437 | 15 |   0 |   0 | 1.985000e+02 | 4.000000e+01 | 396.25%| unknown
395.74/397.37	c  16.2s|     1 |     0 | 18240 |     - |  1283M |   0 |1272 |  94k|  94k| 471 | 16 |   0 |   0 | 1.845833e+02 | 4.000000e+01 | 361.46%| unknown
396.45/398.10	c  16.9s|     1 |     0 | 20555 |     - |  1292M |   0 |1272 |  94k|  94k| 502 | 17 |   0 |   0 | 1.680000e+02 | 4.000000e+01 | 320.00%| unknown
397.04/398.64	c  17.5s|     1 |     0 | 22532 |     - |  1301M |   0 |1272 |  94k|  94k| 530 | 18 |   0 |   0 | 1.503333e+02 | 4.000000e+01 | 275.83%| unknown
397.34/398.95	c  17.8s|     1 |     0 | 23411 |     - |  1310M |   0 |1272 |  94k|  94k| 554 | 19 |   0 |   0 | 1.422083e+02 | 4.000000e+01 | 255.52%| unknown
397.83/399.45	c  18.3s|     1 |     0 | 25171 |     - |  1320M |   0 |1272 |  94k|  94k| 576 | 20 |   0 |   0 | 1.250417e+02 | 4.000000e+01 | 212.60%| unknown
398.13/399.80	c  18.6s|     1 |     0 | 26425 |     - |  1320M |   0 |1272 |  94k|  94k| 581 | 21 |   0 |   0 | 1.093958e+02 | 4.000000e+01 | 173.49%| unknown
398.33/399.90	c  18.7s|     1 |     0 | 26724 |     - |  1320M |   0 |1272 |  94k|  94k| 587 | 22 |   0 |   0 | 1.026667e+02 | 4.000000e+01 | 156.67%| unknown
398.73/400.34	c  19.2s|     1 |     0 | 28242 |     - |  1320M |   0 |1272 |  94k|  94k| 592 | 23 |   0 |   0 | 8.591667e+01 | 4.000000e+01 | 114.79%| unknown
398.93/400.50	c  19.3s|     1 |     0 | 28933 |     - |  1320M |   0 |1272 |  94k|  94k| 599 | 24 |   0 |   0 | 7.140000e+01 | 4.000000e+01 |  78.50%| unknown
398.93/400.56	c  19.4s|     1 |     0 | 29015 |     - |  1320M |   0 |1272 |  94k|  94k| 604 | 25 |   0 |   0 | 6.187500e+01 | 4.000000e+01 |  54.69%| unknown
399.03/400.62	c  19.5s|     1 |     0 | 29098 |     - |  1320M |   0 |1272 |  94k|  94k| 607 | 26 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.03/400.67	c  19.5s|     1 |     0 | 29114 |     - |  1321M |   0 |1272 |  94k|  94k| 613 | 27 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.13/400.72	c  19.6s|     1 |     0 | 29168 |     - |  1322M |   0 |1272 |  94k|  94k| 617 | 28 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.13/400.78	c  19.6s|     1 |     0 | 29210 |     - |  1323M |   0 |1272 |  94k|  94k| 621 | 29 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.23/400.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
399.23/400.83	c  19.7s|     1 |     0 | 29244 |     - |  1323M |   0 |1272 |  94k|  94k| 625 | 30 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.23/400.88	c  19.7s|     1 |     0 | 29258 |     - |  1324M |   0 |1272 |  94k|  94k| 630 | 31 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.33/400.93	c  19.8s|     1 |     0 | 29267 |     - |  1324M |   0 |1272 |  94k|  94k| 632 | 32 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.33/400.98	c  19.8s|     1 |     0 | 29302 |     - |  1325M |   0 |1272 |  94k|  94k| 638 | 33 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.44/401.03	c  19.9s|     1 |     0 | 29334 |     - |  1326M |   0 |1272 |  94k|  94k| 645 | 34 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.44/401.10	c  19.9s|     1 |     0 | 29378 |     - |  1327M |   0 |1272 |  94k|  94k| 655 | 35 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
399.54/401.16	c  20.0s|     1 |     0 | 29436 |     - |  1327M |   0 |1272 |  94k|  94k| 663 | 36 |   0 |   0 | 5.350000e+01 | 4.000000e+01 |  33.75%| unknown
401.43/403.03	c  21.9s|     1 |     2 | 29446 |     - |  1327M |   0 |1272 |  94k|  94k| 663 | 36 |   0 |  20 | 5.300000e+01 | 4.000000e+01 |  32.50%| unknown
436.99/438.72	c  57.6s|   100 |    99 | 37758 |  84.1 |  1348M |  29 |1272 |  94k|  94k| 707 |  2 |   0 |1143 | 5.300000e+01 | 4.000000e+01 |  32.50%| unknown
442.96/444.74	c *63.6s|   120 |   109 | 39227 |  82.3 |strongbr|  29 |1272 |  94k|  94k| 735 |  1 |   0 |1319 | 5.300000e+01 | 4.300000e+01 |  23.26%| unknown
443.46/445.21	c *64.1s|   123 |   105 | 39419 |  81.8 |    LP  |  29 |1272 |  94k|  94k| 735 |  1 |  29 |1340 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
448.04/449.86	c  68.7s|   200 |   150 | 42285 |  64.6 |  1361M |  32 |1272 |  94k|  94k| 744 |  0 |  53 |1483 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
456.41/458.22	c  77.1s|   300 |   210 | 46977 |  58.7 |  1372M |  37 |1272 |  94k|  94k| 762 |  1 |  53 |1600 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
460.40/462.25	c  81.1s|   400 |   272 | 51879 |  56.2 |  1383M |  37 |1272 |  94k|  94k| 794 |  0 |  62 |1631 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
465.29/467.12	c  86.0s|   500 |   332 | 57427 |  56.1 |  1405M |  37 |1272 |  94k|  94k| 835 |  0 |  62 |1658 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
467.37/469.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
467.37/469.23	c  88.1s|   600 |   388 | 60658 |  52.1 |  1406M |  37 |1272 |  94k|  94k| 837 |  1 |  62 |1691 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
469.66/471.52	c  90.4s|   700 |   438 | 64481 |  50.1 |  1408M |  37 |1272 |  94k|  94k| 847 |  1 |  62 |1728 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
478.04/479.90	c  98.7s|   800 |   496 | 68513 |  48.9 |  1436M |  40 |1272 |  94k|  94k| 913 |  1 |  62 |1757 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
489.69/491.63	c   110s|   900 |   584 | 75845 |  51.6 |  1441M |  40 |1272 |  94k|  94k|1015 |  1 |  72 |1797 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
494.37/496.32	c   115s|  1000 |   684 | 85302 |  55.9 |  1450M |  40 |1272 |  94k|  94k|1043 |  1 | 108 |1842 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
499.65/501.64	c   120s|  1100 |   784 | 99144 |  63.4 |  1456M |  40 |1272 |  94k|  94k|1076 |  1 | 146 |1895 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
508.04/510.10	c   129s|  1200 |   884 |110886 |  67.9 |  1469M |  40 |1272 |  94k|  94k|1152 |  1 | 209 |1935 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
512.61/514.65	c   133s|  1300 |   982 |121825 |  71.1 |  1472M |  40 |1272 |  94k|  94k|1166 |  1 | 236 |1977 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
517.29/519.33	c   138s|  1400 |  1080 |132519 |  73.7 |  1473M |  40 |1272 |  94k|  94k|1174 |  1 | 287 |2016 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
524.86/526.98	c   146s|  1500 |  1180 |146587 |  78.2 |  1496M |  40 |1272 |  94k|  94k|1222 |  1 | 365 |2067 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
533.94/536.03	c   155s|  1600 |  1278 |156954 |  79.7 |  1516M |  40 |1272 |  94k|  94k|1301 |  0 | 405 |2113 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
540.30/542.49	c   161s|  1700 |  1378 |167119 |  81.0 |  1528M |  40 |1272 |  94k|  94k|1342 |  1 | 419 |2153 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
548.27/550.44	c   169s|  1800 |  1478 |176527 |  81.8 |  1532M |  40 |1272 |  94k|  94k|1393 |  1 | 422 |2198 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
564.61/566.82	c   186s|  1900 |  1578 |184975 |  81.9 |  1543M |  40 |1272 |  94k|  94k|1572 |  1 | 422 |2248 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
578.46/580.78	c   200s|  2000 |  1678 |194226 |  82.4 |  1546M |  40 |1272 |  94k|  94k|1719 |  1 | 426 |2294 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
583.64/585.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
583.64/585.96	c   205s|  2100 |  1774 |201054 |  81.8 |  1550M |  40 |1272 |  94k|  94k|1769 |  1 | 435 |2328 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
589.02/591.30	c   210s|  2200 |  1874 |207454 |  81.0 |  1554M |  40 |1272 |  94k|  94k|1807 |  1 | 439 |2360 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
592.31/594.69	c   214s|  2300 |  1968 |215581 |  81.0 |  1555M |  40 |1272 |  94k|  94k|1819 |  1 | 443 |2395 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
613.03/615.43	c   234s|  2400 |  2068 |227390 |  82.5 |  1572M |  40 |1272 |  94k|  94k|2023 |  1 | 448 |2462 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
616.52/618.96	c   238s|  2500 |  2166 |234664 |  82.1 |  1576M |  40 |1272 |  94k|  94k|2039 |  1 | 453 |2503 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
624.39/626.81	c   246s|  2600 |  2266 |242495 |  82.0 |  1606M |  41 |1272 |  94k|  94k|2084 |  1 | 456 |2512 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
630.96/633.43	c   252s|  2700 |  2366 |249865 |  81.7 |  1629M |  42 |1272 |  94k|  94k|2153 |  1 | 463 |2515 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
656.49/659.06	c   278s|  2800 |  2466 |258560 |  81.9 |  1746M |  43 |1272 |  94k|  94k|2469 |  1 | 476 |2516 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
673.72/676.32	c 
673.72/676.32	c SCIP Status        : solving was interrupted [time limit reached]
673.72/676.32	c Solving Time (sec) : 295.16
673.72/676.32	c Solving Nodes      : 2881
673.72/676.32	c Primal Bound       : +4.40000000000000e+01 (769 solutions)
673.72/676.32	c Dual Bound         : +5.30000000000000e+01
673.72/676.32	c Gap                : 20.45 %
673.72/676.32	c SCIP status: 23 (TIMELIMIT)
673.72/676.32	c solveScip: freeing transform (!can_skip_free_transform)
673.82/676.40	c pb_solver_status: sst_sat
673.82/676.40	c LB_goalvalue: 49
673.82/676.40	c UB_goalvalue: 53
673.82/676.40	c Both SAT and SCIP timed out; boosting budgets to sat=109.760000 scip=826.441871
673.82/676.40	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
673.82/676.40	c SCIP returned: sst_sat
673.82/676.40	c SCIP primal LB: 44, dual UB: 53
673.82/676.40	c Try to find a solution more than 50
673.82/676.40	c assumptions: 
673.82/676.40	c invoking solver with time budget: 109.760000
783.54/786.54	c sat_solver_result: sst_unknown
783.54/786.54	c SAT solver timed out; proceeding to cooperative SCIP call
783.54/786.54	c Calling solveScip for cooperative mode with LB_goalvalue:       49, UB_goalvalue: 53
783.54/786.54	c scip solving with time budget: 826.441871
783.54/786.54	c solveScip
783.54/786.54	c initScipForCoop
783.54/786.54	c Coop Mode: Using SCIP obj units for LB/UB: 49, +oo
783.54/786.59	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.900000e+01
783.54/786.59	c 
783.64/786.60	c presolving:
783.74/786.73	c    (0.2s) running MILP presolver
783.74/786.79	c    (0.3s) MILP presolver found nothing
783.84/786.86	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
784.05/787.08	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
784.05/787.08	c    (0.5s) probing aborted: 50/50 successive totally useless probings
784.44/787.45	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
784.44/787.47	c    (0.9s) no symmetry present (symcode time: 0.00)
784.44/787.48	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
784.44/787.48	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
784.44/787.48	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
784.44/787.48	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
784.44/787.48	c   94127 constraints of type <setppc>
784.44/787.48	c transformed objective value is always integral (scale: 1)
784.44/787.48	c Presolving Time: 0.88
784.54/787.50	c transformed 11/11 original solutions to the transformed problem space
784.54/787.50	c 
785.15/788.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
785.15/788.14	c   1.6s|     1 |     0 |  1272 |     - |  1711M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.900000e+01*|1197.96%| unknown
785.83/788.86	c   2.3s|     1 |     0 |  1546 |     - |  1718M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 4.900000e+01*|1124.49%| unknown
787.43/790.45	c   3.9s|     1 |     0 |  1747 |     - |  1718M |   0 |1272 |  94k|  94k|  29 |  2 |   0 |   0 | 5.715000e+02 | 4.900000e+01*|1066.33%| unknown
789.92/792.96	c   6.4s|     1 |     0 |  2205 |     - |  1719M |   0 |1272 |  94k|  94k|  61 |  3 |   0 |   0 | 5.380000e+02 | 4.900000e+01*| 997.96%| unknown
790.91/793.96	c   7.4s|     1 |     0 |  2604 |     - |  1720M |   0 |1272 |  94k|  94k| 100 |  4 |   0 |   0 | 5.050000e+02 | 4.900000e+01*| 930.61%| unknown
792.31/795.31	c   8.8s|     1 |     0 |  3015 |     - |  1720M |   0 |1272 |  94k|  94k| 129 |  5 |   0 |   0 | 4.755000e+02 | 4.900000e+01*| 870.41%| unknown
794.01/797.03	c  10.5s|     1 |     0 |  3403 |     - |  1720M |   0 |1272 |  94k|  94k| 153 |  6 |   0 |   0 | 4.500000e+02 | 4.900000e+01*| 818.37%| unknown
794.50/797.51	c  11.0s|     1 |     0 |  3665 |     - |  1720M |   0 |1272 |  94k|  94k| 188 |  7 |   0 |   0 | 4.320000e+02 | 4.900000e+01*| 781.63%| unknown
795.40/798.49	c  11.9s|     1 |     0 |  4873 |     - |  1720M |   0 |1272 |  94k|  94k| 211 |  8 |   0 |   0 | 4.065000e+02 | 4.900000e+01*| 729.59%| unknown
796.20/799.21	c  12.7s|     1 |     0 |  5712 |     - |  1721M |   0 |1272 |  94k|  94k| 247 |  9 |   0 |   0 | 3.657500e+02 | 4.900000e+01*| 646.43%| unknown
797.19/800.20	c  13.7s|     1 |     0 |  7270 |     - |  1721M |   0 |1272 |  94k|  94k| 280 | 10 |   0 |   0 | 3.315000e+02 | 4.900000e+01*| 576.53%| unknown
797.69/800.75	c  14.2s|     1 |     0 |  8464 |     - |  1721M |   0 |1272 |  94k|  94k| 310 | 11 |   0 |   0 | 3.085000e+02 | 4.900000e+01*| 529.59%| unknown
798.39/801.41	c  14.9s|     1 |     0 |  9844 |     - |  1721M |   0 |1272 |  94k|  94k| 337 | 12 |   0 |   0 | 2.820000e+02 | 4.900000e+01*| 475.51%| unknown
798.89/801.92	c  15.4s|     1 |     0 | 10927 |     - |  1721M |   0 |1272 |  94k|  94k| 370 | 13 |   0 |   0 | 2.718333e+02 | 4.900000e+01*| 454.76%| unknown
799.58/802.63	c  16.1s|     1 |     0 | 12611 |     - |  1721M |   0 |1272 |  94k|  94k| 397 | 14 |   0 |   0 | 2.520000e+02 | 4.900000e+01*| 414.29%| unknown
800.09/803.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
800.09/803.16	c  16.6s|     1 |     0 | 14217 |     - |  1721M |   0 |1272 |  94k|  94k| 420 | 15 |   0 |   0 | 2.395000e+02 | 4.900000e+01*| 388.78%| unknown
800.88/803.97	c  17.4s|     1 |     0 | 16185 |     - |  1721M |   0 |1272 |  94k|  94k| 438 | 16 |   0 |   0 | 2.212500e+02 | 4.900000e+01*| 351.53%| unknown
801.28/804.38	c  17.8s|     1 |     0 | 17131 |     - |  1721M |   0 |1272 |  94k|  94k| 460 | 17 |   0 |   0 | 2.007500e+02 | 4.900000e+01*| 309.69%| unknown
801.99/805.01	c  18.5s|     1 |     0 | 18873 |     - |  1721M |   0 |1272 |  94k|  94k| 473 | 18 |   0 |   0 | 1.848214e+02 | 4.900000e+01*| 277.19%| unknown
802.47/805.58	c  19.0s|     1 |     0 | 20895 |     - |  1721M |   0 |1272 |  94k|  94k| 497 | 19 |   0 |   0 | 1.741667e+02 | 4.900000e+01*| 255.44%| unknown
802.87/805.98	c  19.4s|     1 |     0 | 22076 |     - |  1721M |   0 |1272 |  94k|  94k| 527 | 20 |   0 |   0 | 1.655000e+02 | 4.900000e+01*| 237.76%| unknown
803.37/806.43	c  19.9s|     1 |     0 | 23506 |     - |  1721M |   0 |1272 |  94k|  94k| 532 | 21 |   0 |   0 | 1.490000e+02 | 4.900000e+01*| 204.08%| unknown
803.77/806.82	c  20.3s|     1 |     0 | 24913 |     - |  1721M |   0 |1272 |  94k|  94k| 538 | 22 |   0 |   0 | 1.341944e+02 | 4.900000e+01*| 173.87%| unknown
803.98/807.07	c  20.5s|     1 |     0 | 25659 |     - |  1721M |   0 |1272 |  94k|  94k| 544 | 23 |   0 |   0 | 1.166667e+02 | 4.900000e+01*| 138.10%| unknown
804.17/807.27	c  20.7s|     1 |     0 | 26416 |     - |  1721M |   0 |1272 |  94k|  94k| 546 | 24 |   0 |   0 | 1.075417e+02 | 4.900000e+01*| 119.47%| unknown
804.37/807.45	c  20.9s|     1 |     0 | 27176 |     - |  1721M |   0 |1272 |  94k|  94k| 552 | 25 |   0 |   0 | 9.075000e+01 | 4.900000e+01*|  85.20%| unknown
804.47/807.54	c  21.0s|     1 |     0 | 27345 |     - |  1721M |   0 |1272 |  94k|  94k| 557 | 26 |   0 |   0 | 7.550000e+01 | 4.900000e+01*|  54.08%| unknown
804.57/807.60	c  21.1s|     1 |     0 | 27417 |     - |  1721M |   0 |1272 |  94k|  94k| 559 | 27 |   0 |   0 | 6.700000e+01 | 4.900000e+01*|  36.73%| unknown
804.67/807.70	c  21.2s|     1 |     0 | 27771 |     - |  1721M |   0 |1272 |  94k|  94k| 560 | 28 |   0 |   0 | 6.000000e+01 | 4.900000e+01*|  22.45%| unknown
804.67/807.76	c  21.2s|     1 |     0 | 27802 |     - |  1721M |   0 |1272 |  94k|  94k| 562 | 29 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
804.76/807.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
804.76/807.81	c  21.3s|     1 |     0 | 27835 |     - |  1721M |   0 |1272 |  94k|  94k| 569 | 30 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
804.76/807.86	c  21.3s|     1 |     0 | 27874 |     - |  1721M |   0 |1272 |  94k|  94k| 574 | 31 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
804.86/807.91	c  21.4s|     1 |     0 | 27914 |     - |  1721M |   0 |1272 |  94k|  94k| 579 | 32 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
804.86/807.96	c  21.4s|     1 |     0 | 27958 |     - |  1721M |   0 |1272 |  94k|  94k| 584 | 33 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
804.98/808.01	c  21.5s|     1 |     0 | 28011 |     - |  1721M |   0 |1272 |  94k|  94k| 588 | 34 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
804.98/808.08	c  21.5s|     1 |     0 | 28080 |     - |  1721M |   0 |1272 |  94k|  94k| 595 | 35 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
805.08/808.15	c  21.6s|     1 |     0 | 28145 |     - |  1721M |   0 |1272 |  94k|  94k| 602 | 36 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
805.16/808.21	c  21.7s|     1 |     0 | 28198 |     - |  1721M |   0 |1272 |  94k|  94k| 607 | 37 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
805.16/808.27	c  21.7s|     1 |     0 | 28256 |     - |  1721M |   0 |1272 |  94k|  94k| 613 | 38 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
805.26/808.34	c  21.8s|     1 |     0 | 28335 |     - |  1721M |   0 |1272 |  94k|  94k| 622 | 39 |   0 |   0 | 5.350000e+01 | 4.900000e+01*|   9.18%| unknown
806.86/809.97	c  23.4s|     1 |     2 | 28359 |     - |  1721M |   0 |1272 |  94k|  94k| 622 | 39 |   0 |  25 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
840.63/843.80	c  57.3s|   100 |    57 | 40200 | 119.8 |  1722M |  36 |1272 |  95k|  94k| 665 |  5 |1820 |1271 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
857.78/861.06	c  74.5s|   200 |    83 | 45814 |  87.8 |  1724M |  40 |1272 |  96k|  94k| 738 |  1 |2167 |1561 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
874.21/877.56	c  91.0s|   300 |   119 | 51716 |  78.2 |  1743M |  40 |1272 |  96k|  94k| 810 |  0 |2776 |1878 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
878.99/882.37	c  95.8s|   400 |   167 | 57606 |  73.4 |  1753M |  40 |1272 |  96k|  94k| 829 |  1 |2776 |1909 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
883.38/886.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
883.38/886.73	c   100s|   500 |   209 | 63030 |  69.5 |  1753M |  40 |1272 |  96k|  94k| 865 |  2 |2776 |1939 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
885.37/888.75	c   102s|   600 |   235 | 66810 |  64.2 |  1754M |  40 |1272 |  96k|  94k| 868 |  1 |2791 |1957 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
887.46/890.85	c   104s|   700 |   257 | 70675 |  60.6 |  1754M |  40 |1272 |  96k|  94k| 872 |  0 |2802 |1979 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
895.82/899.25	c   113s|   800 |   283 | 74964 |  58.4 |  1764M |  40 |1272 |  96k|  94k| 929 |  0 |2865 |2015 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
915.85/919.38	c   133s|   900 |   321 | 81843 |  59.5 |  1784M |  42 |1272 |  96k|  94k|1055 |  1 |2907 |2054 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
922.92/926.47	c   140s|  1000 |   365 | 88908 |  60.6 |  1785M |  43 |1272 |  97k|  94k|1132 |  0 |2983 |2102 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
929.11/932.68	c   146s|  1100 |   415 | 98523 |  63.9 |  1787M |  44 |1272 |  97k|  94k|1258 |  1 |3151 |2164 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
932.51/936.04	c   150s|  1200 |   483 |106171 |  64.9 |  1788M |  44 |1272 |  97k|  94k|1275 |  1 |3229 |2193 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
947.46/951.02	c   164s|  1300 |   541 |112996 |  65.2 |  1789M |  44 |1272 |  97k|  94k|1408 |  0 |3356 |2230 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
956.61/960.29	c   174s|  1400 |   595 |121120 |  66.3 |  1818M |  44 |1272 |  97k|  94k|1530 |  1 |3579 |2299 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
968.27/971.96	c   185s|  1500 |   639 |127837 |  66.4 |  1841M |  44 |1272 |  97k|  94k|1666 |  1 |3677 |2346 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
981.34/985.05	c   199s|  1600 |   699 |135621 |  67.1 |  1851M |  44 |1272 |  97k|  94k|1895 |  1 |3820 |2392 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1003.16/1006.99	c   220s|  1700 |   751 |142641 |  67.3 |  1862M |  44 |1272 |  97k|  94k|2093 |  1 |3886 |2435 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1011.73/1015.54	c   229s|  1800 |   837 |152800 |  69.2 |  1864M |  44 |1272 |  98k|  94k|2148 |  1 |4112 |2476 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1016.52/1020.30	c   234s|  1900 |   921 |162563 |  70.7 |  1865M |  44 |1272 |  98k|  94k|2166 |  1 |4269 |2536 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1023.21/1027.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1023.21/1027.01	c   240s|  2000 |   971 |168619 |  70.2 |  1866M |  53 |1272 |  98k|  94k|2249 |  1 |4291 |2568 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1027.58/1031.45	c   245s|  2100 |  1011 |173849 |  69.3 |  1878M |  60 |1272 |  98k|  94k|2290 |  0 |4383 |2612 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1039.94/1043.83	c   257s|  2200 |  1053 |180943 |  69.4 |  1881M |  63 |1272 |  98k|  94k|2390 |  1 |4470 |2658 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1041.73/1045.64	c   259s|  2300 |  1077 |184349 |  67.9 |  1881M |  66 |1272 |  98k|  94k|2402 |  1 |4597 |2675 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1047.61/1051.54	c   265s|  2400 |  1109 |189493 |  67.2 |  1882M |  66 |1272 |  98k|  94k|2458 |  1 |4661 |2721 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1049.90/1053.82	c   267s|  2500 |  1133 |193134 |  65.9 |  1882M |  66 |1272 |  98k|  94k|2494 |  1 |4719 |2745 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1062.17/1066.16	c   280s|  2600 |  1185 |201705 |  66.7 |  1883M |  66 |1272 |  98k|  94k|2601 |  1 |4825 |2803 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1066.55/1070.53	c   284s|  2700 |  1243 |209205 |  67.0 |  1895M |  66 |1272 |  98k|  94k|2629 |  1 |4864 |2840 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1069.93/1073.92	c   287s|  2800 |  1283 |214735 |  66.6 |  1897M |  66 |1272 |  98k|  94k|2672 |  2 |4888 |2860 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1078.21/1082.24	c   296s|  2900 |  1357 |223193 |  67.2 |  1900M |  66 |1272 |  98k|  94k|2736 |  1 |5099 |2934 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1083.11/1087.13	c   301s|  3000 |  1433 |229285 |  67.0 |  1901M |  66 |1272 |  98k|  94k|2761 |  1 |5196 |2967 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1090.87/1094.96	c   308s|  3100 |  1489 |236800 |  67.3 |  1902M |  66 |1272 |  98k|  94k|2822 |  1 |5275 |3000 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1113.01/1117.15	c   331s|  3200 |  1557 |246117 |  68.1 |  1933M |  66 |1272 |  98k|  94k|3092 |  0 |5302 |3013 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1121.77/1125.99	c   339s|  3300 |  1627 |253143 |  68.1 |  1936M |  66 |1272 |  98k|  94k|3221 |  1 |5362 |3037 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1141.60/1145.81	c   359s|  3400 |  1685 |261063 |  68.5 |  1965M |  66 |1272 |  98k|  94k|3496 |  1 |5506 |3104 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1165.12/1169.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1165.12/1169.42	c   383s|  3500 |  1727 |268586 |  68.7 |  2002M |  66 |1272 |  98k|  94k|3939 |  0 |5528 |3106 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1175.99/1180.30	c   394s|  3600 |  1793 |279056 |  69.7 |  2014M |  66 |1272 |  98k|  94k|4159 |  2 |5668 |3184 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1178.70/1183.09	c   397s|  3700 |  1841 |285373 |  69.5 |  2023M |  66 |1272 |  98k|  94k|4164 |  1 |5750 |3215 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1180.38/1184.77	c   398s|  3800 |  1889 |289408 |  68.7 |  2024M |  66 |1272 |  98k|  94k|4172 |  1 |5779 |3219 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1186.36/1190.78	c   404s|  3900 |  1943 |295216 |  68.4 |  2025M |  66 |1272 |  98k|  94k|4198 |  1 |5816 |3223 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1188.55/1192.90	c   406s|  4000 |  1989 |300966 |  68.2 |  2026M |  66 |1272 |  98k|  94k|4207 |  1 |5840 |3223 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1194.65/1199.04	c   412s|  4100 |  2047 |308950 |  68.5 |  2027M |  66 |1272 |  98k|  94k|4251 |  1 |5873 |3261 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1197.02/1201.42	c   415s|  4200 |  2097 |315239 |  68.3 |  2029M |  66 |1272 |  98k|  94k|4256 |  0 |5959 |3270 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1213.36/1217.83	c   431s|  4300 |  2143 |321213 |  68.1 |  2053M |  66 |1272 |  98k|  94k|4378 |  0 |6027 |3281 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1226.53/1231.11	c   445s|  4400 |  2183 |327256 |  68.0 |  2056M |  66 |1272 |  98k|  94k|4569 |  1 |6040 |3287 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1229.70/1234.23	c   448s|  4500 |  2231 |334237 |  68.0 |  2056M |  66 |1272 |  98k|  94k|4673 |  0 |6083 |3315 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1231.79/1236.31	c   450s|  4600 |  2271 |339741 |  67.7 |  2058M |  66 |1272 |  99k|  94k|4736 |  1 |6131 |3317 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1233.89/1238.45	c   452s|  4700 |  2307 |344874 |  67.4 |  2061M |  66 |1272 |  99k|  94k|4806 |  1 |6162 |3320 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1235.78/1240.37	c   454s|  4800 |  2339 |349353 |  66.9 |  2062M |  66 |1272 |  99k|  94k|4889 |  0 |6200 |3321 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1246.35/1250.93	c   464s|  4900 |  2371 |354978 |  66.7 |  2063M |  66 |1272 |  99k|  94k|5035 |  1 |6242 |3347 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1261.89/1266.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1261.89/1266.54	c   480s|  5000 |  2409 |363212 |  67.0 |  2064M |  66 |1272 |  99k|  94k|5228 |  1 |6256 |3371 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1264.18/1268.80	c   482s|  5100 |  2449 |367687 |  66.6 |  2065M |  66 |1272 |  99k|  94k|5242 |  0 |6291 |3371 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1268.48/1273.13	c   487s|  5200 |  2491 |372414 |  66.2 |  2074M |  66 |1272 |  99k|  94k|5365 |  1 |6338 |3374 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1281.71/1286.48	c   500s|  5300 |  2531 |378851 |  66.1 |  2076M |  66 |1272 |  99k|  94k|5472 |  1 |6359 |3384 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1283.80/1288.51	c   502s|  5400 |  2597 |384740 |  66.0 |  2078M |  66 |1272 |  99k|  94k|5504 |  1 |6421 |3386 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1286.60/1291.37	c   505s|  5500 |  2657 |392238 |  66.2 |  2095M |  66 |1272 |  99k|  94k|5587 |  0 |6454 |3391 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1294.67/1299.48	c   513s|  5600 |  2702 |398748 |  66.2 |  2096M |  66 |1272 |  99k|  94k|5685 |  1 |6493 |3404 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1299.65/1304.44	c   518s|  5700 |  2752 |405615 |  66.2 |  2097M |  66 |1272 |  98k|  94k|5791 |  0 |6519 |3416 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1319.29/1324.19	c   538s|  5800 |  2791 |412258 |  66.2 |  2099M |  66 |1272 |  99k|  94k|6066 |  1 |6561 |3417 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1325.27/1330.14	c   544s|  5900 |  2829 |417062 |  65.9 |  2100M |  66 |1272 |  99k|  94k|6180 |  1 |6598 |3417 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1330.64/1335.57	c   549s|  6000 |  2879 |422845 |  65.8 |  2103M |  66 |1272 |  99k|  94k|6302 |  1 |6627 |3418 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1333.15/1338.10	c   552s|  6100 |  2909 |428254 |  65.6 |  2104M |  66 |1272 |  99k|  94k|6324 |  0 |6673 |3442 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1358.54/1363.55	c   577s|  6200 |  2947 |435756 |  65.7 |  2107M |  66 |1272 |  99k|  94k|6543 |  1 |6748 |3501 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1366.41/1371.48	c   585s|  6300 |  2981 |442148 |  65.7 |  2107M |  66 |1272 |  99k|  94k|6675 |  3 |6792 |3528 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1381.46/1386.57	c   600s|  6400 |  3025 |447662 |  65.5 |  2137M |  66 |1272 |  99k|  94k|6803 |  1 |6834 |3548 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1394.92/1400.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1394.92/1400.10	c   614s|  6500 |  3063 |453833 |  65.5 |  2140M |  66 |1272 |  99k|  94k|6945 |  0 |6866 |3584 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1410.16/1415.38	c   629s|  6600 |  3127 |463004 |  65.9 |  2154M |  66 |1272 |  99k|  94k|7142 |  0 |6917 |3618 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1415.64/1420.83	c   634s|  6700 |  3191 |470266 |  66.0 |  2166M |  66 |1272 |  99k|  94k|7230 |  1 |7006 |3661 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1423.82/1429.03	c   642s|  6800 |  3241 |476218 |  65.9 |  2168M |  66 |1272 |  99k|  94k|7382 |  2 |7061 |3685 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1431.58/1436.81	c   650s|  6900 |  3292 |483535 |  66.0 |  2169M |  66 |1272 |  99k|  94k|7493 |  0 |7180 |3735 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1441.75/1447.03	c   660s|  7000 |  3334 |490245 |  66.0 |  2192M |  66 |1272 |  99k|  94k|7635 |  1 |7224 |3766 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1452.50/1457.83	c   671s|  7100 |  3384 |496705 |  66.0 |  2193M |  66 |1272 |  99k|  94k|7760 |  0 |7276 |3805 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1457.98/1463.31	c   677s|  7200 |  3442 |504630 |  66.2 |  2196M |  66 |1272 |  98k|  94k|7806 |  1 |7309 |3826 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1465.45/1470.84	c   684s|  7300 |  3500 |510965 |  66.1 |  2199M |  66 |1272 |  98k|  94k|7866 |  1 |7372 |3864 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1478.52/1483.95	c   697s|  7400 |  3556 |518484 |  66.2 |  2202M |  66 |1272 |  98k|  94k|7994 |  2 |7445 |3892 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1482.62/1488.03	c   701s|  7500 |  3596 |523856 |  66.1 |  2204M |  66 |1272 |  98k|  94k|8032 |  0 |7500 |3916 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1490.07/1495.58	c   709s|  7600 |  3632 |529453 |  65.9 |  2205M |  66 |1272 |  98k|  94k|8118 |  1 |7552 |3950 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1504.72/1510.22	c   724s|  7700 |  3678 |535556 |  65.9 |  2208M |  66 |1272 |  98k|  94k|8268 |  1 |7619 |3968 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1510.80/1516.39	c   730s|  7800 |  3720 |541246 |  65.8 |  2210M |  66 |1272 |  98k|  94k|8349 |  1 |7652 |3991 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1523.36/1528.97	c   742s|  7900 |  3762 |546418 |  65.6 |  2212M |  66 |1272 |  98k|  94k|8477 |  2 |7674 |4027 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1525.75/1531.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1525.75/1531.31	c   745s|  8000 |  3798 |550931 |  65.3 |  2215M |  66 |1272 |  98k|  94k|8491 |  1 |7705 |4044 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1535.72/1541.30	c   755s|  8100 |  3844 |557301 |  65.3 |  2229M |  66 |1272 |  98k|  94k|8592 |  1 |7735 |4075 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1538.42/1544.04	c   757s|  8200 |  3900 |563241 |  65.2 |  2231M |  66 |1272 |  98k|  94k|8597 |  1 |7775 |4112 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1564.82/1570.55	c   784s|  8300 |  3950 |571806 |  65.5 |  2244M |  66 |1272 |  98k|  94k|8867 |  1 |7807 |4159 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1588.25/1594.06	c   808s|  8400 |  3994 |579589 |  65.6 |  2246M |  66 |1272 |  98k|  94k|9193 |  1 |7878 |4193 | 5.300000e+01 | 4.900000e+01*|   8.16%| unknown
1607.07/1612.98	c 
1607.07/1612.98	c SCIP Status        : solving was interrupted [time limit reached]
1607.07/1612.98	c Solving Time (sec) : 826.44
1607.07/1612.98	c Solving Nodes      : 8485
1607.07/1612.98	c Primal Bound       : +4.90000000000000e+01 (664 solutions, 0 respecting the objective limit)
1607.07/1612.98	c Dual Bound         : +5.30000000000000e+01
1607.07/1612.98	c Gap                : 8.16 %
1607.07/1612.98	c SCIP status: 23 (TIMELIMIT)
1607.07/1612.98	c pb_solver_status: sst_sat
1607.07/1612.98	c LB_goalvalue: 49
1607.07/1612.98	c UB_goalvalue: 53
1607.07/1612.98	c Both SAT and SCIP timed out; boosting budgets to sat=219.520000 scip=1800.000000
1607.07/1612.98	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1607.07/1612.98	c SCIP returned: sst_sat
1607.07/1612.98	c SCIP primal LB: 49, dual UB: 53
1607.07/1612.98	c Try to find a solution more than 50
1607.07/1612.98	c assumptions: 
1607.07/1612.98	c invoking solver with time budget: 219.520000
1826.62/1833.16	c sat_solver_result: sst_unknown
1826.62/1833.16	c SAT solver timed out; proceeding to cooperative SCIP call
1826.62/1833.16	c Calling solveScip for cooperative mode with LB_goalvalue:       49, UB_goalvalue: 53
1826.62/1833.16	c scip solving with time budget: 1800.000000
1826.62/1833.16	c solveScip
1826.62/1833.16	c initScipForCoop
1826.62/1833.16	c Coop Mode: Using SCIP obj units for LB/UB: 49, +oo
1826.62/1833.16	c SCIPfreeTransform due to timeout and having shadow nodes
1826.62/1833.16	c forcing SCIPfreeTransform before solve
1826.71/1833.27	c Running SCIP presolve for solve-time propagation (rounds=3)
1826.81/1833.32	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.900000e+01
1826.81/1833.32	c 
1826.81/1833.33	c presolving:
1826.91/1833.44	c    (0.2s) running MILP presolver
1827.01/1833.50	c    (0.2s) MILP presolver found nothing
1827.01/1833.56	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
1827.20/1833.75	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1827.20/1833.75	c    (0.5s) probing aborted: 50/50 successive totally useless probings
1827.62/1834.12	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1827.62/1834.12	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1827.62/1834.12	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1827.62/1834.12	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
1827.62/1834.12	c   94127 constraints of type <setppc>
1827.62/1834.12	c transformed objective value is always integral (scale: 1)
1827.62/1834.12	c Presolving Time: 0.79
1827.70/1834.21	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.400000e+01
1827.70/1834.21	c 
1827.70/1834.23	c presolving:
1827.80/1834.35	c    (0.2s) running MILP presolver
1827.90/1834.41	c    (0.3s) MILP presolver found nothing
1827.90/1834.49	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 0 impls, 94127 clqs, 0 implints
1828.20/1834.71	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1828.20/1834.71	c    (0.5s) probing aborted: 50/50 successive totally useless probings
1828.51/1835.08	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1828.51/1835.10	c    (0.9s) no symmetry present (symcode time: 0.00)
1828.51/1835.11	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1828.51/1835.11	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1828.51/1835.11	c  0 implications, 94127 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1828.51/1835.11	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94127 constraints
1828.51/1835.11	c   94127 constraints of type <setppc>
1828.51/1835.11	c transformed objective value is always integral (scale: 1)
1828.51/1835.11	c Presolving Time: 0.88
1828.61/1835.13	c transformed 11/11 original solutions to the transformed problem space
1828.61/1835.13	c 
1829.20/1835.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1829.20/1835.78	c   1.6s|     1 |     0 |  1272 |     - |  2151M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.400000e+01 |1345.45%| unknown
1830.00/1836.53	c   2.4s|     1 |     0 |  1546 |     - |  2156M |   0 |1272 |  94k|  94k|  10 |  1 |   0 |   0 | 6.000000e+02 | 4.400000e+01 |1263.64%| unknown
1831.60/1838.16	c   4.0s|     1 |     0 |  1790 |     - |  2157M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 4.400000e+01 |1194.32%| unknown
1834.38/1840.97	c   6.8s|     1 |     0 |  1990 |     - |  2167M |   0 |1272 |  94k|  94k|  56 |  3 |   0 |   0 | 5.405000e+02 | 4.400000e+01 |1128.41%| unknown
1837.77/1844.38	c  10.2s|     1 |     0 |  2686 |     - |  2176M |   0 |1272 |  94k|  94k|  85 |  4 |   0 |   0 | 5.105000e+02 | 4.400000e+01 |1060.23%| unknown
1838.67/1845.22	c  11.1s|     1 |     0 |  3263 |     - |  2176M |   0 |1272 |  94k|  94k| 117 |  5 |   0 |   0 | 4.800000e+02 | 4.400000e+01 | 990.91%| unknown
1839.76/1846.35	c  12.2s|     1 |     0 |  3594 |     - |  2177M |   0 |1272 |  94k|  94k| 152 |  6 |   0 |   0 | 4.620000e+02 | 4.400000e+01 | 950.00%| unknown
1840.66/1847.24	c  13.1s|     1 |     0 |  4555 |     - |  2178M |   0 |1272 |  94k|  94k| 190 |  7 |   0 |   0 | 4.325000e+02 | 4.400000e+01 | 882.95%| unknown
1841.36/1847.97	c  13.8s|     1 |     0 |  5201 |     - |  2187M |   0 |1272 |  94k|  94k| 226 |  8 |   0 |   0 | 4.025000e+02 | 4.400000e+01 | 814.77%| unknown
1843.25/1849.86	c  15.7s|     1 |     0 |  8119 |     - |  2196M |   0 |1272 |  94k|  94k| 262 |  9 |   0 |   0 | 3.680000e+02 | 4.400000e+01 | 736.36%| unknown
1844.35/1850.99	c  16.8s|     1 |     0 |  9930 |     - |  2205M |   0 |1272 |  94k|  94k| 303 | 10 |   0 |   0 | 3.277500e+02 | 4.400000e+01 | 644.89%| unknown
1845.05/1851.67	c  17.5s|     1 |     0 | 11538 |     - |  2214M |   0 |1272 |  94k|  94k| 330 | 11 |   0 |   0 | 2.987500e+02 | 4.400000e+01 | 578.98%| unknown
1845.56/1852.18	c  18.0s|     1 |     0 | 12658 |     - |  2223M |   0 |1272 |  94k|  94k| 352 | 12 |   0 |   0 | 2.705000e+02 | 4.400000e+01 | 514.77%| unknown
1846.64/1853.25	c  19.1s|     1 |     0 | 15265 |     - |  2233M |   0 |1272 |  94k|  94k| 375 | 13 |   0 |   0 | 2.502500e+02 | 4.400000e+01 | 468.75%| unknown
1847.24/1853.85	c  19.7s|     1 |     0 | 16646 |     - |  2243M |   0 |1272 |  94k|  94k| 395 | 14 |   0 |   0 | 2.352500e+02 | 4.400000e+01 | 434.66%| unknown
1847.55/1854.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1847.55/1854.14	c  20.0s|     1 |     0 | 17291 |     - |  2252M |   0 |1272 |  94k|  94k| 424 | 15 |   0 |   0 | 2.142000e+02 | 4.400000e+01 | 386.82%| unknown
1847.84/1854.44	c  20.3s|     1 |     0 | 18206 |     - |  2261M |   0 |1272 |  94k|  94k| 454 | 16 |   0 |   0 | 2.028500e+02 | 4.400000e+01 | 361.02%| unknown
1848.13/1854.78	c  20.6s|     1 |     0 | 19262 |     - |  2270M |   0 |1272 |  94k|  94k| 482 | 17 |   0 |   0 | 1.846000e+02 | 4.400000e+01 | 319.55%| unknown
1848.55/1855.11	c  21.0s|     1 |     0 | 20292 |     - |  2279M |   0 |1272 |  94k|  94k| 511 | 18 |   0 |   0 | 1.659167e+02 | 4.400000e+01 | 277.08%| unknown
1848.73/1855.34	c  21.2s|     1 |     0 | 20767 |     - |  2288M |   0 |1272 |  94k|  94k| 536 | 19 |   0 |   0 | 1.503750e+02 | 4.400000e+01 | 241.76%| unknown
1849.03/1855.64	c  21.5s|     1 |     0 | 21907 |     - |  2298M |   0 |1272 |  94k|  94k| 562 | 20 |   0 |   0 | 1.408750e+02 | 4.400000e+01 | 220.17%| unknown
1849.23/1855.88	c  21.7s|     1 |     0 | 22933 |     - |  2298M |   0 |1272 |  94k|  94k| 564 | 21 |   0 |   0 | 1.317083e+02 | 4.400000e+01 | 199.34%| unknown
1849.44/1856.07	c  21.9s|     1 |     0 | 23614 |     - |  2298M |   0 |1272 |  94k|  94k| 571 | 22 |   0 |   0 | 1.242917e+02 | 4.400000e+01 | 182.48%| unknown
1849.63/1856.26	c  22.1s|     1 |     0 | 24318 |     - |  2299M |   0 |1272 |  94k|  94k| 576 | 23 |   0 |   0 | 1.162500e+02 | 4.400000e+01 | 164.20%| unknown
1850.03/1856.66	c  22.5s|     1 |     0 | 26178 |     - |  2299M |   0 |1272 |  94k|  94k| 580 | 24 |   0 |   0 | 9.950000e+01 | 4.400000e+01 | 126.14%| unknown
1850.13/1856.79	c  22.6s|     1 |     0 | 26673 |     - |  2299M |   0 |1272 |  94k|  94k| 586 | 25 |   0 |   0 | 8.350000e+01 | 4.400000e+01 |  89.77%| unknown
1850.23/1856.88	c  22.7s|     1 |     0 | 26844 |     - |  2299M |   0 |1272 |  94k|  94k| 589 | 26 |   0 |   0 | 6.675000e+01 | 4.400000e+01 |  51.70%| unknown
1850.33/1856.95	c  22.8s|     1 |     0 | 26963 |     - |  2299M |   0 |1272 |  94k|  94k| 593 | 27 |   0 |   0 | 5.850000e+01 | 4.400000e+01 |  32.95%| unknown
1850.33/1857.00	c  22.8s|     1 |     0 | 26992 |     - |  2299M |   0 |1272 |  94k|  94k| 595 | 28 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1850.44/1857.06	c  22.9s|     1 |     0 | 27019 |     - |  2300M |   0 |1272 |  94k|  94k| 598 | 29 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1850.54/1857.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1850.54/1857.12	c  23.0s|     1 |     0 | 27065 |     - |  2300M |   0 |1272 |  94k|  94k| 602 | 30 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1850.54/1857.18	c  23.0s|     1 |     0 | 27113 |     - |  2301M |   0 |1272 |  94k|  94k| 608 | 31 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1850.63/1857.24	c  23.1s|     1 |     0 | 27172 |     - |  2302M |   0 |1272 |  94k|  94k| 612 | 32 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1850.73/1857.30	c  23.1s|     1 |     0 | 27238 |     - |  2302M |   0 |1272 |  94k|  94k| 618 | 33 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1850.73/1857.37	c  23.2s|     1 |     0 | 27301 |     - |  2303M |   0 |1272 |  94k|  94k| 625 | 34 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1850.83/1857.44	c  23.3s|     1 |     0 | 27379 |     - |  2304M |   0 |1272 |  94k|  94k| 636 | 35 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1850.93/1857.50	c  23.3s|     1 |     0 | 27428 |     - |  2304M |   0 |1272 |  94k|  94k| 644 | 36 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1850.93/1857.57	c  23.4s|     1 |     0 | 27498 |     - |  2304M |   0 |1272 |  94k|  94k| 649 | 37 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1851.02/1857.65	c  23.5s|     1 |     0 | 27590 |     - |  2304M |   0 |1272 |  94k|  94k| 658 | 38 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1851.12/1857.72	c  23.6s|     1 |     0 | 27653 |     - |  2305M |   0 |1272 |  94k|  94k| 666 | 39 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1851.12/1857.79	c  23.6s|     1 |     0 | 27713 |     - |  2306M |   0 |1272 |  94k|  94k| 674 | 40 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1851.22/1857.88	c  23.7s|     1 |     0 | 27815 |     - |  2306M |   0 |1272 |  94k|  94k| 681 | 41 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1851.32/1857.96	c  23.8s|     1 |     0 | 27894 |     - |  2306M |   0 |1272 |  94k|  94k| 692 | 42 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1851.44/1858.03	c  23.9s|     1 |     0 | 27950 |     - |  2306M |   0 |1272 |  94k|  94k| 698 | 43 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1851.54/1858.11	c  24.0s|     1 |     0 | 28036 |     - |  2306M |   0 |1272 |  94k|  94k| 704 | 44 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1851.54/1858.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1851.54/1858.19	c  24.0s|     1 |     0 | 28099 |     - |  2307M |   0 |1272 |  94k|  94k| 712 | 45 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1854.52/1861.13	c  27.0s|     1 |     2 | 28151 |     - |  2308M |   0 |1272 |  94k|  94k| 712 | 45 |   0 |  24 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1892.08/1898.88	c  64.7s|   100 |   101 | 41060 | 130.9 |  2310M |  22 |1272 |  94k|  94k|1065 |  1 |  24 | 616 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1916.21/1923.08	c  88.9s|   200 |   179 | 47773 |  98.9 |  2312M |  28 |1272 |  94k|  94k|1121 |  1 |  99 |1500 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1924.36/1931.25	c  97.1s|   300 |   239 | 52990 |  83.2 |  2313M |  29 |1272 |  94k|  94k|1182 |  2 | 104 |1671 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1934.14/1941.08	c   107s|   400 |   323 | 59480 |  78.6 |  2313M |  29 |1272 |  94k|  94k|1219 |  1 | 120 |1839 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1940.01/1946.97	c   113s|   500 |   395 | 65133 |  74.2 |  2314M |  31 |1272 |  94k|  94k|1290 |  1 | 125 |1886 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1946.79/1953.76	c   120s|   600 |   465 | 70406 |  70.6 |  2316M |  33 |1272 |  94k|  94k|1351 |  0 | 134 |1920 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1952.27/1959.23	c   125s|   700 |   549 | 75372 |  67.6 |  2319M |  33 |1272 |  94k|  94k|1389 |  1 | 137 |1956 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1959.45/1966.45	c d 132s|   797 |   575 | 82217 |  68.0 |pscostdi|  33 |1272 |  94k|  94k|   0 |  1 | 148 |2001 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
1959.55/1966.55	c   132s|   800 |   578 | 82406 |  68.0 |  2321M |  33 |1272 |  94k|  94k|1461 |  1 | 148 |2001 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
1968.82/1975.87	c   142s|   900 |   678 | 95718 |  75.2 |  2321M |  33 |1272 |  94k|  94k|1558 |  1 | 183 |2044 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
1977.19/1984.21	c   150s|  1000 |   778 |108644 |  80.6 |  2323M |  33 |1272 |  94k|  94k|1628 |  1 | 256 |2086 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
1983.56/1990.64	c   156s|  1100 |   878 |119784 |  83.4 |  2325M |  33 |1272 |  94k|  94k|1678 |  1 | 291 |2136 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
1990.44/1997.59	c   163s|  1200 |   978 |132464 |  87.0 |  2327M |  33 |1272 |  94k|  94k|1755 |  2 | 340 |2180 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
1995.12/2002.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1995.12/2002.20	c   168s|  1300 |  1078 |141975 |  87.7 |  2329M |  33 |1272 |  94k|  94k|1784 |  1 | 353 |2226 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2001.69/2008.88	c   175s|  1400 |  1178 |149280 |  86.6 |  2332M |  33 |1272 |  94k|  94k|1824 |  1 | 365 |2269 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2015.87/2023.06	c   189s|  1500 |  1274 |156104 |  85.4 |  2388M |  44 |1272 |  94k|  94k|1984 |  1 | 368 |2309 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2042.56/2049.85	c   216s|  1600 |  1370 |166697 |  86.7 |  2485M |  44 |1272 |  94k|  94k|2285 |  1 | 383 |2367 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2060.20/2067.52	c   233s|  1700 |  1468 |175487 |  86.7 |  2508M |  44 |1272 |  94k|  94k|2519 |  1 | 399 |2419 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2066.88/2074.27	c   240s|  1800 |  1566 |183278 |  86.3 |  2528M |  45 |1272 |  94k|  94k|2709 |  1 | 409 |2420 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2073.16/2080.59	c   246s|  1900 |  1666 |192915 |  86.8 |  2530M |  45 |1272 |  94k|  94k|2721 |  1 | 419 |2515 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2096.09/2103.54	c   269s|  2000 |  1766 |204312 |  88.2 |  2532M |  45 |1272 |  94k|  94k|3038 |  1 | 426 |2534 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2128.89/2136.43	c   302s|  2100 |  1860 |216148 |  89.6 |  2536M |  45 |1272 |  94k|  94k|3583 |  1 | 433 |2536 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2145.74/2153.36	c   319s|  2200 |  1960 |226945 |  90.4 |  2539M |  45 |1272 |  94k|  94k|3895 |  1 | 467 |2558 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2159.41/2167.09	c   333s|  2300 |  2060 |238670 |  91.6 |  2540M |  45 |1272 |  94k|  94k|4269 |  1 | 486 |2571 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2171.75/2179.46	c   345s|  2400 |  2160 |251476 |  93.1 |  2553M |  45 |1272 |  94k|  94k|4708 |  1 | 492 |2573 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2194.68/2202.48	c   368s|  2500 |  2260 |264531 |  94.6 |  2555M |  45 |1272 |  94k|  94k|5079 |  1 | 498 |2578 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2213.73/2221.58	c   387s|  2600 |  2358 |274600 |  94.8 |  2593M |  46 |1272 |  94k|  94k|5430 |  1 | 498 |2579 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2225.49/2233.33	c   399s|  2700 |  2456 |286483 |  95.7 |  2596M |  46 |1272 |  94k|  94k|5659 |  1 | 504 |2580 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2229.77/2237.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2229.77/2237.69	c   404s|  2800 |  2556 |299750 |  97.1 |  2600M |  46 |1272 |  94k|  94k|5846 |  1 | 512 |2581 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2243.73/2251.67	c   418s|  2900 |  2656 |315500 |  99.1 |  2622M |  46 |1272 |  94k|  94k|6001 |  1 | 516 |2604 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2263.36/2271.31	c   437s|  3000 |  2756 |324786 |  98.9 |  2633M |  46 |1272 |  94k|  94k|6275 |  1 | 516 |2652 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2277.71/2285.74	c   452s|  3100 |  2856 |334112 |  98.7 |  2649M |  46 |1272 |  94k|  94k|6564 |  1 | 526 |2698 | 5.333333e+01 | 4.500000e+01 |  18.52%| unknown
2294.35/2302.42	c   468s|  3200 |  2956 |343616 |  98.6 |  2660M |  46 |1272 |  94k|  94k|6748 |  1 | 532 |2737 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2299.74/2307.81	c   474s|  3300 |  3056 |349626 |  97.5 |  2662M |  46 |1272 |  94k|  94k|6804 |  1 | 532 |2759 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2312.69/2320.87	c   487s|  3400 |  3154 |356348 |  96.6 |  2664M |  46 |1272 |  94k|  94k|6947 |  1 | 535 |2787 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2323.35/2331.58	c   497s|  3500 |  3254 |364469 |  96.1 |  2665M |  46 |1272 |  94k|  94k|7096 |  1 | 538 |2836 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2343.89/2352.12	c   518s|  3600 |  3354 |375920 |  96.6 |  2668M |  47 |1272 |  94k|  94k|7313 |  1 | 548 |2889 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2360.32/2368.60	c   534s|  3700 |  3454 |383644 |  96.1 |  2671M |  47 |1272 |  94k|  94k|7512 |  1 | 548 |2908 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2373.18/2381.57	c   547s|  3800 |  3554 |392877 |  96.0 |  2676M |  47 |1272 |  94k|  94k|7674 |  1 | 548 |2955 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2393.11/2401.57	c   567s|  3900 |  3654 |404061 |  96.4 |  2680M |  47 |1272 |  94k|  94k|7921 |  1 | 559 |2995 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2415.14/2423.64	c   589s|  4000 |  3754 |418151 |  97.5 |  2682M |  47 |1272 |  94k|  94k|8202 |  2 | 574 |3040 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2418.54/2427.02	c   593s|  4100 |  3850 |425486 |  96.9 |  2684M |  47 |1272 |  94k|  94k|8236 |  1 | 588 |3067 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2421.52/2430.09	c   596s|  4200 |  3948 |433089 |  96.4 |  2686M |  47 |1272 |  94k|  94k|8259 |  1 | 588 |3085 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2425.40/2433.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2425.40/2433.96	c   600s|  4300 |  4048 |440758 |  96.0 |  2690M |  47 |1272 |  94k|  94k|8290 |  1 | 588 |3135 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2434.07/2442.65	c   608s|  4400 |  4148 |451069 |  96.2 |  2692M |  47 |1272 |  94k|  94k|8429 |  2 | 592 |3140 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2438.16/2446.78	c   613s|  4500 |  4248 |459120 |  95.8 |  2693M |  47 |1272 |  94k|  94k|8473 |  1 | 592 |3151 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2441.35/2449.94	c   616s|  4600 |  4344 |466974 |  95.4 |  2695M |  59 |1272 |  94k|  94k|8502 |  1 | 595 |3170 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2445.73/2454.36	c   620s|  4700 |  4442 |474603 |  95.0 |  2698M |  59 |1272 |  94k|  94k|8532 |  1 | 605 |3185 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2453.21/2461.86	c   628s|  4800 |  4538 |481822 |  94.5 |  2700M |  59 |1272 |  94k|  94k|8593 |  1 | 605 |3222 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2464.88/2473.58	c   639s|  4900 |  4634 |491104 |  94.5 |  2701M |  59 |1272 |  94k|  94k|8760 |  1 | 616 |3245 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2479.34/2488.04	c   654s|  5000 |  4732 |501461 |  94.7 |  2752M |  59 |1272 |  94k|  94k|8932 |  1 | 620 |3246 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2492.08/2500.87	c   667s|  5100 |  4826 |510772 |  94.7 |  2763M |  59 |1272 |  94k|  94k|9076 |  1 | 623 |3254 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2496.16/2504.95	c   671s|  5200 |  4926 |518906 |  94.4 |  2765M |  59 |1272 |  94k|  94k|9157 |  1 | 623 |3261 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2516.59/2525.46	c   691s|  5300 |  5018 |528253 |  94.4 |  2779M |  59 |1272 |  94k|  94k|9358 |  5 | 623 |3270 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2527.06/2535.91	c   702s|  5400 |  5112 |537865 |  94.4 |  2781M |  59 |1272 |  94k|  94k|9425 |  1 | 634 |3363 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2530.55/2539.48	c   705s|  5500 |  5212 |546239 |  94.2 |  2783M |  59 |1272 |  94k|  94k|9431 |  1 | 641 |3394 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2536.24/2545.13	c   711s|  5600 |  5310 |552281 |  93.6 |  2786M |  59 |1272 |  94k|  94k|9454 |  1 | 641 |3404 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2549.38/2558.36	c   724s|  5700 |  5404 |563057 |  93.9 |  2788M |  59 |1272 |  94k|  94k|9552 |  1 | 651 |3431 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2595.12/2604.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2595.12/2604.28	c   770s|  5800 |  5492 |572641 |  93.9 |  2790M |  59 |1272 |  94k|  94k|9952 |  1 | 654 |3433 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2616.24/2625.47	c   791s|  5900 |  5580 |581107 |  93.7 |  2820M |  59 |1272 |  94k|  94k|  10k|  1 | 665 |3433 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2621.62/2630.85	c   797s|  6000 |  5678 |591310 |  93.9 |  2823M |  59 |1272 |  94k|  94k|  10k|  1 | 688 |3436 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2647.03/2656.31	c   822s|  6100 |  5776 |602641 |  94.2 |  2827M |  59 |1272 |  94k|  94k|  10k|  1 | 688 |3437 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2667.47/2676.85	c   843s|  6200 |  5876 |612882 |  94.3 |  2840M |  59 |1272 |  94k|  94k|  10k|  1 | 688 |3442 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2682.72/2692.12	c   858s|  6300 |  5970 |620986 |  94.1 |  2843M |  59 |1272 |  94k|  94k|  10k|  1 | 693 |3453 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2713.40/2722.98	c   889s|  6400 |  6056 |631910 |  94.4 |  2847M |  59 |1272 |  94k|  94k|  11k|  1 | 702 |3457 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2718.19/2727.71	c   894s|  6500 |  6148 |641736 |  94.4 |  2850M |  59 |1272 |  94k|  94k|  11k|  1 | 718 |3464 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2748.98/2758.62	c   924s|  6600 |  6230 |651125 |  94.4 |  2853M |  59 |1272 |  94k|  94k|  11k|  1 | 745 |3487 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2764.93/2774.68	c   941s|  6700 |  6326 |658845 |  94.2 |  2857M |  59 |1272 |  94k|  94k|  12k|  1 | 745 |3487 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2791.93/2801.76	c   968s|  6800 |  6412 |670270 |  94.5 |  2860M |  59 |1272 |  94k|  94k|  12k|  1 | 765 |3550 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2809.67/2819.51	c   985s|  6900 |  6502 |681375 |  94.7 |  2861M |  59 |1272 |  94k|  94k|  12k|  3 | 782 |3603 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2833.88/2843.86	c  1010s|  7000 |  6592 |691613 |  94.8 |  2865M |  59 |1272 |  94k|  94k|  13k|  1 | 790 |3643 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2850.44/2860.48	c  1026s|  7100 |  6666 |701359 |  94.8 |  2876M |  59 |1272 |  94k|  94k|  13k|  1 | 804 |3684 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2870.67/2880.76	c  1047s|  7200 |  6746 |711010 |  94.9 |  2880M |  59 |1272 |  94k|  94k|  13k|  1 | 816 |3701 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2889.30/2899.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2889.30/2899.43	c  1065s|  7300 |  6826 |720367 |  94.8 |  2882M |  59 |1272 |  94k|  94k|  13k|  1 | 819 |3751 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2897.17/2907.34	c  1073s|  7400 |  6924 |732619 |  95.2 |  2988M |  59 |1272 |  94k|  94k|  14k|  1 | 839 |3793 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2902.55/2912.78	c  1079s|  7500 |  7024 |742281 |  95.2 |  2992M |  59 |1272 |  94k|  94k|  14k|  1 | 858 |3830 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2908.73/2918.91	c  1085s|  7600 |  7124 |752613 |  95.3 |  2995M |  59 |1272 |  94k|  94k|  14k|  1 | 876 |3851 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2940.12/2950.41	c  1116s|  7700 |  7222 |763911 |  95.6 |  3015M |  59 |1272 |  94k|  94k|  14k|  1 | 902 |3903 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2973.62/2984.04	c  1150s|  7800 |  7320 |775992 |  95.9 |  3022M |  59 |1272 |  94k|  94k|  15k|  1 | 911 |3913 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2981.48/2991.97	c  1158s|  7900 |  7414 |786493 |  96.0 |  3024M |  59 |1272 |  94k|  94k|  15k|  1 | 915 |3919 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2997.64/3008.12	c  1174s|  8000 |  7510 |798885 |  96.4 |  3027M |  59 |1272 |  95k|  94k|  15k|  1 | 924 |3947 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3013.87/3024.40	c  1190s|  8100 |  7592 |809066 |  96.4 |  3052M |  59 |1272 |  95k|  94k|  15k|  1 | 927 |3978 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3019.94/3030.56	c  1196s|  8200 |  7686 |820989 |  96.7 |  3064M |  59 |1272 |  95k|  94k|  16k|  1 | 927 |4005 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3026.81/3037.43	c  1203s|  8300 |  7782 |830898 |  96.7 |  3069M |  59 |1272 |  95k|  94k|  16k|  1 | 945 |4036 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3031.20/3041.88	c  1208s|  8400 |  7868 |841373 |  96.8 |  3072M |  66 |1272 |  95k|  94k|  16k|  1 | 950 |4069 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3035.29/3045.94	c  1212s|  8500 |  7944 |848173 |  96.5 |  3125M |  74 |1272 |  95k|  94k|  16k|  0 | 953 |4102 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3044.86/3055.52	c  1221s|  8600 |  8030 |857170 |  96.4 |  3127M |  74 |1272 |  95k|  94k|  16k|  1 | 953 |4145 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3048.84/3059.58	c  1225s|  8700 |  8106 |863958 |  96.1 |  3129M |  74 |1272 |  95k|  94k|  16k|  1 | 968 |4155 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3051.73/3062.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3051.73/3062.44	c  1228s|  8800 |  8176 |871735 |  95.9 |  3131M |  74 |1272 |  95k|  94k|  16k|  1 | 978 |4162 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3067.28/3078.01	c  1244s|  8900 |  8250 |880296 |  95.8 |  3134M |  75 |1272 |  95k|  94k|  16k|  1 | 987 |4162 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3081.03/3091.85	c  1258s|  9000 |  8334 |891009 |  95.9 |  3138M |  75 |1272 |  95k|  94k|  16k|  1 | 987 |4179 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3105.44/3116.31	c  1282s|  9100 |  8410 |900029 |  95.8 |  3158M |  75 |1272 |  95k|  94k|  17k|  1 | 991 |4179 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3110.92/3121.87	c  1288s|  9200 |  8492 |909044 |  95.8 |  3160M |  75 |1272 |  95k|  94k|  17k|  1 |1001 |4190 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3122.78/3133.74	c  1300s|  9300 |  8576 |919603 |  95.9 |  3180M |  75 |1272 |  95k|  94k|  17k|  1 |1001 |4205 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3140.92/3152.01	c  1318s|  9400 |  8656 |928887 |  95.8 |  3183M |  75 |1272 |  95k|  94k|  17k|  2 |1005 |4205 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3160.85/3171.91	c  1338s|  9500 |  8726 |938884 |  95.9 |  3189M |  75 |1272 |  95k|  94k|  18k|  6 |1005 |4205 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3163.73/3174.81	c  1341s|  9600 |  8798 |947216 |  95.8 |  3190M |  75 |1272 |  95k|  94k|  18k|  1 |1019 |4208 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3166.22/3177.30	c  1343s|  9700 |  8890 |954432 |  95.5 |  3193M |  75 |1272 |  95k|  94k|  18k|  1 |1019 |4208 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3168.52/3179.69	c  1346s|  9800 |  8970 |961731 |  95.3 |  3197M |  75 |1272 |  95k|  94k|  18k|  1 |1036 |4208 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3174.09/3185.21	c  1351s|  9900 |  9056 |969746 |  95.1 |  3198M |  75 |1272 |  95k|  94k|  18k|  1 |1036 |4208 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3184.06/3195.21	c  1361s| 10000 |  9132 |978720 |  95.1 |  3203M |  75 |1272 |  95k|  94k|  19k|  2 |1036 |4210 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3189.86/3201.03	c  1367s| 10100 |  9206 |985041 |  94.8 |  3204M |  75 |1272 |  95k|  94k|  19k|  1 |1041 |4210 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3204.00/3215.23	c  1381s| 10200 |  9284 |990457 |  94.4 |  3205M |  75 |1272 |  95k|  94k|  19k|  1 |1041 |4210 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3215.55/3226.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3215.55/3226.89	c  1393s| 10300 |  9364 |998434 |  94.2 |  3207M |  75 |1272 |  95k|  94k|  19k|  0 |1055 |4221 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3221.23/3232.59	c  1398s| 10400 |  9444 |  1006k|  94.1 |  3208M |  76 |1272 |  95k|  94k|  19k|  1 |1055 |4222 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3223.62/3234.99	c  1401s| 10500 |  9516 |  1014k|  93.9 |  3210M |  76 |1272 |  95k|  94k|  19k|  2 |1055 |4222 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3230.90/3242.29	c  1408s| 10600 |  9596 |  1023k|  93.9 |  3212M |  77 |1272 |  95k|  94k|  19k|  1 |1055 |4224 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3254.91/3266.35	c  1432s| 10700 |  9664 |  1031k|  93.8 |  3216M |  77 |1272 |  95k|  94k|  19k|  1 |1061 |4249 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3261.19/3272.61	c  1438s| 10800 |  9746 |  1040k|  93.7 |  3247M |  77 |1272 |  95k|  94k|  20k|  0 |1076 |4266 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3272.16/3283.63	c  1449s| 10900 |  9836 |  1049k|  93.7 |  3250M |  78 |1272 |  95k|  94k|  20k|  1 |1093 |4303 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3293.98/3305.58	c  1471s| 11000 |  9916 |  1056k|  93.5 |  3252M |  78 |1272 |  95k|  94k|  20k|  1 |1093 |4327 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3304.25/3315.81	c  1482s| 11100 |  9994 |  1064k|  93.4 |  3256M |  78 |1272 |  95k|  94k|  20k|  0 |1102 |4378 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
3304.84/3316.43	c o1482s| 11126 | 10018 |  1066k|  93.4 |objpscos|  78 |1272 |  95k|  94k|  20k|  1 |1102 |4378 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3321.19/3332.80	c  1499s| 11200 |  9196 |  1072k|  93.2 |  3256M |  78 |1272 |  95k|  94k|  20k|  1 |1114 |4387 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3329.47/3341.17	c  1507s| 11300 |  9260 |  1080k|  93.1 |  3256M |  78 |1272 |  95k|  94k|  20k|  1 |1126 |4409 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3337.83/3349.53	c  1515s| 11400 |  9324 |  1088k|  93.0 |  3312M |  78 |1272 |  95k|  94k|  20k|  1 |1137 |4432 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3347.49/3359.25	c  1525s| 11500 |  9392 |  1098k|  93.0 |  3313M |  78 |1272 |  95k|  94k|  20k|  1 |1141 |4482 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3356.16/3367.97	c  1534s| 11600 |  9454 |  1104k|  92.8 |  3313M |  79 |1272 |  95k|  94k|  21k|  1 |1159 |4502 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3368.72/3380.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3368.72/3380.58	c  1546s| 11700 |  9514 |  1112k|  92.7 |  3315M |  79 |1272 |  95k|  94k|  21k|  3 |1195 |4537 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3374.80/3386.68	c  1553s| 11800 |  9570 |  1119k|  92.5 |  3315M |  79 |1272 |  95k|  94k|  21k|  1 |1214 |4558 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3378.38/3390.20	c  1556s| 11900 |  9644 |  1128k|  92.5 |  3318M |  79 |1272 |  95k|  94k|  21k|  1 |1214 |4584 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3381.07/3392.97	c  1559s| 12000 |  9708 |  1135k|  92.3 |  3319M |  79 |1272 |  95k|  94k|  21k|  1 |1220 |4604 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3389.54/3401.44	c  1567s| 12100 |  9766 |  1143k|  92.2 |  3321M |  79 |1272 |  95k|  94k|  21k|  1 |1220 |4642 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3405.98/3417.91	c  1584s| 12200 |  9832 |  1151k|  92.1 |  3322M |  79 |1272 |  95k|  94k|  21k|  2 |1235 |4660 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3413.07/3425.10	c  1591s| 12300 |  9898 |  1159k|  92.0 |  3323M |  79 |1272 |  95k|  94k|  21k|  1 |1235 |4691 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3423.22/3435.28	c  1601s| 12400 |  9970 |  1167k|  91.9 |  3324M |  79 |1272 |  95k|  94k|  21k|  0 |1235 |4756 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3430.59/3442.62	c  1608s| 12500 | 10032 |  1175k|  91.8 |  3328M |  79 |1272 |  95k|  94k|  21k|  1 |1235 |4760 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3443.96/3456.07	c  1622s| 12600 | 10088 |  1181k|  91.5 |  3329M |  79 |1272 |  95k|  94k|  21k|  1 |1245 |4764 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3459.80/3471.92	c  1638s| 12700 | 10144 |  1189k|  91.4 |  3339M |  79 |1272 |  95k|  94k|  21k|  1 |1247 |4764 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3466.47/3478.64	c  1644s| 12800 | 10214 |  1197k|  91.4 |  3340M |  79 |1272 |  95k|  94k|  21k|  1 |1247 |4789 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3485.51/3497.71	c  1664s| 12900 | 10268 |  1204k|  91.2 |  3342M |  79 |1272 |  95k|  94k|  22k|  1 |1257 |4809 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3492.18/3504.42	c  1670s| 13000 | 10324 |  1210k|  90.9 |  3344M |  79 |1272 |  95k|  94k|  22k|  1 |1267 |4842 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3507.84/3520.13	c  1686s| 13100 | 10380 |  1216k|  90.7 |  3345M |  79 |1272 |  95k|  94k|  22k|  1 |1281 |4850 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3516.10/3528.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3516.10/3528.40	c  1694s| 13200 | 10430 |  1222k|  90.5 |  3346M |  79 |1272 |  95k|  94k|  22k|  0 |1287 |4861 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3522.58/3534.94	c  1701s| 13300 | 10494 |  1230k|  90.4 |  3347M |  79 |1272 |  95k|  94k|  22k|  1 |1287 |4897 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3534.14/3546.54	c  1712s| 13400 | 10548 |  1237k|  90.2 |  3352M |  79 |1272 |  95k|  94k|  22k|  1 |1296 |4919 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3543.11/3555.53	c  1721s| 13500 | 10614 |  1243k|  90.0 |  3354M |  79 |1272 |  95k|  94k|  22k|  1 |1296 |4938 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3549.29/3561.74	c  1728s| 13600 | 10676 |  1249k|  89.8 |  3357M |  79 |1272 |  95k|  94k|  22k|  1 |1316 |4957 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3554.07/3566.56	c  1732s| 13700 | 10738 |  1255k|  89.6 |  3361M |  79 |1272 |  95k|  94k|  22k|  1 |1329 |4969 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3558.85/3571.34	c  1737s| 13800 | 10816 |  1262k|  89.4 |  3460M |  79 |1272 |  95k|  94k|  22k|  1 |1337 |5000 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3561.34/3573.87	c  1740s| 13900 | 10874 |  1268k|  89.2 |  3461M |  79 |1272 |  95k|  94k|  22k|  1 |1345 |5017 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3569.12/3581.68	c  1748s| 14000 | 10928 |  1274k|  89.0 |  3462M |  79 |1272 |  95k|  94k|  22k|  2 |1370 |5048 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3583.37/3595.99	c  1762s| 14100 | 10990 |  1281k|  88.9 |  3466M |  79 |1272 |  95k|  94k|  22k|  0 |1374 |5059 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3586.36/3598.99	c  1765s| 14200 | 11076 |  1290k|  88.9 |  3470M |  79 |1272 |  95k|  94k|  22k|  1 |1384 |5061 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3589.64/3602.24	c  1768s| 14300 | 11160 |  1299k|  88.9 |  3472M |  79 |1272 |  95k|  94k|  22k|  1 |1401 |5086 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3599.91/3612.59	c  1778s| 14400 | 11232 |  1308k|  88.9 |  3474M |  79 |1272 |  95k|  94k|  22k|  0 |1404 |5098 | 5.300000e+01 | 4.600000e+01 |  15.22%| unknown
3600.01/3612.60	
3600.01/3612.60	*** TERMINATED *** by signal
3600.01/3612.60	c
3600.01/3612.60	s SATISFIABLE
3600.01/3612.60	v -x1272 -x1271 -x1270 -x1269 -x1268 -x1267 -x1266 -x1265 -x1264 -x1263 -x1262 -x1261 -x1260 -x1259 -x1258 -x1257 x1256 -x1255 -x1254 -x1253 -x1252 -x1251 -x1250 -x1249 -x1248 -x1247 -x1246 -x1245 -x1244 -x1243 -x1242 -x1241 -x1240 x1239 -x1238 -x1237 -x1236 -x1235 -x1234 -x1233 -x1232 -x1231 -x1230 -x1229 -x1228 -x1227 -x1226 -x1225 -x1224 -x1223 -x1222 -x1221 -x1220 -x1219 -x1218 -x1217 -x1216 -x1215 -x1214 -x1213 -x1212 -x1211 -x1210 -x1209 x1208 -x1207 -x1206 -x1205 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 -x1198 -x1197 -x1196 -x1195 -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 -x1179 -x1178 -x1177 -x1176 -x1175 -x1174 -x1173 -x1172 -x1171 -x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 -x1163 -x1162 -x1161 -x1160 -x1159 -x1158 x1157 -x1156 -x1155 -x1154 -x1153 -x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 -x1144 -x1143 -x1142 -x1141 -x1140 x1139 -x1138 -x1137 -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 x1126 -x1125 -x1124 -x1123 -x1122 -x1121 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 -x1107 -x1106 -x1105 -x1104 -x1103 -x1102 -x1101 -x1100 -x1099 -x1098 -x1097 x1096 -x1095 -x1094 -x1093 -x1092 -x1091 -x1090 -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 -x1081 -x1080 -x1079 x1078 -x1077 -x1076 -x1075 -x1074 -x1073 -x1072 -x1071 -x1070 -x1069 -x1068 -x1067 -x1066 -x1065 -x1064 -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 x1042 -x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 -x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 -x1023 -x1022 -x1021 x1020 -x1019 -x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 x725 -x724 -x723 -x722 -x721 -x720 x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1
3600.01/3612.60	c Model check passed
3600.01/3612.60	c Model check has passed with goal value: -49
3600.01/3612.60	c _____________________________________________________________________________
3600.01/3612.60	c std/band forms        : 9,0
3600.01/3612.60	c 2cl/3cl ITE-codings   : 0,0
3600.01/3612.60	c BDD/srt/adr Max costs : 0,70300,0
3600.01/3612.60	c BDDraw/bin/mul/srt/adr: 0,0,0,9,0
3600.01/3612.60	c BDD nodes             : 0
3600.01/3612.60	c Es1/CC detections     : 0,0
3600.01/3612.60	c CC sort               : 9
3600.01/3612.60	c SAT/UNSAT calls       : 4,3
3600.01/3612.60	c regenrated variables  : 295
3600.01/3612.60	c eliminated fixed lits : 0
3600.01/3612.60	c goal lit flips        : 0
3600.01/3612.60	c goal stages           : 0
3600.01/3612.60	c goal shrink           : 0
3600.01/3612.60	c goal coeff separations: 0
3600.01/3612.60	c restarts              : 221608
3600.01/3612.60	c conflicts             : 8728704        (2425 /sec)
3600.01/3612.60	c decisions             : 13806408       (3835 /sec)
3600.01/3612.60	c propagations          : 2888302317     (802301 /sec)
3600.01/3612.60	c inspects              : 0              (0 /sec)
3600.01/3612.60	c CPU time (solving tm) : 3600 s        (474.6 s, SAT 9.393 s, UNSAT 5.396 s)
3600.01/3612.60	c SAT solver time       : 474.6 s
3600.01/3612.60	c SAT solver SAT time   : 9.393 s
3600.01/3612.60	c SAT solver UNSAT time : 5.396 s
3600.01/3612.60	c SAT solver TO time    : 459.8 s
3600.01/3612.60	c Time for SCIP         : 1347 s
3600.01/3612.60	c Coop SCIP LB improvements           : 0
3600.01/3612.60	c Coop SCIP UB improvements           : 2
3600.01/3612.60	c SCIP globally fixed variables       : 0
3600.01/3612.60	c SAT  globally fixed variables       : 0
3600.01/3612.60	c SCIP freeTransform calls            : 16
3600.01/3612.60	c Time for Opt-base     : 0.001611 s
3600.01/3612.60	c Steps for Opt-base    : 0
3600.01/3612.60	c Time for BDD coding   : 0 s
3600.01/3612.60	c Time for srt coding   : 0.02286 s
3600.01/3612.60	c Inner solver invocations            : 0
3600.01/3612.60	c Inner solving count                 : 0
3600.01/3612.60	c _____________________________________________________________________________

Verifier Data

OK	-49

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

running on 4 cores: 24-27

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

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

CPU governors:
  performance: 24-27

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (109504 MiB free)
  node 1: cores 8-15, 129019 MiB (113453 MiB free)
  node 2: cores 16-23, 129019 MiB (109894 MiB free)
  node 3: cores 24-31, 129003 MiB (112016 MiB free)
  node 4: cores 32-39, 129019 MiB (114907 MiB free)
  node 5: cores 40-47, 129019 MiB (110064 MiB free)
  node 6: cores 48-55, 128973 MiB (114198 MiB free)
  node 7: cores 56-63, 128474 MiB (104751 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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2338269, runsolver pid=2338241

[startup+0.100057 s]*
/proc/loadavg: 4.21 5.78 7.25 5/869 2338300
/proc/meminfo: memFree=910134728/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=4192 memory=3192 CPUtime=0 cores=24-27
/proc/2338269/stat : 2338269 (naps.sh) S 2338241 2338269 2335179 0 -1 4194304 197 0 0 0 0 0 0 0 20 0 1 0 146274451 4292608 640 18446744073709551615 94129050079232 94129050973765 140723743824800 0 0 0 2 4 65536 1 0 0 17 27 0 0 0 0 0 94129051212816 94129051260560 94129053577216 140723743828254 140723743828358 140723743828358 140723743834094 0
/proc/2338269/statm: 1048 798 721 219 0 110 0
[pid=2338295] ppid=2338269 vsize=4192 memory=1608 CPUtime=0 cores=24-27
/proc/2338295/stat : 2338295 (naps.sh) S 2338269 2338269 2335179 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 1 0 146274460 4292608 256 18446744073709551615 94129050079232 94129050973765 140723743824800 0 0 0 2 0 65538 1 0 0 17 24 0 0 0 0 0 94129051212816 94129051260560 94129053577216 140723743828254 140723743828358 140723743828358 140723743834094 0
/proc/2338295/statm: 1048 402 325 219 0 110 0
[pid=2338296] ppid=2338295 vsize=424 memory=260 CPUtime=0 cores=24-27
/proc/2338296/stat : 2338296 (dirname) D 2338295 2338269 2335179 0 -1 4456448 74 0 0 0 0 0 0 0 20 0 1 0 146274460 434176 0 18446744073709551615 94531413581824 94531413593025 140724942487920 0 0 0 0 0 0 1 0 0 17 26 0 0 0 0 0 94531413601200 94531413602312 94531435220992 140724942489994 140724942490012 140724942490012 140724942495719 0
/proc/2338296/statm: 106 65 55 3 0 42 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8808 KiB
Current children cumulated memory: 5060 KiB

[startup+0.212576 s]*
/proc/loadavg: 4.21 5.78 7.25 11/867 2338314
/proc/meminfo: memFree=910139196/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=84596 memory=13224 CPUtime=0.01 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 1054 208 0 0 0 1 0 0 20 0 1 0 146274451 86626304 3072 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 21149 3306 2718 506 0 1840 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 84596 KiB
Current children cumulated memory: 13224 KiB

[startup+0.312019 s]*
/proc/loadavg: 4.21 5.78 7.25 17/877 2338330
/proc/meminfo: memFree=910071332/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=110504 memory=39068 CPUtime=0.11 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 7514 208 0 0 10 1 0 0 20 0 1 0 146274451 113156096 9472 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 27626 9766 2718 506 0 8317 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 110504 KiB
Current children cumulated memory: 39068 KiB

[startup+0.700202 s]
/proc/loadavg: 4.21 5.78 7.25 15/871 2338336
/proc/meminfo: memFree=909383996/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=324492 memory=259564 CPUtime=0.48 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 59784 208 0 0 44 4 0 0 20 0 1 0 146274451 332279808 64535 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 81123 64891 5592 506 0 61814 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 324492 KiB
Current children cumulated memory: 259564 KiB

[startup+1.50022 s]
/proc/loadavg: 4.21 5.78 7.25 16/867 2338346
/proc/meminfo: memFree=908258972/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=540816 memory=437820 CPUtime=1.28 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 85305 208 0 0 122 6 0 0 20 0 1 0 146274451 553795584 109191 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 135204 109455 5799 506 0 115895 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 540816 KiB
Current children cumulated memory: 437820 KiB

[startup+3.11316 s]
/proc/loadavg: 4.21 5.78 7.25 14/859 2338362
/proc/meminfo: memFree=906685824/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=644996 memory=539672 CPUtime=2.89 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 114378 208 0 0 281 8 0 0 20 0 1 0 146274451 660475904 134561 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 161249 134918 6073 506 0 141940 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 644996 KiB
Current children cumulated memory: 539672 KiB

[startup+6.30012 s]
/proc/loadavg: 5.15 5.95 7.30 14/859 2338362
/proc/meminfo: memFree=906450724/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=706092 memory=579532 CPUtime=6.07 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 122284 208 0 0 598 9 0 0 20 0 1 0 146274451 723038208 144471 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 176523 144883 6105 506 0 157214 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 706092 KiB
Current children cumulated memory: 579532 KiB

[startup+12.7001 s]
/proc/loadavg: 6.02 6.12 7.34 14/859 2338362
/proc/meminfo: memFree=905152328/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=740184 memory=579976 CPUtime=12.44 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 122615 208 0 0 1230 14 0 0 20 0 1 0 146274451 757948416 144687 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 185046 144994 6201 506 0 165737 0
Current children cumulated CPU time: 12.44 s
Current children cumulated vsize: 740184 KiB
Current children cumulated memory: 579976 KiB

[startup+25.5002 s]
/proc/loadavg: 8.30 6.62 7.49 18/875 2338530
/proc/meminfo: memFree=904225008/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=805200 memory=635364 CPUtime=25.2 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 130345 208 0 0 2432 88 0 0 20 0 1 0 146274451 824524800 158484 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 201300 158841 6233 506 0 181991 0
Current children cumulated CPU time: 25.2 s
Current children cumulated vsize: 805200 KiB
Current children cumulated memory: 635364 KiB

[startup+51.1131 s]
/proc/loadavg: 10.93 7.38 7.72 18/875 2338530
/proc/meminfo: memFree=896597340/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=831732 memory=639928 CPUtime=50.74 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 131486 208 0 0 4920 154 0 0 20 0 1 0 146274451 851693568 159636 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 207933 159982 6233 506 0 188624 0
Current children cumulated CPU time: 50.74 s
Current children cumulated vsize: 831732 KiB
Current children cumulated memory: 639928 KiB

[startup+102.3 s]
/proc/loadavg: 13.80 8.71 8.15 18/875 2338581
/proc/meminfo: memFree=864523216/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=1057572 memory=653768 CPUtime=101.77 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 133947 208 0 0 9961 216 0 0 20 0 1 0 146274451 1082953728 163140 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 264393 163442 6233 506 0 245084 0
Current children cumulated CPU time: 101.77 s
Current children cumulated vsize: 1057572 KiB
Current children cumulated memory: 653768 KiB

[startup+162.3 s]
/proc/loadavg: 15.19 10.04 8.65 18/875 2338582
/proc/meminfo: memFree=855090164/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=1195200 memory=712624 CPUtime=161.58 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 207817 208 0 0 15820 338 0 0 20 0 1 0 146274451 1223884800 177883 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 298800 178156 6264 506 0 279491 0
Current children cumulated CPU time: 161.58 s
Current children cumulated vsize: 1195200 KiB
Current children cumulated memory: 712624 KiB

[startup+222.3 s]
/proc/loadavg: 15.71 11.13 9.11 18/875 2338586
/proc/meminfo: memFree=857235452/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=1436312 memory=806552 CPUtime=221.38 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 230333 208 0 0 21722 416 0 0 20 0 1 0 146274451 1470783488 201398 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 359078 201638 6280 506 0 339769 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 1436312 KiB
Current children cumulated memory: 806552 KiB

[startup+282.3 s]
/proc/loadavg: 15.89 12.02 9.54 18/873 2338587
/proc/meminfo: memFree=850380888/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=1472872 memory=842776 CPUtime=281.15 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 264694 208 0 0 27698 417 0 0 20 0 1 0 146274451 1508220928 210403 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 368218 210694 6280 506 0 348909 0

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

Current children cumulated memory: 1743028 KiB

[startup+2862.3 s]
/proc/loadavg: 16.01 16.01 15.67 17/872 2338921
/proc/meminfo: memFree=846614048/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3149188 memory=1812344 CPUtime=2852.33 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 838047 208 0 0 283620 1613 0 0 20 0 1 0 146274451 3224768512 452776 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 787297 453086 6453 506 0 767988 0
Current children cumulated CPU time: 2852.33 s
Current children cumulated vsize: 3149188 KiB
Current children cumulated memory: 1812344 KiB

[startup+2922.3 s]
/proc/loadavg: 16.07 16.02 15.70 17/872 2338922
/proc/meminfo: memFree=845577872/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3250868 memory=1877628 CPUtime=2912.12 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 840060 208 0 0 289599 1613 0 0 20 0 1 0 146274451 3328888832 469126 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 812717 469407 6453 506 0 793408 0
Current children cumulated CPU time: 2912.12 s
Current children cumulated vsize: 3250868 KiB
Current children cumulated memory: 1877628 KiB

[startup+2982.3 s]
/proc/loadavg: 16.02 16.01 15.72 17/872 2338924
/proc/meminfo: memFree=846322300/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3250868 memory=1878668 CPUtime=2971.92 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 840320 208 0 0 295578 1614 0 0 20 0 1 0 146274451 3328888832 469382 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 812717 469667 6453 506 0 793408 0
Current children cumulated CPU time: 2971.92 s
Current children cumulated vsize: 3250868 KiB
Current children cumulated memory: 1878668 KiB

[startup+3042.3 s]
/proc/loadavg: 16.01 16.01 15.74 17/872 2338925
/proc/meminfo: memFree=846370460/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3287588 memory=1933360 CPUtime=3031.69 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 843773 208 0 0 301555 1614 0 0 20 0 1 0 146274451 3366490112 483091 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 821897 483340 6453 506 0 802588 0
Current children cumulated CPU time: 3031.69 s
Current children cumulated vsize: 3287588 KiB
Current children cumulated memory: 1933360 KiB

[startup+3102.3 s]
/proc/loadavg: 16.00 16.00 15.76 17/871 2338926
/proc/meminfo: memFree=845660920/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3358824 memory=1957340 CPUtime=3091.49 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 871527 208 0 0 307532 1617 0 0 20 0 1 0 146274451 3439435776 488972 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 839706 489335 6453 506 0 820397 0
Current children cumulated CPU time: 3091.49 s
Current children cumulated vsize: 3358824 KiB
Current children cumulated memory: 1957340 KiB

[startup+3162.3 s]
/proc/loadavg: 16.00 16.00 15.78 17/870 2338927
/proc/meminfo: memFree=846115972/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3397616 memory=1970976 CPUtime=3151.28 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 874425 208 0 0 313510 1618 0 0 20 0 1 0 146274451 3479158784 492402 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 849404 492744 6453 506 0 830095 0
Current children cumulated CPU time: 3151.28 s
Current children cumulated vsize: 3397616 KiB
Current children cumulated memory: 1970976 KiB

[startup+3222.3 s]
/proc/loadavg: 16.60 16.17 15.85 17/870 2338928
/proc/meminfo: memFree=846193008/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3474596 memory=2084288 CPUtime=3211.07 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 901841 208 0 0 319487 1620 0 0 20 0 1 0 146274451 3557986304 520717 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 868649 521072 6453 506 0 849340 0
Current children cumulated CPU time: 3211.07 s
Current children cumulated vsize: 3474596 KiB
Current children cumulated memory: 2084288 KiB

[startup+3282.3 s]
/proc/loadavg: 16.30 16.17 15.87 17/870 2338929
/proc/meminfo: memFree=846157144/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3500580 memory=2107368 CPUtime=3270.86 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 903574 208 0 0 325465 1621 0 0 20 0 1 0 146274451 3584593920 526526 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 875145 526842 6453 506 0 855836 0
Current children cumulated CPU time: 3270.86 s
Current children cumulated vsize: 3500580 KiB
Current children cumulated memory: 2107368 KiB

[startup+3342.3 s]
/proc/loadavg: 16.11 16.13 15.89 17/870 2338932
/proc/meminfo: memFree=845991080/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3520976 memory=2098932 CPUtime=3330.65 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 932531 208 0 0 331442 1623 0 0 20 0 1 0 146274451 3605479424 524544 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 880244 524733 6453 506 0 860935 0
Current children cumulated CPU time: 3330.65 s
Current children cumulated vsize: 3520976 KiB
Current children cumulated memory: 2098932 KiB

[startup+3402.3 s]
/proc/loadavg: 16.04 16.11 15.90 17/870 2338944
/proc/meminfo: memFree=846002904/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3560372 memory=2138912 CPUtime=3390.44 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 956772 208 0 0 337420 1624 0 0 20 0 1 0 146274451 3645820928 534375 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 890093 534728 6453 506 0 870784 0
Current children cumulated CPU time: 3390.44 s
Current children cumulated vsize: 3560372 KiB
Current children cumulated memory: 2138912 KiB

[startup+3462.3 s]
/proc/loadavg: 16.05 16.10 15.91 17/872 2338951
/proc/meminfo: memFree=845867100/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3573296 memory=2173100 CPUtime=3450.23 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 974126 208 0 0 343398 1625 0 0 20 0 1 0 146274451 3659055104 543014 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 893324 543275 6453 506 0 874015 0
Current children cumulated CPU time: 3450.23 s
Current children cumulated vsize: 3573296 KiB
Current children cumulated memory: 2173100 KiB

[startup+3522.3 s]
/proc/loadavg: 15.93 16.06 15.91 16/866 2338986
/proc/meminfo: memFree=847528432/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3573296 memory=2173760 CPUtime=3510.02 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 974293 208 0 0 349377 1625 0 0 20 0 1 0 146274451 3659055104 543142 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 893324 543440 6453 506 0 874015 0
Current children cumulated CPU time: 3510.02 s
Current children cumulated vsize: 3573296 KiB
Current children cumulated memory: 2173760 KiB

[startup+3582.3 s]
/proc/loadavg: 15.34 15.87 15.85 16/866 2338987
/proc/meminfo: memFree=847466712/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3670608 memory=2221800 CPUtime=3569.81 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 975062 208 0 0 355356 1625 0 0 20 0 1 0 146274451 3758702592 555175 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 917652 555450 6453 506 0 898343 0
Current children cumulated CPU time: 3569.81 s
Current children cumulated vsize: 3670608 KiB
Current children cumulated memory: 2221800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.6 s]
/proc/loadavg: 15.21 15.78 15.82 13/856 2339011
/proc/meminfo: memFree=853915476/1055320712 swapFree=33554428/33554428
[pid=2338269] ppid=2338241 vsize=3680548 memory=2229576 CPUtime=3600.01 cores=24-27
/proc/2338269/stat : 2338269 (naps_release) R 2338241 2338269 2335179 0 -1 4194304 1000779 208 0 0 358373 1628 0 0 20 0 1 0 146274451 3768881152 557068 18446744073709551615 4210688 6281017 140734984883872 0 0 0 0 0 16898 0 0 0 17 24 0 0 0 0 0 6662968 6676388 15015936 140734984890587 140734984890768 140734984890768 140734984896456 0
/proc/2338269/statm: 920137 557394 6453 506 0 900828 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3680548 KiB
Current children cumulated memory: 2229576 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.74 s, system=16.3233 s

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

Child status: 10

Real time (s): 3612.64
CPU time (s): 3600.07
CPU user time (s): 3583.74
CPU system time (s): 16.3233
CPU usage (%): 99.6519
Max. virtual memory (cumulated for all children) (KiB): 3741656
Max. memory (cumulated for all children) (KiB): 2293052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.74
system time used= 16.3233
maximum resident set size= 2316956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1000987
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= 722
involuntary context switches= 3600


# summary of solver processes directly reported to runsolver:
#   pid: 2338269
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3583.74
#   total CPU system time (s): 16.3233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0326 second user time and 36.9041 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-06-22 14:04:25
IDJOB=4778982
IDBENCH=146671
IDSOLVER=3589
FILE ID=nodeE003/4778982-1782129864
RUNJOBID= nodeE003-1782129864-2338065
SLURM_JOB_ID= 12510902
Free space on /tmp= 800732 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-3.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4778982-1782129864/watcher-4778982-1782129864 -o /tmp/evaluation-result-4778982-1782129864/solver-4778982-1782129864 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4778982-1782129864/vars-4778982-1782129864 --bin-var /tmp/runsolver-exch-nodeE003-1782129864-2338065 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4778982-1782129864.opb

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

MD5SUM BENCH= 4c4220841569fe2ff0ce6d0e8718e711
RANDOM SEED=230036738

nodeE003 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		: 3556.249
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.91
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		: 3550.394
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.91
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		: 3559.418
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.91
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		: 3557.034
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.91
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		: 2493.659
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.91
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.91
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		: 3581.458
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.91
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.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
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		: 3584.751
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.91
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:       1055320712 kB
MemFree:        910176308 kB
MemAvailable:   1042739764 kB
Buffers:            3352 kB
Cached:         136916284 kB
SwapCached:            0 kB
Active:          1772616 kB
Inactive:       135353948 kB
Active(anon):    1131588 kB
Inactive(anon):        0 kB
Active(file):     641028 kB
Inactive(file): 135353948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            163936 kB
Writeback:             0 kB
AnonPages:        211472 kB
Mapped:           205932 kB
Shmem:            924096 kB
KReclaimable:    1422216 kB
Slab:            1985208 kB
SReclaimable:    1422216 kB
SUnreclaim:       562992 kB
KernelStack:       14368 kB
PageTables:         5736 kB
SecPageTables:     15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:    1557888 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478016 kB
VmallocChunk:          0 kB
Percpu:           124928 kB
HardwareCorrupted:     8 kB
AnonHugePages:     22528 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:      516548 kB
DirectMap2M:    22874112 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 800552 MiB
End job on nodeE003 at 2026-06-22 15:04:38