Trace number 4465138

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
FiberSCIP 20 cores, 2024-07-30Signal 11849.3 605.824

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-railway_8_1_0.opb
MD5SUM881f02ab7f3f3b5ffe74a08302b7945a
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 benchmark409600
Best CPU time to get the best result obtained on this benchmark42.4087
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19747
Total number of constraints3145
Number of constraints which are clauses426
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2719
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 133
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073847295
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147758078
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 89123892, getVmSize() = 87646208, SCIPgetMemUsed() = 58122557, SCIPgetMemTotal() = 65171989, SCIPgetMemExternEstim() = 23951903
0.00/0.08	c ** set memory limit for presolving in LC to 8.79581e+12 for SCIP **
0.89/0.96	c ** Estimated virtualMemUsedAtSolver = 128336742, getVmSize() = 194813952, SCIPgetMemUsed() = 98983563, SCIPgetMemTotal() = 168553211, SCIPgetMemExternEstim() = 23951903
0.89/0.96	c ** set memory limit for solvers to 4.18821e+11 for each SCIP **
0.89/0.96	c Original Problem   :
0.89/0.96	c   Problem name     : instance-4465138-1723586596
0.89/0.96	c   Variables        : 19747 (19747 binary, 0 integer, 0 implicit integer, 0 continuous)
0.89/0.96	c   Constraints      : 3145
0.89/0.96	c   Objective sense  : minimize
0.89/0.96	c Presolved Problem  :
0.89/0.96	c   Variables        : 16655 (16655 binary, 0 integer, 0 implicit integer, 0 continuous)
0.89/0.96	c   Constraints      : 3442
0.89/0.96	c Constraints        : Number
0.89/0.96	c   knapsack         : 2272 
0.89/0.96	c   setppc           : 412 
0.89/0.96	c   linear           : 166 
0.89/0.96	c   logicor          : 592 
0.89/0.96	c ** Instance transfer method used: 0
0.89/0.99	c ** ParaScipInstance copy does not increase the number of variables. **
1.49/1.56	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.49/1.57	c                                Nodes    Active                                            
1.49/1.57	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
65.70/5.01	c         5             13          12        20                -      406528.0000          -
164.46/10.02	c        10            120         113        20                -      406528.0000          -
266.43/15.09	c        15             91          90        20                -      406528.0000          -
320.99/17.82	c *      18            296         157        20      512000.0000      406528.0000     25.94%
342.59/18.93	c *      19            151         148        20      510976.0000      406528.0000     25.69%
364.61/20.11	c        20            329         150        20      510976.0000      406528.0000     25.69%
368.09/20.29	c *      20            329         150        20      509952.0000      406528.0000     25.44%
399.68/21.85	c *      22            382         215        20      508928.0000      406528.0000     25.19%
433.14/23.58	c *      24            371         186        20      507904.0000      406528.0000     24.94%
463.07/25.10	c *      25            152         151        20      506880.0000      406528.0000     24.69%
468.54/25.32	c        25            152         151        20      506880.0000      406528.0000     24.69%
497.84/26.80	c *      27            152         151        20      505856.0000      406528.0000     24.43%
515.37/27.78	c *      28            415         230        20      504832.0000      406528.0000     24.18%
538.92/28.90	c *      29            152         151        20      503808.0000      406528.0000     23.93%
566.46/30.37	c        30            152         151        20      503808.0000      406528.0000     23.93%
572.33/30.64	c *      31            152         151        20      502784.0000      406528.0000     23.68%
600.31/32.09	c *      32            447         316        20      501760.0000      406528.0000     23.43%
631.20/33.61	c *      34            152         151        20      500736.0000      406528.0000     23.17%
646.91/34.42	c *      34            549         331        20      499712.0000      406528.0000     22.92%
664.64/35.37	c        35            152         151        20      499712.0000      406528.0000     22.92%
694.28/36.83	c *      37            152         151        20      498688.0000      406528.0000     22.67%
727.74/38.51	c *      39            152         151        20      497664.0000      406528.0000     22.42%
763.14/40.33	c *      40            152         151        20      496640.0000      406528.0000     22.17%
763.14/40.40	c        40            152         151        20      496640.0000      406528.0000     22.17%
804.27/42.47	c *      42            152         151        20      495616.0000      406528.0000     21.91%
847.69/44.62	c *      45            152         151        20      494592.0000      406528.0000     21.66%
865.49/45.54	c        46            152         151        20      494592.0000      406528.0000     21.66%
889.22/46.75	c *      47            152         151        20      493568.0000      406528.0000     21.41%
950.51/49.89	c *      50            152         151        20      491520.0000      406528.0000     20.91%
970.22/50.80	c        51            677         417        20      491520.0000      406528.0000     20.91%
1069.37/55.87	c        56            167         166        20      491520.0000      406528.0000     20.91%
1104.92/57.67	c *      58            167         166        20      490496.0000      406528.0000     20.65%
1168.25/60.88	c        61            167         166        20      490496.0000      406528.0000     20.65%
1237.56/64.36	c *      64            188         174        20      489472.0000      406528.0000     20.40%
1269.11/65.91	c        66            188         174        20      489472.0000      406528.0000     20.40%
1367.79/70.99	c        71            188         174        20      489472.0000      406528.0000     20.40%
1456.92/75.43	c *      75            188         174        20      486400.0000      406528.0000     19.65%
1469.53/76.12	c        76            188         174        20      486400.0000      406528.0000     19.65%
1518.27/78.56	c *      79           1134         760        20      485376.0000      406528.0000     19.40%
1557.85/80.60	c *      81            190         174        20      484352.0000      406528.0000     19.14%
1568.27/81.13	c        81            190         174        20      484352.0000      406528.0000     19.14%
1588.39/82.11	c *      82           1198         794        20      483328.0000      406528.0000     18.89%
1623.07/83.84	c *      84            190         174        20      482304.0000      406528.0000     18.64%
1640.76/84.74	c *      85           1357         825        20      481280.0000      406528.0000     18.39%
1670.40/86.22	c        86            190         174        20      481280.0000      406528.0000     18.39%
1769.48/91.23	c        91           1285         890        20      481280.0000      406528.0000     18.39%
1781.34/91.84	c *      92            190         174        20      480256.0000      406528.0000     18.14%
1870.42/96.32	c        96           1582         919        20      480256.0000      406528.0000     18.14%
1969.39/101.37	c       101            210         194        20      480256.0000      406528.0000     18.14%
2028.78/104.30	c *     104            210         194        20      475136.0000      406528.0000     16.88%
2070.39/106.49	c       106            210         194        20      475136.0000      406528.0000     16.88%
2171.44/111.57	c       112            240         196        20      475136.0000      406528.0000     16.88%
2191.27/112.58	c *     113            240         196        20      474112.0000      406528.0000     16.62%
2276.44/116.83	c       117           1643        1183        20      474112.0000      406528.0000     16.62%
2337.73/119.92	c *     120           1695        1213        20      473088.0000      406528.0000     16.37%
2375.14/121.85	c       122            325         253        20      473088.0000      406528.0000     16.37%
2474.18/126.87	c       127           2013        1267        20      473088.0000      406528.0000     16.37%
2476.10/126.93	c *     127           2013        1267        20      472064.0000      406528.0000     16.12%
2560.05/131.15	c *     131           1855        1322        20      471040.0000      406528.0000     15.87%
2573.07/131.90	c       132           1739        1294        20      471040.0000      406528.0000     15.87%
2642.29/135.34	c *     135            476         364        20      468992.0000      406528.0000     15.37%
2673.65/136.92	c       137           1671        1273        20      468992.0000      406528.0000     15.37%
2742.84/140.42	c *     140           1852        1381        20      467968.0000      406528.0000     15.11%
2770.52/141.87	c *     142           2016          23        20      465920.0000      406528.0000     14.61%
2772.49/141.99	c       142           2016          23        20      465920.0000      406528.0000     14.61%
2871.62/147.03	c       147           1937        1452        20      465920.0000      406528.0000     14.61%
2973.42/152.10	c       152           2000        1493        20      465920.0000      406528.0000     14.61%
3074.70/157.16	c       157           1892        1453        20      465920.0000      406528.0000     14.61%
3162.79/161.61	c *     162           2393        1585        20      464896.0000      406528.0000     14.36%
3176.47/162.33	c       162           2393        1585        20      464896.0000      406528.0000     14.36%
3275.12/167.38	c       167            778         569        20      464896.0000      406528.0000     14.36%
3378.02/172.56	c       173            778         569        20      464896.0000      406528.0000     14.36%
3378.02/172.59	c *     173            778         569        20      463872.0000      406528.0000     14.11%
3430.26/175.15	c *     175            778         569        20      458752.0000      406528.0000     12.85%
3478.88/177.61	c       178            778         569        20      458752.0000      406528.0000     12.85%
3564.14/181.93	c *     182            778         569        20      457728.0000      406528.0000     12.59%
3577.92/182.64	c       183            778         569        20      457728.0000      406528.0000     12.59%
3635.34/185.53	c *     186            778         569        20      456704.0000      406528.0000     12.34%
3651.12/186.35	c *     186            778         569        20      455680.0000      406528.0000     12.09%
3676.80/187.68	c       188            778         569        20      455680.0000      406528.0000     12.09%
3769.76/192.39	c *     192            778         569        20      451584.0000      406528.0000     11.08%
3777.66/192.76	c       193            778         569        20      451584.0000      406528.0000     11.08%
3840.92/196.00	c *     196            778         569        20      448512.0000      406528.0000     10.33%
3878.29/197.85	c       198            778         569        20      448512.0000      406528.0000     10.33%
3979.04/202.97	c       203            778         569        20      448512.0000      406528.0000     10.33%
4010.60/204.59	c *     205            778         569        20      447488.0000      406528.0000     10.08%
4024.33/205.22	c *     205            778         569        20      446464.0000      406528.0000      9.82%
4036.14/205.88	c *     206            778         569        20      445440.0000      406528.0000      9.57%
4038.03/205.91	c *     206            778         569        20      444416.0000      406528.0000      9.32%
4077.53/208.03	c       208            778         569        20      444416.0000      406528.0000      9.32%
4172.70/212.72	c *     213           2924         831        20      443392.0000      406528.0000      9.07%
4172.70/212.75	c *     213           2924         831        20      438272.0000      406528.0000      7.81%
4172.70/212.79	c *     213           2924         831        20      437248.0000      406528.0000      7.56%
4179.12/213.04	c       213            817         604        20      437248.0000      406528.0000      7.56%
4278.24/218.12	c       218           2758         126        20      437248.0000      406528.0000      7.56%
4313.17/219.84	c *     220           3055        2156        20      436224.0000      406528.0000      7.30%
4315.09/219.96	c *     220           3031         938        20      435200.0000      406528.0000      7.05%
4378.93/223.13	c       223           3080         987        20      435200.0000      406528.0000      7.05%
4479.32/228.22	c       228            978         755        20      435200.0000      406528.0000      7.05%
4580.26/233.31	c       233           3260        2357        20      435200.0000      406528.0000      7.05%
4590.18/233.84	c *     234           3010         351        20      434176.0000      406528.0000      6.80%
4590.18/233.88	c *     234           1107         821        20      433152.0000      406528.0000      6.55%
4651.43/236.98	c *     237           3053         388        20      432128.0000      406528.0000      6.30%
4678.83/238.31	c       238           2943        2430        20      432128.0000      406528.0000      6.30%
4728.41/240.89	c *     241           3352        1259        20      431104.0000      406528.0000      6.05%
4777.87/243.34	c       243           2995        2477        20      431104.0000      406528.0000      6.05%
4812.30/245.11	c *     245           3416        1323        20      430080.0000      406528.0000      5.79%
4876.87/248.36	c       248           3211         532        20      430080.0000      406528.0000      5.79%
4977.96/253.46	c       253           3537        1444        20      430080.0000      406528.0000      5.79%
5080.99/258.60	c       259           3616        1523        20      430080.0000      406528.0000      5.79%
5179.70/263.65	c       264           3380         693        20      430080.0000      406528.0000      5.79%
5205.48/264.93	c *     265           3380         693        20      429056.0000      406528.0000      5.54%
5280.56/268.75	c       269           3319        2717        20      429056.0000      406528.0000      5.54%
5379.67/273.80	c       274           3640        2701        20      429056.0000      406528.0000      5.54%
5431.28/276.37	c *     276           3520         823        20      428032.0000      406528.0000      5.29%
5468.51/278.28	c *     278           3668        2729        20      427008.0000      406528.0000      5.04%
5480.34/278.86	c       279           1594        1214        20      427008.0000      406528.0000      5.04%
5581.51/283.91	c       284           3618         916        20      427008.0000      406528.0000      5.04%
5680.51/288.92	c       289           3602        2929        20      427008.0000      406528.0000      5.04%
5779.69/293.98	c       294           4126        2033        20      427008.0000      406528.0000      5.04%
5878.35/299.02	c       299           1815        1419        20      427008.0000      406528.0000      5.04%
5981.88/304.16	c       304           3782        1052        20      427008.0000      406528.0000      5.04%
6002.84/305.27	c *     305           3782        1052        20      425984.0000      406528.0000      4.79%
6081.87/309.23	c       309           3797        1067        20      425984.0000      406528.0000      4.79%
6184.79/314.49	c       314           4429        2335        20      425984.0000      406528.0000      4.79%
6285.87/319.51	c       320           1924        1520        20      425984.0000      406528.0000      4.79%
6385.07/324.59	c       325           1960        1544        20      425984.0000      406528.0000      4.79%
6492.18/329.91	c       330           4281         255        20      425984.0000      406528.0000      4.79%
6591.52/334.99	c       335           2024        1597        20      425984.0000      406528.0000      4.79%
6692.85/340.04	c       340           2030        1603        20      425984.0000      406528.0000      4.79%
6791.79/345.06	c       345           4259        1431        20      425984.0000      406528.0000      4.79%
6890.89/350.10	c       350           2081        1648        20      425984.0000      406528.0000      4.79%
6991.98/355.18	c       355           2095        1662        20      425984.0000      406528.0000      4.79%
7092.30/360.27	c       360           5080        2986        20      425984.0000      406528.0000      4.79%
7193.47/365.35	c       365           2136        1705        20      425984.0000      406528.0000      4.79%
7298.38/370.60	c       371           2136        1705        20      425984.0000      406528.0000      4.79%
7397.57/375.62	c       376           2136        1705        20      425984.0000      406528.0000      4.79%
7496.59/380.67	c       381           2136        1705        20      425984.0000      406528.0000      4.79%
7597.76/385.79	c       386           2136        1705        20      425984.0000      406528.0000      4.79%
7700.90/390.97	c       391           2136        1705        20      425984.0000      406528.0000      4.79%
7802.78/396.13	c       396           2136        1705        20      425984.0000      406528.0000      4.79%
7903.64/401.16	c       401           2136        1705        20      425984.0000      406528.0000      4.79%
8006.29/406.32	c       406           2136        1705        20      425984.0000      406528.0000      4.79%
8107.44/411.40	c       411           2136        1705        20      425984.0000      406528.0000      4.79%
8206.40/416.47	c       416           2136        1705        20      425984.0000      406528.0000      4.79%
8305.42/421.49	c       422           2136        1705        20      425984.0000      406528.0000      4.79%
8406.59/426.57	c       427           2136        1705        20      425984.0000      406528.0000      4.79%
8489.91/430.77	c *     431           2136        1705        20      424960.0000      406528.0000      4.53%
8507.68/431.62	c       432           2136        1705        20      424960.0000      406528.0000      4.53%
8590.99/435.85	c *     436           2136        1705        20      423936.0000      406528.0000      4.28%
8608.79/436.72	c       437           2136        1705        20      423936.0000      406528.0000      4.28%
8707.97/441.77	c       442           2136        1705        20      423936.0000      406528.0000      4.28%
8810.99/446.96	c       447           2136        1705        20      423936.0000      406528.0000      4.28%
8912.99/452.11	c       452           2136        1705        20      423936.0000      406528.0000      4.28%
9014.19/457.15	c       457           2136        1705        20      423936.0000      406528.0000      4.28%
9113.33/462.17	c       462           2136        1705        20      423936.0000      406528.0000      4.28%
9134.28/463.26	c *     463           2136        1705        20      422912.0000      406528.0000      4.03%
9213.40/467.29	c       467           2136        1705        20      422912.0000      406528.0000      4.03%
9304.60/471.84	c *     472           2136        1705        20      421888.0000      406528.0000      3.78%
9314.44/472.34	c       472           2136        1705        20      421888.0000      406528.0000      3.78%
9415.51/477.49	c       478           2136        1705        20      421888.0000      406528.0000      3.78%
9516.65/482.50	c       483           2136        1705        20      421888.0000      406528.0000      3.78%
9615.82/487.55	c       488           2136        1705        20      421888.0000      406528.0000      3.78%
9717.00/492.60	c       493           2136        1705        20      421888.0000      406528.0000      3.78%
9782.45/495.98	c *     496           2136        1705        20      420864.0000      406528.0000      3.53%
9816.01/497.68	c       498           2136        1705        20      420864.0000      406528.0000      3.53%
9917.02/502.70	c       503           2136        1705        20      420864.0000      406528.0000      3.53%
10015.96/507.73	c       508           2136        1705        20      420864.0000      406528.0000      3.53%
10117.10/512.85	c       513           2136        1705        20      420864.0000      406528.0000      3.53%
10218.17/517.90	c       518           2136        1705        20      420864.0000      406528.0000      3.53%
10317.20/522.92	c       523           7006        1045        20      420864.0000      406528.0000      3.53%
10416.07/527.96	c       528           6662        3543        20      420864.0000      406528.0000      3.53%
10514.91/533.00	c       533           7040        2183        20      420864.0000      406528.0000      3.53%
10618.74/538.16	c       538           7114        2231        20      420864.0000      406528.0000      3.53%
10717.88/543.19	c       543           8116        5218        20      420864.0000      406528.0000      3.53%
10721.11/543.39	c *     543           8116        5218        20      419840.0000      406528.0000      3.27%
10818.24/548.24	c       548           7247        2344        20      419840.0000      406528.0000      3.27%
10917.18/553.25	c       553           2361        1922        20      419840.0000      406528.0000      3.27%
11016.24/558.28	c       558           2361        1922        20      419840.0000      406528.0000      3.27%
11117.37/563.35	c       563           7537        1394        20      419840.0000      406528.0000      3.27%
11218.29/568.46	c       568           7203        3996        20      419840.0000      406528.0000      3.27%
11317.44/573.48	c       573           2440        1997        20      419840.0000      406528.0000      3.27%
11418.49/578.55	c       579           7714        1557        20      419840.0000      406528.0000      3.27%
11519.48/583.64	c       584           8711        5602        20      419840.0000      406528.0000      3.27%
11618.42/588.70	c       589           8711        5602        20      419840.0000      406528.0000      3.27%
11721.56/593.81	c       594           7899        1716        20      419840.0000      406528.0000      3.27%
11820.73/598.87	c       599           2615        2172        20      419840.0000      406528.0000      3.27%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (189628 MiB free)
  memory of node 1: 193494 MiB (170770 MiB free)
  memory of node 2: 193531 MiB (153335 MiB free)
  memory of node 3: 193531 MiB (165282 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465138-1723586596/watcher-4465138-1723586596 -o /tmp/evaluation-result-4465138-1723586596/solver-4465138-1723586596 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465138-1723586596.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=736583, runsolver pid=736580
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 83.06 81.33 80.38 62/987 736584
/proc/meminfo: memFree=695243704/790760804 swapFree=131071996/131071996
[pid=736583] ppid=736580 vsize=92008 memory=78532 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/stat : 736583 (fscip) R 736580 736583 733298 0 -1 4194304 17387 0 0 0 9 2 0 0 20 0 1 0 125242754 94216192 19633 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
/proc/736583/statm: 23002 19633 2598 3035 0 19398 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 92008 KiB
Current children cumulated memory: 78532 KiB

[startup+0.219978 s]*
/proc/loadavg: 83.06 81.33 80.38 62/987 736584
/proc/meminfo: memFree=695217928/790760804 swapFree=131071996/131071996
[pid=736583] ppid=736580 vsize=109300 memory=96292 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/stat : 736583 (fscip) R 736580 736583 733298 0 -1 4194304 25811 0 0 0 20 3 0 0 20 0 1 0 125242754 111923200 24073 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
/proc/736583/statm: 27325 24073 2726 3035 0 23721 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 109300 KiB
Current children cumulated memory: 96292 KiB

[startup+0.319537 s]*
/proc/loadavg: 83.06 81.33 80.38 62/987 736584
/proc/meminfo: memFree=695213244/790760804 swapFree=131071996/131071996
[pid=736583] ppid=736580 vsize=121348 memory=108340 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/stat : 736583 (fscip) R 736580 736583 733298 0 -1 4194304 29021 0 0 0 29 4 0 0 20 0 1 0 125242754 124260352 27085 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
/proc/736583/statm: 30337 27085 2726 3035 0 26733 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 121348 KiB
Current children cumulated memory: 108340 KiB

[startup+0.700208 s]
/proc/loadavg: 83.06 81.33 80.38 62/987 736584
/proc/meminfo: memFree=695194932/790760804 swapFree=131071996/131071996
[pid=736583] ppid=736580 vsize=144056 memory=127972 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/stat : 736583 (fscip) R 736580 736583 733298 0 -1 4194304 37395 0 0 0 64 5 0 0 20 0 1 0 125242754 147513344 31993 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
/proc/736583/statm: 36014 31993 2774 3035 0 32410 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 144056 KiB
Current children cumulated memory: 127972 KiB

[startup+1.5005 s]
/proc/loadavg: 83.06 81.33 80.38 62/1007 736604
/proc/meminfo: memFree=695105512/790760804 swapFree=131071996/131071996
[pid=736583] ppid=736580 vsize=1688280 memory=636648 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/stat : 736583 (fscip) S 736580 736583 733298 0 -1 1077936128 166165 0 0 0 126 23 0 0 20 0 21 0 125242754 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
/proc/736583/statm: 422070 159162 2790 3035 0 205194 0
[pid=736583/tid=736585] ppid=736580 vsize=1688280 memory=6225785999106270574 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736585/stat : 736585 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 1 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736586] ppid=736580 vsize=1688280 memory=38272 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736586/stat : 736586 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 1 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736587] ppid=736580 vsize=1688280 memory=10544 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736587/stat : 736587 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 2 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736588] ppid=736580 vsize=1688280 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736588/stat : 736588 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 2 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736589] ppid=736580 vsize=1688280 memory=5512 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736589/stat : 736589 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 2 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736590] ppid=736580 vsize=1688280 memory=16164 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736590/stat : 736590 (fscip) S 736580 736583 733298 0 -1 1077936192 6403 0 0 0 2 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736591] ppid=736580 vsize=1688280 memory=29836768444022866 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736591/stat : 736591 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736592] ppid=736580 vsize=1688280 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736592/stat : 736592 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 1 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736593] ppid=736580 vsize=1688280 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736593/stat : 736593 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 1 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736594] ppid=736580 vsize=1688280 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736594/stat : 736594 (fscip) S 736580 736583 733298 0 -1 1077936192 6401 0 0 0 2 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736595] ppid=736580 vsize=1688280 memory=281091114215296 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736595/stat : 736595 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 1 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736596] ppid=736580 vsize=1688280 memory=8273449191169 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736596/stat : 736596 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 2 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736597] ppid=736580 vsize=1688280 memory=8290629060097 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736597/stat : 736597 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 1 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736598] ppid=736580 vsize=1688280 memory=8294924027393 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736598/stat : 736598 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 1 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736599] ppid=736580 vsize=1688280 memory=2814784127238148 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736599/stat : 736599 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 2 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736600] ppid=736580 vsize=1688280 memory=3925788130073916783 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736600/stat : 736600 (fscip) S 736580 736583 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736601] ppid=736580 vsize=1688280 memory=140545557155424 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736601/stat : 736601 (fscip) R 736580 736583 733298 0 -1 4194368 5176 0 0 0 0 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736602] ppid=736580 vsize=1688280 memory=140545557465984 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736602/stat : 736602 (fscip) S 736580 736583 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736603] ppid=736580 vsize=1688280 memory=140545557466128 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736603/stat : 736603 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 1 1 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736604] ppid=736580 vsize=1688280 memory=140545557463360 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736604/stat : 736604 (fscip) S 736580 736583 733298 0 -1 1077936192 6402 0 0 0 2 0 0 0 20 0 21 0 125242850 1728798720 159162 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1688280 KiB
Current children cumulated memory: 636648 KiB

[startup+3.13403 s]
/proc/loadavg: 82.97 81.34 80.39 81/1027 736624
/proc/meminfo: memFree=691890384/790760804 swapFree=131071996/131071996
[pid=736583] ppid=736580 vsize=4473640 memory=3317576 CPUtime=30.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/stat : 736583 (fscip) S 736580 736583 733298 0 -1 1077936128 902791 0 0 0 2868 211 0 0 20 0 41 0 125242754 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
/proc/736583/statm: 1118410 829394 2950 3035 0 967747 0
[pid=736583/tid=736585] ppid=736580 vsize=4473640 memory=38272 CPUtime=1.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736585/stat : 736585 (fscip) R 736580 736583 733298 0 -1 4194368 30353 0 0 0 145 7 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736586] ppid=736580 vsize=4473640 memory=3031456 CPUtime=1.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736586/stat : 736586 (fscip) R 736580 736583 733298 0 -1 4194368 55788 0 0 0 132 13 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736587] ppid=736580 vsize=4473640 memory=281091114550192 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736587/stat : 736587 (fscip) R 736580 736583 733298 0 -1 4194368 39883 0 0 0 139 10 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736588] ppid=736580 vsize=4473640 memory=7318452475133972 CPUtime=1.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736588/stat : 736588 (fscip) R 736580 736583 733298 0 -1 4194368 30331 0 0 0 145 5 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736589] ppid=736580 vsize=4473640 memory=0 CPUtime=1.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736589/stat : 736589 (fscip) R 736580 736583 733298 0 -1 4194368 53935 0 0 0 132 12 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736590] ppid=736580 vsize=4473640 memory=-6153437077072690028 CPUtime=1.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736590/stat : 736590 (fscip) R 736580 736583 733298 0 -1 4194368 42374 0 0 0 138 9 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736591] ppid=736580 vsize=4473640 memory=-3104810439950416158 CPUtime=1.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736591/stat : 736591 (fscip) R 736580 736583 733298 0 -1 4194368 30351 0 0 0 143 7 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736592] ppid=736580 vsize=4473640 memory=-5659095215352982582 CPUtime=1.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736592/stat : 736592 (fscip) R 736580 736583 733298 0 -1 4194368 55911 0 0 0 135 12 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736593] ppid=736580 vsize=4473640 memory=-3827825583935793196 CPUtime=1.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736593/stat : 736593 (fscip) R 736580 736583 733298 0 -1 4194368 44017 0 0 0 135 11 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736594] ppid=736580 vsize=4473640 memory=3925788130073916783 CPUtime=1.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736594/stat : 736594 (fscip) R 736580 736583 733298 0 -1 4194368 29256 0 0 0 146 6 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736595] ppid=736580 vsize=4473640 memory=140545557155424 CPUtime=1.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736595/stat : 736595 (fscip) R 736580 736583 733298 0 -1 4194368 52315 0 0 0 136 11 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736596] ppid=736580 vsize=4473640 memory=140545557465984 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736596/stat : 736596 (fscip) R 736580 736583 733298 0 -1 4194368 43736 0 0 0 132 10 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736597] ppid=736580 vsize=4473640 memory=140545557466128 CPUtime=1.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736597/stat : 736597 (fscip) R 736580 736583 733298 0 -1 4194368 30329 0 0 0 145 7 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736598] ppid=736580 vsize=4473640 memory=140545557463360 CPUtime=1.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736598/stat : 736598 (fscip) R 736580 736583 733298 0 -1 4194368 54968 0 0 0 135 12 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736599] ppid=736580 vsize=4473640 memory=281091114387568 CPUtime=1.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736599/stat : 736599 (fscip) R 736580 736583 733298 0 -1 4194368 43653 0 0 0 137 10 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736600] ppid=736580 vsize=4473640 memory=140778307735608 CPUtime=1.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736600/stat : 736600 (fscip) R 736580 736583 733298 0 -1 4194368 30343 0 0 0 145 6 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736601] ppid=736580 vsize=4473640 memory=203433290649736 CPUtime=1.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736601/stat : 736601 (fscip) R 736580 736583 733298 0 -1 4194368 54928 0 0 0 131 15 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736602] ppid=736580 vsize=4473640 memory=193546292711640 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736602/stat : 736602 (fscip) R 736580 736583 733298 0 -1 4194368 42819 0 0 0 138 10 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736603] ppid=736580 vsize=4473640 memory=193550604456232 CPUtime=1.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736603/stat : 736603 (fscip) R 736580 736583 733298 0 -1 4194368 30323 0 0 0 143 7 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736604] ppid=736580 vsize=4473640 memory=128764 CPUtime=1.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736604/stat : 736604 (fscip) R 736580 736583 733298 0 -1 4194368 55025 0 0 0 133 12 0 0 20 0 41 0 125242850 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736605] ppid=736580 vsize=4473640 memory=29836768444022866 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736605/stat : 736605 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736606] ppid=736580 vsize=4473640 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736606/stat : 736606 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736607] ppid=736580 vsize=4473640 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736607/stat : 736607 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736608] ppid=736580 vsize=4473640 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736608/stat : 736608 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736609] ppid=736580 vsize=4473640 memory=281091114215296 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736609/stat : 736609 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736610] ppid=736580 vsize=4473640 memory=2185768 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736610/stat : 736610 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736611] ppid=736580 vsize=4473640 memory=8290629060097 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736611/stat : 736611 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736612] ppid=736580 vsize=4473640 memory=8294924027393 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736612/stat : 736612 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736613] ppid=736580 vsize=4473640 memory=2814784127238148 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736613/stat : 736613 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736614] ppid=736580 vsize=4473640 memory=126652 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736614/stat : 736614 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736615] ppid=736580 vsize=4473640 memory=-9175351306399163068 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736615/stat : 736615 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736616] ppid=736580 vsize=4473640 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736616/stat : 736616 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736617] ppid=736580 vsize=4473640 memory=281091114620944 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736617/stat : 736617 (fscip) S 736580 736583 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125242911 4581007360 829394 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0

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

[pid=736583/tid=736600] ppid=736580 vsize=8800476 memory=2316 CPUtime=592.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736600/stat : 736600 (fscip) D 736580 736583 733298 0 -1 1077937220 465641 0 0 0 59190 63 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736601] ppid=736580 vsize=8800476 memory=25932 CPUtime=592.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736601/stat : 736601 (fscip) D 736580 736583 733298 0 -1 1077937220 903159 0 0 0 59151 112 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736602] ppid=736580 vsize=8800476 memory=21392 CPUtime=592.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736602/stat : 736602 (fscip) D 736580 736583 733298 0 -1 1077937220 709464 0 0 0 59111 185 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736603] ppid=736580 vsize=8800476 memory=2208 CPUtime=592.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736603/stat : 736603 (fscip) D 736580 736583 733298 0 -1 1077937220 529003 0 0 0 59129 158 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736604] ppid=736580 vsize=8800476 memory=2036 CPUtime=591.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736604/stat : 736604 (fscip) D 736580 736583 733298 0 -1 1077937220 793732 0 0 0 59024 167 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736605] ppid=736580 vsize=8800476 memory=31572 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736605/stat : 736605 (fscip) D 736580 736583 733298 0 -1 1077937220 26 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736606] ppid=736580 vsize=8800476 memory=8077004 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736606/stat : 736606 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736607] ppid=736580 vsize=8800476 memory=19044 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736607/stat : 736607 (fscip) D 736580 736583 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736608] ppid=736580 vsize=8800476 memory=28648 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736608/stat : 736608 (fscip) D 736580 736583 733298 0 -1 1077937220 26 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736609] ppid=736580 vsize=8800476 memory=32792 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736609/stat : 736609 (fscip) D 736580 736583 733298 0 -1 1077937220 29 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736610] ppid=736580 vsize=8800476 memory=7068 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736610/stat : 736610 (fscip) D 736580 736583 733298 0 -1 1077937220 26 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736611] ppid=736580 vsize=8800476 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736611/stat : 736611 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736612] ppid=736580 vsize=8800476 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736612/stat : 736612 (fscip) D 736580 736583 733298 0 -1 1077937220 26 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736613] ppid=736580 vsize=8800476 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736613/stat : 736613 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736614] ppid=736580 vsize=8800476 memory=51344 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736614/stat : 736614 (fscip) D 736580 736583 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736615] ppid=736580 vsize=8800476 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736615/stat : 736615 (fscip) D 736580 736583 733298 0 -1 1077937220 13 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736616] ppid=736580 vsize=8800476 memory=28188 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736616/stat : 736616 (fscip) D 736580 736583 733298 0 -1 1077937220 38 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736617] ppid=736580 vsize=8800476 memory=33864 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736617/stat : 736617 (fscip) D 736580 736583 733298 0 -1 1077937220 25 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736618] ppid=736580 vsize=8800476 memory=36920 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736618/stat : 736618 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736619] ppid=736580 vsize=8800476 memory=7640 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736619/stat : 736619 (fscip) D 736580 736583 733298 0 -1 1077937220 24 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736620] ppid=736580 vsize=8800476 memory=19304 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736620/stat : 736620 (fscip) D 736580 736583 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736621] ppid=736580 vsize=8800476 memory=20380 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736621/stat : 736621 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736622] ppid=736580 vsize=8800476 memory=21236824 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736622/stat : 736622 (fscip) D 736580 736583 733298 0 -1 1077937220 11 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736623] ppid=736580 vsize=8800476 memory=2608 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736623/stat : 736623 (fscip) D 736580 736583 733298 0 -1 1077937220 29 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736624] ppid=736580 vsize=8800476 memory=6816 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736624/stat : 736624 (fscip) D 736580 736583 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
Current children cumulated CPU time: 11849 s
Current children cumulated vsize: 8800476 KiB
Current children cumulated memory: 8077004 KiB

[startup+604.801 s]
/proc/loadavg: 82.87 81.14 80.61 62/1028 737260
/proc/meminfo: memFree=678817252/790760804 swapFree=131071996/131071996
[pid=736583] ppid=736580 vsize=8800476 memory=8077004 CPUtime=11849 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/stat : 736583 (fscip) D 736580 736583 733298 0 -1 1077937156 13634596 0 0 0 1180966 3935 0 0 20 0 41 0 125242754 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
/proc/736583/statm: 2200119 2019251 3350 3035 0 2134744 0
[pid=736583/tid=736585] ppid=736580 vsize=8800476 memory=8077004 CPUtime=592.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736585/stat : 736585 (fscip) D 736580 736583 733298 0 -1 1077937220 472878 0 0 0 59163 73 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736586] ppid=736580 vsize=8800476 memory=-7736755873243315857 CPUtime=593.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736586/stat : 736586 (fscip) D 736580 736583 733298 0 -1 1077937220 668255 0 0 0 59234 83 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736587] ppid=736580 vsize=8800476 memory=2036 CPUtime=592.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736587/stat : 736587 (fscip) D 736580 736583 733298 0 -1 1077937220 571142 0 0 0 59069 159 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736588] ppid=736580 vsize=8800476 memory=31572 CPUtime=591.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736588/stat : 736588 (fscip) D 736580 736583 733298 0 -1 1077937220 478556 0 0 0 59114 75 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736589] ppid=736580 vsize=8800476 memory=28568 CPUtime=592.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736589/stat : 736589 (fscip) D 736580 736583 733298 0 -1 1077937220 859065 0 0 0 59102 115 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736590] ppid=736580 vsize=8800476 memory=8077004 CPUtime=593.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736590/stat : 736590 (fscip) S 736580 736583 733298 0 -1 4195904 696263 0 0 0 58992 377 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 140118315224368 7011010 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 0
[pid=736583/tid=736591] ppid=736580 vsize=8800476 memory=28188 CPUtime=590.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736591/stat : 736591 (fscip) D 736580 736583 733298 0 -1 1077937220 466980 0 0 0 58974 64 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736592] ppid=736580 vsize=8800476 memory=33864 CPUtime=593.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736592/stat : 736592 (fscip) D 736580 736583 733298 0 -1 1077937220 1330975 0 0 0 58202 1137 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736593] ppid=736580 vsize=8800476 memory=35868 CPUtime=592.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736593/stat : 736593 (fscip) D 736580 736583 733298 0 -1 1077937220 647709 0 0 0 59106 158 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736594] ppid=736580 vsize=8800476 memory=7640 CPUtime=591.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736594/stat : 736594 (fscip) D 736580 736583 733298 0 -1 1077937220 492149 0 0 0 59048 102 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736595] ppid=736580 vsize=8800476 memory=19304 CPUtime=593.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736595/stat : 736595 (fscip) D 736580 736583 733298 0 -1 1077937220 574097 0 0 0 59273 76 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736596] ppid=736580 vsize=8800476 memory=20380 CPUtime=591.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736596/stat : 736596 (fscip) D 736580 736583 733298 0 -1 1077937220 610047 0 0 0 58994 164 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736597] ppid=736580 vsize=8800476 memory=5616 CPUtime=591.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736597/stat : 736597 (fscip) D 736580 736583 733298 0 -1 1077937220 865073 0 0 0 58807 376 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736598] ppid=736580 vsize=8800476 memory=11676 CPUtime=592.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736598/stat : 736598 (fscip) D 736580 736583 733298 0 -1 1077937220 797923 0 0 0 59193 90 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736599] ppid=736580 vsize=8800476 memory=11656 CPUtime=591.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736599/stat : 736599 (fscip) D 736580 736583 733298 0 -1 1077937220 621728 0 0 0 58940 167 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736600] ppid=736580 vsize=8800476 memory=2656 CPUtime=592.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736600/stat : 736600 (fscip) D 736580 736583 733298 0 -1 1077937220 465641 0 0 0 59190 63 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736601] ppid=736580 vsize=8800476 memory=6856 CPUtime=592.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736601/stat : 736601 (fscip) D 736580 736583 733298 0 -1 1077937220 903159 0 0 0 59151 112 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736602] ppid=736580 vsize=8800476 memory=38272 CPUtime=592.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736602/stat : 736602 (fscip) D 736580 736583 733298 0 -1 1077937220 709464 0 0 0 59111 185 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736603] ppid=736580 vsize=8800476 memory=10544 CPUtime=592.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736603/stat : 736603 (fscip) D 736580 736583 733298 0 -1 1077937220 529003 0 0 0 59129 158 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736604] ppid=736580 vsize=8800476 memory=5512 CPUtime=591.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736604/stat : 736604 (fscip) D 736580 736583 733298 0 -1 1077937220 793732 0 0 0 59024 167 0 0 20 0 41 0 125242850 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736605] ppid=736580 vsize=8800476 memory=16164 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736605/stat : 736605 (fscip) D 736580 736583 733298 0 -1 1077937220 26 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736606] ppid=736580 vsize=8800476 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736606/stat : 736606 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736607] ppid=736580 vsize=8800476 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736607/stat : 736607 (fscip) D 736580 736583 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736608] ppid=736580 vsize=8800476 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736608/stat : 736608 (fscip) D 736580 736583 733298 0 -1 1077937220 26 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736609] ppid=736580 vsize=8800476 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736609/stat : 736609 (fscip) D 736580 736583 733298 0 -1 1077937220 29 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736610] ppid=736580 vsize=8800476 memory=6720659965394435434 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736610/stat : 736610 (fscip) D 736580 736583 733298 0 -1 1077937220 26 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736611] ppid=736580 vsize=8800476 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736611/stat : 736611 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736612] ppid=736580 vsize=8800476 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736612/stat : 736612 (fscip) D 736580 736583 733298 0 -1 1077937220 26 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736613] ppid=736580 vsize=8800476 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736613/stat : 736613 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736614] ppid=736580 vsize=8800476 memory=11448 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736614/stat : 736614 (fscip) D 736580 736583 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736615] ppid=736580 vsize=8800476 memory=7956520 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736615/stat : 736615 (fscip) D 736580 736583 733298 0 -1 1077937220 13 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736616] ppid=736580 vsize=8800476 memory=27031220 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736616/stat : 736616 (fscip) D 736580 736583 733298 0 -1 1077937220 38 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736617] ppid=736580 vsize=8800476 memory=2704 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736617/stat : 736617 (fscip) D 736580 736583 733298 0 -1 1077937220 25 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736618] ppid=736580 vsize=8800476 memory=6904 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736618/stat : 736618 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736619] ppid=736580 vsize=8800476 memory=21187020 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736619/stat : 736619 (fscip) D 736580 736583 733298 0 -1 1077937220 24 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736620] ppid=736580 vsize=8800476 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736620/stat : 736620 (fscip) D 736580 736583 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736621] ppid=736580 vsize=8800476 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736621/stat : 736621 (fscip) D 736580 736583 733298 0 -1 1077937220 22 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736622] ppid=736580 vsize=8800476 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736622/stat : 736622 (fscip) D 736580 736583 733298 0 -1 1077937220 11 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736623] ppid=736580 vsize=8800476 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736623/stat : 736623 (fscip) D 736580 736583 733298 0 -1 1077937220 29 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
[pid=736583/tid=736624] ppid=736580 vsize=8800476 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/736583/task/736624/stat : 736624 (fscip) D 736580 736583 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125242911 9011687424 2019251 809668444160 4194304 16623229 140735727861696 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 29782016 140735727870982 140735727871100 140735727871100 140735727878128 11
Current children cumulated CPU time: 11849 s
Current children cumulated vsize: 8800476 KiB
Current children cumulated memory: 8077004 KiB

[startup+605.6 s]*
/proc/loadavg: 82.87 81.14 80.61 62/989 737260
/proc/meminfo: memFree=683452420/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+605.8 s]
/proc/loadavg: 82.87 81.14 80.61 62/989 737260
/proc/meminfo: memFree=683452420/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 11 (SIGSEGV)
Child dumped core

Real time (s): 605.824
CPU time (s): 11849.3
CPU user time (s): 11809.7
CPU system time (s): 39.6572
CPU usage (%): 1955.9
Max. virtual memory (cumulated for all children) (KiB): 8866012
Max. memory (cumulated for all children) (KiB): 8105600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11809.7
system time used= 39.6572
maximum resident set size= 8105600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13634596
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= 108201
involuntary context switches= 85661


# summary of solver processes directly reported to runsolver:
#   pid: 736583
#   total CPU time (s): 11849.3
#   total CPU user time (s): 11809.7
#   total CPU system time (s): 39.6572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.8765 second user time and 14.7277 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 00:03:16
IDJOB=4465138
IDBENCH=146791
IDSOLVER=3094
FILE ID=nodeD105/4465138-1723586596
RUNJOBID= nodeD105-1723581724-733308
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-railway_8_1_0.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465138-1723586596/watcher-4465138-1723586596 -o /tmp/evaluation-result-4465138-1723586596/solver-4465138-1723586596 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465138-1723586596.opb -qsol -t 72000 -sth 20

TIME LIMIT= 72000 seconds
MEMORY LIMIT= 195000 MiB
NBCORE= 20

MD5SUM BENCH= 881f02ab7f3f3b5ffe74a08302b7945a
RANDOM SEED=2006631175

nodeD105.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1946.493
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.499
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3057.478
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3097.440
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2597.548
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2799.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3115.539
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3097.397
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2654.782
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2799.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3102.042
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3097.349
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1370.194
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2800.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3115.658
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3097.298
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3590.249
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3092.418
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3115.672
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2799.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3344.150
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3092.416
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2993.390
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.966
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.370
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3080.582
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3090.109
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2799.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3468.037
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3075.036
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3115.627
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3097.149
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3590.303
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3092.406
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2800.980
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3095.475
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1149.827
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3092.402
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3089.190
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.958
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2133.584
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.314
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3115.522
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2799.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1898.149
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2800.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3111.211
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3090.823
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2977.401
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3092.390
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3105.829
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.936
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2662.919
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.501
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2806.153
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3086.081
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2615.750
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3073.868
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3115.308
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3096.801
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2664.175
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3079.539
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.970
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3084.934
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2642.801
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3092.369
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3111.931
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2800.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2659.928
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3092.368
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2933.890
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3096.624
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2200.627
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2801.735
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2799.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3096.615
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2607.157
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2855.397
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3115.001
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2800.942
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        695313736 kB
MemAvailable:   698543076 kB
Buffers:         1172916 kB
Cached:          5366696 kB
SwapCached:            0 kB
Active:          1582876 kB
Inactive:       90277500 kB
Active(anon):       2168 kB
Inactive(anon): 85357472 kB
Active(file):    1580708 kB
Inactive(file):  4920028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30692 kB
Writeback:             0 kB
AnonPages:      85305716 kB
Mapped:           141204 kB
Shmem:             38920 kB
KReclaimable:     296616 kB
Slab:             726228 kB
SReclaimable:     296616 kB
SUnreclaim:       429612 kB
KernelStack:       16880 kB
PageTables:       207888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   23736164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1111296 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10336256 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1110016 kB
DirectMap2M:    134653952 kB
DirectMap1G:    670040064 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD105 at 2024-08-14 00:13:22