Trace number 4778990

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)-48 3600.05 3613.15

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
MD5SUM00181b0f5fd3f3659b324ae875792684
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-53
Best CPU time to get the best result obtained on this benchmark54316.2
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 constraints94308
Number of constraints which are clauses94308
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.06	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4778990-1782129864.opb
0.00/0.12	c NaPS 1.03a50.
0.00/0.12	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.12	c Input file name: HOME/instance-4778990-1782129864.opb
0.00/0.12	c Parsing PB file...
0.00/0.12	c goal was devided by 1 with offset 0.
0.20/0.35	c assumptions before coding: 
0.20/0.38	c initScipForCoop
0.30/0.43	c Running SCIP presolver (time limit: 10 sec)...
0.30/0.43	c solveScip
0.30/0.43	c initScipForCoop
0.30/0.43	c Cooperative mode: scip_coop_offset=0.000000
0.30/0.43	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.30/0.43	c Running SCIP presolve for solve-time propagation (rounds=3)
0.30/0.47	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.30/0.47	c presolving:
0.40/0.59	c    (0.2s) running MILP presolver
0.49/0.64	c    (0.2s) MILP presolver found nothing
0.57/0.72	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
0.77/0.91	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.77/0.91	c    (0.5s) probing aborted: 50/50 successive totally useless probings
1.07/1.28	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1.07/1.28	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.07/1.28	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.07/1.28	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
1.07/1.28	c   94308 constraints of type <setppc>
1.07/1.28	c transformed objective value is always integral (scale: 1)
1.07/1.28	c Presolving Time: 0.82
1.17/1.35	c 1/1 feasible solution given by solution candidate storage, new primal bound 0.000000e+00
1.17/1.35	c 
1.17/1.36	c presolving:
1.27/1.49	c    (0.2s) running MILP presolver
1.36/1.55	c    (0.2s) MILP presolver found nothing
1.46/1.62	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
1.67/1.83	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.67/1.83	c    (0.5s) probing aborted: 50/50 successive totally useless probings
2.07/2.20	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.07/2.22	c    (0.9s) no symmetry present (symcode time: 0.00)
2.07/2.23	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
2.07/2.23	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.07/2.23	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2.07/2.23	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
2.07/2.23	c   94308 constraints of type <setppc>
2.07/2.23	c transformed objective value is always integral (scale: 1)
2.07/2.23	c Presolving Time: 0.87
2.07/2.23	c transformed 1/1 original solutions to the transformed problem space
2.07/2.23	c 
2.16/2.32	c in SCIP_DECL_EVENTEXEC found by SCIP
2.16/2.32	o -33
2.16/2.33	c Model check passed
2.16/2.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.16/2.33	c p 1.0s|     1 |     0 |     0 |     - |  clique|   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 1.272000e+03 | 3.300000e+01 |3754.55%| unknown
2.16/2.36	c in SCIP_DECL_EVENTEXEC found by SCIP
2.16/2.36	o -34
2.16/2.37	c Model check passed
2.16/2.37	c p 1.1s|     1 |     0 |     0 |     - |   locks|   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 1.272000e+03 | 3.400000e+01 |3641.18%| unknown
2.37/2.54	c in SCIP_DECL_EVENTEXEC found by SCIP
2.37/2.54	o -39
2.37/2.55	c Model check passed
2.37/2.55	c p 1.2s|     1 |     0 |   415 |     - | vbounds|   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 1.272000e+03 | 3.900000e+01 |3161.54%| unknown
2.77/2.95	c   1.6s|     1 |     0 |  1687 |     - |   435M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 3.900000e+01 |1530.77%| unknown
3.56/3.74	c   2.4s|     1 |     0 |  1975 |     - |   460M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 3.900000e+01 |1433.33%| unknown
5.35/5.57	c   4.3s|     1 |     0 |  2243 |     - |   469M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 3.900000e+01 |1360.26%| unknown
7.85/8.10	c   6.8s|     1 |     0 |  2636 |     - |   482M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 3.900000e+01 |1250.00%| unknown
9.14/9.31	c   8.0s|     1 |     0 |  3615 |     - |   491M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 3.900000e+01 |1170.51%| unknown
10.03/10.23	c   8.9s|     1 |     0 |  4682 |     - |   500M |   0 |1272 |  94k|  94k| 169 |  5 |   0 |   0 | 4.585000e+02 | 3.900000e+01 |1075.64%| unknown
11.13/11.32	c  10.0s|     1 |     0 |  5637 |     - |   511M |   0 |1272 |  94k|  94k| 209 |  6 |   0 |   0 | 4.585000e+02 | 3.900000e+01 |1075.64%| unknown
11.13/11.32	c (node 1) LP solver hit time limit in LP 8 -- using pseudo solution instead
11.13/11.32	c 
11.13/11.32	c SCIP Status        : solving was interrupted [time limit reached]
11.13/11.32	c Solving Time (sec) : 10.00
11.13/11.32	c Solving Nodes      : 1
11.13/11.32	c Primal Bound       : +3.90000000000000e+01 (11 solutions)
11.13/11.32	c Dual Bound         : +4.58500000000000e+02
11.13/11.32	c Gap                : 1075.64 %
11.13/11.33	c SCIP status: 23 (TIMELIMIT)
11.13/11.33	c solveScip: freeing transform (!can_skip_free_transform)
11.13/11.39	c SCIP presolver: sst_sat
11.13/11.39	c Converting 94308 PB-constraints to clauses...
11.13/11.39	c   -- Clauses(.)/Splits(s): 
11.23/11.41	c pb_solver_status: sst_sat
11.23/11.41	c total stages of optimization mode: 1
11.23/11.41	c Use UB found in presolve
11.23/11.41	c Use LB found in presolve
11.23/11.41	c minimizationMode: cmm_Binary
11.23/11.41	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
11.23/11.41	c Try to find a solution more than 179
11.23/11.42	c 
11.23/11.44	c assumptions: 
11.23/11.44	c invoking solver with time budget: 5.000000
15.22/15.46	c sat_solver_result: sst_unsat
15.22/15.46	c Better solution not found.  Optimum bounded [39,179]
15.22/15.46	c Try to find a solution more than 39
15.22/15.46	c 
15.22/15.47	c assumptions: 
15.22/15.47	c invoking solver with time budget: 0.991907
15.61/15.86	c Model check passed
15.61/15.86	c sat_solver_result: sst_sat
15.61/15.86	c pb_solver_status: sst_sat
15.61/15.86	c in maximizeGoal found by SAT
15.61/15.86	o -42
15.61/15.86	c addUnit: @goal_constraint1
15.61/15.86	c Found a solution: 42.  Optimum bounded: [42,179].
15.61/15.86	c Try to find a solution more than 87
15.61/15.86	c 
15.61/15.86	c assumptions: 
15.61/15.86	c invoking solver with time budget: 0.599278
16.01/16.25	c sat_solver_result: sst_unsat
16.01/16.25	c Better solution not found.  Optimum bounded [42,87]
16.01/16.25	c Try to find a solution more than 42
16.01/16.25	c 
16.01/16.25	c assumptions: 
16.01/16.25	c invoking solver with time budget: 0.215569
16.21/16.48	c sat_solver_result: sst_unknown
16.21/16.48	c SAT solver timed out; proceeding to cooperative SCIP call
16.21/16.48	c Calling solveScip for cooperative mode with LB_goalvalue:       42, UB_goalvalue: 87
16.21/16.48	c scip solving with time budget: 7.000000
16.21/16.48	c solveScip
16.21/16.48	c initScipForCoop
16.21/16.48	c Coop Mode: Using SCIP obj units for LB/UB: 42, +oo
16.31/16.53	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.200000e+01
16.31/16.53	c 
16.31/16.54	c presolving:
16.41/16.66	c    (0.2s) running MILP presolver
16.51/16.72	c    (0.2s) MILP presolver found nothing
16.51/16.79	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
16.71/16.99	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
16.71/16.99	c    (0.5s) probing aborted: 50/50 successive totally useless probings
17.11/17.36	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
17.11/17.38	c    (0.9s) no symmetry present (symcode time: 0.00)
17.11/17.39	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
17.11/17.39	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
17.11/17.39	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
17.11/17.39	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
17.11/17.39	c   94308 constraints of type <setppc>
17.11/17.39	c transformed objective value is always integral (scale: 1)
17.11/17.39	c Presolving Time: 0.85
17.21/17.41	c transformed 11/11 original solutions to the transformed problem space
17.21/17.41	c 
17.82/18.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.82/18.07	c   1.6s|     1 |     0 |  1687 |     - |   508M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.200000e+01*|1414.29%| unknown
18.60/18.86	c   2.4s|     1 |     0 |  1975 |     - |   510M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 4.200000e+01*|1323.81%| unknown
20.49/20.70	c   4.2s|     1 |     0 |  2243 |     - |   511M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 4.200000e+01*|1255.95%| unknown
22.90/23.12	c   6.6s|     1 |     0 |  2636 |     - |   512M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 4.200000e+01*|1153.57%| unknown
23.18/23.48	c   7.0s|     1 |     0 |  2636 |     - |   512M |   0 |1272 |  94k|  94k| 105 |  4 |   0 |   0 | 5.265000e+02 | 4.200000e+01*|1153.57%| unknown
23.18/23.48	c (node 1) LP solver hit time limit in LP 5 -- using pseudo solution instead
23.18/23.48	c 
23.18/23.48	c SCIP Status        : solving was interrupted [time limit reached]
23.18/23.48	c Solving Time (sec) : 7.00
23.18/23.48	c Solving Nodes      : 1
23.18/23.48	c Primal Bound       : +4.20000000000000e+01 (11 solutions, 0 respecting the objective limit)
23.18/23.48	c Dual Bound         : +5.26500000000000e+02
23.18/23.48	c Gap                : 1153.57 %
23.18/23.48	c SCIP status: 23 (TIMELIMIT)
23.18/23.48	c pb_solver_status: sst_sat
23.18/23.48	c LB_goalvalue: 42
23.18/23.48	c UB_goalvalue: 87
23.18/23.48	c # improved by sat (lb/ub): 3, # improved by scip (lb): 0
23.18/23.48	c SCIP returned: sst_sat
23.18/23.48	c SCIP primal LB: 42, dual UB: 527
23.18/23.48	c Try to find a solution more than 57
23.18/23.48	c 
23.18/23.48	c assumptions: 
23.18/23.48	c invoking solver with time budget: 7.000000
24.79/25.09	c sat_solver_result: sst_unsat
24.79/25.09	c Better solution not found.  Optimum bounded [42,57]
24.79/25.09	c Try to find a solution more than 42
24.79/25.09	c 
24.79/25.09	c assumptions: 
24.79/25.09	c invoking solver with time budget: 5.400319
24.89/25.17	c Model check passed
24.89/25.17	c sat_solver_result: sst_sat
24.89/25.17	c pb_solver_status: sst_sat
24.89/25.17	c in maximizeGoal found by SAT
24.89/25.17	o -43
24.89/25.17	c addUnit: @goal_constraint5
24.89/25.17	c Found a solution: 43.  Optimum bounded: [43,57].
24.89/25.17	c Try to find a solution more than 47
24.89/25.17	c 
24.89/25.17	c assumptions: 
24.89/25.17	c invoking solver with time budget: 5.328545
28.97/29.23	c Model check passed
28.97/29.23	c sat_solver_result: sst_sat
28.97/29.23	c pb_solver_status: sst_sat
28.97/29.23	c in maximizeGoal found by SAT
28.97/29.23	o -48
28.97/29.23	c addUnit: @goal_constraint6
28.97/29.23	c Found a solution: 48.  Optimum bounded: [48,57].
28.97/29.23	c Try to find a solution more than 51
28.97/29.23	c 
28.97/29.23	c assumptions: 
28.97/29.23	c invoking solver with time budget: 1.286281
30.26/30.52	c sat_solver_result: sst_unknown
30.26/30.52	c SAT solver timed out; proceeding to cooperative SCIP call
30.26/30.52	c Calling solveScip for cooperative mode with LB_goalvalue:       48, UB_goalvalue: 57
30.26/30.52	c scip solving with time budget: 9.800000
30.26/30.52	c solveScip
30.26/30.52	c initScipForCoop
30.26/30.52	c Coop Mode: Using SCIP obj units for LB/UB: 48, +oo
30.26/30.52	c SCIPfreeTransform due to timeout and having shadow nodes
30.26/30.52	c forcing SCIPfreeTransform before solve
30.26/30.59	c Running SCIP presolve for solve-time propagation (rounds=3)
30.36/30.64	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.800000e+01
30.36/30.64	c 
30.36/30.65	c presolving:
30.46/30.76	c    (0.2s) running MILP presolver
30.56/30.82	c    (0.2s) MILP presolver found nothing
30.56/30.88	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
30.77/31.06	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.77/31.06	c    (0.5s) probing aborted: 50/50 successive totally useless probings
31.16/31.43	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
31.16/31.43	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
31.16/31.43	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
31.16/31.43	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
31.16/31.43	c   94308 constraints of type <setppc>
31.16/31.43	c transformed objective value is always integral (scale: 1)
31.16/31.43	c Presolving Time: 0.78
31.26/31.51	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.900000e+01
31.26/31.51	c 
31.26/31.52	c presolving:
31.36/31.65	c    (0.2s) running MILP presolver
31.45/31.72	c    (0.3s) MILP presolver found nothing
31.45/31.79	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
31.65/32.00	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
31.65/32.00	c    (0.5s) probing aborted: 50/50 successive totally useless probings
32.05/32.36	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
32.05/32.38	c    (0.9s) no symmetry present (symcode time: 0.00)
32.05/32.39	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
32.05/32.39	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
32.05/32.39	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
32.05/32.39	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
32.05/32.39	c   94308 constraints of type <setppc>
32.05/32.39	c transformed objective value is always integral (scale: 1)
32.05/32.39	c Presolving Time: 0.87
32.15/32.41	c transformed 11/11 original solutions to the transformed problem space
32.15/32.41	c 
32.76/33.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.76/33.07	c   1.6s|     1 |     0 |  1687 |     - |   508M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 3.900000e+01 |1530.77%| unknown
33.55/33.87	c   2.4s|     1 |     0 |  1975 |     - |   509M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 3.900000e+01 |1433.33%| unknown
35.34/35.62	c   4.2s|     1 |     0 |  2243 |     - |   511M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 3.900000e+01 |1360.26%| unknown
37.85/38.16	c   6.7s|     1 |     0 |  2636 |     - |   512M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 3.900000e+01 |1250.00%| unknown
38.93/39.28	c   7.8s|     1 |     0 |  3522 |     - |   512M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 3.900000e+01 |1170.51%| unknown
39.63/39.97	c   8.5s|     1 |     0 |  4294 |     - |   513M |   0 |1272 |  94k|  94k| 158 |  5 |   0 |   0 | 4.645000e+02 | 3.900000e+01 |1091.03%| unknown
40.42/40.74	c   9.3s|     1 |     0 |  5295 |     - |   522M |   0 |1272 |  94k|  94k| 210 |  6 |   0 |   0 | 4.280000e+02 | 3.900000e+01 | 997.44%| unknown
40.92/41.26	c   9.8s|     1 |     0 |  5864 |     - |   533M |   0 |1272 |  94k|  94k| 262 |  7 |   0 |   0 | 4.280000e+02 | 3.900000e+01 | 997.44%| unknown
40.92/41.26	c (node 1) LP solver hit time limit in LP 9 -- using pseudo solution instead
40.92/41.26	c 
40.92/41.26	c SCIP Status        : solving was interrupted [time limit reached]
40.92/41.26	c Solving Time (sec) : 9.80
40.92/41.26	c Solving Nodes      : 1
40.92/41.26	c Primal Bound       : +3.90000000000000e+01 (14 solutions)
40.92/41.26	c Dual Bound         : +4.28000000000000e+02
40.92/41.26	c Gap                : 997.44 %
40.92/41.27	c SCIP status: 23 (TIMELIMIT)
40.92/41.27	c solveScip: freeing transform (!can_skip_free_transform)
41.02/41.34	c pb_solver_status: sst_sat
41.02/41.34	c LB_goalvalue: 48
41.02/41.34	c UB_goalvalue: 57
41.02/41.34	c # improved by sat (lb/ub): 3, # improved by scip (lb): 0
41.02/41.34	c SCIP returned: sst_sat
41.02/41.34	c SCIP primal LB: 39, dual UB: 428
41.02/41.34	c Try to find a solution more than 51
41.02/41.34	c assumptions: 
41.02/41.34	c invoking solver with time budget: 9.800000
50.80/51.17	c sat_solver_result: sst_unknown
50.80/51.17	c SAT solver timed out; proceeding to cooperative SCIP call
50.80/51.17	c Calling solveScip for cooperative mode with LB_goalvalue:       48, UB_goalvalue: 57
50.80/51.17	c scip solving with time budget: 13.720000
50.80/51.17	c solveScip
50.80/51.17	c initScipForCoop
50.80/51.17	c Coop Mode: Using SCIP obj units for LB/UB: 48, +oo
50.89/51.22	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.800000e+01
50.89/51.22	c 
50.89/51.23	c presolving:
50.98/51.36	c    (0.2s) running MILP presolver
51.08/51.42	c    (0.2s) MILP presolver found nothing
51.08/51.49	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
51.28/51.69	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
51.28/51.69	c    (0.5s) probing aborted: 50/50 successive totally useless probings
51.69/52.05	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
51.69/52.07	c    (0.9s) no symmetry present (symcode time: 0.00)
51.69/52.08	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
51.69/52.08	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
51.69/52.08	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
51.69/52.08	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
51.69/52.08	c   94308 constraints of type <setppc>
51.69/52.08	c transformed objective value is always integral (scale: 1)
51.69/52.08	c Presolving Time: 0.85
51.69/52.10	c transformed 11/11 original solutions to the transformed problem space
51.69/52.10	c 
52.38/52.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.38/52.76	c   1.6s|     1 |     0 |  1687 |     - |   527M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.800000e+01*|1225.00%| unknown
53.17/53.54	c   2.4s|     1 |     0 |  1975 |     - |   531M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 4.800000e+01*|1145.83%| unknown
54.97/55.38	c   4.2s|     1 |     0 |  2243 |     - |   532M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 4.800000e+01*|1086.46%| unknown
57.56/57.94	c   6.8s|     1 |     0 |  2636 |     - |   532M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 4.800000e+01*| 996.88%| unknown
58.85/59.28	c   8.1s|     1 |     0 |  3898 |     - |   532M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 4.800000e+01*| 932.29%| unknown
59.66/60.02	c   8.9s|     1 |     0 |  4705 |     - |   532M |   0 |1272 |  94k|  94k| 175 |  5 |   0 |   0 | 4.557500e+02 | 4.800000e+01*| 849.48%| unknown
60.35/60.74	c   9.6s|     1 |     0 |  5858 |     - |   542M |   0 |1272 |  94k|  94k| 224 |  6 |   0 |   0 | 4.132500e+02 | 4.800000e+01*| 760.94%| unknown
61.14/61.56	c  10.4s|     1 |     0 |  7092 |     - |   551M |   0 |1272 |  94k|  94k| 270 |  7 |   0 |   0 | 3.867500e+02 | 4.800000e+01*| 705.73%| unknown
62.24/62.63	c  11.5s|     1 |     0 |  8903 |     - |   562M |   0 |1272 |  94k|  94k| 308 |  8 |   0 |   0 | 3.460000e+02 | 4.800000e+01*| 620.83%| unknown
63.24/63.66	c  12.5s|     1 |     0 | 10800 |     - |   574M |   0 |1272 |  94k|  94k| 341 |  9 |   0 |   0 | 3.225000e+02 | 4.800000e+01*| 571.88%| unknown
64.23/64.66	c  13.5s|     1 |     0 | 12415 |     - |   583M |   0 |1272 |  94k|  94k| 383 | 10 |   0 |   0 | 2.962500e+02 | 4.800000e+01*| 517.19%| unknown
64.43/64.89	c  13.7s|     1 |     0 | 12689 |     - |   592M |   0 |1272 |  94k|  94k| 425 | 11 |   0 |   0 | 2.962500e+02 | 4.800000e+01*| 517.19%| unknown
64.43/64.89	c (node 1) LP solver hit time limit in LP 13 -- using pseudo solution instead
64.43/64.89	c 
64.43/64.89	c SCIP Status        : solving was interrupted [time limit reached]
64.43/64.89	c Solving Time (sec) : 13.72
64.43/64.89	c Solving Nodes      : 1
64.43/64.89	c Primal Bound       : +4.80000000000000e+01 (19 solutions, 0 respecting the objective limit)
64.43/64.89	c Dual Bound         : +2.96250000000000e+02
64.43/64.89	c Gap                : 517.19 %
64.43/64.89	c SCIP status: 23 (TIMELIMIT)
64.43/64.89	c pb_solver_status: sst_sat
64.43/64.89	c LB_goalvalue: 48
64.43/64.89	c UB_goalvalue: 57
64.43/64.89	c Both SAT and SCIP timed out; boosting budgets to sat=19.600000 scip=38.416000
64.43/64.89	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
64.43/64.89	c SCIP returned: sst_sat
64.43/64.89	c SCIP primal LB: 48, dual UB: 297
64.43/64.89	c Try to find a solution more than 51
64.43/64.89	c assumptions: 
64.43/64.89	c invoking solver with time budget: 19.600000
84.07/84.56	c sat_solver_result: sst_unknown
84.07/84.56	c SAT solver timed out; proceeding to cooperative SCIP call
84.07/84.56	c Calling solveScip for cooperative mode with LB_goalvalue:       48, UB_goalvalue: 57
84.07/84.56	c scip solving with time budget: 38.416000
84.07/84.56	c solveScip
84.07/84.56	c initScipForCoop
84.07/84.56	c Coop Mode: Using SCIP obj units for LB/UB: 48, +oo
84.07/84.56	c SCIPfreeTransform due to timeout and having shadow nodes
84.07/84.56	c forcing SCIPfreeTransform before solve
84.17/84.63	c Running SCIP presolve for solve-time propagation (rounds=3)
84.17/84.68	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.800000e+01
84.17/84.68	c 
84.17/84.69	c presolving:
84.37/84.80	c    (0.2s) running MILP presolver
84.37/84.86	c    (0.2s) MILP presolver found nothing
84.47/84.92	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
84.58/85.10	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
84.58/85.10	c    (0.5s) probing aborted: 50/50 successive totally useless probings
84.97/85.47	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
84.97/85.47	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
84.97/85.47	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
84.97/85.47	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
84.97/85.47	c   94308 constraints of type <setppc>
84.97/85.47	c transformed objective value is always integral (scale: 1)
84.97/85.47	c Presolving Time: 0.78
85.07/85.56	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.900000e+01
85.07/85.56	c 
85.07/85.57	c presolving:
85.16/85.69	c    (0.2s) running MILP presolver
85.26/85.76	c    (0.3s) MILP presolver found nothing
85.36/85.83	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
85.58/86.04	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
85.58/86.04	c    (0.5s) probing aborted: 50/50 successive totally useless probings
85.96/86.41	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
85.96/86.42	c    (0.9s) no symmetry present (symcode time: 0.00)
85.96/86.43	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
85.96/86.43	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
85.96/86.43	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
85.96/86.43	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
85.96/86.43	c   94308 constraints of type <setppc>
85.96/86.43	c transformed objective value is always integral (scale: 1)
85.96/86.43	c Presolving Time: 0.87
85.96/86.45	c transformed 11/11 original solutions to the transformed problem space
85.96/86.45	c 
86.67/87.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.67/87.11	c   1.6s|     1 |     0 |  1687 |     - |   585M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 3.900000e+01 |1530.77%| unknown
87.46/87.92	c   2.4s|     1 |     0 |  1975 |     - |   588M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 3.900000e+01 |1433.33%| unknown
89.25/89.76	c   4.3s|     1 |     0 |  2243 |     - |   589M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 3.900000e+01 |1360.26%| unknown
91.65/92.16	c   6.7s|     1 |     0 |  2636 |     - |   590M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 3.900000e+01 |1250.00%| unknown
92.74/93.28	c   7.8s|     1 |     0 |  3522 |     - |   590M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 3.900000e+01 |1170.51%| unknown
93.43/93.97	c   8.5s|     1 |     0 |  4294 |     - |   590M |   0 |1272 |  94k|  94k| 158 |  5 |   0 |   0 | 4.645000e+02 | 3.900000e+01 |1091.03%| unknown
94.23/94.74	c   9.2s|     1 |     0 |  5295 |     - |   590M |   0 |1272 |  94k|  94k| 210 |  6 |   0 |   0 | 4.280000e+02 | 3.900000e+01 | 997.44%| unknown
94.93/95.45	c   9.9s|     1 |     0 |  6130 |     - |   590M |   0 |1272 |  94k|  94k| 262 |  7 |   0 |   0 | 3.905000e+02 | 3.900000e+01 | 901.28%| unknown
95.93/96.46	c  11.0s|     1 |     0 |  7769 |     - |   601M |   0 |1272 |  94k|  94k| 301 |  8 |   0 |   0 | 3.585000e+02 | 3.900000e+01 | 819.23%| unknown
97.12/97.67	c  12.2s|     1 |     0 |  9491 |     - |   610M |   0 |1272 |  94k|  94k| 341 |  9 |   0 |   0 | 3.267500e+02 | 3.900000e+01 | 737.82%| unknown
97.92/98.40	c  12.9s|     1 |     0 | 10770 |     - |   610M |   0 |1272 |  94k|  94k| 377 | 10 |   0 |   0 | 3.125000e+02 | 3.900000e+01 | 701.28%| unknown
98.91/99.47	c  14.0s|     1 |     0 | 13116 |     - |   620M |   0 |1272 |  94k|  94k| 401 | 11 |   0 |   0 | 2.947500e+02 | 3.900000e+01 | 655.77%| unknown
99.52/100.03	c  14.5s|     1 |     0 | 14244 |     - |   630M |   0 |1272 |  94k|  94k| 423 | 12 |   0 |   0 | 2.702500e+02 | 3.900000e+01 | 592.95%| unknown
99.91/100.45	c  14.9s|     1 |     0 | 15068 |     - |   639M |   0 |1272 |  94k|  94k| 451 | 13 |   0 |   0 | 2.417500e+02 | 3.900000e+01 | 519.87%| unknown
100.41/101.00	c  15.5s|     1 |     0 | 16525 |     - |   649M |   0 |1272 |  94k|  94k| 470 | 14 |   0 |   0 | 2.242500e+02 | 3.900000e+01 | 475.00%| unknown
100.91/101.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.91/101.44	c  15.9s|     1 |     0 | 17550 |     - |   658M |   0 |1272 |  94k|  94k| 505 | 15 |   0 |   0 | 2.045000e+02 | 3.900000e+01 | 424.36%| unknown
101.30/101.86	c  16.4s|     1 |     0 | 18759 |     - |   667M |   0 |1272 |  94k|  94k| 539 | 16 |   0 |   0 | 1.937500e+02 | 3.900000e+01 | 396.79%| unknown
101.70/102.21	c  16.7s|     1 |     0 | 19948 |     - |   677M |   0 |1272 |  94k|  94k| 571 | 17 |   0 |   0 | 1.750000e+02 | 3.900000e+01 | 348.72%| unknown
102.20/102.70	c  17.2s|     1 |     0 | 21298 |     - |   687M |   0 |1272 |  94k|  94k| 597 | 18 |   0 |   0 | 1.586250e+02 | 3.900000e+01 | 306.73%| unknown
102.61/103.12	c  17.6s|     1 |     0 | 22690 |     - |   696M |   0 |1272 |  94k|  94k| 620 | 19 |   0 |   0 | 1.365000e+02 | 3.900000e+01 | 250.00%| unknown
102.90/103.44	c  17.9s|     1 |     0 | 23820 |     - |   705M |   0 |1272 |  94k|  94k| 643 | 20 |   0 |   0 | 1.207500e+02 | 3.900000e+01 | 209.62%| unknown
103.10/103.65	c  18.1s|     1 |     0 | 24576 |     - |   705M |   0 |1272 |  94k|  94k| 646 | 21 |   0 |   0 | 1.117500e+02 | 3.900000e+01 | 186.54%| unknown
103.30/103.87	c  18.4s|     1 |     0 | 25315 |     - |   705M |   0 |1272 |  94k|  94k| 652 | 22 |   0 |   0 | 9.575000e+01 | 3.900000e+01 | 145.51%| unknown
103.40/104.00	c  18.5s|     1 |     0 | 25781 |     - |   706M |   0 |1272 |  94k|  94k| 654 | 23 |   0 |   0 | 8.150000e+01 | 3.900000e+01 | 108.97%| unknown
103.80/104.39	c  18.9s|     1 |     0 | 27893 |     - |   706M |   0 |1272 |  94k|  94k| 658 | 24 |   0 |   0 | 6.750000e+01 | 3.900000e+01 |  73.08%| unknown
103.90/104.47	c  19.0s|     1 |     0 | 28019 |     - |   706M |   0 |1272 |  94k|  94k| 661 | 25 |   0 |   0 | 6.000000e+01 | 3.900000e+01 |  53.85%| unknown
103.99/104.55	c  19.0s|     1 |     0 | 28172 |     - |   706M |   0 |1272 |  94k|  94k| 663 | 26 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
104.09/104.60	c  19.1s|     1 |     0 | 28199 |     - |   706M |   0 |1272 |  94k|  94k| 669 | 27 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
104.09/104.65	c  19.2s|     1 |     0 | 28229 |     - |   706M |   0 |1272 |  94k|  94k| 675 | 28 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
104.19/104.71	c  19.2s|     1 |     0 | 28271 |     - |   706M |   0 |1272 |  94k|  94k| 681 | 29 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
104.19/104.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
104.19/104.76	c  19.3s|     1 |     0 | 28333 |     - |   707M |   0 |1272 |  94k|  94k| 690 | 30 |   0 |   0 | 5.350000e+01 | 3.900000e+01 |  37.18%| unknown
104.29/104.82	c  19.3s|     1 |     0 | 28388 |     - |   708M |   0 |1272 |  94k|  94k| 697 | 31 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.29/104.88	c  19.4s|     1 |     0 | 28442 |     - |   709M |   0 |1272 |  94k|  94k| 704 | 32 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.39/104.94	c  19.4s|     1 |     0 | 28483 |     - |   709M |   0 |1272 |  94k|  94k| 709 | 33 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.51/105.01	c  19.5s|     1 |     0 | 28547 |     - |   710M |   0 |1272 |  94k|  94k| 716 | 34 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.51/105.07	c  19.6s|     1 |     0 | 28585 |     - |   710M |   0 |1272 |  94k|  94k| 722 | 35 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.61/105.13	c  19.6s|     1 |     0 | 28624 |     - |   711M |   0 |1272 |  94k|  94k| 729 | 36 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.61/105.19	c  19.7s|     1 |     0 | 28680 |     - |   712M |   0 |1272 |  94k|  94k| 735 | 37 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.69/105.25	c  19.7s|     1 |     0 | 28719 |     - |   713M |   0 |1272 |  94k|  94k| 740 | 38 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.79/105.31	c  19.8s|     1 |     0 | 28759 |     - |   713M |   0 |1272 |  94k|  94k| 747 | 39 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.79/105.39	c  19.9s|     1 |     0 | 28815 |     - |   714M |   0 |1272 |  94k|  94k| 757 | 40 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
104.89/105.45	c  19.9s|     1 |     0 | 28853 |     - |   714M |   0 |1272 |  94k|  94k| 764 | 41 |   0 |   0 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
108.09/108.67	c  23.2s|     1 |     2 | 28868 |     - |   715M |   0 |1272 |  94k|  94k| 764 | 41 |   0 |  30 | 5.333333e+01 | 3.900000e+01 |  36.75%| unknown
108.50/109.03	c d23.5s|     8 |     9 | 29965 | 218.1 |pscostdi|   7 |1272 |  94k|  94k|   0 |  1 |   0 |  30 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
123.33/123.92	c 
123.33/123.92	c SCIP Status        : solving was interrupted [time limit reached]
123.33/123.92	c Solving Time (sec) : 38.42
123.33/123.92	c Solving Nodes      : 37
123.33/123.92	c Primal Bound       : +4.10000000000000e+01 (332 solutions)
123.33/123.92	c Dual Bound         : +5.33333333333333e+01
123.33/123.92	c Gap                : 30.08 %
123.33/123.92	c SCIP status: 23 (TIMELIMIT)
123.33/123.92	c solveScip: freeing transform (!can_skip_free_transform)
123.33/123.99	c SCIP LP bound tightened UB: 57 -> 54
123.33/123.99	c pb_solver_status: sst_sat
123.33/123.99	c LB_goalvalue: 48
123.33/123.99	c UB_goalvalue: 54
123.33/123.99	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
123.33/123.99	c SCIP returned: sst_sat
123.33/123.99	c SCIP primal LB: 41, dual UB: 54
123.33/123.99	c Try to find a solution more than 50
123.33/124.00	c 
123.33/124.00	c assumptions: 
123.33/124.00	c invoking solver with time budget: 19.600000
142.95/143.67	c sat_solver_result: sst_unknown
142.95/143.67	c SAT solver timed out; proceeding to cooperative SCIP call
142.95/143.67	c Calling solveScip for cooperative mode with LB_goalvalue:       48, UB_goalvalue: 54
142.95/143.67	c scip solving with time budget: 53.782400
142.95/143.67	c solveScip
142.95/143.67	c initScipForCoop
142.95/143.67	c Coop Mode: Using SCIP obj units for LB/UB: 48, +oo
143.05/143.72	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.800000e+01
143.05/143.72	c 
143.05/143.73	c presolving:
143.15/143.85	c    (0.2s) running MILP presolver
143.25/143.92	c    (0.2s) MILP presolver found nothing
143.25/143.98	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
143.47/144.19	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
143.47/144.19	c    (0.5s) probing aborted: 50/50 successive totally useless probings
143.85/144.55	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
143.85/144.57	c    (0.9s) no symmetry present (symcode time: 0.00)
143.85/144.58	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
143.85/144.58	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
143.85/144.58	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
143.85/144.58	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
143.85/144.58	c   94308 constraints of type <setppc>
143.85/144.58	c transformed objective value is always integral (scale: 1)
143.85/144.58	c Presolving Time: 0.85
143.95/144.60	c transformed 11/11 original solutions to the transformed problem space
143.95/144.60	c 
144.55/145.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
144.55/145.26	c   1.6s|     1 |     0 |  1687 |     - |   741M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.800000e+01*|1225.00%| unknown
145.36/146.04	c   2.4s|     1 |     0 |  1975 |     - |   745M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 4.800000e+01*|1145.83%| unknown
147.14/147.88	c   4.2s|     1 |     0 |  2243 |     - |   746M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 4.800000e+01*|1086.46%| unknown
149.63/150.30	c   6.6s|     1 |     0 |  2636 |     - |   746M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 4.800000e+01*| 996.88%| unknown
150.92/151.62	c   8.0s|     1 |     0 |  3898 |     - |   745M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 4.800000e+01*| 932.29%| unknown
151.62/152.35	c   8.7s|     1 |     0 |  4705 |     - |   746M |   0 |1272 |  94k|  94k| 175 |  5 |   0 |   0 | 4.557500e+02 | 4.800000e+01*| 849.48%| unknown
152.33/153.08	c   9.4s|     1 |     0 |  5858 |     - |   746M |   0 |1272 |  94k|  94k| 224 |  6 |   0 |   0 | 4.132500e+02 | 4.800000e+01*| 760.94%| unknown
153.12/153.88	c  10.2s|     1 |     0 |  7092 |     - |   746M |   0 |1272 |  94k|  94k| 270 |  7 |   0 |   0 | 3.867500e+02 | 4.800000e+01*| 705.73%| unknown
154.21/154.96	c  11.3s|     1 |     0 |  8903 |     - |   747M |   0 |1272 |  94k|  94k| 308 |  8 |   0 |   0 | 3.460000e+02 | 4.800000e+01*| 620.83%| unknown
155.32/156.03	c  12.4s|     1 |     0 | 10800 |     - |   748M |   0 |1272 |  94k|  94k| 341 |  9 |   0 |   0 | 3.225000e+02 | 4.800000e+01*| 571.88%| unknown
156.32/157.02	c  13.4s|     1 |     0 | 12415 |     - |   748M |   0 |1272 |  94k|  94k| 383 | 10 |   0 |   0 | 2.962500e+02 | 4.800000e+01*| 517.19%| unknown
157.10/157.84	c  14.2s|     1 |     0 | 14213 |     - |   748M |   0 |1272 |  94k|  94k| 425 | 11 |   0 |   0 | 2.695000e+02 | 4.800000e+01*| 461.46%| unknown
157.50/158.29	c  14.6s|     1 |     0 | 15183 |     - |   757M |   0 |1272 |  94k|  94k| 465 | 12 |   0 |   0 | 2.510000e+02 | 4.800000e+01*| 422.92%| unknown
158.10/158.80	c  15.1s|     1 |     0 | 16240 |     - |   767M |   0 |1272 |  94k|  94k| 498 | 13 |   0 |   0 | 2.255000e+02 | 4.800000e+01*| 369.79%| unknown
158.60/159.36	c  15.7s|     1 |     0 | 17801 |     - |   776M |   0 |1272 |  94k|  94k| 534 | 14 |   0 |   0 | 2.142500e+02 | 4.800000e+01*| 346.35%| unknown
159.31/160.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
159.31/160.02	c  16.3s|     1 |     0 | 19442 |     - |   785M |   0 |1272 |  94k|  94k| 552 | 15 |   0 |   0 | 1.990000e+02 | 4.800000e+01*| 314.58%| unknown
159.99/160.79	c  17.1s|     1 |     0 | 21854 |     - |   794M |   0 |1272 |  94k|  94k| 587 | 16 |   0 |   0 | 1.878750e+02 | 4.800000e+01*| 291.41%| unknown
160.59/161.30	c  17.6s|     1 |     0 | 23501 |     - |   804M |   0 |1272 |  94k|  94k| 618 | 17 |   0 |   0 | 1.792500e+02 | 4.800000e+01*| 273.44%| unknown
161.30/162.01	c  18.3s|     1 |     0 | 25497 |     - |   813M |   0 |1272 |  94k|  94k| 650 | 18 |   0 |   0 | 1.683750e+02 | 4.800000e+01*| 250.78%| unknown
162.30/163.02	c  19.4s|     1 |     0 | 28391 |     - |   823M |   0 |1272 |  94k|  94k| 684 | 19 |   0 |   0 | 1.608750e+02 | 4.800000e+01*| 235.16%| unknown
162.78/163.59	c  19.9s|     1 |     0 | 29839 |     - |   832M |   0 |1272 |  94k|  94k| 717 | 20 |   0 |   0 | 1.443000e+02 | 4.800000e+01*| 200.62%| unknown
163.29/164.03	c  20.4s|     1 |     0 | 31263 |     - |   832M |   0 |1272 |  94k|  94k| 721 | 21 |   0 |   0 | 1.290833e+02 | 4.800000e+01*| 168.92%| unknown
163.58/164.30	c  20.6s|     1 |     0 | 32100 |     - |   833M |   0 |1272 |  94k|  94k| 726 | 22 |   0 |   0 | 1.155000e+02 | 4.800000e+01*| 140.62%| unknown
163.68/164.42	c  20.7s|     1 |     0 | 32366 |     - |   833M |   0 |1272 |  94k|  94k| 729 | 23 |   0 |   0 | 1.070000e+02 | 4.800000e+01*| 122.92%| unknown
163.78/164.54	c  20.9s|     1 |     0 | 32636 |     - |   833M |   0 |1272 |  94k|  94k| 731 | 24 |   0 |   0 | 9.875000e+01 | 4.800000e+01*| 105.73%| unknown
163.88/164.61	c  20.9s|     1 |     0 | 32743 |     - |   833M |   0 |1272 |  94k|  94k| 735 | 25 |   0 |   0 | 9.125000e+01 | 4.800000e+01*|  90.10%| unknown
164.07/164.86	c  21.2s|     1 |     0 | 33828 |     - |   834M |   0 |1272 |  94k|  94k| 738 | 26 |   0 |   0 | 7.550000e+01 | 4.800000e+01*|  57.29%| unknown
164.17/164.93	c  21.3s|     1 |     0 | 33953 |     - |   834M |   0 |1272 |  94k|  94k| 745 | 27 |   0 |   0 | 6.800000e+01 | 4.800000e+01*|  41.67%| unknown
164.17/165.00	c  21.3s|     1 |     0 | 34076 |     - |   834M |   0 |1272 |  94k|  94k| 748 | 28 |   0 |   0 | 6.150000e+01 | 4.800000e+01*|  28.12%| unknown
164.29/165.05	c  21.4s|     1 |     0 | 34117 |     - |   834M |   0 |1272 |  94k|  94k| 750 | 29 |   0 |   0 | 5.700000e+01 | 4.800000e+01*|  18.75%| unknown
164.39/165.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
164.39/165.18	c  21.5s|     1 |     0 | 34595 |     - |   835M |   0 |1272 |  94k|  94k| 751 | 30 |   0 |   0 | 5.550000e+01 | 4.800000e+01*|  15.62%| unknown
164.47/165.23	c  21.6s|     1 |     0 | 34653 |     - |   835M |   0 |1272 |  94k|  94k| 755 | 31 |   0 |   0 | 5.350000e+01 | 4.800000e+01*|  11.46%| unknown
164.47/165.28	c  21.6s|     1 |     0 | 34692 |     - |   836M |   0 |1272 |  94k|  94k| 760 | 32 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
164.57/165.34	c  21.7s|     1 |     0 | 34738 |     - |   836M |   0 |1272 |  94k|  94k| 767 | 33 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
164.57/165.39	c  21.7s|     1 |     0 | 34766 |     - |   837M |   0 |1272 |  94k|  94k| 771 | 34 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
164.67/165.45	c  21.8s|     1 |     0 | 34837 |     - |   837M |   0 |1272 |  94k|  94k| 778 | 35 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
164.78/165.51	c  21.8s|     1 |     0 | 34903 |     - |   838M |   0 |1272 |  94k|  94k| 788 | 36 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
164.78/165.57	c  21.9s|     1 |     0 | 34977 |     - |   838M |   0 |1272 |  94k|  94k| 794 | 37 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
164.88/165.64	c  22.0s|     1 |     0 | 35048 |     - |   839M |   0 |1272 |  94k|  94k| 803 | 38 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
164.98/165.71	c  22.0s|     1 |     0 | 35115 |     - |   839M |   0 |1272 |  94k|  94k| 812 | 39 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
164.98/165.77	c  22.1s|     1 |     0 | 35151 |     - |   840M |   0 |1272 |  94k|  94k| 818 | 40 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
165.08/165.83	c  22.2s|     1 |     0 | 35199 |     - |   840M |   0 |1272 |  94k|  94k| 823 | 41 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
165.08/165.89	c  22.2s|     1 |     0 | 35245 |     - |   841M |   0 |1272 |  94k|  94k| 830 | 42 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
166.97/167.74	c  24.1s|     1 |     2 | 35307 |     - |   842M |   0 |1272 |  94k|  94k| 830 | 42 |   0 |  24 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
196.56/197.45	c 
196.56/197.45	c SCIP Status        : solving was interrupted [time limit reached]
196.56/197.45	c Solving Time (sec) : 53.78
196.56/197.45	c Solving Nodes      : 77
196.56/197.45	c Primal Bound       : +4.80000000000000e+01 (287 solutions, 0 respecting the objective limit)
196.56/197.45	c Dual Bound         : +5.33333333333333e+01
196.56/197.45	c Gap                : 11.11 %
196.56/197.45	c SCIP status: 23 (TIMELIMIT)
196.56/197.45	c pb_solver_status: sst_sat
196.56/197.45	c LB_goalvalue: 48
196.56/197.45	c UB_goalvalue: 54
196.56/197.45	c Both SAT and SCIP timed out; boosting budgets to sat=39.200000 scip=150.590720
196.56/197.45	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
196.56/197.45	c SCIP returned: sst_sat
196.56/197.45	c SCIP primal LB: 48, dual UB: 54
196.56/197.45	c Try to find a solution more than 50
196.56/197.45	c assumptions: 
196.56/197.45	c invoking solver with time budget: 39.200000
235.73/236.79	c sat_solver_result: sst_unknown
235.73/236.79	c SAT solver timed out; proceeding to cooperative SCIP call
235.73/236.79	c Calling solveScip for cooperative mode with LB_goalvalue:       48, UB_goalvalue: 54
235.73/236.79	c scip solving with time budget: 150.590720
235.73/236.79	c solveScip
235.73/236.79	c initScipForCoop
235.73/236.79	c Coop Mode: Using SCIP obj units for LB/UB: 48, +oo
235.73/236.79	c SCIPfreeTransform due to timeout and having shadow nodes
235.73/236.79	c forcing SCIPfreeTransform before solve
235.82/236.86	c Running SCIP presolve for solve-time propagation (rounds=3)
235.92/236.91	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.800000e+01
235.92/236.91	c 
235.92/236.93	c presolving:
236.03/237.03	c    (0.2s) running MILP presolver
236.03/237.09	c    (0.2s) MILP presolver found nothing
236.13/237.16	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
236.32/237.34	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
236.32/237.34	c    (0.5s) probing aborted: 50/50 successive totally useless probings
236.71/237.71	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
236.71/237.71	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
236.71/237.71	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
236.71/237.71	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
236.71/237.71	c   94308 constraints of type <setppc>
236.71/237.71	c transformed objective value is always integral (scale: 1)
236.71/237.71	c Presolving Time: 0.79
236.81/237.80	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.100000e+01
236.81/237.80	c 
236.81/237.81	c presolving:
236.91/237.94	c    (0.2s) running MILP presolver
236.91/238.00	c    (0.3s) MILP presolver found nothing
237.03/238.07	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
237.21/238.29	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
237.21/238.29	c    (0.5s) probing aborted: 50/50 successive totally useless probings
237.61/238.65	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
237.61/238.67	c    (0.9s) no symmetry present (symcode time: 0.00)
237.61/238.68	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
237.61/238.68	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
237.61/238.68	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
237.61/238.68	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
237.61/238.68	c   94308 constraints of type <setppc>
237.61/238.68	c transformed objective value is always integral (scale: 1)
237.61/238.68	c Presolving Time: 0.87
237.71/238.70	c transformed 11/11 original solutions to the transformed problem space
237.71/238.70	c 
238.31/239.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
238.31/239.38	c   1.6s|     1 |     0 |  1687 |     - |   908M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.100000e+01 |1451.22%| unknown
239.12/240.19	c   2.4s|     1 |     0 |  1975 |     - |   912M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 4.100000e+01 |1358.54%| unknown
240.90/241.94	c   4.2s|     1 |     0 |  2243 |     - |   912M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 4.100000e+01 |1289.02%| unknown
243.39/244.49	c   6.7s|     1 |     0 |  2636 |     - |   913M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 4.100000e+01 |1184.15%| unknown
244.49/245.55	c   7.8s|     1 |     0 |  3313 |     - |   913M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 4.100000e+01 |1108.54%| unknown
245.28/246.38	c   8.6s|     1 |     0 |  4109 |     - |   913M |   0 |1272 |  94k|  94k| 165 |  5 |   0 |   0 | 4.615000e+02 | 4.100000e+01 |1025.61%| unknown
245.88/246.97	c   9.2s|     1 |     0 |  4818 |     - |   923M |   0 |1272 |  94k|  94k| 208 |  6 |   0 |   0 | 4.270000e+02 | 4.100000e+01 | 941.46%| unknown
246.68/247.77	c  10.0s|     1 |     0 |  6075 |     - |   932M |   0 |1272 |  94k|  94k| 252 |  7 |   0 |   0 | 3.890000e+02 | 4.100000e+01 | 848.78%| unknown
247.48/248.56	c  10.8s|     1 |     0 |  7271 |     - |   941M |   0 |1272 |  94k|  94k| 298 |  8 |   0 |   0 | 3.675000e+02 | 4.100000e+01 | 796.34%| unknown
248.27/249.30	c  11.6s|     1 |     0 |  8284 |     - |   950M |   0 |1272 |  94k|  94k| 341 |  9 |   0 |   0 | 3.440000e+02 | 4.100000e+01 | 739.02%| unknown
249.57/250.60	c  12.9s|     1 |     0 | 10314 |     - |   950M |   0 |1272 |  94k|  94k| 372 | 10 |   0 |   0 | 3.245000e+02 | 4.100000e+01 | 691.46%| unknown
250.56/251.65	c  13.9s|     1 |     0 | 12348 |     - |   960M |   0 |1272 |  94k|  94k| 395 | 11 |   0 |   0 | 3.007500e+02 | 4.100000e+01 | 633.54%| unknown
251.08/252.18	c  14.4s|     1 |     0 | 13306 |     - |   969M |   0 |1272 |  94k|  94k| 420 | 12 |   0 |   0 | 2.707500e+02 | 4.100000e+01 | 560.37%| unknown
251.56/252.60	c  14.9s|     1 |     0 | 14224 |     - |   979M |   0 |1272 |  94k|  94k| 449 | 13 |   0 |   0 | 2.417500e+02 | 4.100000e+01 | 489.63%| unknown
252.46/253.51	c  15.8s|     1 |     0 | 16680 |     - |   988M |   0 |1272 |  94k|  94k| 479 | 14 |   0 |   0 | 2.205000e+02 | 4.100000e+01 | 437.80%| unknown
253.15/254.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
253.15/254.20	c  16.5s|     1 |     0 | 18391 |     - |   998M |   0 |1272 |  94k|  94k| 516 | 15 |   0 |   0 | 2.073750e+02 | 4.100000e+01 | 405.79%| unknown
253.75/254.88	c  17.1s|     1 |     0 | 20412 |     - |  1007M |   0 |1272 |  94k|  94k| 546 | 16 |   0 |   0 | 1.968125e+02 | 4.100000e+01 | 380.03%| unknown
254.25/255.33	c  17.6s|     1 |     0 | 21753 |     - |  1016M |   0 |1272 |  94k|  94k| 570 | 17 |   0 |   0 | 1.897500e+02 | 4.100000e+01 | 362.80%| unknown
254.75/255.83	c  18.1s|     1 |     0 | 23169 |     - |  1016M |   0 |1272 |  94k|  94k| 602 | 18 |   0 |   0 | 1.730833e+02 | 4.100000e+01 | 322.15%| unknown
255.25/256.34	c  18.6s|     1 |     0 | 24914 |     - |  1025M |   0 |1272 |  94k|  94k| 627 | 19 |   0 |   0 | 1.642500e+02 | 4.100000e+01 | 300.61%| unknown
255.84/257.00	c  19.3s|     1 |     0 | 27017 |     - |  1034M |   0 |1272 |  94k|  94k| 658 | 20 |   0 |   0 | 1.470000e+02 | 4.100000e+01 | 258.54%| unknown
256.54/257.62	c  19.9s|     1 |     0 | 29071 |     - |  1034M |   0 |1272 |  94k|  94k| 668 | 21 |   0 |   0 | 1.316250e+02 | 4.100000e+01 | 221.04%| unknown
256.84/257.94	c  20.2s|     1 |     0 | 30017 |     - |  1034M |   0 |1272 |  94k|  94k| 676 | 22 |   0 |   0 | 1.230000e+02 | 4.100000e+01 | 200.00%| unknown
257.05/258.18	c  20.4s|     1 |     0 | 30884 |     - |  1034M |   0 |1272 |  94k|  94k| 680 | 23 |   0 |   0 | 1.096250e+02 | 4.100000e+01 | 167.38%| unknown
257.24/258.35	c  20.6s|     1 |     0 | 31512 |     - |  1034M |   0 |1272 |  94k|  94k| 682 | 24 |   0 |   0 | 9.312500e+01 | 4.100000e+01 | 127.13%| unknown
257.34/258.42	c  20.7s|     1 |     0 | 31686 |     - |  1034M |   0 |1272 |  94k|  94k| 685 | 25 |   0 |   0 | 7.662500e+01 | 4.100000e+01 |  86.89%| unknown
257.54/258.62	c  20.9s|     1 |     0 | 32495 |     - |  1034M |   0 |1272 |  94k|  94k| 687 | 26 |   0 |   0 | 6.112500e+01 | 4.100000e+01 |  49.09%| unknown
257.64/258.73	c  21.0s|     1 |     0 | 32936 |     - |  1034M |   0 |1272 |  94k|  94k| 688 | 27 |   0 |   0 | 5.445238e+01 | 4.100000e+01 |  32.81%| unknown
257.74/258.81	c  21.1s|     1 |     0 | 33012 |     - |  1034M |   0 |1272 |  94k|  94k| 695 | 28 |   0 |   0 | 5.350000e+01 | 4.100000e+01 |  30.49%| unknown
257.74/258.87	c  21.1s|     1 |     0 | 33084 |     - |  1034M |   0 |1272 |  94k|  94k| 699 | 29 |   0 |   0 | 5.350000e+01 | 4.100000e+01 |  30.49%| unknown
257.84/258.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
257.84/258.93	c  21.2s|     1 |     0 | 33142 |     - |  1035M |   0 |1272 |  94k|  94k| 704 | 30 |   0 |   0 | 5.350000e+01 | 4.100000e+01 |  30.49%| unknown
257.84/258.99	c  21.2s|     1 |     0 | 33214 |     - |  1036M |   0 |1272 |  94k|  94k| 712 | 31 |   0 |   0 | 5.350000e+01 | 4.100000e+01 |  30.49%| unknown
257.95/259.06	c  21.3s|     1 |     0 | 33285 |     - |  1036M |   0 |1272 |  94k|  94k| 719 | 32 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.05/259.12	c  21.4s|     1 |     0 | 33335 |     - |  1037M |   0 |1272 |  94k|  94k| 725 | 33 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.05/259.19	c  21.4s|     1 |     0 | 33398 |     - |  1038M |   0 |1272 |  94k|  94k| 732 | 34 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.14/259.25	c  21.5s|     1 |     0 | 33452 |     - |  1038M |   0 |1272 |  94k|  94k| 740 | 35 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.24/259.32	c  21.6s|     1 |     0 | 33501 |     - |  1038M |   0 |1272 |  94k|  94k| 747 | 36 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.24/259.38	c  21.6s|     1 |     0 | 33553 |     - |  1039M |   0 |1272 |  94k|  94k| 755 | 37 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.34/259.49	c  21.7s|     1 |     0 | 33682 |     - |  1039M |   0 |1272 |  94k|  94k| 766 | 38 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.43/259.58	c  21.8s|     1 |     0 | 33788 |     - |  1039M |   0 |1272 |  94k|  94k| 775 | 39 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.63/259.72	c  22.0s|     1 |     0 | 33995 |     - |  1039M |   0 |1272 |  94k|  94k| 785 | 40 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.73/259.83	c  22.1s|     1 |     0 | 34137 |     - |  1039M |   0 |1272 |  94k|  94k| 794 | 41 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
258.83/259.92	c  22.2s|     1 |     0 | 34226 |     - |  1039M |   0 |1272 |  94k|  94k| 801 | 42 |   0 |   0 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
262.72/263.87	c  26.1s|     1 |     2 | 34343 |     - |  1039M |   0 |1272 |  94k|  94k| 801 | 42 |   0 |  26 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
313.33/314.60	c  76.9s|   100 |   101 | 53286 | 196.7 |  1133M |  18 |1272 |  94k|  94k|1023 |  1 |   0 | 933 | 5.333333e+01 | 4.100000e+01 |  30.08%| unknown
331.96/333.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
331.96/333.34	c d95.6s|   166 |   162 | 58965 | 152.4 |linesear|  25 |1272 |  94k|  94k|   0 |  1 |   0 |1325 | 5.333333e+01 | 4.300000e+01 |  24.03%| unknown
333.67/335.07	c  97.3s|   200 |   192 | 61680 | 140.0 |  1161M |  25 |1272 |  94k|  94k|1136 |  2 |   3 |1343 | 5.333333e+01 | 4.300000e+01 |  24.03%| unknown
336.15/337.57	c  99.8s|   300 |   252 | 67089 | 111.3 |  1167M |  34 |1272 |  94k|  94k|1167 |  1 |   3 |1376 | 5.333333e+01 | 4.300000e+01 |  24.03%| unknown
342.42/343.83	c   106s|   400 |   306 | 72033 |  95.8 |  1180M |  34 |1272 |  94k|  94k|1210 |  1 |   3 |1406 | 5.333333e+01 | 4.300000e+01 |  24.03%| unknown
348.00/349.44	c   112s|   500 |   380 | 78024 |  88.6 |  1193M |  34 |1272 |  94k|  94k|1274 |  1 |   7 |1441 | 5.333333e+01 | 4.300000e+01 |  24.03%| unknown
353.18/354.61	c   117s|   600 |   460 | 85321 |  86.0 |  1207M |  34 |1272 |  94k|  94k|1330 |  1 |   7 |1471 | 5.333333e+01 | 4.300000e+01 |  24.03%| unknown
361.45/362.96	c   125s|   700 |   560 | 93573 |  85.5 |  1213M |  35 |1272 |  94k|  94k|1467 |  1 |  15 |1498 | 5.333333e+01 | 4.300000e+01 |  24.03%| unknown
364.84/366.30	c d 129s|   738 |   567 | 97157 |  86.0 |pscostdi|  35 |1272 |  94k|  94k|   0 |  2 |  15 |1517 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
376.51/378.04	c   140s|   800 |   629 |107472 |  92.2 |  1225M |  35 |1272 |  94k|  94k|1671 |  1 |  50 |1546 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
386.75/388.34	c 
386.75/388.34	c SCIP Status        : solving was interrupted [time limit reached]
386.75/388.34	c Solving Time (sec) : 150.59
386.75/388.34	c Solving Nodes      : 887
386.75/388.34	c Primal Bound       : +4.40000000000000e+01 (567 solutions)
386.75/388.34	c Dual Bound         : +5.33333333333333e+01
386.75/388.34	c Gap                : 21.21 %
386.75/388.34	c SCIP status: 23 (TIMELIMIT)
386.75/388.34	c solveScip: freeing transform (!can_skip_free_transform)
386.85/388.42	c pb_solver_status: sst_sat
386.85/388.42	c LB_goalvalue: 48
386.85/388.42	c UB_goalvalue: 54
386.85/388.42	c Both SAT and SCIP timed out; boosting budgets to sat=78.400000 scip=421.654016
386.85/388.42	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
386.85/388.42	c SCIP returned: sst_sat
386.85/388.42	c SCIP primal LB: 44, dual UB: 54
386.85/388.42	c Try to find a solution more than 50
386.85/388.42	c assumptions: 
386.85/388.42	c invoking solver with time budget: 78.400000
465.20/467.09	c sat_solver_result: sst_unknown
465.20/467.09	c SAT solver timed out; proceeding to cooperative SCIP call
465.20/467.09	c Calling solveScip for cooperative mode with LB_goalvalue:       48, UB_goalvalue: 54
465.20/467.09	c scip solving with time budget: 421.654016
465.20/467.09	c solveScip
465.20/467.09	c initScipForCoop
465.20/467.09	c Coop Mode: Using SCIP obj units for LB/UB: 48, +oo
465.30/467.14	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.800000e+01
465.30/467.14	c 
465.30/467.15	c presolving:
465.38/467.28	c    (0.2s) running MILP presolver
465.48/467.34	c    (0.2s) MILP presolver found nothing
465.58/467.41	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
465.78/467.63	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
465.78/467.63	c    (0.5s) probing aborted: 50/50 successive totally useless probings
466.08/467.99	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
466.19/468.01	c    (0.9s) no symmetry present (symcode time: 0.00)
466.19/468.02	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
466.19/468.02	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
466.19/468.02	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
466.19/468.02	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
466.19/468.02	c   94308 constraints of type <setppc>
466.19/468.02	c transformed objective value is always integral (scale: 1)
466.19/468.02	c Presolving Time: 0.87
466.19/468.04	c transformed 11/11 original solutions to the transformed problem space
466.19/468.04	c 
466.88/468.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
466.88/468.72	c   1.6s|     1 |     0 |  1687 |     - |  1234M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.800000e+01*|1225.00%| unknown
467.67/469.52	c   2.4s|     1 |     0 |  1975 |     - |  1236M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 4.800000e+01*|1145.83%| unknown
469.47/471.38	c   4.3s|     1 |     0 |  2243 |     - |  1237M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 4.800000e+01*|1086.46%| unknown
472.06/473.94	c   6.9s|     1 |     0 |  2636 |     - |  1239M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 4.800000e+01*| 996.88%| unknown
473.35/475.26	c   8.2s|     1 |     0 |  3898 |     - |  1239M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 4.800000e+01*| 932.29%| unknown
474.05/476.00	c   8.9s|     1 |     0 |  4705 |     - |  1239M |   0 |1272 |  94k|  94k| 175 |  5 |   0 |   0 | 4.557500e+02 | 4.800000e+01*| 849.48%| unknown
474.85/476.72	c   9.6s|     1 |     0 |  5858 |     - |  1240M |   0 |1272 |  94k|  94k| 224 |  6 |   0 |   0 | 4.132500e+02 | 4.800000e+01*| 760.94%| unknown
475.64/477.53	c  10.4s|     1 |     0 |  7092 |     - |  1240M |   0 |1272 |  94k|  94k| 270 |  7 |   0 |   0 | 3.867500e+02 | 4.800000e+01*| 705.73%| unknown
476.74/478.61	c  11.5s|     1 |     0 |  8903 |     - |  1240M |   0 |1272 |  94k|  94k| 308 |  8 |   0 |   0 | 3.460000e+02 | 4.800000e+01*| 620.83%| unknown
477.74/479.65	c  12.6s|     1 |     0 | 10800 |     - |  1241M |   0 |1272 |  94k|  94k| 341 |  9 |   0 |   0 | 3.225000e+02 | 4.800000e+01*| 571.88%| unknown
478.73/480.65	c  13.6s|     1 |     0 | 12415 |     - |  1241M |   0 |1272 |  94k|  94k| 383 | 10 |   0 |   0 | 2.962500e+02 | 4.800000e+01*| 517.19%| unknown
479.53/481.47	c  14.4s|     1 |     0 | 14213 |     - |  1241M |   0 |1272 |  94k|  94k| 425 | 11 |   0 |   0 | 2.695000e+02 | 4.800000e+01*| 461.46%| unknown
480.03/481.91	c  14.8s|     1 |     0 | 15183 |     - |  1241M |   0 |1272 |  94k|  94k| 465 | 12 |   0 |   0 | 2.510000e+02 | 4.800000e+01*| 422.92%| unknown
480.53/482.42	c  15.3s|     1 |     0 | 16240 |     - |  1241M |   0 |1272 |  94k|  94k| 498 | 13 |   0 |   0 | 2.255000e+02 | 4.800000e+01*| 369.79%| unknown
481.02/482.99	c  15.9s|     1 |     0 | 17801 |     - |  1241M |   0 |1272 |  94k|  94k| 534 | 14 |   0 |   0 | 2.142500e+02 | 4.800000e+01*| 346.35%| unknown
481.72/483.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
481.72/483.64	c  16.6s|     1 |     0 | 19442 |     - |  1241M |   0 |1272 |  94k|  94k| 552 | 15 |   0 |   0 | 1.990000e+02 | 4.800000e+01*| 314.58%| unknown
482.52/484.42	c  17.3s|     1 |     0 | 21854 |     - |  1241M |   0 |1272 |  94k|  94k| 587 | 16 |   0 |   0 | 1.878750e+02 | 4.800000e+01*| 291.41%| unknown
483.02/484.95	c  17.9s|     1 |     0 | 23501 |     - |  1241M |   0 |1272 |  94k|  94k| 618 | 17 |   0 |   0 | 1.792500e+02 | 4.800000e+01*| 273.44%| unknown
483.71/485.66	c  18.6s|     1 |     0 | 25497 |     - |  1241M |   0 |1272 |  94k|  94k| 650 | 18 |   0 |   0 | 1.683750e+02 | 4.800000e+01*| 250.78%| unknown
484.71/486.68	c  19.6s|     1 |     0 | 28391 |     - |  1241M |   0 |1272 |  94k|  94k| 684 | 19 |   0 |   0 | 1.608750e+02 | 4.800000e+01*| 235.16%| unknown
485.31/487.24	c  20.1s|     1 |     0 | 29839 |     - |  1241M |   0 |1272 |  94k|  94k| 717 | 20 |   0 |   0 | 1.443000e+02 | 4.800000e+01*| 200.62%| unknown
485.71/487.67	c  20.6s|     1 |     0 | 31263 |     - |  1241M |   0 |1272 |  94k|  94k| 721 | 21 |   0 |   0 | 1.290833e+02 | 4.800000e+01*| 168.92%| unknown
486.00/487.95	c  20.9s|     1 |     0 | 32100 |     - |  1241M |   0 |1272 |  94k|  94k| 726 | 22 |   0 |   0 | 1.155000e+02 | 4.800000e+01*| 140.62%| unknown
486.12/488.07	c  21.0s|     1 |     0 | 32366 |     - |  1241M |   0 |1272 |  94k|  94k| 729 | 23 |   0 |   0 | 1.070000e+02 | 4.800000e+01*| 122.92%| unknown
486.22/488.19	c  21.1s|     1 |     0 | 32636 |     - |  1241M |   0 |1272 |  94k|  94k| 731 | 24 |   0 |   0 | 9.875000e+01 | 4.800000e+01*| 105.73%| unknown
486.30/488.27	c  21.2s|     1 |     0 | 32743 |     - |  1241M |   0 |1272 |  94k|  94k| 735 | 25 |   0 |   0 | 9.125000e+01 | 4.800000e+01*|  90.10%| unknown
486.60/488.52	c  21.4s|     1 |     0 | 33828 |     - |  1241M |   0 |1272 |  94k|  94k| 738 | 26 |   0 |   0 | 7.550000e+01 | 4.800000e+01*|  57.29%| unknown
486.60/488.59	c  21.5s|     1 |     0 | 33953 |     - |  1241M |   0 |1272 |  94k|  94k| 745 | 27 |   0 |   0 | 6.800000e+01 | 4.800000e+01*|  41.67%| unknown
486.70/488.66	c  21.6s|     1 |     0 | 34076 |     - |  1241M |   0 |1272 |  94k|  94k| 748 | 28 |   0 |   0 | 6.150000e+01 | 4.800000e+01*|  28.12%| unknown
486.80/488.71	c  21.6s|     1 |     0 | 34117 |     - |  1241M |   0 |1272 |  94k|  94k| 750 | 29 |   0 |   0 | 5.700000e+01 | 4.800000e+01*|  18.75%| unknown
486.90/488.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
486.90/488.84	c  21.8s|     1 |     0 | 34595 |     - |  1241M |   0 |1272 |  94k|  94k| 751 | 30 |   0 |   0 | 5.550000e+01 | 4.800000e+01*|  15.62%| unknown
487.00/488.90	c  21.8s|     1 |     0 | 34653 |     - |  1241M |   0 |1272 |  94k|  94k| 755 | 31 |   0 |   0 | 5.350000e+01 | 4.800000e+01*|  11.46%| unknown
487.00/488.95	c  21.9s|     1 |     0 | 34692 |     - |  1241M |   0 |1272 |  94k|  94k| 760 | 32 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.00/489.01	c  21.9s|     1 |     0 | 34738 |     - |  1241M |   0 |1272 |  94k|  94k| 767 | 33 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.11/489.07	c  22.0s|     1 |     0 | 34766 |     - |  1241M |   0 |1272 |  94k|  94k| 771 | 34 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.21/489.12	c  22.0s|     1 |     0 | 34837 |     - |  1241M |   0 |1272 |  94k|  94k| 778 | 35 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.21/489.19	c  22.1s|     1 |     0 | 34903 |     - |  1241M |   0 |1272 |  94k|  94k| 788 | 36 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.30/489.25	c  22.2s|     1 |     0 | 34977 |     - |  1241M |   0 |1272 |  94k|  94k| 794 | 37 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.40/489.33	c  22.2s|     1 |     0 | 35048 |     - |  1241M |   0 |1272 |  94k|  94k| 803 | 38 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.40/489.39	c  22.3s|     1 |     0 | 35115 |     - |  1241M |   0 |1272 |  94k|  94k| 812 | 39 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.50/489.46	c  22.4s|     1 |     0 | 35151 |     - |  1241M |   0 |1272 |  94k|  94k| 818 | 40 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.60/489.52	c  22.4s|     1 |     0 | 35199 |     - |  1241M |   0 |1272 |  94k|  94k| 823 | 41 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
487.60/489.58	c  22.5s|     1 |     0 | 35245 |     - |  1241M |   0 |1272 |  94k|  94k| 830 | 42 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
489.48/491.46	c  24.4s|     1 |     2 | 35307 |     - |  1241M |   0 |1272 |  94k|  94k| 830 | 42 |   0 |  24 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
525.65/527.76	c  60.7s|   100 |   101 | 56173 | 215.6 |  1254M |  22 |1272 |  94k|  94k|1049 |  1 | 175 | 609 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
551.05/553.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
551.05/553.24	c  86.2s|   200 |   201 | 69202 | 172.7 |  1254M |  24 |1272 |  94k|  94k|1235 |  1 | 387 |1194 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
560.61/562.88	c  95.8s|   300 |   237 | 74649 | 133.2 |  1257M |  36 |1272 |  94k|  94k|1268 |  0 | 697 |1557 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
568.18/570.46	c   103s|   400 |   279 | 80159 | 113.6 |  1266M |  36 |1272 |  95k|  94k|1330 |  1 | 848 |1709 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
570.67/572.91	c   106s|   500 |   313 | 85160 | 100.9 |  1267M |  36 |1272 |  95k|  94k|1343 |  2 | 920 |1734 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
573.95/576.20	c   109s|   600 |   377 | 93205 |  97.5 |  1267M |  40 |1272 |  95k|  94k|1362 |  1 |1029 |1751 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
600.25/602.61	c   136s|   700 |   449 |104868 | 100.2 |  1419M |  44 |1272 |  95k|  94k|1721 |  0 |1109 |1767 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
614.40/616.89	c   150s|   800 |   533 |113390 |  98.3 |  1439M |  44 |1272 |  95k|  94k|1885 |  1 |1177 |1864 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
634.54/637.09	c   170s|   900 |   621 |128022 | 103.7 |  1517M |  44 |1272 |  95k|  94k|2135 |  1 |1241 |2019 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
655.25/657.87	c   191s|  1000 |   719 |140321 | 105.6 |  1531M |  44 |1272 |  95k|  94k|2408 |  1 |1362 |2098 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
676.96/679.64	c   213s|  1100 |   819 |152452 | 107.0 |  1547M |  44 |1272 |  95k|  94k|2731 |  1 |1548 |2133 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
695.19/697.92	c   231s|  1200 |   915 |162815 | 106.7 |  1579M |  44 |1272 |  95k|  94k|2913 |  2 |1592 |2182 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
710.83/713.64	c   247s|  1300 |  1005 |171712 | 105.4 |  1613M |  44 |1272 |  95k|  94k|3166 |  1 |1610 |2234 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
714.02/716.82	c   250s|  1400 |  1099 |178283 | 102.5 |  1615M |  44 |1272 |  95k|  94k|3188 |  1 |1670 |2271 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
734.04/737.01	c   270s|  1500 |  1163 |185840 | 100.7 |  1631M |  44 |1272 |  96k|  94k|3358 |  1 |1739 |2298 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
752.58/755.56	c   288s|  1600 |  1241 |194861 | 100.1 |  1645M |  44 |1272 |  96k|  94k|3683 |  1 |1765 |2307 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
783.08/786.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
783.08/786.16	c   319s|  1700 |  1309 |203357 |  99.2 |  1727M |  44 |1272 |  96k|  94k|4070 |  1 |1801 |2310 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
794.52/797.68	c   331s|  1800 |  1367 |212709 |  98.9 |  1749M |  55 |1272 |  96k|  94k|4358 |  0 |1852 |2315 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
807.07/810.27	c   343s|  1900 |  1429 |220591 |  97.8 |  1763M |  55 |1272 |  96k|  94k|4609 |  1 |1884 |2332 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
825.21/828.46	c   361s|  2000 |  1491 |227224 |  96.2 |  1792M |  55 |1272 |  96k|  94k|4809 |  1 |1921 |2350 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
837.96/841.27	c   374s|  2100 |  1553 |235115 |  95.4 |  1803M |  55 |1272 |  96k|  94k|5012 |  1 |1985 |2406 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
846.92/850.26	c   383s|  2200 |  1637 |243461 |  94.9 |  1810M |  55 |1272 |  96k|  94k|5109 |  1 |2020 |2444 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
856.98/860.31	c   393s|  2300 |  1713 |252331 |  94.6 |  1812M |  55 |1272 |  96k|  94k|5243 |  1 |2104 |2473 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
866.94/870.31	c   403s|  2400 |  1785 |260511 |  94.1 |  1834M |  55 |1272 |  96k|  94k|5340 |  0 |2126 |2480 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
871.82/875.28	c   408s|  2500 |  1859 |266680 |  92.8 |  1838M |  55 |1272 |  96k|  94k|5435 |  1 |2144 |2484 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
875.11/878.56	c   411s|  2600 |  1931 |273695 |  91.9 |  1863M |  55 |1272 |  96k|  94k|5466 |  1 |2155 |2487 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
880.39/883.87	c   417s|  2700 |  1989 |280616 |  91.1 |  1864M |  55 |1272 |  96k|  94k|5499 |  1 |2164 |2513 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
885.27/888.74	c 
885.27/888.74	c SCIP Status        : solving was interrupted [time limit reached]
885.27/888.74	c Solving Time (sec) : 421.65
885.27/888.74	c Solving Nodes      : 2734
885.27/888.74	c Primal Bound       : +4.80000000000000e+01 (552 solutions, 0 respecting the objective limit)
885.27/888.74	c Dual Bound         : +5.33333333333333e+01
885.27/888.74	c Gap                : 11.11 %
885.27/888.75	c SCIP status: 23 (TIMELIMIT)
885.27/888.75	c pb_solver_status: sst_sat
885.27/888.75	c LB_goalvalue: 48
885.27/888.75	c UB_goalvalue: 54
885.27/888.75	c Both SAT and SCIP timed out; boosting budgets to sat=156.800000 scip=1180.631245
885.27/888.75	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
885.27/888.75	c SCIP returned: sst_sat
885.27/888.75	c SCIP primal LB: 48, dual UB: 54
885.27/888.75	c Try to find a solution more than 50
885.27/888.75	c assumptions: 
885.27/888.75	c invoking solver with time budget: 156.800000
1042.08/1046.06	c sat_solver_result: sst_unknown
1042.08/1046.06	c SAT solver timed out; proceeding to cooperative SCIP call
1042.08/1046.06	c Calling solveScip for cooperative mode with LB_goalvalue:       48, UB_goalvalue: 54
1042.08/1046.06	c scip solving with time budget: 1180.631245
1042.08/1046.06	c solveScip
1042.08/1046.06	c initScipForCoop
1042.08/1046.06	c Coop Mode: Using SCIP obj units for LB/UB: 48, +oo
1042.08/1046.06	c SCIPfreeTransform due to timeout and having shadow nodes
1042.08/1046.06	c forcing SCIPfreeTransform before solve
1042.18/1046.15	c Running SCIP presolve for solve-time propagation (rounds=3)
1042.26/1046.20	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.800000e+01
1042.26/1046.20	c 
1042.26/1046.21	c presolving:
1042.36/1046.32	c    (0.2s) running MILP presolver
1042.36/1046.38	c    (0.2s) MILP presolver found nothing
1042.46/1046.45	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
1042.66/1046.65	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1042.66/1046.65	c    (0.5s) probing aborted: 50/50 successive totally useless probings
1043.07/1047.01	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1043.07/1047.01	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1043.07/1047.01	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1043.07/1047.01	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
1043.07/1047.01	c   94308 constraints of type <setppc>
1043.07/1047.01	c transformed objective value is always integral (scale: 1)
1043.07/1047.01	c Presolving Time: 0.81
1043.07/1047.10	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.400000e+01
1043.07/1047.10	c 
1043.17/1047.12	c presolving:
1043.26/1047.24	c    (0.2s) running MILP presolver
1043.36/1047.30	c    (0.3s) MILP presolver found nothing
1043.36/1047.38	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
1043.66/1047.60	c    (0.6s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1043.66/1047.60	c    (0.6s) probing aborted: 50/50 successive totally useless probings
1043.96/1047.97	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1043.96/1047.99	c    (0.9s) no symmetry present (symcode time: 0.00)
1043.96/1048.00	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1043.96/1048.00	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1043.96/1048.00	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1043.96/1048.00	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
1043.96/1048.00	c   94308 constraints of type <setppc>
1043.96/1048.00	c transformed objective value is always integral (scale: 1)
1043.96/1048.00	c Presolving Time: 0.89
1044.07/1048.02	c transformed 11/11 original solutions to the transformed problem space
1044.07/1048.02	c 
1044.75/1048.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1044.75/1048.71	c   1.7s|     1 |     0 |  1687 |     - |  1821M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.400000e+01 |1345.45%| unknown
1045.55/1049.52	c   2.5s|     1 |     0 |  1975 |     - |  1824M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 4.400000e+01 |1259.09%| unknown
1047.34/1051.38	c   4.3s|     1 |     0 |  2243 |     - |  1825M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 4.400000e+01 |1194.32%| unknown
1049.93/1053.93	c   6.9s|     1 |     0 |  2636 |     - |  1826M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 4.400000e+01 |1096.59%| unknown
1051.04/1055.09	c   8.0s|     1 |     0 |  3464 |     - |  1826M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 4.400000e+01 |1026.14%| unknown
1051.93/1055.95	c   8.9s|     1 |     0 |  4383 |     - |  1827M |   0 |1272 |  94k|  94k| 157 |  5 |   0 |   0 | 4.510000e+02 | 4.400000e+01 | 925.00%| unknown
1052.62/1056.64	c   9.6s|     1 |     0 |  5189 |     - |  1827M |   0 |1272 |  94k|  94k| 196 |  6 |   0 |   0 | 4.155000e+02 | 4.400000e+01 | 844.32%| unknown
1053.52/1057.54	c  10.5s|     1 |     0 |  6642 |     - |  1837M |   0 |1272 |  94k|  94k| 233 |  7 |   0 |   0 | 3.792500e+02 | 4.400000e+01 | 761.93%| unknown
1054.32/1058.33	c  11.3s|     1 |     0 |  8403 |     - |  1846M |   0 |1272 |  94k|  94k| 272 |  8 |   0 |   0 | 3.335833e+02 | 4.400000e+01 | 658.14%| unknown
1055.03/1059.08	c  12.0s|     1 |     0 |  9637 |     - |  1855M |   0 |1272 |  94k|  94k| 312 |  9 |   0 |   0 | 3.152500e+02 | 4.400000e+01 | 616.48%| unknown
1056.61/1060.66	c  13.6s|     1 |     0 | 12673 |     - |  1865M |   0 |1272 |  94k|  94k| 352 | 10 |   0 |   0 | 2.848333e+02 | 4.400000e+01 | 547.35%| unknown
1057.50/1061.54	c  14.5s|     1 |     0 | 14770 |     - |  1874M |   0 |1272 |  94k|  94k| 376 | 11 |   0 |   0 | 2.652500e+02 | 4.400000e+01 | 502.84%| unknown
1058.20/1062.22	c  15.2s|     1 |     0 | 16324 |     - |  1883M |   0 |1272 |  94k|  94k| 412 | 12 |   0 |   0 | 2.550000e+02 | 4.400000e+01 | 479.55%| unknown
1059.20/1063.21	c  16.2s|     1 |     0 | 18885 |     - |  1892M |   0 |1272 |  94k|  94k| 441 | 13 |   0 |   0 | 2.367500e+02 | 4.400000e+01 | 438.07%| unknown
1060.01/1064.02	c  17.0s|     1 |     0 | 21008 |     - |  1901M |   0 |1272 |  94k|  94k| 473 | 14 |   0 |   0 | 2.248125e+02 | 4.400000e+01 | 410.94%| unknown
1060.59/1064.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1060.59/1064.61	c  17.6s|     1 |     0 | 22570 |     - |  1910M |   0 |1272 |  94k|  94k| 498 | 15 |   0 |   0 | 2.077500e+02 | 4.400000e+01 | 372.16%| unknown
1061.39/1065.46	c  18.4s|     1 |     0 | 25036 |     - |  1910M |   0 |1272 |  94k|  94k| 534 | 16 |   0 |   0 | 1.834167e+02 | 4.400000e+01 | 316.86%| unknown
1062.00/1066.11	c  19.1s|     1 |     0 | 27030 |     - |  1919M |   0 |1272 |  94k|  94k| 570 | 17 |   0 |   0 | 1.652625e+02 | 4.400000e+01 | 275.60%| unknown
1062.58/1066.64	c  19.6s|     1 |     0 | 28673 |     - |  1929M |   0 |1272 |  94k|  94k| 598 | 18 |   0 |   0 | 1.476875e+02 | 4.400000e+01 | 235.65%| unknown
1063.00/1067.09	c  20.0s|     1 |     0 | 30473 |     - |  1939M |   0 |1272 |  94k|  94k| 626 | 19 |   0 |   0 | 1.397208e+02 | 4.400000e+01 | 217.55%| unknown
1063.28/1067.31	c  20.3s|     1 |     0 | 31080 |     - |  1949M |   0 |1272 |  94k|  94k| 653 | 20 |   0 |   0 | 1.321667e+02 | 4.400000e+01 | 200.38%| unknown
1063.48/1067.51	c  20.5s|     1 |     0 | 31754 |     - |  1950M |   0 |1272 |  94k|  94k| 657 | 21 |   0 |   0 | 1.250833e+02 | 4.400000e+01 | 184.28%| unknown
1063.58/1067.61	c  20.6s|     1 |     0 | 31919 |     - |  1951M |   0 |1272 |  94k|  94k| 659 | 22 |   0 |   0 | 1.163199e+02 | 4.400000e+01 | 164.36%| unknown
1063.68/1067.77	c  20.7s|     1 |     0 | 32419 |     - |  1951M |   0 |1272 |  94k|  94k| 663 | 23 |   0 |   0 | 1.003193e+02 | 4.400000e+01 | 128.00%| unknown
1063.99/1068.10	c  21.1s|     1 |     0 | 33866 |     - |  1951M |   0 |1272 |  94k|  94k| 667 | 24 |   0 |   0 | 8.558824e+01 | 4.400000e+01 |  94.52%| unknown
1064.09/1068.19	c  21.1s|     1 |     0 | 34035 |     - |  1951M |   0 |1272 |  94k|  94k| 672 | 25 |   0 |   0 | 7.058824e+01 | 4.400000e+01 |  60.43%| unknown
1064.28/1068.34	c  21.3s|     1 |     0 | 34619 |     - |  1951M |   0 |1272 |  94k|  94k| 675 | 26 |   0 |   0 | 5.600000e+01 | 4.400000e+01 |  27.27%| unknown
1064.38/1068.41	c  21.4s|     1 |     0 | 34742 |     - |  1951M |   0 |1272 |  94k|  94k| 677 | 27 |   0 |   0 | 5.525000e+01 | 4.400000e+01 |  25.57%| unknown
1064.38/1068.47	c  21.4s|     1 |     0 | 34792 |     - |  1952M |   0 |1272 |  94k|  94k| 679 | 28 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1064.48/1068.53	c  21.5s|     1 |     0 | 34852 |     - |  1952M |   0 |1272 |  94k|  94k| 684 | 29 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1064.48/1068.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1064.48/1068.59	c  21.5s|     1 |     0 | 34929 |     - |  1953M |   0 |1272 |  94k|  94k| 689 | 30 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1064.58/1068.65	c  21.6s|     1 |     0 | 35001 |     - |  1953M |   0 |1272 |  94k|  94k| 698 | 31 |   0 |   0 | 5.350000e+01 | 4.400000e+01 |  21.59%| unknown
1064.68/1068.73	c  21.7s|     1 |     0 | 35096 |     - |  1954M |   0 |1272 |  94k|  94k| 705 | 32 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1064.78/1068.80	c  21.7s|     1 |     0 | 35169 |     - |  1954M |   0 |1272 |  94k|  94k| 712 | 33 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1064.78/1068.88	c  21.8s|     1 |     0 | 35241 |     - |  1955M |   0 |1272 |  94k|  94k| 719 | 34 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1064.87/1068.94	c  21.9s|     1 |     0 | 35284 |     - |  1955M |   0 |1272 |  94k|  94k| 723 | 35 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1064.99/1069.02	c  22.0s|     1 |     0 | 35369 |     - |  1955M |   0 |1272 |  94k|  94k| 732 | 36 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1064.99/1069.09	c  22.0s|     1 |     0 | 35431 |     - |  1955M |   0 |1272 |  94k|  94k| 739 | 37 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1065.09/1069.17	c  22.1s|     1 |     0 | 35503 |     - |  1956M |   0 |1272 |  94k|  94k| 748 | 38 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1065.17/1069.24	c  22.2s|     1 |     0 | 35565 |     - |  1957M |   0 |1272 |  94k|  94k| 757 | 39 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1065.27/1069.32	c  22.3s|     1 |     0 | 35629 |     - |  1958M |   0 |1272 |  94k|  94k| 767 | 40 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1065.37/1069.40	c  22.3s|     1 |     0 | 35689 |     - |  1958M |   0 |1272 |  94k|  94k| 775 | 41 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1065.37/1069.47	c  22.4s|     1 |     0 | 35738 |     - |  1958M |   0 |1272 |  94k|  94k| 780 | 42 |   0 |   0 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1069.07/1073.18	c  26.1s|     1 |     2 | 35767 |     - |  1958M |   0 |1272 |  94k|  94k| 780 | 42 |   0 |  33 | 5.333333e+01 | 4.400000e+01 |  21.21%| unknown
1110.70/1114.91	c  67.9s|   100 |   101 | 63529 | 284.9 |  1962M |  17 |1272 |  94k|  94k|1051 |  1 |  59 | 357 | 5.300000e+01 | 4.400000e+01 |  20.45%| unknown
1150.26/1154.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1150.26/1154.69	c d 108s|   199 |   200 | 85390 | 252.9 |pscostdi|  19 |1272 |  94k|  94k|   0 |  1 | 122 | 846 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1150.46/1154.81	c   108s|   200 |   201 | 85451 | 251.9 |  1964M |  19 |1272 |  94k|  94k|1326 |  1 | 122 | 849 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1162.91/1167.31	c   120s|   300 |   267 | 90857 | 185.7 |  1966M |  35 |1272 |  94k|  94k|1369 |  1 | 168 |1171 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1171.38/1175.88	c   129s|   400 |   337 | 97121 | 154.9 |  1967M |  35 |1272 |  94k|  94k|1425 |  1 | 171 |1298 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1177.46/1181.99	c   135s|   500 |   411 |101961 | 133.5 |  1969M |  37 |1272 |  94k|  94k|1458 |  1 | 183 |1386 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1181.74/1186.21	c   139s|   600 |   487 |109244 | 123.4 |  1970M |  38 |1272 |  94k|  94k|1512 |  1 | 216 |1405 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1206.65/1211.23	c   164s|   700 |   587 |121086 | 122.7 |  1972M |  38 |1272 |  94k|  94k|1770 |  1 | 235 |1504 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1214.55/1219.19	c   172s|   800 |   687 |130451 | 119.1 |  1974M |  38 |1272 |  94k|  94k|1842 |  1 | 265 |1535 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1218.53/1223.15	c   176s|   900 |   787 |138514 | 114.8 |  1976M |  38 |1272 |  94k|  94k|1852 |  1 | 281 |1576 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1224.60/1229.27	c   182s|  1000 |   887 |148289 | 113.1 |  1978M |  38 |1272 |  94k|  94k|1899 |  1 | 304 |1619 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1234.26/1238.99	c   192s|  1100 |   981 |155625 | 109.5 |  1980M |  41 |1272 |  94k|  94k|1933 |  1 | 319 |1654 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1241.64/1246.37	c   199s|  1200 |  1075 |165640 | 108.7 |  1981M |  41 |1272 |  94k|  94k|1986 |  1 | 346 |1695 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1261.96/1266.73	c   220s|  1300 |  1171 |175393 | 107.8 |  1983M |  42 |1272 |  94k|  94k|2203 |  2 | 352 |1744 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1268.84/1273.61	c   227s|  1400 |  1269 |183451 | 105.9 |  1985M |  42 |1272 |  94k|  94k|2287 |  1 | 360 |1765 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1271.24/1276.04	c   229s|  1500 |  1363 |189746 | 103.0 |  1986M |  42 |1272 |  94k|  94k|2336 |  1 | 368 |1767 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1298.84/1303.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1298.84/1303.76	c   257s|  1600 |  1457 |196376 | 100.7 |  2043M |  42 |1272 |  94k|  94k|2571 |  1 | 373 |1794 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1323.96/1328.94	c   282s|  1700 |  1549 |205114 |  99.9 |  2073M |  42 |1272 |  94k|  94k|2848 |  1 | 397 |1803 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1332.83/1337.85	c   291s|  1800 |  1647 |218212 | 101.7 |  2075M |  42 |1272 |  94k|  94k|3003 |  1 | 410 |1820 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1341.79/1346.89	c   300s|  1900 |  1745 |226484 | 100.7 |  2077M |  42 |1272 |  94k|  94k|3138 |  1 | 430 |1860 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1353.15/1358.29	c   311s|  2000 |  1843 |233970 |  99.4 |  2078M |  42 |1272 |  94k|  94k|3292 |  1 | 437 |1867 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1362.04/1367.12	c   320s|  2100 |  1943 |243162 |  99.0 |  2081M |  43 |1272 |  94k|  94k|3384 |  1 | 441 |1880 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1377.67/1382.85	c   336s|  2200 |  2043 |252317 |  98.7 |  2082M |  43 |1272 |  94k|  94k|3550 |  1 | 454 |1941 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1383.26/1388.47	c   341s|  2300 |  2141 |260019 |  97.7 |  2085M |  43 |1272 |  94k|  94k|3591 |  1 | 462 |1944 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1392.84/1398.05	c   351s|  2400 |  2237 |267413 |  96.7 |  2096M |  44 |1272 |  94k|  94k|3787 |  1 | 462 |1955 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1397.92/1403.17	c   356s|  2500 |  2337 |276741 |  96.6 |  2097M |  44 |1272 |  94k|  94k|3846 |  1 | 474 |1964 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1402.18/1407.45	c   360s|  2600 |  2437 |285159 |  96.1 |  2099M |  44 |1272 |  94k|  94k|3891 |  1 | 480 |1968 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1409.36/1414.60	c   368s|  2700 |  2531 |293165 |  95.5 |  2103M |  44 |1272 |  94k|  94k|3957 |  1 | 485 |1971 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1411.95/1417.28	c   370s|  2800 |  2627 |301131 |  95.0 |  2106M |  44 |1272 |  94k|  94k|3986 |  1 | 496 |1976 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1438.55/1443.98	c   397s|  2900 |  2715 |310062 |  94.8 |  2136M |  44 |1272 |  94k|  94k|4219 |  1 | 501 |1980 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1445.13/1450.54	c   403s|  3000 |  2813 |322505 |  95.8 |  2139M |  44 |1272 |  94k|  94k|4344 |  1 | 530 |1980 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1463.26/1468.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1463.26/1468.72	c   422s|  3100 |  2913 |331894 |  95.7 |  2152M |  44 |1272 |  94k|  94k|4540 |  1 | 553 |1996 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1476.91/1482.47	c   435s|  3200 |  3011 |342895 |  96.1 |  2163M |  44 |1272 |  94k|  94k|4854 |  1 | 567 |2053 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1489.96/1495.59	c   449s|  3300 |  3107 |353195 |  96.4 |  2166M |  44 |1272 |  94k|  94k|4992 |  1 | 579 |2106 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1496.63/1502.27	c   455s|  3400 |  3203 |363229 |  96.5 |  2168M |  44 |1272 |  94k|  94k|5131 |  1 | 603 |2109 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1504.52/1510.17	c   463s|  3500 |  3301 |371327 |  96.0 |  2171M |  44 |1272 |  94k|  94k|5191 |  1 | 613 |2143 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1510.89/1516.52	c   469s|  3600 |  3401 |378782 |  95.4 |  2174M |  44 |1272 |  94k|  94k|5231 |  1 | 617 |2182 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1516.26/1521.92	c   475s|  3700 |  3501 |386425 |  94.9 |  2176M |  44 |1272 |  94k|  94k|5262 |  1 | 627 |2275 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1518.95/1524.69	c   478s|  3800 |  3599 |392610 |  94.0 |  2178M |  44 |1272 |  94k|  94k|5268 |  1 | 633 |2289 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1521.46/1527.14	c   480s|  3900 |  3697 |399107 |  93.3 |  2181M |  44 |1272 |  94k|  94k|5268 |  1 | 642 |2296 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1527.23/1532.97	c   486s|  4000 |  3797 |407707 |  93.1 |  2185M |  44 |1272 |  94k|  94k|5309 |  2 | 642 |2308 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1541.39/1547.15	c   500s|  4100 |  3895 |416790 |  93.1 |  2187M |  44 |1272 |  94k|  94k|5409 |  2 | 655 |2370 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1546.95/1552.76	c   506s|  4200 |  3995 |427206 |  93.3 |  2193M |  44 |1272 |  94k|  94k|5436 |  1 | 665 |2393 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1559.01/1564.83	c   518s|  4300 |  4093 |437180 |  93.5 |  2196M |  44 |1272 |  94k|  94k|5535 |  1 | 683 |2424 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1575.35/1581.29	c   534s|  4400 |  4191 |448604 |  93.9 |  2200M |  44 |1272 |  94k|  94k|5790 |  1 | 687 |2472 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1583.62/1589.55	c   543s|  4500 |  4287 |456524 |  93.6 |  2201M |  44 |1272 |  95k|  94k|5905 |  1 | 699 |2495 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1587.30/1593.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1587.30/1593.23	c   546s|  4600 |  4387 |465597 |  93.6 |  2204M |  44 |1272 |  95k|  94k|5956 |  1 | 705 |2515 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1595.19/1601.18	c   554s|  4700 |  4485 |475443 |  93.7 |  2206M |  45 |1272 |  95k|  94k|6054 |  1 | 722 |2572 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1601.85/1607.80	c   561s|  4800 |  4583 |486290 |  94.0 |  2209M |  45 |1272 |  95k|  94k|6127 |  1 | 744 |2603 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1609.04/1615.08	c   568s|  4900 |  4681 |497325 |  94.3 |  2213M |  45 |1272 |  95k|  94k|6181 |  1 | 750 |2648 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1612.21/1618.20	c   571s|  5000 |  4781 |504325 |  93.8 |  2219M |  45 |1272 |  95k|  94k|6204 |  1 | 760 |2673 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1616.89/1622.92	c   576s|  5100 |  4881 |511063 |  93.3 |  2221M |  45 |1272 |  95k|  94k|6231 |  2 | 766 |2699 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1629.65/1635.76	c   589s|  5200 |  4975 |519463 |  93.1 |  2223M |  45 |1272 |  95k|  94k|6335 |  1 | 772 |2717 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1639.51/1645.63	c   599s|  5300 |  5075 |529185 |  93.2 |  2229M |  45 |1272 |  95k|  94k|6407 |  1 | 780 |2744 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1645.79/1651.96	c   605s|  5400 |  5173 |540291 |  93.5 |  2233M |  45 |1272 |  95k|  94k|6485 |  1 | 790 |2795 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1654.35/1660.59	c   614s|  5500 |  5265 |549244 |  93.5 |  2263M |  45 |1272 |  95k|  94k|6570 |  1 | 793 |2812 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1664.32/1670.59	c   624s|  5600 |  5365 |559894 |  93.7 |  2265M |  45 |1272 |  95k|  94k|6736 |  1 | 793 |2839 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1673.98/1680.23	c   633s|  5700 |  5465 |571400 |  94.1 |  2266M |  45 |1272 |  95k|  94k|6834 |  1 | 830 |2861 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1685.94/1692.21	c   645s|  5800 |  5557 |578493 |  93.7 |  2268M |  45 |1272 |  95k|  94k|6916 |  1 | 841 |2883 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1696.40/1702.72	c   656s|  5900 |  5653 |587660 |  93.6 |  2273M |  45 |1272 |  95k|  94k|7015 |  1 | 848 |2895 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1705.37/1711.70	c   665s|  6000 |  5751 |597294 |  93.7 |  2275M |  45 |1272 |  95k|  94k|7122 |  1 | 855 |2901 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1720.42/1726.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1720.42/1726.85	c   680s|  6100 |  5847 |605506 |  93.5 |  2279M |  45 |1272 |  95k|  94k|7213 |  1 | 855 |2925 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1724.00/1730.47	c   683s|  6200 |  5945 |613412 |  93.3 |  2282M |  45 |1272 |  95k|  94k|7265 |  1 | 876 |2953 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1728.88/1735.37	c   688s|  6300 |  6045 |622081 |  93.2 |  2285M |  45 |1272 |  95k|  94k|7319 |  1 | 881 |2956 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1734.58/1741.07	c   694s|  6400 |  6137 |629012 |  92.8 |  2322M |  45 |1272 |  95k|  94k|7376 |  1 | 890 |2965 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1742.43/1748.97	c   702s|  6500 |  6235 |639136 |  92.9 |  2326M |  45 |1272 |  95k|  94k|7474 |  1 | 908 |2971 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1750.20/1756.77	c   710s|  6600 |  6333 |645751 |  92.5 |  2328M |  45 |1272 |  95k|  94k|7575 |  1 | 908 |2975 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1766.05/1772.62	c   726s|  6700 |  6427 |654474 |  92.4 |  2330M |  45 |1272 |  95k|  94k|7693 |  1 | 917 |2980 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1768.64/1775.22	c   728s|  6800 |  6525 |662561 |  92.3 |  2333M |  45 |1272 |  95k|  94k|7697 |  1 | 924 |2986 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1770.73/1777.30	c   730s|  6900 |  6625 |668915 |  91.8 |  2334M |  45 |1272 |  95k|  94k|7702 |  1 | 943 |2987 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1783.69/1790.37	c   743s|  7000 |  6723 |676441 |  91.6 |  2336M |  45 |1272 |  95k|  94k|7812 |  1 | 943 |2989 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1804.12/1810.85	c   764s|  7100 |  6823 |688586 |  92.0 |  2343M |  45 |1272 |  95k|  94k|8032 |  3 | 953 |2992 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1820.06/1826.82	c   780s|  7200 |  6923 |700374 |  92.4 |  2347M |  45 |1272 |  95k|  94k|8386 |  1 | 957 |2992 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1832.91/1839.71	c   793s|  7300 |  7023 |715713 |  93.2 |  2350M |  45 |1272 |  95k|  94k|8558 |  1 | 977 |2992 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1844.07/1850.98	c   804s|  7400 |  7123 |728069 |  93.6 |  2392M |  52 |1272 |  95k|  94k|8735 |  1 | 985 |2992 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1859.13/1866.04	c   819s|  7500 |  7213 |738425 |  93.8 |  2413M |  55 |1272 |  95k|  94k|8940 |  1 | 988 |2992 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1891.20/1898.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1891.20/1898.25	c   851s|  7600 |  7291 |750656 |  94.1 |  2458M |  57 |1272 |  95k|  94k|9259 |  1 | 998 |3033 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1898.27/1905.34	c   858s|  7700 |  7383 |762082 |  94.4 |  2462M |  58 |1272 |  95k|  94k|9503 |  1 | 998 |3061 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1909.24/1916.36	c   869s|  7800 |  7477 |773325 |  94.6 |  2474M |  58 |1272 |  95k|  94k|9696 |  1 |1003 |3091 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1918.21/1925.33	c   878s|  7900 |  7567 |780625 |  94.4 |  2479M |  58 |1272 |  95k|  94k|9805 |  1 |1012 |3118 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1932.36/1939.51	c   892s|  8000 |  7661 |787655 |  94.1 |  2481M |  58 |1272 |  95k|  94k|9917 |  1 |1026 |3131 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1951.39/1958.66	c   912s|  8100 |  7743 |797053 |  94.1 |  2482M |  58 |1272 |  95k|  94k|  10k|  1 |1035 |3165 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1966.93/1974.25	c   927s|  8200 |  7833 |805119 |  93.9 |  2485M |  58 |1272 |  95k|  94k|  10k|  0 |1052 |3192 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1974.60/1981.95	c   935s|  8300 |  7921 |813299 |  93.7 |  2487M |  58 |1272 |  95k|  94k|  10k|  1 |1052 |3224 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1980.58/1987.96	c   941s|  8400 |  8011 |822221 |  93.7 |  2490M |  58 |1272 |  95k|  94k|  10k|  1 |1074 |3250 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
1984.97/1992.31	c   945s|  8500 |  8093 |829103 |  93.4 |  2493M |  58 |1272 |  95k|  94k|  10k|  1 |1078 |3290 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2006.99/2014.45	c   967s|  8600 |  8177 |839197 |  93.5 |  2542M |  58 |1272 |  95k|  94k|  10k|  1 |1089 |3342 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2014.76/2022.24	c   975s|  8700 |  8269 |847361 |  93.3 |  2547M |  58 |1272 |  95k|  94k|  10k|  1 |1094 |3358 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2023.03/2030.57	c   984s|  8800 |  8347 |854519 |  93.1 |  2548M |  58 |1272 |  95k|  94k|  10k|  1 |1094 |3393 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2026.31/2033.81	c   987s|  8900 |  8437 |861852 |  92.9 |  2551M |  58 |1272 |  95k|  94k|  10k|  1 |1102 |3420 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2034.98/2042.52	c   995s|  9000 |  8529 |870613 |  92.8 |  2552M |  58 |1272 |  95k|  94k|  10k|  0 |1102 |3452 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2047.64/2055.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2047.64/2055.22	c  1008s|  9100 |  8623 |880212 |  92.9 |  2558M |  58 |1272 |  95k|  94k|  10k|  4 |1107 |3480 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2059.59/2067.24	c  1020s|  9200 |  8715 |889576 |  92.9 |  2560M |  58 |1272 |  95k|  94k|  10k|  1 |1120 |3511 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2063.40/2071.03	c  1024s|  9300 |  8813 |898761 |  92.9 |  2562M |  58 |1272 |  95k|  94k|  10k|  1 |1135 |3542 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2073.85/2081.53	c  1034s|  9400 |  8901 |906970 |  92.7 |  2566M |  58 |1272 |  95k|  94k|  10k|  2 |1135 |3577 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2079.13/2086.81	c  1040s|  9500 |  8999 |914208 |  92.5 |  2568M |  58 |1272 |  95k|  94k|  10k|  1 |1135 |3609 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2097.86/2105.63	c  1059s|  9600 |  9087 |922080 |  92.4 |  2570M |  58 |1272 |  95k|  94k|  11k|  1 |1146 |3620 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2114.50/2122.34	c  1075s|  9700 |  9173 |932627 |  92.5 |  2573M |  58 |1272 |  95k|  94k|  11k|  1 |1152 |3655 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2120.87/2128.70	c  1082s|  9800 |  9267 |941802 |  92.5 |  2578M |  58 |1272 |  95k|  94k|  11k|  1 |1158 |3686 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2125.45/2133.38	c  1086s|  9900 |  9367 |954128 |  92.8 |  2582M |  58 |1272 |  95k|  94k|  11k|  1 |1175 |3718 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2129.44/2137.38	c  1090s| 10000 |  9467 |965559 |  93.0 |  2584M |  58 |1272 |  95k|  94k|  11k|  1 |1175 |3738 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2149.97/2157.99	c  1111s| 10100 |  9567 |977547 |  93.3 |  2648M |  58 |1272 |  95k|  94k|  11k|  1 |1185 |3747 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2162.52/2170.50	c  1123s| 10200 |  9665 |992902 |  93.9 |  2654M |  58 |1272 |  95k|  94k|  11k|  5 |1185 |3761 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2167.90/2176.01	c  1129s| 10300 |  9765 |  1003k|  94.0 |  2657M |  58 |1272 |  95k|  94k|  11k|  2 |1191 |3763 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2171.69/2179.75	c  1133s| 10400 |  9861 |  1013k|  94.1 |  2660M |  58 |1272 |  95k|  94k|  11k|  1 |1213 |3778 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2175.57/2183.63	c  1137s| 10500 |  9961 |  1023k|  94.1 |  2662M |  58 |1272 |  95k|  94k|  11k|  1 |1223 |3809 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2178.46/2186.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2178.46/2186.55	c  1140s| 10600 | 10061 |  1032k|  94.1 |  2664M |  58 |1272 |  95k|  94k|  11k|  1 |1235 |3814 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2181.35/2189.40	c  1142s| 10700 | 10159 |  1040k|  93.9 |  2668M |  58 |1272 |  95k|  94k|  11k|  1 |1250 |3827 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2183.84/2191.97	c  1145s| 10800 | 10259 |  1048k|  93.8 |  2670M |  58 |1272 |  95k|  94k|  11k|  1 |1250 |3830 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2192.02/2200.16	c  1153s| 10900 | 10359 |  1057k|  93.7 |  2672M |  58 |1272 |  95k|  94k|  12k|  1 |1256 |3832 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2196.39/2204.54	c  1157s| 11000 | 10457 |  1067k|  93.8 |  2676M |  58 |1272 |  95k|  94k|  12k|  1 |1265 |3832 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2198.58/2206.75	c  1160s| 11100 | 10557 |  1074k|  93.6 |  2679M |  58 |1272 |  95k|  94k|  12k|  1 |1265 |3833 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2208.75/2216.91	c  1170s| 11200 | 10651 |  1081k|  93.5 |  2682M |  58 |1272 |  95k|  94k|  12k|  1 |1265 |3834 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2216.62/2224.81	c  1178s| 11300 | 10745 |  1090k|  93.4 |  2686M |  58 |1272 |  95k|  94k|  12k|  1 |1277 |3834 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2219.21/2227.48	c  1180s| 11400 | 10835 |  1098k|  93.3 |  2688M |  58 |1272 |  95k|  94k|  12k|  1 |1286 |3834 | 5.300000e+01 | 4.500000e+01 |  17.78%| unknown
2219.41/2227.68	c 
2219.41/2227.68	c SCIP Status        : solving was interrupted [time limit reached]
2219.41/2227.68	c Solving Time (sec) : 1180.63
2219.41/2227.68	c Solving Nodes      : 11408
2219.41/2227.68	c Primal Bound       : +4.50000000000000e+01 (663 solutions)
2219.41/2227.68	c Dual Bound         : +5.30000000000000e+01
2219.41/2227.68	c Gap                : 17.78 %
2219.41/2227.69	c SCIP status: 23 (TIMELIMIT)
2219.41/2227.69	c solveScip: freeing transform (!can_skip_free_transform)
2219.60/2227.81	c SCIP LP bound tightened UB: 54 -> 53
2219.60/2227.81	c pb_solver_status: sst_sat
2219.60/2227.81	c LB_goalvalue: 48
2219.60/2227.81	c UB_goalvalue: 53
2219.60/2227.81	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2219.60/2227.81	c SCIP returned: sst_sat
2219.60/2227.81	c SCIP primal LB: 45, dual UB: 53
2219.60/2227.81	c Try to find a solution more than 49
2219.60/2227.81	c 
2219.60/2227.81	c assumptions: 
2219.60/2227.81	c invoking solver with time budget: 156.800000
2376.35/2385.09	c sat_solver_result: sst_unknown
2376.35/2385.09	c SAT solver timed out; proceeding to cooperative SCIP call
2376.35/2385.09	c Calling solveScip for cooperative mode with LB_goalvalue:       48, UB_goalvalue: 53
2376.35/2385.09	c scip solving with time budget: 1652.883743
2376.35/2385.09	c solveScip
2376.35/2385.09	c initScipForCoop
2376.35/2385.09	c Coop Mode: Using SCIP obj units for LB/UB: 48, +oo
2376.45/2385.14	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.800000e+01
2376.45/2385.14	c 
2376.45/2385.16	c presolving:
2376.53/2385.28	c    (0.2s) running MILP presolver
2376.63/2385.34	c    (0.3s) MILP presolver found nothing
2376.73/2385.41	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94308 upgd conss, 0 impls, 94308 clqs, 0 implints
2376.93/2385.63	c    (0.5s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2376.93/2385.63	c    (0.5s) probing aborted: 50/50 successive totally useless probings
2377.23/2385.99	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2377.34/2386.01	c    (0.9s) no symmetry present (symcode time: 0.00)
2377.34/2386.02	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
2377.34/2386.02	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2377.34/2386.02	c  0 implications, 94308 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2377.34/2386.02	c presolved problem has 1272 variables (1272 bin, 0 int, 0 cont) and 94308 constraints
2377.34/2386.02	c   94308 constraints of type <setppc>
2377.34/2386.02	c transformed objective value is always integral (scale: 1)
2377.34/2386.02	c Presolving Time: 0.87
2377.34/2386.04	c transformed 11/11 original solutions to the transformed problem space
2377.34/2386.04	c 
2378.03/2386.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2378.03/2386.72	c   1.6s|     1 |     0 |  1687 |     - |  2437M |   0 |1272 |  94k|  94k|   0 |  0 |   0 |   0 | 6.360000e+02 | 4.800000e+01*|1225.00%| unknown
2378.82/2387.51	c   2.4s|     1 |     0 |  1975 |     - |  2440M |   0 |1272 |  94k|  94k|  14 |  1 |   0 |   0 | 5.980000e+02 | 4.800000e+01*|1145.83%| unknown
2380.52/2389.28	c   4.2s|     1 |     0 |  2243 |     - |  2440M |   0 |1272 |  94k|  94k|  32 |  2 |   0 |   0 | 5.695000e+02 | 4.800000e+01*|1086.46%| unknown
2382.91/2391.69	c   6.6s|     1 |     0 |  2636 |     - |  2442M |   0 |1272 |  94k|  94k|  84 |  3 |   0 |   0 | 5.265000e+02 | 4.800000e+01*| 996.88%| unknown
2384.32/2393.05	c   8.0s|     1 |     0 |  3898 |     - |  2442M |   0 |1272 |  94k|  94k| 117 |  4 |   0 |   0 | 4.955000e+02 | 4.800000e+01*| 932.29%| unknown
2385.00/2393.79	c   8.7s|     1 |     0 |  4705 |     - |  2443M |   0 |1272 |  94k|  94k| 175 |  5 |   0 |   0 | 4.557500e+02 | 4.800000e+01*| 849.48%| unknown
2385.80/2394.52	c   9.4s|     1 |     0 |  5858 |     - |  2443M |   0 |1272 |  94k|  94k| 224 |  6 |   0 |   0 | 4.132500e+02 | 4.800000e+01*| 760.94%| unknown
2386.60/2395.33	c  10.2s|     1 |     0 |  7092 |     - |  2443M |   0 |1272 |  94k|  94k| 270 |  7 |   0 |   0 | 3.867500e+02 | 4.800000e+01*| 705.73%| unknown
2387.69/2396.41	c  11.3s|     1 |     0 |  8903 |     - |  2443M |   0 |1272 |  94k|  94k| 308 |  8 |   0 |   0 | 3.460000e+02 | 4.800000e+01*| 620.83%| unknown
2388.69/2397.46	c  12.4s|     1 |     0 | 10800 |     - |  2444M |   0 |1272 |  94k|  94k| 341 |  9 |   0 |   0 | 3.225000e+02 | 4.800000e+01*| 571.88%| unknown
2389.69/2398.46	c  13.4s|     1 |     0 | 12415 |     - |  2444M |   0 |1272 |  94k|  94k| 383 | 10 |   0 |   0 | 2.962500e+02 | 4.800000e+01*| 517.19%| unknown
2390.48/2399.28	c  14.2s|     1 |     0 | 14213 |     - |  2445M |   0 |1272 |  94k|  94k| 425 | 11 |   0 |   0 | 2.695000e+02 | 4.800000e+01*| 461.46%| unknown
2390.98/2399.73	c  14.6s|     1 |     0 | 15183 |     - |  2445M |   0 |1272 |  94k|  94k| 465 | 12 |   0 |   0 | 2.510000e+02 | 4.800000e+01*| 422.92%| unknown
2391.48/2400.24	c  15.1s|     1 |     0 | 16240 |     - |  2445M |   0 |1272 |  94k|  94k| 498 | 13 |   0 |   0 | 2.255000e+02 | 4.800000e+01*| 369.79%| unknown
2392.08/2400.80	c  15.7s|     1 |     0 | 17801 |     - |  2445M |   0 |1272 |  94k|  94k| 534 | 14 |   0 |   0 | 2.142500e+02 | 4.800000e+01*| 346.35%| unknown
2392.68/2401.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2392.68/2401.46	c  16.4s|     1 |     0 | 19442 |     - |  2445M |   0 |1272 |  94k|  94k| 552 | 15 |   0 |   0 | 1.990000e+02 | 4.800000e+01*| 314.58%| unknown
2393.47/2402.23	c  17.1s|     1 |     0 | 21854 |     - |  2445M |   0 |1272 |  94k|  94k| 587 | 16 |   0 |   0 | 1.878750e+02 | 4.800000e+01*| 291.41%| unknown
2393.97/2402.74	c  17.7s|     1 |     0 | 23501 |     - |  2445M |   0 |1272 |  94k|  94k| 618 | 17 |   0 |   0 | 1.792500e+02 | 4.800000e+01*| 273.44%| unknown
2394.67/2403.45	c  18.4s|     1 |     0 | 25497 |     - |  2445M |   0 |1272 |  94k|  94k| 650 | 18 |   0 |   0 | 1.683750e+02 | 4.800000e+01*| 250.78%| unknown
2395.67/2404.46	c  19.4s|     1 |     0 | 28391 |     - |  2445M |   0 |1272 |  94k|  94k| 684 | 19 |   0 |   0 | 1.608750e+02 | 4.800000e+01*| 235.16%| unknown
2396.28/2405.03	c  19.9s|     1 |     0 | 29839 |     - |  2445M |   0 |1272 |  94k|  94k| 717 | 20 |   0 |   0 | 1.443000e+02 | 4.800000e+01*| 200.62%| unknown
2396.66/2405.47	c  20.4s|     1 |     0 | 31263 |     - |  2445M |   0 |1272 |  94k|  94k| 721 | 21 |   0 |   0 | 1.290833e+02 | 4.800000e+01*| 168.92%| unknown
2396.96/2405.75	c  20.7s|     1 |     0 | 32100 |     - |  2445M |   0 |1272 |  94k|  94k| 726 | 22 |   0 |   0 | 1.155000e+02 | 4.800000e+01*| 140.62%| unknown
2397.06/2405.86	c  20.8s|     1 |     0 | 32366 |     - |  2445M |   0 |1272 |  94k|  94k| 729 | 23 |   0 |   0 | 1.070000e+02 | 4.800000e+01*| 122.92%| unknown
2397.16/2405.99	c  20.9s|     1 |     0 | 32636 |     - |  2445M |   0 |1272 |  94k|  94k| 731 | 24 |   0 |   0 | 9.875000e+01 | 4.800000e+01*| 105.73%| unknown
2397.28/2406.07	c  21.0s|     1 |     0 | 32743 |     - |  2445M |   0 |1272 |  94k|  94k| 735 | 25 |   0 |   0 | 9.125000e+01 | 4.800000e+01*|  90.10%| unknown
2397.56/2406.32	c  21.2s|     1 |     0 | 33828 |     - |  2445M |   0 |1272 |  94k|  94k| 738 | 26 |   0 |   0 | 7.550000e+01 | 4.800000e+01*|  57.29%| unknown
2397.56/2406.39	c  21.3s|     1 |     0 | 33953 |     - |  2445M |   0 |1272 |  94k|  94k| 745 | 27 |   0 |   0 | 6.800000e+01 | 4.800000e+01*|  41.67%| unknown
2397.66/2406.46	c  21.4s|     1 |     0 | 34076 |     - |  2445M |   0 |1272 |  94k|  94k| 748 | 28 |   0 |   0 | 6.150000e+01 | 4.800000e+01*|  28.12%| unknown
2397.76/2406.52	c  21.4s|     1 |     0 | 34117 |     - |  2445M |   0 |1272 |  94k|  94k| 750 | 29 |   0 |   0 | 5.700000e+01 | 4.800000e+01*|  18.75%| unknown
2397.86/2406.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2397.86/2406.65	c  21.6s|     1 |     0 | 34595 |     - |  2445M |   0 |1272 |  94k|  94k| 751 | 30 |   0 |   0 | 5.550000e+01 | 4.800000e+01*|  15.62%| unknown
2397.96/2406.70	c  21.6s|     1 |     0 | 34653 |     - |  2445M |   0 |1272 |  94k|  94k| 755 | 31 |   0 |   0 | 5.350000e+01 | 4.800000e+01*|  11.46%| unknown
2397.96/2406.76	c  21.7s|     1 |     0 | 34692 |     - |  2445M |   0 |1272 |  94k|  94k| 760 | 32 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.06/2406.82	c  21.7s|     1 |     0 | 34738 |     - |  2445M |   0 |1272 |  94k|  94k| 767 | 33 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.06/2406.88	c  21.8s|     1 |     0 | 34766 |     - |  2445M |   0 |1272 |  94k|  94k| 771 | 34 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.16/2406.93	c  21.8s|     1 |     0 | 34837 |     - |  2445M |   0 |1272 |  94k|  94k| 778 | 35 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.16/2407.00	c  21.9s|     1 |     0 | 34903 |     - |  2445M |   0 |1272 |  94k|  94k| 788 | 36 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.27/2407.07	c  22.0s|     1 |     0 | 34977 |     - |  2445M |   0 |1272 |  94k|  94k| 794 | 37 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.37/2407.14	c  22.1s|     1 |     0 | 35048 |     - |  2445M |   0 |1272 |  94k|  94k| 803 | 38 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.46/2407.21	c  22.1s|     1 |     0 | 35115 |     - |  2445M |   0 |1272 |  94k|  94k| 812 | 39 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.46/2407.28	c  22.2s|     1 |     0 | 35151 |     - |  2445M |   0 |1272 |  94k|  94k| 818 | 40 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.56/2407.34	c  22.3s|     1 |     0 | 35199 |     - |  2445M |   0 |1272 |  94k|  94k| 823 | 41 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2398.65/2407.40	c  22.3s|     1 |     0 | 35245 |     - |  2445M |   0 |1272 |  94k|  94k| 830 | 42 |   0 |   0 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2400.45/2409.28	c  24.2s|     1 |     2 | 35307 |     - |  2445M |   0 |1272 |  94k|  94k| 830 | 42 |   0 |  24 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2440.40/2449.38	c  64.3s|   100 |    97 | 56417 | 218.1 |  2448M |  22 |1272 |  94k|  94k|1048 |  1 | 462 | 800 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2477.17/2486.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2477.17/2486.27	c   101s|   200 |   183 | 67216 | 162.7 |  2449M |  24 |1272 |  95k|  94k|1315 |  1 | 836 |1415 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2498.90/2508.02	c   123s|   300 |   237 | 74337 | 132.1 |  2450M |  25 |1272 |  95k|  94k|1501 |  1 |1074 |1798 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2509.05/2518.21	c   133s|   400 |   285 | 80121 | 113.5 |  2450M |  30 |1272 |  95k|  94k|1633 |  0 |1091 |1824 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2520.61/2529.89	c   145s|   500 |   343 | 85830 | 102.2 |  2450M |  31 |1272 |  95k|  94k|1841 |  1 |1146 |1867 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2527.09/2536.32	c   151s|   600 |   399 | 93554 |  98.0 |  2450M |  31 |1272 |  95k|  94k|1896 |  1 |1267 |1913 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2535.77/2545.02	c   160s|   700 |   497 |108181 | 104.9 |  2453M |  31 |1272 |  95k|  94k|2024 |  1 |1445 |1971 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2548.51/2557.86	c   173s|   800 |   577 |120737 | 107.5 |  2455M |  44 |1272 |  95k|  94k|2184 |  1 |1525 |2029 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2568.04/2577.40	c   192s|   900 |   659 |134559 | 110.9 |  2456M |  53 |1272 |  95k|  94k|2493 |  2 |1612 |2060 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2572.13/2581.50	c   196s|  1000 |   727 |143130 | 108.4 |  2457M |  53 |1272 |  95k|  94k|2563 |  0 |1646 |2089 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2576.41/2585.88	c   201s|  1100 |   789 |150935 | 105.6 |  2459M |  54 |1272 |  95k|  94k|2625 |  0 |1681 |2130 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2579.80/2589.25	c   204s|  1200 |   863 |157092 | 102.0 |  2460M |  55 |1272 |  96k|  94k|2652 |  2 |1756 |2172 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2586.37/2595.84	c   211s|  1300 |   937 |163120 |  98.8 |  2462M |  55 |1272 |  96k|  94k|2714 |  1 |1825 |2191 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2589.36/2598.87	c   214s|  1400 |  1015 |169074 |  96.0 |  2464M |  55 |1272 |  96k|  94k|2739 |  1 |1870 |2220 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2593.56/2603.07	c   218s|  1500 |  1067 |173479 |  92.5 |  2465M |  55 |1272 |  96k|  94k|2752 |  1 |1876 |2239 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2604.31/2613.82	c   229s|  1600 |  1127 |178638 |  89.9 |  2466M |  55 |1272 |  96k|  94k|2830 |  1 |1891 |2260 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2614.48/2624.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2614.48/2624.02	c   239s|  1700 |  1185 |184432 |  88.1 |  2468M |  55 |1272 |  96k|  94k|2947 |  1 |1924 |2263 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2625.63/2635.27	c   250s|  1800 |  1233 |191743 |  87.2 |  2470M |  55 |1272 |  96k|  94k|3208 |  0 |1963 |2268 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2628.22/2637.89	c   253s|  1900 |  1285 |197964 |  85.9 |  2470M |  55 |1272 |  96k|  94k|3322 |  1 |1969 |2275 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2635.89/2645.53	c   260s|  2000 |  1339 |205921 |  85.6 |  2471M |  55 |1272 |  96k|  94k|3422 |  1 |2002 |2283 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2654.03/2663.78	c   279s|  2100 |  1413 |214677 |  85.7 |  2481M |  55 |1272 |  96k|  94k|3600 |  1 |2019 |2340 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2662.31/2672.03	c   287s|  2200 |  1493 |225445 |  86.7 |  2484M |  55 |1272 |  96k|  94k|3771 |  2 |2098 |2363 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2669.67/2679.48	c   294s|  2300 |  1551 |231311 |  85.5 |  2487M |  55 |1272 |  96k|  94k|3866 |  0 |2143 |2378 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2674.55/2684.32	c   299s|  2400 |  1635 |240877 |  85.9 |  2489M |  55 |1272 |  96k|  94k|3931 |  1 |2215 |2392 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2679.53/2689.35	c   304s|  2500 |  1725 |248964 |  85.7 |  2491M |  55 |1272 |  96k|  94k|3997 |  1 |2289 |2406 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2697.96/2707.81	c   323s|  2600 |  1793 |257677 |  85.7 |  2493M |  55 |1272 |  96k|  94k|4226 |  1 |2368 |2413 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2712.13/2722.10	c   337s|  2700 |  1855 |264690 |  85.2 |  2494M |  55 |1272 |  96k|  94k|4447 |  1 |2405 |2418 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2727.56/2737.56	c   352s|  2800 |  1915 |273269 |  85.2 |  2506M |  55 |1272 |  96k|  94k|4868 |  1 |2423 |2426 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2735.33/2745.30	c   360s|  2900 |  1993 |282331 |  85.4 |  2507M |  55 |1272 |  96k|  94k|5039 |  1 |2447 |2430 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2745.11/2755.13	c   370s|  3000 |  2065 |290055 |  85.1 |  2508M |  55 |1272 |  96k|  94k|5179 |  0 |2497 |2432 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2750.09/2760.15	c   375s|  3100 |  2119 |296204 |  84.3 |  2511M |  55 |1272 |  96k|  94k|5220 |  2 |2550 |2453 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2760.06/2770.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2760.06/2770.16	c   385s|  3200 |  2191 |304324 |  84.2 |  2512M |  55 |1272 |  96k|  94k|5310 |  1 |2556 |2482 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2776.78/2786.91	c   402s|  3300 |  2242 |311600 |  83.9 |  2522M |  55 |1272 |  96k|  94k|5439 |  4 |2606 |2534 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2786.35/2796.52	c   411s|  3400 |  2306 |319449 |  83.7 |  2523M |  55 |1272 |  96k|  94k|5549 |  1 |2646 |2550 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2804.68/2814.91	c   430s|  3500 |  2368 |327500 |  83.6 |  2526M |  55 |1272 |  96k|  94k|5807 |  1 |2692 |2593 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2810.96/2821.28	c   436s|  3600 |  2440 |334344 |  83.2 |  2527M |  55 |1272 |  96k|  94k|5926 |  1 |2692 |2595 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2820.42/2830.78	c   446s|  3700 |  2512 |341138 |  82.8 |  2528M |  55 |1272 |  96k|  94k|6046 |  1 |2713 |2640 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2828.99/2839.39	c   454s|  3800 |  2576 |348110 |  82.5 |  2530M |  55 |1272 |  96k|  94k|6158 |  2 |2733 |2661 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2835.17/2845.57	c   460s|  3900 |  2648 |356601 |  82.5 |  2532M |  55 |1272 |  96k|  94k|6269 |  2 |2754 |2684 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2843.14/2853.59	c   468s|  4000 |  2714 |363162 |  82.1 |  2534M |  55 |1272 |  96k|  94k|6358 |  1 |2776 |2730 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2853.31/2863.77	c   479s|  4100 |  2786 |369196 |  81.6 |  2536M |  55 |1272 |  96k|  94k|6534 |  1 |2785 |2751 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2858.98/2869.48	c   484s|  4200 |  2862 |376608 |  81.4 |  2537M |  55 |1272 |  96k|  94k|6610 |  1 |2836 |2790 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2865.46/2875.93	c   491s|  4300 |  2946 |384316 |  81.3 |  2539M |  56 |1272 |  96k|  94k|6704 |  1 |2857 |2834 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2873.93/2884.47	c   499s|  4400 |  3028 |390611 |  80.9 |  2542M |  56 |1272 |  96k|  94k|6757 |  4 |2892 |2864 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2885.19/2895.75	c   511s|  4500 |  3096 |397290 |  80.6 |  2543M |  56 |1272 |  96k|  94k|6879 |  1 |2951 |2896 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2889.08/2899.60	c   515s|  4600 |  3170 |404643 |  80.4 |  2546M |  56 |1272 |  97k|  94k|6925 |  0 |3007 |2924 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2897.15/2907.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2897.15/2907.71	c   523s|  4700 |  3250 |412061 |  80.3 |  2557M |  56 |1272 |  97k|  94k|7024 |  0 |3017 |2950 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2912.41/2923.05	c   538s|  4800 |  3318 |418273 |  79.9 |  2569M |  56 |1272 |  96k|  94k|7205 |  0 |3036 |2978 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2922.95/2933.67	c   549s|  4900 |  3398 |425199 |  79.7 |  2569M |  56 |1272 |  96k|  94k|7329 |  0 |3055 |3002 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2926.64/2937.33	c   552s|  5000 |  3488 |433636 |  79.8 |  2572M |  56 |1272 |  96k|  94k|7385 |  1 |3070 |3019 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2929.34/2940.03	c   555s|  5100 |  3582 |441486 |  79.8 |  2575M |  56 |1272 |  97k|  94k|7401 |  1 |3086 |3021 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2931.62/2942.36	c   557s|  5200 |  3652 |446919 |  79.3 |  2576M |  56 |1272 |  97k|  94k|7422 |  1 |3095 |3030 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2934.21/2944.99	c   560s|  5300 |  3738 |453819 |  79.1 |  2578M |  56 |1272 |  97k|  94k|7456 |  1 |3124 |3031 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2940.40/2951.15	c   566s|  5400 |  3816 |461375 |  79.0 |  2580M |  56 |1272 |  97k|  94k|7488 |  1 |3151 |3042 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2948.66/2959.42	c   574s|  5500 |  3886 |468682 |  78.9 |  2581M |  56 |1272 |  97k|  94k|7580 |  1 |3171 |3065 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2952.74/2963.50	c   578s|  5600 |  3952 |474599 |  78.5 |  2583M |  56 |1272 |  97k|  94k|7615 |  0 |3182 |3066 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2970.08/2980.98	c   596s|  5700 |  4012 |484227 |  78.9 |  2586M |  56 |1272 |  97k|  94k|7962 |  1 |3204 |3066 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2978.45/2989.30	c   604s|  5800 |  4100 |493612 |  79.1 |  2589M |  56 |1272 |  97k|  94k|8074 |  3 |3234 |3075 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
2998.58/3009.58	c   624s|  5900 |  4176 |505051 |  79.7 |  2593M |  56 |1272 |  97k|  94k|8468 |  1 |3248 |3077 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3008.54/3019.52	c   634s|  6000 |  4240 |513226 |  79.7 |  2593M |  56 |1272 |  97k|  94k|8795 |  1 |3264 |3078 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3017.41/3028.46	c   643s|  6100 |  4304 |521528 |  79.8 |  2595M |  56 |1272 |  97k|  94k|8971 |  1 |3297 |3083 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3035.06/3046.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3035.06/3046.18	c   661s|  6200 |  4372 |530353 |  79.9 |  2596M |  56 |1272 |  97k|  94k|9167 |  0 |3339 |3098 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3040.33/3051.46	c   666s|  6300 |  4458 |538806 |  80.0 |  2598M |  56 |1272 |  97k|  94k|9221 |  1 |3363 |3100 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3056.57/3067.72	c   683s|  6400 |  4550 |549562 |  80.4 |  2600M |  56 |1272 |  97k|  94k|9411 |  1 |3375 |3101 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3062.35/3073.55	c   688s|  6500 |  4618 |555381 |  80.1 |  2604M |  62 |1272 |  97k|  94k|9487 |  1 |3384 |3113 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3067.94/3079.13	c   694s|  6600 |  4666 |560416 |  79.6 |  2605M |  65 |1272 |  97k|  94k|9557 |  0 |3388 |3121 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3083.88/3095.12	c   710s|  6700 |  4728 |567948 |  79.6 |  2606M |  66 |1272 |  97k|  94k|9809 |  1 |3423 |3124 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3094.13/3105.46	c   720s|  6800 |  4792 |577684 |  79.8 |  2608M |  66 |1272 |  97k|  94k|9974 |  0 |3481 |3142 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3104.81/3116.11	c   731s|  6900 |  4842 |585511 |  79.8 |  2608M |  66 |1272 |  97k|  94k|  10k|  1 |3502 |3166 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3113.86/3125.29	c   740s|  7000 |  4919 |594388 |  79.9 |  2610M |  66 |1272 |  97k|  94k|  10k|  1 |3557 |3200 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3123.74/3135.17	c   750s|  7100 |  4983 |602723 |  80.0 |  2611M |  66 |1272 |  97k|  94k|  10k|  0 |3563 |3238 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3131.20/3142.67	c   758s|  7200 |  5037 |608390 |  79.7 |  2614M |  66 |1272 |  97k|  94k|  10k|  1 |3608 |3245 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3135.48/3147.00	c   762s|  7300 |  5099 |614638 |  79.4 |  2615M |  66 |1272 |  97k|  94k|  10k|  1 |3626 |3271 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3139.27/3150.75	c   766s|  7400 |  5171 |622283 |  79.4 |  2616M |  66 |1272 |  97k|  94k|  10k|  2 |3657 |3295 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3149.43/3160.93	c   776s|  7500 |  5239 |631143 |  79.5 |  2620M |  66 |1272 |  97k|  94k|  10k|  1 |3671 |3330 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3153.11/3164.62	c   780s|  7600 |  5307 |639436 |  79.6 |  2622M |  66 |1272 |  97k|  94k|  10k|  1 |3676 |3357 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3155.90/3167.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3155.90/3167.44	c   782s|  7700 |  5365 |646132 |  79.4 |  2623M |  66 |1272 |  97k|  94k|  10k|  1 |3700 |3373 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3159.09/3170.68	c   786s|  7800 |  5435 |653117 |  79.3 |  2626M |  66 |1272 |  97k|  94k|  11k|  1 |3700 |3395 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3163.49/3175.06	c   790s|  7900 |  5509 |660586 |  79.2 |  2628M |  66 |1272 |  97k|  94k|  11k|  1 |3706 |3418 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3167.86/3179.47	c   794s|  8000 |  5601 |669814 |  79.4 |  2630M |  66 |1272 |  97k|  94k|  11k|  1 |3716 |3465 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3175.13/3186.70	c   802s|  8100 |  5677 |677375 |  79.3 |  2634M |  66 |1272 |  97k|  94k|  11k|  1 |3730 |3479 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3182.30/3193.95	c   809s|  8200 |  5749 |684745 |  79.3 |  2635M |  66 |1272 |  97k|  94k|  11k|  0 |3754 |3516 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3191.07/3202.79	c   818s|  8300 |  5801 |692049 |  79.2 |  2636M |  66 |1272 |  97k|  94k|  11k|  1 |3792 |3555 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3195.75/3207.41	c   822s|  8400 |  5869 |698789 |  79.1 |  2639M |  66 |1272 |  97k|  94k|  11k|  1 |3817 |3585 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3200.35/3212.10	c   827s|  8500 |  5931 |704508 |  78.8 |  2641M |  66 |1272 |  97k|  94k|  11k|  1 |3837 |3599 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3204.82/3216.54	c   831s|  8600 |  5989 |710323 |  78.6 |  2641M |  66 |1272 |  97k|  94k|  11k|  1 |3846 |3614 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3211.41/3223.13	c   838s|  8700 |  6043 |717914 |  78.5 |  2642M |  66 |1272 |  97k|  94k|  11k|  1 |3890 |3650 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3216.78/3228.55	c   843s|  8800 |  6107 |724993 |  78.4 |  2644M |  66 |1272 |  97k|  94k|  11k|  1 |3905 |3680 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3218.77/3230.57	c   845s|  8900 |  6155 |729845 |  78.1 |  2645M |  66 |1272 |  97k|  94k|  11k|  0 |3914 |3694 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3224.65/3236.40	c   851s|  9000 |  6205 |734658 |  77.8 |  2648M |  66 |1272 |  97k|  94k|  11k|  1 |3940 |3713 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3231.52/3243.30	c   858s|  9100 |  6259 |742332 |  77.8 |  2649M |  66 |1272 |  97k|  94k|  11k|  2 |3984 |3729 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3240.99/3252.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3240.99/3252.88	c   868s|  9200 |  6319 |749733 |  77.7 |  2651M |  66 |1272 |  97k|  94k|  11k|  1 |4009 |3754 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3244.87/3256.75	c   872s|  9300 |  6371 |756964 |  77.7 |  2653M |  66 |1272 |  97k|  94k|  11k|  1 |4040 |3773 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3252.05/3263.93	c   879s|  9400 |  6435 |765032 |  77.7 |  2654M |  66 |1272 |  97k|  94k|  11k|  1 |4069 |3793 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3257.14/3269.11	c   884s|  9500 |  6513 |771123 |  77.5 |  2657M |  66 |1272 |  97k|  94k|  11k|  1 |4118 |3805 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3278.95/3290.92	c   906s|  9600 |  6565 |777124 |  77.3 |  2658M |  66 |1272 |  97k|  94k|  12k|  1 |4144 |3818 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3291.81/3303.84	c   919s|  9700 |  6609 |782323 |  77.1 |  2659M |  66 |1272 |  97k|  94k|  12k|  1 |4166 |3822 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3297.19/3309.22	c   924s|  9800 |  6679 |791547 |  77.2 |  2663M |  66 |1272 |  97k|  94k|  12k|  1 |4173 |3833 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3302.17/3314.23	c   929s|  9900 |  6741 |799031 |  77.2 |  2664M |  66 |1272 |  97k|  94k|  12k|  1 |4183 |3836 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3308.35/3320.46	c   935s| 10000 |  6805 |805403 |  77.1 |  2667M |  66 |1272 |  97k|  94k|  12k|  0 |4206 |3840 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3312.63/3324.72	c   940s| 10100 |  6885 |812707 |  77.0 |  2669M |  66 |1272 |  97k|  94k|  12k|  1 |4228 |3844 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3318.21/3330.37	c   945s| 10200 |  6955 |821834 |  77.2 |  2670M |  66 |1272 |  97k|  94k|  12k|  1 |4231 |3846 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3325.48/3337.62	c   953s| 10300 |  7021 |829945 |  77.2 |  2671M |  66 |1272 |  97k|  94k|  12k|  0 |4253 |3847 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3338.43/3350.60	c   966s| 10400 |  7073 |838662 |  77.3 |  2672M |  66 |1272 |  97k|  94k|  12k|  0 |4279 |3853 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3346.51/3358.72	c   974s| 10500 |  7131 |844721 |  77.1 |  2673M |  66 |1272 |  97k|  94k|  12k|  1 |4284 |3853 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3348.60/3360.85	c   976s| 10600 |  7203 |850310 |  76.9 |  2675M |  66 |1272 |  97k|  94k|  12k|  2 |4300 |3858 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3354.18/3366.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3354.18/3366.43	c   981s| 10700 |  7249 |854622 |  76.6 |  2678M |  66 |1272 |  97k|  94k|  13k|  1 |4305 |3860 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3367.63/3379.95	c   995s| 10800 |  7287 |859649 |  76.4 |  2678M |  66 |1272 |  97k|  94k|  13k|  1 |4321 |3861 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3371.51/3383.88	c   999s| 10900 |  7355 |866226 |  76.3 |  2683M |  66 |1272 |  97k|  94k|  13k|  1 |4332 |3863 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3378.89/3391.23	c  1006s| 11000 |  7423 |873088 |  76.2 |  2684M |  66 |1272 |  97k|  94k|  13k|  0 |4339 |3869 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3391.34/3403.73	c  1019s| 11100 |  7491 |880431 |  76.2 |  2685M |  66 |1272 |  97k|  94k|  13k|  1 |4339 |3890 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3397.12/3409.58	c  1024s| 11200 |  7553 |888017 |  76.2 |  2686M |  66 |1272 |  97k|  94k|  13k|  1 |4339 |3912 | 5.333333e+01 | 4.800000e+01*|  11.11%| unknown
3415.06/3427.54	c  1042s| 11300 |  7601 |894564 |  76.1 |  2695M |  66 |1272 |  97k|  94k|  13k|  1 |4344 |3912 | 5.328889e+01 | 4.800000e+01*|  11.02%| unknown
3432.39/3444.91	c  1060s| 11400 |  7653 |902110 |  76.1 |  2706M |  66 |1272 |  97k|  94k|  14k|  1 |4368 |3915 | 5.326190e+01 | 4.800000e+01*|  10.96%| unknown
3434.68/3447.29	c  1062s| 11500 |  7713 |909186 |  76.0 |  2708M |  66 |1272 |  97k|  94k|  14k|  1 |4377 |3915 | 5.326190e+01 | 4.800000e+01*|  10.96%| unknown
3446.94/3459.51	c  1074s| 11600 |  7757 |915569 |  75.9 |  2728M |  66 |1272 |  97k|  94k|  14k|  1 |4407 |3915 | 5.322222e+01 | 4.800000e+01*|  10.88%| unknown
3460.69/3473.39	c  1088s| 11700 |  7809 |925117 |  76.1 |  2731M |  66 |1272 |  97k|  94k|  14k|  0 |4415 |3915 | 5.322222e+01 | 4.800000e+01*|  10.88%| unknown
3469.56/3482.28	c  1097s| 11800 |  7869 |932894 |  76.1 |  2732M |  66 |1272 |  97k|  94k|  15k|  1 |4436 |3920 | 5.322222e+01 | 4.800000e+01*|  10.88%| unknown
3472.05/3484.74	c  1100s| 11900 |  7927 |939563 |  76.0 |  2734M |  66 |1272 |  97k|  94k|  15k|  1 |4457 |3924 | 5.308333e+01 | 4.800000e+01*|  10.59%| unknown
3480.71/3493.43	c  1108s| 12000 |  7977 |945578 |  75.9 |  2738M |  66 |1272 |  97k|  94k|  15k|  1 |4482 |3944 | 5.308333e+01 | 4.800000e+01*|  10.59%| unknown
3486.69/3499.49	c  1114s| 12100 |  8037 |951051 |  75.7 |  2739M |  66 |1272 |  97k|  94k|  15k|  1 |4544 |3979 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3489.78/3502.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3489.78/3502.56	c  1117s| 12200 |  8105 |957633 |  75.6 |  2741M |  66 |1272 |  97k|  94k|  15k|  0 |4549 |4010 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3495.56/3508.39	c  1123s| 12300 |  8147 |961643 |  75.4 |  2742M |  66 |1272 |  97k|  94k|  15k|  0 |4591 |4021 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3502.83/3515.66	c  1131s| 12400 |  8195 |967141 |  75.2 |  2743M |  66 |1272 |  97k|  94k|  15k|  1 |4591 |4042 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3515.78/3528.66	c  1144s| 12500 |  8241 |973171 |  75.1 |  2743M |  67 |1272 |  97k|  94k|  15k|  1 |4616 |4087 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3533.53/3546.48	c  1161s| 12600 |  8313 |981424 |  75.1 |  2746M |  67 |1272 |  97k|  94k|  15k|  1 |4666 |4099 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3542.00/3554.92	c  1170s| 12700 |  8371 |986935 |  75.0 |  2748M |  67 |1272 |  97k|  94k|  15k|  1 |4680 |4099 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3547.38/3560.30	c  1175s| 12800 |  8437 |994779 |  75.0 |  2749M |  67 |1272 |  97k|  94k|  15k|  0 |4703 |4116 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3556.55/3569.55	c  1184s| 12900 |  8502 |  1001k|  74.9 |  2754M |  67 |1272 |  97k|  94k|  15k|  1 |4722 |4146 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3559.43/3572.45	c  1187s| 13000 |  8562 |  1007k|  74.8 |  2755M |  67 |1272 |  97k|  94k|  15k|  1 |4734 |4166 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3566.61/3579.62	c  1195s| 13100 |  8626 |  1015k|  74.8 |  2758M |  67 |1272 |  97k|  94k|  15k|  1 |4768 |4195 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3571.89/3584.99	c  1200s| 13200 |  8702 |  1023k|  74.9 |  2760M |  67 |1272 |  97k|  94k|  15k|  1 |4783 |4213 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3575.27/3588.36	c  1203s| 13300 |  8764 |  1032k|  75.0 |  2761M |  67 |1272 |  97k|  94k|  15k|  0 |4794 |4236 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3578.98/3592.05	c  1207s| 13400 |  8822 |  1041k|  75.2 |  2762M |  67 |1272 |  97k|  94k|  15k|  0 |4805 |4258 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3582.75/3595.83	c  1211s| 13500 |  8868 |  1048k|  75.1 |  2763M |  67 |1272 |  97k|  94k|  15k|  1 |4825 |4275 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3585.64/3598.70	c  1214s| 13600 |  8916 |  1054k|  74.9 |  2764M |  67 |1272 |  97k|  94k|  15k|  1 |4865 |4303 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3594.41/3607.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3594.41/3607.56	c  1222s| 13700 |  8977 |  1060k|  74.9 |  2775M |  67 |1272 |  97k|  94k|  16k|  1 |4889 |4332 | 5.300000e+01 | 4.800000e+01*|  10.42%| unknown
3600.00/3613.11	
3600.00/3613.11	*** TERMINATED *** by signal
3600.00/3613.11	c
3600.00/3613.11	s SATISFIABLE
3600.00/3613.11	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.00/3613.11	c Model check passed
3600.00/3613.11	c Model check has passed with goal value: -48
3600.00/3613.11	c _____________________________________________________________________________
3600.00/3613.11	c std/band forms        : 10,0
3600.00/3613.11	c 2cl/3cl ITE-codings   : 0,0
3600.00/3613.11	c BDD/srt/adr Max costs : 0,70300,0
3600.00/3613.11	c BDDraw/bin/mul/srt/adr: 0,0,0,10,0
3600.00/3613.11	c BDD nodes             : 0
3600.00/3613.11	c Es1/CC detections     : 0,0
3600.00/3613.11	c CC sort               : 10
3600.00/3613.11	c SAT/UNSAT calls       : 3,3
3600.00/3613.11	c regenrated variables  : 356
3600.00/3613.11	c eliminated fixed lits : 0
3600.00/3613.11	c goal lit flips        : 0
3600.00/3613.11	c goal stages           : 0
3600.00/3613.11	c goal shrink           : 0
3600.00/3613.11	c goal coeff separations: 0
3600.00/3613.11	c restarts              : 246078
3600.00/3613.11	c conflicts             : 9851373        (2736 /sec)
3600.00/3613.11	c decisions             : 14907772       (4141 /sec)
3600.00/3613.11	c propagations          : 2949183082     (819215 /sec)
3600.00/3613.11	c inspects              : 0              (0 /sec)
3600.00/3613.11	c CPU time (solving tm) : 3600 s        (492.2 s, SAT 4.507 s, UNSAT 5.991 s)
3600.00/3613.11	c SAT solver time       : 492.2 s
3600.00/3613.11	c SAT solver SAT time   : 4.507 s
3600.00/3613.11	c SAT solver UNSAT time : 5.991 s
3600.00/3613.11	c SAT solver TO time    : 481.7 s
3600.00/3613.11	c Time for SCIP         : 1879 s
3600.00/3613.11	c Coop SCIP LB improvements           : 0
3600.00/3613.11	c Coop SCIP UB improvements           : 2
3600.00/3613.11	c SCIP globally fixed variables       : 0
3600.00/3613.11	c SAT  globally fixed variables       : 0
3600.00/3613.11	c SCIP freeTransform calls            : 14
3600.00/3613.11	c Time for Opt-base     : 0.001864 s
3600.00/3613.11	c Steps for Opt-base    : 0
3600.00/3613.11	c Time for BDD coding   : 0 s
3600.00/3613.11	c Time for srt coding   : 0.02592 s
3600.00/3613.11	c Inner solver invocations            : 0
3600.00/3613.11	c Inner solving count                 : 0
3600.00/3613.11	c _____________________________________________________________________________

Verifier Data

OK	-48

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

running on 4 cores: 28-31

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,3,12-13,21-23,25,28-29,32,40-41,47-48,50-51
  3550 MHz: 2,42-43,56-59
  3600 MHz: 4-11,14-20,24,26-27,30-31,33-39,44-46,49,52-55,60-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 28-31

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (109486 MiB free)
  node 1: cores 8-15, 129019 MiB (113471 MiB free)
  node 2: cores 16-23, 129019 MiB (109902 MiB free)
  node 3: cores 24-31, 129003 MiB (112021 MiB free)
  node 4: cores 32-39, 129019 MiB (114908 MiB free)
  node 5: cores 40-47, 129019 MiB (110063 MiB free)
  node 6: cores 48-55, 128973 MiB (114211 MiB free)
  node 7: cores 56-63, 128474 MiB (104749 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2338309, runsolver pid=2338282
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 4.21 5.78 7.25 12/877 2338328
/proc/meminfo: memFree=910111052/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=36636 memory=2012 CPUtime=0 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) D 2338282 2338309 2335179 0 -1 4194304 328 204 0 0 0 0 0 0 20 0 1 0 146274469 37515264 384 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 0 1 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 9159 503 451 506 0 1436 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36636 KiB
Current children cumulated memory: 2012 KiB

[startup+0.212505 s]*
/proc/loadavg: 4.21 5.78 7.25 17/873 2338330
/proc/meminfo: memFree=909912316/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=109004 memory=37808 CPUtime=0.09 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 7176 204 0 0 9 0 0 0 20 0 1 0 146274469 111620096 9344 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 27251 9452 2739 506 0 7942 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 109004 KiB
Current children cumulated memory: 37808 KiB

[startup+0.311834 s]*
/proc/loadavg: 4.21 5.78 7.25 17/867 2338332
/proc/meminfo: memFree=909520064/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=135044 memory=63712 CPUtime=0.2 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 13653 204 0 0 19 1 0 0 20 0 1 0 146274469 138285056 15872 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 33761 15928 2739 506 0 14452 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 135044 KiB
Current children cumulated memory: 63712 KiB

[startup+0.700229 s]
/proc/loadavg: 4.21 5.78 7.25 17/873 2338346
/proc/meminfo: memFree=908810152/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=320616 memory=256168 CPUtime=0.57 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 67010 204 0 0 53 4 0 0 20 0 1 0 146274469 328310784 63875 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 80338 64022 5639 506 0 61029 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 320616 KiB
Current children cumulated memory: 256168 KiB

[startup+1.50023 s]
/proc/loadavg: 4.21 5.78 7.25 15/867 2338346
/proc/meminfo: memFree=907836040/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=563384 memory=480884 CPUtime=1.36 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 91915 204 0 0 131 5 0 0 20 0 1 0 146274469 576905216 120001 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 140846 120221 5748 506 0 121537 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 563384 KiB
Current children cumulated memory: 480884 KiB

[startup+3.11359 s]
/proc/loadavg: 5.15 5.95 7.30 13/859 2338362
/proc/meminfo: memFree=906676756/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=620960 memory=536232 CPUtime=2.98 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 113030 204 0 0 291 7 0 0 20 0 1 0 146274469 635863040 133843 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 155240 134058 5983 506 0 135931 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 620960 KiB
Current children cumulated memory: 536232 KiB

[startup+6.30013 s]
/proc/loadavg: 5.15 5.95 7.30 13/859 2338362
/proc/meminfo: memFree=906448212/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=681828 memory=574396 CPUtime=6.15 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 121010 204 0 0 608 7 0 0 20 0 1 0 146274469 698191872 143563 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 170457 143599 6029 506 0 151148 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 681828 KiB
Current children cumulated memory: 574396 KiB

[startup+12.7001 s]
/proc/loadavg: 6.02 6.12 7.34 13/859 2338362
/proc/meminfo: memFree=905132436/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=716268 memory=574324 CPUtime=12.53 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 121143 204 0 0 1241 12 0 0 20 0 1 0 146274469 733458432 143361 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 179067 143581 6125 506 0 159758 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 716268 KiB
Current children cumulated memory: 574324 KiB

[startup+25.5001 s]
/proc/loadavg: 8.30 6.62 7.49 17/875 2338530
/proc/meminfo: memFree=904222748/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=772720 memory=629248 CPUtime=25.28 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 131310 204 0 0 2432 96 0 0 20 0 1 0 146274469 791265280 157240 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 193180 157312 6157 506 0 173871 0
Current children cumulated CPU time: 25.28 s
Current children cumulated vsize: 772720 KiB
Current children cumulated memory: 629248 KiB

[startup+51.1131 s]
/proc/loadavg: 10.93 7.38 7.72 17/875 2338530
/proc/meminfo: memFree=896597620/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=781716 memory=632532 CPUtime=50.8 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 131620 204 0 0 4900 180 0 0 20 0 1 0 146274469 800477184 158117 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 195429 158133 6157 506 0 176120 0
Current children cumulated CPU time: 50.8 s
Current children cumulated vsize: 781716 KiB
Current children cumulated memory: 632532 KiB

[startup+102.3 s]
/proc/loadavg: 13.80 8.71 8.15 17/875 2338581
/proc/meminfo: memFree=864522480/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=935644 memory=649348 CPUtime=101.8 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 134351 204 0 0 9915 265 0 0 20 0 1 0 146274469 958099456 162270 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 233911 162337 6157 506 0 214602 0
Current children cumulated CPU time: 101.8 s
Current children cumulated vsize: 935644 KiB
Current children cumulated memory: 649348 KiB

[startup+162.3 s]
/proc/loadavg: 15.19 10.04 8.65 17/875 2338582
/proc/meminfo: memFree=852571024/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=1077356 memory=722092 CPUtime=161.58 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 165256 204 0 0 15776 382 0 0 20 0 1 0 146274469 1103212544 180497 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 269339 180523 6168 506 0 250030 0
Current children cumulated CPU time: 161.58 s
Current children cumulated vsize: 1077356 KiB
Current children cumulated memory: 722092 KiB

[startup+222.3 s]
/proc/loadavg: 15.71 11.13 9.11 17/875 2338586
/proc/meminfo: memFree=857233968/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=1182128 memory=819900 CPUtime=221.38 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 189475 204 0 0 21683 455 0 0 20 0 1 0 146274469 1210499072 204947 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 295532 204975 6168 506 0 276223 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 1182128 KiB
Current children cumulated memory: 819900 KiB

[startup+282.3 s]
/proc/loadavg: 15.89 12.02 9.54 17/873 2338587
/proc/meminfo: memFree=850380400/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=1372108 memory=903784 CPUtime=281.15 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 216214 204 0 0 27633 482 0 0 20 0 1 0 146274469 1405038592 225844 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 343027 225946 6168 506 0 323718 0
Current children cumulated CPU time: 281.15 s
Current children cumulated vsize: 1372108 KiB
Current children cumulated memory: 903784 KiB

[startup+342.3 s]
/proc/loadavg: 15.96 12.74 9.95 17/872 2338594
/proc/meminfo: memFree=835477884/1055320712 swapFree=33554428/33554428

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

Current children cumulated memory: 1993028 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=2338309] ppid=2338282 vsize=2925616 memory=1993036 CPUtime=2911.69 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 727244 204 0 0 289736 1433 0 0 20 0 1 0 146274469 2995830784 498137 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 731404 498259 6322 506 0 712095 0
Current children cumulated CPU time: 2911.69 s
Current children cumulated vsize: 2925616 KiB
Current children cumulated memory: 1993036 KiB

[startup+2982.3 s]
/proc/loadavg: 16.02 16.01 15.72 17/872 2338924
/proc/meminfo: memFree=846322340/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2925616 memory=1993036 CPUtime=2971.48 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 727244 204 0 0 295715 1433 0 0 20 0 1 0 146274469 2995830784 498137 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 731404 498259 6322 506 0 712095 0
Current children cumulated CPU time: 2971.48 s
Current children cumulated vsize: 2925616 KiB
Current children cumulated memory: 1993036 KiB

[startup+3042.3 s]
/proc/loadavg: 16.01 16.01 15.74 17/872 2338925
/proc/meminfo: memFree=846370212/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2925616 memory=1993036 CPUtime=3031.26 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 727244 204 0 0 301693 1433 0 0 20 0 1 0 146274469 2995830784 498137 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 731404 498259 6322 506 0 712095 0
Current children cumulated CPU time: 3031.26 s
Current children cumulated vsize: 2925616 KiB
Current children cumulated memory: 1993036 KiB

[startup+3102.3 s]
/proc/loadavg: 16.00 16.00 15.76 17/871 2338926
/proc/meminfo: memFree=845663076/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2925616 memory=1993036 CPUtime=3091.04 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 727246 204 0 0 307671 1433 0 0 20 0 1 0 146274469 2995830784 498137 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 731404 498259 6322 506 0 712095 0
Current children cumulated CPU time: 3091.04 s
Current children cumulated vsize: 2925616 KiB
Current children cumulated memory: 1993036 KiB

[startup+3162.3 s]
/proc/loadavg: 16.00 16.00 15.78 17/870 2338927
/proc/meminfo: memFree=846116248/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2942260 memory=2009064 CPUtime=3150.82 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 731284 204 0 0 313649 1433 0 0 20 0 1 0 146274469 3012874240 502105 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 735565 502266 6322 506 0 716256 0
Current children cumulated CPU time: 3150.82 s
Current children cumulated vsize: 2942260 KiB
Current children cumulated memory: 2009064 KiB

[startup+3222.3 s]
/proc/loadavg: 16.60 16.17 15.85 17/870 2338928
/proc/meminfo: memFree=846192264/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2942260 memory=2009176 CPUtime=3210.6 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 731312 204 0 0 319627 1433 0 0 20 0 1 0 146274469 3012874240 502233 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 735565 502294 6322 506 0 716256 0
Current children cumulated CPU time: 3210.6 s
Current children cumulated vsize: 2942260 KiB
Current children cumulated memory: 2009176 KiB

[startup+3282.3 s]
/proc/loadavg: 16.30 16.17 15.87 17/870 2338929
/proc/meminfo: memFree=846157664/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2925616 memory=1993276 CPUtime=3270.38 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 751604 204 0 0 325603 1435 0 0 20 0 1 0 146274469 2995830784 498269 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 731404 498319 6322 506 0 712095 0
Current children cumulated CPU time: 3270.38 s
Current children cumulated vsize: 2925616 KiB
Current children cumulated memory: 1993276 KiB

[startup+3342.3 s]
/proc/loadavg: 16.11 16.13 15.89 17/870 2338932
/proc/meminfo: memFree=846004944/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2925616 memory=1993276 CPUtime=3330.16 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 767114 204 0 0 331580 1436 0 0 20 0 1 0 146274469 2995830784 498343 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 731404 498319 6322 506 0 712095 0
Current children cumulated CPU time: 3330.16 s
Current children cumulated vsize: 2925616 KiB
Current children cumulated memory: 1993276 KiB

[startup+3402.3 s]
/proc/loadavg: 16.04 16.11 15.90 17/870 2338944
/proc/meminfo: memFree=846003420/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2925616 memory=1993276 CPUtime=3389.95 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 767114 204 0 0 337559 1436 0 0 20 0 1 0 146274469 2995830784 498343 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 731404 498319 6322 506 0 712095 0
Current children cumulated CPU time: 3389.95 s
Current children cumulated vsize: 2925616 KiB
Current children cumulated memory: 1993276 KiB

[startup+3462.3 s]
/proc/loadavg: 16.05 16.10 15.91 17/872 2338951
/proc/meminfo: memFree=845869012/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2961060 memory=1993292 CPUtime=3449.73 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 767140 204 0 0 343537 1436 0 0 20 0 1 0 146274469 3032125440 498343 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 740265 498323 6322 506 0 720956 0
Current children cumulated CPU time: 3449.73 s
Current children cumulated vsize: 2961060 KiB
Current children cumulated memory: 1993292 KiB

[startup+3522.3 s]
/proc/loadavg: 15.93 16.06 15.91 16/866 2338986
/proc/meminfo: memFree=847528440/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2969716 memory=1999088 CPUtime=3509.5 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 768599 204 0 0 349514 1436 0 0 20 0 1 0 146274469 3040989184 499623 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 742429 499772 6322 506 0 723120 0
Current children cumulated CPU time: 3509.5 s
Current children cumulated vsize: 2969716 KiB
Current children cumulated memory: 1999088 KiB

[startup+3582.3 s]
/proc/loadavg: 15.34 15.87 15.85 16/866 2338987
/proc/meminfo: memFree=847466472/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=2985024 memory=2020316 CPUtime=3569.3 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 771873 204 0 0 355493 1437 0 0 20 0 1 0 146274469 3056664576 504980 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 746256 505079 6322 506 0 726947 0
Current children cumulated CPU time: 3569.3 s
Current children cumulated vsize: 2985024 KiB
Current children cumulated memory: 2020316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.11 s]
/proc/loadavg: 15.21 15.78 15.82 11/848 2339027
/proc/meminfo: memFree=857999312/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=3002028 memory=2028584 CPUtime=3600 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 773940 204 0 0 358562 1438 0 0 20 0 1 0 146274469 3074076672 507028 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 750507 507146 6322 506 0 731198 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3002028 KiB
Current children cumulated memory: 2028584 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.62 s, system=14.4274 s

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

[startup+3613.11 s]
/proc/loadavg: 15.21 15.78 15.82 11/848 2339027
/proc/meminfo: memFree=857999312/1055320712 swapFree=33554428/33554428
[pid=2338309] ppid=2338282 vsize=3002028 memory=2028584 CPUtime=3600 cores=28-31
/proc/2338309/stat : 2338309 (naps_release) R 2338282 2338309 2335179 0 -1 4194304 773940 204 0 0 358562 1438 0 0 20 0 1 0 146274469 3074076672 507028 18446744073709551615 4210688 6281017 140725754052752 0 0 0 0 0 16898 0 0 0 17 30 0 0 0 0 0 6662968 6676388 38199296 140725754054875 140725754055056 140725754055056 140725754060744 0
/proc/2338309/statm: 750507 507146 6322 506 0 731198 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3002028 KiB
Current children cumulated memory: 2028584 KiB

Child status: 10

Real time (s): 3613.15
CPU time (s): 3600.05
CPU user time (s): 3585.62
CPU system time (s): 14.4274
CPU usage (%): 99.6374
Max. virtual memory (cumulated for all children) (KiB): 3002028
Max. memory (cumulated for all children) (KiB): 2055316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.62
system time used= 14.4274
maximum resident set size= 2055028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 774144
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= 420
involuntary context switches= 3188


# summary of solver processes directly reported to runsolver:
#   pid: 2338309
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3585.62
#   total CPU system time (s): 14.4274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2937 second user time and 38.9512 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-06-22 14:04:25
IDJOB=4778990
IDBENCH=146674
IDSOLVER=3589
FILE ID=nodeE003/4778990-1782129864
RUNJOBID= nodeE003-1782129864-2338066
SLURM_JOB_ID= 12510902
Free space on /tmp= 800664 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-4.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4778990-1782129864/watcher-4778990-1782129864 -o /tmp/evaluation-result-4778990-1782129864/solver-4778990-1782129864 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4778990-1782129864/vars-4778990-1782129864 --bin-var /tmp/runsolver-exch-nodeE003-1782129864-2338066 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4778990-1782129864.opb

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

MD5SUM BENCH= 00181b0f5fd3f3659b324ae875792684
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		: 3568.178
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		: 3569.258
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		: 3570.060
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		: 2493.659
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		: 3576.830
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		: 3580.029
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		: 3580.624
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		: 3582.174
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		: 3594.906
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		: 3601.845
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		: 3593.639
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		: 3587.549
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		: 3589.320
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		: 3584.836
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		: 3579.863
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3583.281
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		: 3580.835
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3578.256
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		: 3584.623
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		: 3584.854
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		: 3575.680
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		: 3583.336
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		: 3591.086
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		: 3578.013
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		: 3581.717
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		: 3576.968
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3561.820
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		: 3571.484
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		: 3563.424
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		: 3566.209
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		: 3589.676
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3586.514
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		: 3587.663
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		: 3582.054
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		: 3582.063
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3603.546
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		: 3600.093
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		: 3593.130
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3553.332
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		: 3560.291
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.644
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		: 3557.387
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		: 3586.570
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		: 3579.038
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		: 3583.041
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:        910142900 kB
MemAvailable:   1042774544 kB
Buffers:            3352 kB
Cached:         136983924 kB
SwapCached:            0 kB
Active:          1794532 kB
Inactive:       135422132 kB
Active(anon):    1153500 kB
Inactive(anon):        0 kB
Active(file):     641032 kB
Inactive(file): 135422132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            231516 kB
Writeback:             0 kB
AnonPages:        233176 kB
Mapped:           209092 kB
Shmem:            924096 kB
KReclaimable:    1422216 kB
Slab:            1987248 kB
SReclaimable:    1422216 kB
SUnreclaim:       565032 kB
KernelStack:       14400 kB
PageTables:         5900 kB
SecPageTables:     15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:    1595540 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      477936 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:39