Trace number 4465261

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-30OPT-35 16605.4 839.761

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-1.opb
MD5SUM13e3cfc76a003558f082ab5832d2ffa8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark5.63628
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables595
Total number of constraints27856
Number of constraints which are clauses27856
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
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.05	c Default LC presolving (default).
0.00/0.06	c ** Before presolving: virtualMemUsedAtLc = 61597219, getVmSize() = 57921536, SCIPgetMemUsed() = 30131371, SCIPgetMemTotal() = 34250651, SCIPgetMemExternEstim() = 27346568
0.00/0.06	c ** set memory limit for presolving in LC to 8.7959e+12 for SCIP **
0.33/0.39	c ** Estimated virtualMemUsedAtSolver = 89488032, getVmSize() = 134193152, SCIPgetMemUsed() = 58043096, SCIPgetMemTotal() = 106885480, SCIPgetMemExternEstim() = 27346568
0.33/0.39	c ** set memory limit for solvers to 4.18833e+11 for each SCIP **
0.33/0.39	c Original Problem   :
0.33/0.39	c   Problem name     : instance-4465261-1722442608
0.33/0.39	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
0.33/0.39	c   Constraints      : 27856
0.33/0.39	c   Objective sense  : minimize
0.33/0.39	c Presolved Problem  :
0.33/0.39	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
0.33/0.39	c   Constraints      : 27856
0.33/0.39	c Constraints        : Number
0.33/0.39	c   setppc           : 27856 
0.33/0.39	c ** Instance transfer method used: 0
0.33/0.43	c ** ParaScipInstance copy does not increase the number of variables. **
0.89/0.95	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.89/0.95	c                                Nodes    Active                                            
0.89/0.95	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
16.72/1.85	c *       2              0           1        20         -23.0000                -          -
16.72/1.86	c *       2              0           1        20         -26.0000                -          -
29.14/2.52	c *       3              0           1        20         -28.0000                -          -
81.36/5.18	c         5             42          41        20         -28.0000        -595.0000          -
184.82/10.40	c        10           3118         533        20         -28.0000        -595.0000          -
287.49/15.69	c        16              2           1        20         -28.0000         -35.4375     26.56%
329.13/17.71	c *      18              2           1        20         -29.0000         -35.3333     21.84%
380.68/20.32	c *      20             12          11        20         -30.0000         -35.3333     17.78%
388.61/20.72	c        21              2           1        20         -30.0000         -35.0000     16.67%
424.30/22.57	c *      23              6           5        20         -31.0000         -35.0000     12.90%
487.67/25.79	c        26             22          21        20         -31.0000         -35.0000     12.90%
588.64/30.83	c        31             52          51        20         -31.0000         -35.0000     12.90%
689.08/35.92	c        36             54          51        20         -31.0000         -35.0000     12.90%
756.20/39.32	c *      39             56          51        20         -32.0000         -35.0000      9.37%
787.91/40.97	c        41             57          50        20         -32.0000         -35.0000      9.37%
886.90/45.97	c        46             76          57        20         -32.0000         -35.0000      9.37%
988.31/51.05	c        51             87          58        20         -32.0000         -35.0000      9.37%
1087.45/56.11	c        56            105          62        20         -32.0000         -35.0000      9.37%
1191.52/61.37	c        61            136          69        20         -32.0000         -35.0000      9.37%
1290.64/66.38	c        66            161          76        20         -32.0000         -35.0000      9.37%
1391.73/71.42	c        71            217          90        20         -32.0000         -35.0000      9.37%
1490.71/76.46	c        76            239         100        20         -32.0000         -35.0000      9.37%
1589.87/81.47	c        81            437         132        20         -32.0000         -35.0000      9.37%
1693.03/86.69	c        87            711         182        20         -32.0000         -35.0000      9.37%
1794.11/91.76	c        92            817         204        20         -32.0000         -35.0000      9.37%
1895.15/96.80	c        97            901         208        20         -32.0000         -35.0000      9.37%
1994.12/101.81	c       102            926         213        20         -32.0000         -35.0000      9.37%
2093.17/106.82	c       107           1163         244        20         -32.0000         -35.0000      9.37%
2194.12/111.95	c       112           1091           1        20         -32.0000         -35.0000      9.37%
2293.01/117.02	c       117           1115          21        20         -32.0000         -35.0000      9.37%
2392.15/122.04	c       122           1184          36        20         -32.0000         -35.0000      9.37%
2495.93/127.16	c       127           1239          47        20         -32.0000         -35.0000      9.37%
2596.41/132.23	c       132           1460          98        20         -32.0000         -35.0000      9.37%
2697.46/137.39	c       137           1521         119        20         -32.0000         -35.0000      9.37%
2800.44/142.53	c       143           1537         123        20         -32.0000         -35.0000      9.37%
2901.63/147.69	c       148           1642         160        20         -32.0000         -35.0000      9.37%
3002.82/152.73	c       153           1751         189        20         -32.0000         -35.0000      9.37%
3104.02/157.83	c       158           1770         194        20         -32.0000         -35.0000      9.37%
3203.14/162.85	c       163           1855         207        20         -32.0000         -35.0000      9.37%
3304.26/167.91	c       168           2014         302        20         -32.0000         -35.0000      9.37%
3403.43/172.93	c       173           2074         324        20         -32.0000         -35.0000      9.37%
3502.58/177.99	c       178           2084         326        20         -32.0000         -35.0000      9.37%
3606.24/183.13	c       183           2174         360        20         -32.0000         -35.0000      9.37%
3705.45/188.17	c       188           2310         400        20         -32.0000         -35.0000      9.37%
3806.08/193.20	c       193           2326         408        20         -32.0000         -35.0000      9.37%
3905.24/198.29	c       198           2419         417        20         -32.0000         -35.0000      9.37%
4008.37/203.43	c       203           2574         472        20         -32.0000         -35.0000      9.37%
4107.58/208.47	c       208           2620         480        20         -32.0000         -35.0000      9.37%
4208.63/213.52	c       214           2629         481        20         -32.0000         -35.0000      9.37%
4307.69/218.57	c       219           2707         513        20         -32.0000         -35.0000      9.37%
4410.86/223.76	c       224           2797         535        20         -32.0000         -35.0000      9.37%
4512.07/228.89	c       229           2864         546        20         -32.0000         -35.0000      9.37%
4613.27/233.91	c       234           2991         603        20         -32.0000         -35.0000      9.37%
4712.48/239.01	c       239           3021         607        20         -32.0000         -35.0000      9.37%
4819.67/244.39	c       244           3239         695        20         -32.0000         -35.0000      9.37%
4920.90/249.42	c       249           3267         703        20         -32.0000         -35.0000      9.37%
5024.08/254.61	c       255           3544         808        20         -32.0000         -35.0000      9.37%
5123.35/259.66	c       260           3844         924        20         -32.0000         -35.0000      9.37%
5224.53/264.74	c       265           4058         992        20         -32.0000         -35.0000      9.37%
5266.22/266.86	c *     267           4165        1021        20         -33.0000         -35.0000      6.06%
5325.62/269.83	c       270           4198         408        20         -33.0000         -35.0000      6.06%
5426.84/274.92	c       275           4308         430        20         -33.0000         -35.0000      6.06%
5526.01/279.98	c       280           4536         464        20         -33.0000         -35.0000      6.06%
5627.96/285.09	c       285           4732         484        20         -33.0000         -35.0000      6.06%
5728.95/290.13	c       290           4833         495        20         -33.0000         -35.0000      6.06%
5828.23/295.16	c       295           5138         540        20         -33.0000         -35.0000      6.06%
5930.77/300.30	c       300           5230         538        20         -33.0000         -35.0000      6.06%
6029.92/305.35	c       305           5268         544        20         -33.0000         -35.0000      6.06%
6131.16/310.45	c       310           5486         588        20         -33.0000         -35.0000      6.06%
6230.44/315.49	c       315           5668         638        20         -33.0000         -35.0000      6.06%
6331.58/320.54	c       321           5770         644        20         -33.0000         -35.0000      6.06%
6432.75/325.60	c       326           6129         675        20         -33.0000         -35.0000      6.06%
6533.98/330.70	c       331           6467         721        20         -33.0000         -35.0000      6.06%
6635.21/335.86	c       336           6760         772        20         -33.0000         -35.0000      6.06%
6739.04/341.06	c       341           6818         784        20         -33.0000         -35.0000      6.06%
6838.31/346.10	c       346           6896         800        20         -33.0000         -35.0000      6.06%
6937.47/351.12	c       351           6910         802        20         -33.0000         -35.0000      6.06%
7039.98/356.23	c       356           6942         808        20         -33.0000         -35.0000      6.06%
7139.19/361.23	c       361           7126         862        20         -33.0000         -35.0000      6.06%
7238.22/366.28	c       366           7254         896        20         -33.0000         -35.0000      6.06%
7337.16/371.28	c       371           7270         894        20         -33.0000         -35.0000      6.06%
7438.23/376.32	c       376           7335         909        20         -33.0000         -35.0000      6.06%
7537.40/381.35	c       381           7433         923        20         -33.0000         -35.0000      6.06%
7638.36/386.48	c       386           7499         929        20         -33.0000         -35.0000      6.06%
7737.47/391.48	c       391           7600         946        20         -33.0000         -35.0000      6.06%
7838.49/396.50	c       396           7709         959        20         -33.0000         -35.0000      6.06%
7895.89/399.41	c *     399           7838         972        20         -34.0000         -35.0000      2.94%
7937.51/401.58	c       402           7849          78        20         -34.0000         -35.0000      2.94%
8038.45/406.65	c       407           7954          75        20         -34.0000         -35.0000      2.94%
8139.18/411.77	c       412           8113          87        20         -34.0000         -35.0000      2.94%
8238.09/416.77	c       417           8640          97        20         -34.0000         -35.0000      2.94%
8341.05/421.92	c       422           9071          93        20         -34.0000         -35.0000      2.94%
8440.14/426.96	c       427           9444          84        20         -34.0000         -35.0000      2.94%
8539.26/431.97	c       432           9699          70        20         -34.0000         -35.0000      2.94%
8638.42/437.02	c       437           9916          68        20         -34.0000         -35.0000      2.94%
8740.37/442.10	c       442          10076          64        20         -34.0000         -35.0000      2.94%
8841.29/447.14	c       447          10267          58        20         -34.0000         -35.0000      2.94%
8941.67/452.20	c       452          10335          61        20         -34.0000         -35.0000      2.94%
9040.85/457.25	c       457          10445          56        20         -34.0000         -35.0000      2.94%
9141.87/462.33	c       462          10599          59        20         -34.0000         -35.0000      2.94%
9242.97/467.43	c       467          10814          61        20         -34.0000         -35.0000      2.94%
9342.12/472.45	c       472          11008          61        20         -34.0000         -35.0000      2.94%
9447.27/477.70	c       478          11256          62        20         -34.0000         -35.0000      2.94%
9546.45/482.73	c       483          11473          59        20         -34.0000         -35.0000      2.94%
9647.62/487.82	c       488          11565          63        20         -34.0000         -35.0000      2.94%
9746.65/492.87	c       493          11844          58        20         -34.0000         -35.0000      2.94%
9847.35/497.95	c       498          12188          58        20         -34.0000         -35.0000      2.94%
9946.38/502.96	c       503          12559          58        20         -34.0000         -35.0000      2.94%
10045.57/507.98	c       508          12826          46        20         -34.0000         -35.0000      2.94%
10147.45/513.07	c       513          12880          49        20         -34.0000         -35.0000      2.94%
10246.59/518.12	c       518          13007          53        20         -34.0000         -35.0000      2.94%
10347.76/523.15	c       523          13212          54        20         -34.0000         -35.0000      2.94%
10446.81/528.18	c       528          13304          48        20         -34.0000         -35.0000      2.94%
10547.24/533.22	c       533          13406          49        20         -34.0000         -35.0000      2.94%
10646.40/538.24	c       538          13485          51        20         -34.0000         -35.0000      2.94%
10745.54/543.26	c       543          13785          45        20         -34.0000         -35.0000      2.94%
10844.61/548.28	c       548          14049          54        20         -34.0000         -35.0000      2.94%
10945.75/553.32	c       553          14385          55        20         -34.0000         -35.0000      2.94%
11044.93/558.37	c       558          14694          52        20         -34.0000         -35.0000      2.94%
11146.02/563.47	c       563          15048          53        20         -34.0000         -35.0000      2.94%
11247.17/568.52	c       569          15474          60        20         -34.0000         -35.0000      2.94%
11346.29/573.59	c       574          15863          55        20         -34.0000         -35.0000      2.94%
11447.46/578.64	c       579          16242          52        20         -34.0000         -35.0000      2.94%
11548.41/583.71	c       584          16547          56        20         -34.0000         -35.0000      2.94%
11647.35/588.74	c       589          17026          57        20         -34.0000         -35.0000      2.94%
11746.49/593.75	c       594          17450          58        20         -34.0000         -35.0000      2.94%
11849.61/598.90	c       599          17831          61        20         -34.0000         -35.0000      2.94%
11948.78/604.03	c       604          18291          63        20         -34.0000         -35.0000      2.94%
12050.70/609.04	c       609          18727          65        20         -34.0000         -35.0000      2.94%
12149.69/614.06	c       614          19147          67        20         -34.0000         -35.0000      2.94%
12248.66/619.09	c       619          19608          60        20         -34.0000         -35.0000      2.94%
12351.17/624.23	c       624          20025          66        20         -34.0000         -35.0000      2.94%
12450.22/629.29	c       629          20497          61        20         -34.0000         -35.0000      2.94%
12551.06/634.33	c       634          20928          62        20         -34.0000         -35.0000      2.94%
12650.12/639.34	c       639          21392          73        20         -34.0000         -35.0000      2.94%
12751.24/644.46	c       644          21894          68        20         -34.0000         -35.0000      2.94%
12852.36/649.56	c       650          22375          64        20         -34.0000         -35.0000      2.94%
12953.44/654.62	c       655          22814          70        20         -34.0000         -35.0000      2.94%
13052.60/659.63	c       660          23296          73        20         -34.0000         -35.0000      2.94%
13151.43/664.64	c       665          23545          77        20         -34.0000         -35.0000      2.94%
13250.56/669.65	c       670          24034          80        20         -34.0000         -35.0000      2.94%
13351.62/674.75	c       675          24313          83        20         -34.0000         -35.0000      2.94%
13452.67/679.81	c       680          24726          74        20         -34.0000         -35.0000      2.94%
13551.55/684.86	c       685          25255          86        20         -34.0000         -35.0000      2.94%
13652.53/689.98	c       690          25611          89        20         -34.0000         -35.0000      2.94%
13753.92/695.04	c       695          25800          88        20         -34.0000         -35.0000      2.94%
13853.19/700.11	c       700          26081         103        20         -34.0000         -35.0000      2.94%
13957.52/705.32	c       705          26195         102        20         -34.0000         -35.0000      2.94%
14058.62/710.45	c       710          26298         108        20         -34.0000         -35.0000      2.94%
14157.78/715.47	c       715          26429         108        20         -34.0000         -35.0000      2.94%
14262.90/720.72	c       721          26495         115        20         -34.0000         -35.0000      2.94%
14362.01/725.75	c       726          26558         113        20         -34.0000         -35.0000      2.94%
14461.19/730.76	c       731          26655         117        20         -34.0000         -35.0000      2.94%
14560.18/735.78	c       736          26706         119        20         -34.0000         -35.0000      2.94%
14659.27/740.79	c       741          26835         112        20         -34.0000         -35.0000      2.94%
14760.50/745.86	c       746          26898         113        20         -34.0000         -35.0000      2.94%
14861.39/750.95	c       751          26967         116        20         -34.0000         -35.0000      2.94%
14963.32/756.07	c       756          27068         105        20         -34.0000         -35.0000      2.94%
15064.28/761.14	c       761          27193          97        20         -34.0000         -35.0000      2.94%
15168.62/766.44	c       766          27481         101        20         -34.0000         -35.0000      2.94%
15269.77/771.54	c       772          27759          92        20         -34.0000         -35.0000      2.94%
15368.73/776.59	c       777          28174          85        20         -34.0000         -35.0000      2.94%
15469.89/781.66	c       782          28572          66        20         -34.0000         -35.0000      2.94%
15571.07/786.79	c       787          28673          62        20         -34.0000         -35.0000      2.94%
15672.00/791.83	c       792          28705          65        20         -34.0000         -35.0000      2.94%
15770.95/796.89	c       797          28826          58        20         -34.0000         -35.0000      2.94%
15872.00/801.91	c       802          29241          53        20         -34.0000         -35.0000      2.94%
15970.83/806.99	c       807          29723          56        20         -34.0000         -35.0000      2.94%
16069.96/812.02	c       812          30053          50        20         -34.0000         -35.0000      2.94%
16171.86/817.07	c       817          30363          52        20         -34.0000         -35.0000      2.94%
16270.54/822.12	c       822          30641          50        20         -34.0000         -35.0000      2.94%
16372.92/827.24	c       827          30951          76        20         -34.0000         -35.0000      2.94%
16473.89/832.36	c       832          31369          85        20         -34.0000         -35.0000      2.94%
16572.92/837.39	c       837          31768         108        20         -34.0000         -35.0000      2.94%
16600.69/838.71	c *     839          31989         116        20         -35.0000         -35.0000      0.00%
16600.69/838.72	c       839          35284           0         0         -35.0000         -35.0000      0.00%
16605.17/839.57	c       840          35284           0         0         -35.0000           0.0000          -
16605.17/839.57	c SCIP Status        : c problem is solved
16605.17/839.57	c Total Time         : 839.5700
16605.17/839.57	c   solving          : 839.5700
16605.17/839.57	c   presolving       : 0.3399 (included in solving)
16605.17/839.57	c B&B Tree           :
16605.17/839.57	c   nodes (total)    : 35284
16605.17/839.57	c Solution           :
16605.17/839.57	c   Solutions found  : 11
16605.17/839.57	c   Primal Bound     : -3.50000000000000e+01
16605.17/839.57	c   Dual Bound       : -3.50000000000000e+01
16605.17/839.57	c Gap                : 0.00000 %
16605.27/839.60	o -35
16605.27/839.60	s OPTIMUM FOUND
16605.27/839.60	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 
16605.27/839.60	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
16605.27/839.60	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
16605.27/839.60	v -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
16605.27/839.60	v -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
16605.27/839.60	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 
16605.27/839.60	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 
16605.27/839.60	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
16605.27/839.60	v -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
16605.27/839.60	v -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
16605.27/839.60	v -x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
16605.27/839.60	v -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
16605.27/839.60	v -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
16605.27/839.60	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
16605.27/839.60	v -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 
16605.27/839.60	v -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
16605.27/839.60	v x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 
16605.27/839.60	v -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 
16605.27/839.60	v -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 
16605.27/839.60	v -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 
16605.27/839.60	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 
16605.27/839.60	v -x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 
16605.27/839.60	v x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 -x503 
16605.27/839.60	v -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 
16605.27/839.60	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 
16605.27/839.60	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 
16605.27/839.60	v x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 
16605.27/839.60	v -x588 -x589 -x590 -x591 -x592 x593 -x594 -x595 

Verifier Data

OK	-35

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 (186640 MiB free)
  memory of node 1: 193531 MiB (167988 MiB free)
  memory of node 2: 193531 MiB (184008 MiB free)
  memory of node 3: 193493 MiB (192745 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-4465261-1722442608/watcher-4465261-1722442608 -o /tmp/evaluation-result-4465261-1722442608/solver-4465261-1722442608 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58771 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465261-1722442608.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=63143, runsolver pid=63140
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 76.16 70.02 48.63 63/986 63144
/proc/meminfo: memFree=748891780/790760800 swapFree=131071996/131071996
[pid=63143] ppid=63140 vsize=77132 memory=66316 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/stat : 63143 (fscip) R 63140 63143 58757 0 -1 4194304 15541 0 0 0 9 2 0 0 20 0 1 0 10840229 78983168 16579 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
/proc/63143/statm: 19283 16579 2678 3035 0 15679 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 77132 KiB
Current children cumulated memory: 66316 KiB

[startup+0.220872 s]*
/proc/loadavg: 76.16 70.02 48.63 62/986 63144
/proc/meminfo: memFree=748884724/790760800 swapFree=131071996/131071996
[pid=63143] ppid=63140 vsize=73908 memory=63248 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/stat : 63143 (fscip) R 63140 63143 58757 0 -1 4194304 18379 0 0 0 21 2 0 0 20 0 1 0 10840229 75681792 15812 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
/proc/63143/statm: 18477 15812 2710 3035 0 14873 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 73908 KiB
Current children cumulated memory: 63248 KiB

[startup+0.320123 s]*
/proc/loadavg: 76.16 70.02 48.63 63/986 63144
/proc/meminfo: memFree=748861132/790760800 swapFree=131071996/131071996
[pid=63143] ppid=63140 vsize=111804 memory=94060 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/stat : 63143 (fscip) R 63140 63143 58757 0 -1 4194304 23580 0 0 0 30 3 0 0 20 0 1 0 10840229 114487296 23515 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
/proc/63143/statm: 27951 23515 2758 3035 0 24347 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 111804 KiB
Current children cumulated memory: 94060 KiB

[startup+0.7005 s]
/proc/loadavg: 76.16 70.02 48.63 63/1006 63164
/proc/meminfo: memFree=748766332/790760800 swapFree=131071996/131071996
[pid=63143] ppid=63140 vsize=1607880 memory=297916 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/stat : 63143 (fscip) S 63140 63143 58757 0 -1 1077936128 76311 0 0 0 59 11 0 0 20 0 21 0 10840229 1646469120 74479 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
/proc/63143/statm: 401970 74479 2774 3035 0 116745 0
[pid=63143/tid=63145] ppid=63140 vsize=1607880 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63145/stat : 63145 (fscip) S 63140 63143 58757 0 -1 1077936192 4342 0 0 0 2 0 0 0 20 0 21 0 10840269 1646469120 74479 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63146] ppid=63140 vsize=1607880 memory=16088 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63146/stat : 63146 (fscip) S 63140 63143 58757 0 -1 1077936192 4342 0 0 0 2 0 0 0 20 0 21 0 10840269 1646469120 74479 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63147] ppid=63140 vsize=1607880 memory=5556 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63147/stat : 63147 (fscip) S 63140 63143 58757 0 -1 1077936192 4342 0 0 0 1 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63148] ppid=63140 vsize=1607880 memory=11564 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63148/stat : 63148 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63149] ppid=63140 vsize=1607880 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63149/stat : 63149 (fscip) S 63140 63143 58757 0 -1 1077936192 4342 0 0 0 2 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63150] ppid=63140 vsize=1607880 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63150/stat : 63150 (fscip) S 63140 63143 58757 0 -1 1077936192 4342 0 0 0 1 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63151] ppid=63140 vsize=1607880 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63151/stat : 63151 (fscip) S 63140 63143 58757 0 -1 1077936192 4342 0 0 0 2 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63152] ppid=63140 vsize=1607880 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63152/stat : 63152 (fscip) S 63140 63143 58757 0 -1 1077936192 4341 0 0 0 2 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63153] ppid=63140 vsize=1607880 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63153/stat : 63153 (fscip) R 63140 63143 58757 0 -1 4194368 1925 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63154] ppid=63140 vsize=1607880 memory=2212 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63154/stat : 63154 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63155] ppid=63140 vsize=1607880 memory=6096 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63155/stat : 63155 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63156] ppid=63140 vsize=1607880 memory=1968 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63156/stat : 63156 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63157] ppid=63140 vsize=1607880 memory=54204 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63157/stat : 63157 (fscip) S 63140 63143 58757 0 -1 1077936192 4343 0 0 0 2 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63158] ppid=63140 vsize=1607880 memory=33196 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63158/stat : 63158 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63159] ppid=63140 vsize=1607880 memory=21524 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63159/stat : 63159 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63160] ppid=63140 vsize=1607880 memory=100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63160/stat : 63160 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63161] ppid=63140 vsize=1607880 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63161/stat : 63161 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63162] ppid=63140 vsize=1607880 memory=25988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63162/stat : 63162 (fscip) S 63140 63143 58757 0 -1 1077936192 4342 0 0 0 1 1 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63163] ppid=63140 vsize=1607880 memory=2244 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63163/stat : 63163 (fscip) S 63140 63143 58757 0 -1 1077936192 4342 0 0 0 2 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63164] ppid=63140 vsize=1607880 memory=31232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63164/stat : 63164 (fscip) S 63140 63143 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10840269 1646469120 74545 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 1607880 KiB
Current children cumulated memory: 297916 KiB

[startup+1.50443 s]
/proc/loadavg: 76.16 70.02 48.63 81/1026 63184
/proc/meminfo: memFree=748129652/790760800 swapFree=131071996/131071996
[pid=63143] ppid=63140 vsize=1954556 memory=1476472 CPUtime=11.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/stat : 63143 (fscip) S 63140 63143 58757 0 -1 1077936128 412172 0 0 0 1046 90 0 0 20 0 41 0 10840229 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
/proc/63143/statm: 488639 369118 2790 3035 0 472005 0
[pid=63143/tid=63145] ppid=63140 vsize=1954556 memory=43347799258300564 CPUtime=0.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63145/stat : 63145 (fscip) R 63140 63143 58757 0 -1 4194368 20684 0 0 0 50 3 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63146] ppid=63140 vsize=1954556 memory=5556 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63146/stat : 63146 (fscip) R 63140 63143 58757 0 -1 4194368 17696 0 0 0 50 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63147] ppid=63140 vsize=1954556 memory=11564 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63147/stat : 63147 (fscip) R 63140 63143 58757 0 -1 4194368 17907 0 0 0 50 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63148] ppid=63140 vsize=1954556 memory=0 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63148/stat : 63148 (fscip) R 63140 63143 58757 0 -1 4194368 21571 0 0 0 50 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63149] ppid=63140 vsize=1954556 memory=246448 CPUtime=0.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63149/stat : 63149 (fscip) R 63140 63143 58757 0 -1 4194368 17590 0 0 0 49 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63150] ppid=63140 vsize=1954556 memory=2212 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63150/stat : 63150 (fscip) R 63140 63143 58757 0 -1 4194368 17555 0 0 0 51 3 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63151] ppid=63140 vsize=1954556 memory=25333125866717268 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63151/stat : 63151 (fscip) R 63140 63143 58757 0 -1 4194368 21492 0 0 0 49 5 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63152] ppid=63140 vsize=1954556 memory=0 CPUtime=0.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63152/stat : 63152 (fscip) R 63140 63143 58757 0 -1 4194368 17985 0 0 0 49 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63153] ppid=63140 vsize=1954556 memory=0 CPUtime=0.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63153/stat : 63153 (fscip) R 63140 63143 58757 0 -1 4194368 17630 0 0 0 49 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63154] ppid=63140 vsize=1954556 memory=0 CPUtime=0.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63154/stat : 63154 (fscip) R 63140 63143 58757 0 -1 4194368 21573 0 0 0 49 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63155] ppid=63140 vsize=1954556 memory=25988 CPUtime=0.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63155/stat : 63155 (fscip) R 63140 63143 58757 0 -1 4194368 18009 0 0 0 50 3 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63156] ppid=63140 vsize=1954556 memory=2244 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63156/stat : 63156 (fscip) R 63140 63143 58757 0 -1 4194368 17920 0 0 0 51 3 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63157] ppid=63140 vsize=1954556 memory=31232 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63157/stat : 63157 (fscip) R 63140 63143 58757 0 -1 4194368 22622 0 0 0 49 5 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63158] ppid=63140 vsize=1954556 memory=6096 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63158/stat : 63158 (fscip) R 63140 63143 58757 0 -1 4194368 18009 0 0 0 51 3 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63159] ppid=63140 vsize=1954556 memory=1968 CPUtime=0.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63159/stat : 63159 (fscip) R 63140 63143 58757 0 -1 4194368 17899 0 0 0 50 3 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63160] ppid=63140 vsize=1954556 memory=54204 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63160/stat : 63160 (fscip) R 63140 63143 58757 0 -1 4194368 21049 0 0 0 49 5 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63161] ppid=63140 vsize=1954556 memory=33196 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63161/stat : 63161 (fscip) R 63140 63143 58757 0 -1 4194368 17946 0 0 0 51 3 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63162] ppid=63140 vsize=1954556 memory=21524 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63162/stat : 63162 (fscip) R 63140 63143 58757 0 -1 4194368 17591 0 0 0 50 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63163] ppid=63140 vsize=1954556 memory=100 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63163/stat : 63163 (fscip) R 63140 63143 58757 0 -1 4194368 20906 0 0 0 50 4 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63164] ppid=63140 vsize=1954556 memory=1836 CPUtime=0.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63164/stat : 63164 (fscip) R 63140 63143 58757 0 -1 4194368 17560 0 0 0 50 3 0 0 20 0 41 0 10840269 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63165] ppid=63140 vsize=1954556 memory=-5155635695429707909 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63165/stat : 63165 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63166] ppid=63140 vsize=1954556 memory=212513 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63166/stat : 63166 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63167] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63167/stat : 63167 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63168] ppid=63140 vsize=1954556 memory=11564 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63168/stat : 63168 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63169] ppid=63140 vsize=1954556 memory=13672 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63169/stat : 63169 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63170] ppid=63140 vsize=1954556 memory=10824 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63170/stat : 63170 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63171] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63171/stat : 63171 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63172] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63172/stat : 63172 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63173] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63173/stat : 63173 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63174] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63174/stat : 63174 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63175] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63175/stat : 63175 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63176] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63176/stat : 63176 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63178] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63178/stat : 63178 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63177] ppid=63140 vsize=1954556 memory=280953809587008 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63177/stat : 63177 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63179] ppid=63140 vsize=1954556 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63179/stat : 63179 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63180] ppid=63140 vsize=1954556 memory=43757089844 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63180/stat : 63180 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63181] ppid=63140 vsize=1954556 memory=6944656592455359580 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63181/stat : 63181 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63182] ppid=63140 vsize=1954556 memory=6944656592455359580 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63182/stat : 63182 (fscip) S 63140 63143 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10840324 2001465344 369118 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0

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

[pid=63143/tid=63184] ppid=63140 vsize=13062904 memory=11372840 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63184/stat : 63184 (fscip) S 63140 63143 58757 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2536485 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
Current children cumulated CPU time: 16563 s
Current children cumulated vsize: 13062904 KiB
Current children cumulated memory: 10145940 KiB

[startup+838.401 s]
/proc/loadavg: 80.96 80.17 67.64 81/1025 64036
/proc/meminfo: memFree=748637504/790760800 swapFree=131071996/131071996
[pid=63143] ppid=63140 vsize=13062904 memory=10148660 CPUtime=16594.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/stat : 63143 (fscip) S 63140 63143 58757 0 -1 1077936128 14113122 0 0 0 1654803 4671 0 0 20 0 41 0 10840229 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
/proc/63143/statm: 3265726 2537165 3302 3035 0 3094703 0
[pid=63143/tid=63145] ppid=63140 vsize=13062904 memory=13672 CPUtime=830.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63145/stat : 63145 (fscip) R 63140 63143 58757 0 -1 4194368 541307 0 0 0 82896 114 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63146] ppid=63140 vsize=13062904 memory=11564 CPUtime=829.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63146/stat : 63146 (fscip) R 63140 63143 58757 0 -1 4194368 1093004 0 0 0 82734 190 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63147] ppid=63140 vsize=13062904 memory=13672 CPUtime=830.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63147/stat : 63147 (fscip) R 63140 63143 58757 0 -1 4194368 304327 0 0 0 82685 412 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63148] ppid=63140 vsize=13062904 memory=10824 CPUtime=828.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63148/stat : 63148 (fscip) R 63140 63143 58757 0 -1 4194368 578942 0 0 0 82754 98 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63149] ppid=63140 vsize=13062904 memory=-7595717164587378300 CPUtime=829.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63149/stat : 63149 (fscip) R 63140 63143 58757 0 -1 4194368 1085332 0 0 0 82759 180 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63150] ppid=63140 vsize=13062904 memory=-6000919499214174262 CPUtime=830.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63150/stat : 63150 (fscip) R 63140 63143 58757 0 -1 4194368 309967 0 0 0 82604 418 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63151] ppid=63140 vsize=13062904 memory=7948 CPUtime=830.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63151/stat : 63151 (fscip) R 63140 63143 58757 0 -1 4194368 614942 0 0 0 82967 115 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63152] ppid=63140 vsize=13062904 memory=18736 CPUtime=831.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63152/stat : 63152 (fscip) R 63140 63143 58757 0 -1 4194368 1096171 0 0 0 82943 184 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63153] ppid=63140 vsize=13062904 memory=-7595717164587378300 CPUtime=830.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63153/stat : 63153 (fscip) R 63140 63143 58757 0 -1 4194368 314214 0 0 0 82670 402 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63154] ppid=63140 vsize=13062904 memory=1744 CPUtime=829.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63154/stat : 63154 (fscip) R 63140 63143 58757 0 -1 4194368 649225 0 0 0 82823 121 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63155] ppid=63140 vsize=13062904 memory=7804 CPUtime=827.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63155/stat : 63155 (fscip) R 63140 63143 58757 0 -1 4194368 1354789 0 0 0 82521 237 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63156] ppid=63140 vsize=13062904 memory=28716 CPUtime=827.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63156/stat : 63156 (fscip) R 63140 63143 58757 0 -1 4194368 297955 0 0 0 82372 417 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63157] ppid=63140 vsize=13062904 memory=10824 CPUtime=830.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63157/stat : 63157 (fscip) R 63140 63143 58757 0 -1 4194368 501617 0 0 0 82897 113 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63158] ppid=63140 vsize=13062904 memory=5556 CPUtime=828.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63158/stat : 63158 (fscip) R 63140 63143 58757 0 -1 4194368 1150031 0 0 0 82624 194 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63159] ppid=63140 vsize=13062904 memory=16088 CPUtime=830.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63159/stat : 63159 (fscip) R 63140 63143 58757 0 -1 4194368 334897 0 0 0 82617 440 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63160] ppid=63140 vsize=13062904 memory=2212 CPUtime=829.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63160/stat : 63160 (fscip) R 63140 63143 58757 0 -1 4194368 615843 0 0 0 82833 112 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63161] ppid=63140 vsize=13062904 memory=-7595717164587378300 CPUtime=829.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63161/stat : 63161 (fscip) R 63140 63143 58757 0 -1 4194368 1144399 0 0 0 82765 201 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63162] ppid=63140 vsize=13062904 memory=16088 CPUtime=830.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63162/stat : 63162 (fscip) R 63140 63143 58757 0 -1 4194368 301913 0 0 0 82651 392 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63163] ppid=63140 vsize=13062904 memory=2212 CPUtime=830.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63163/stat : 63163 (fscip) R 63140 63143 58757 0 -1 4194368 633159 0 0 0 82964 111 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63164] ppid=63140 vsize=13062904 memory=6096 CPUtime=828.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63164/stat : 63164 (fscip) R 63140 63143 58757 0 -1 4194368 1158629 0 0 0 82645 198 0 0 20 0 41 0 10840269 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63165] ppid=63140 vsize=13062904 memory=7492 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63165/stat : 63165 (fscip) S 63140 63143 58757 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63166] ppid=63140 vsize=13062904 memory=26972 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63166/stat : 63166 (fscip) S 63140 63143 58757 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63167] ppid=63140 vsize=13062904 memory=3664 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63167/stat : 63167 (fscip) S 63140 63143 58757 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63168] ppid=63140 vsize=13062904 memory=39996 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63168/stat : 63168 (fscip) S 63140 63143 58757 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63169] ppid=63140 vsize=13062904 memory=8148 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63169/stat : 63169 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63170] ppid=63140 vsize=13062904 memory=3428 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63170/stat : 63170 (fscip) S 63140 63143 58757 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63171] ppid=63140 vsize=13062904 memory=2180 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63171/stat : 63171 (fscip) S 63140 63143 58757 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63172] ppid=63140 vsize=13062904 memory=1744 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63172/stat : 63172 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63173] ppid=63140 vsize=13062904 memory=7804 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63173/stat : 63173 (fscip) S 63140 63143 58757 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63174] ppid=63140 vsize=13062904 memory=28716 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63174/stat : 63174 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63175] ppid=63140 vsize=13062904 memory=32844 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63175/stat : 63175 (fscip) S 63140 63143 58757 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63176] ppid=63140 vsize=13062904 memory=6988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63176/stat : 63176 (fscip) S 63140 63143 58757 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63178] ppid=63140 vsize=13062904 memory=36312 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63178/stat : 63178 (fscip) S 63140 63143 58757 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63177] ppid=63140 vsize=13062904 memory=4764 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63177/stat : 63177 (fscip) S 63140 63143 58757 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63179] ppid=63140 vsize=13062904 memory=20448 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63179/stat : 63179 (fscip) S 63140 63143 58757 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63180] ppid=63140 vsize=13062904 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63180/stat : 63180 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63181] ppid=63140 vsize=13062904 memory=25988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63181/stat : 63181 (fscip) S 63140 63143 58757 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63182] ppid=63140 vsize=13062904 memory=2244 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63182/stat : 63182 (fscip) S 63140 63143 58757 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63183] ppid=63140 vsize=13062904 memory=31232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63183/stat : 63183 (fscip) S 63140 63143 58757 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63184] ppid=63140 vsize=13062904 memory=28656 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63184/stat : 63184 (fscip) S 63140 63143 58757 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 41 0 10840324 13376413696 2537165 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
Current children cumulated CPU time: 16594.7 s
Current children cumulated vsize: 13062904 KiB
Current children cumulated memory: 10148660 KiB

[startup+839.2 s]
/proc/loadavg: 80.96 80.17 67.64 64/1002 64036
/proc/meminfo: memFree=751727112/790760800 swapFree=131071996/131071996
[pid=63143] ppid=63140 vsize=6073220 memory=4545964 CPUtime=16604.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/stat : 63143 (fscip) S 63140 63143 58757 0 -1 1077936128 14369303 0 0 0 1655775 4712 0 0 20 0 11 0 10840229 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
/proc/63143/statm: 1518305 1136491 3302 3035 0 1499382 0
[pid=63143/tid=63152] ppid=63140 vsize=6073220 memory=9802160 CPUtime=832.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63152/stat : 63152 (fscip) R 63140 63143 58757 0 -1 4194368 1096304 0 0 0 83022 184 0 0 20 0 11 0 10840269 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63161] ppid=63140 vsize=6073220 memory=280953809670224 CPUtime=830.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63161/stat : 63161 (fscip) R 63140 63143 58757 0 -1 4194368 1167654 0 0 0 82837 203 0 0 20 0 11 0 10840269 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63165] ppid=63140 vsize=6073220 memory=-7523659570549450108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63165/stat : 63165 (fscip) S 63140 63143 58757 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 11 0 10840324 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63169] ppid=63140 vsize=6073220 memory=-6000919499214174262 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63169/stat : 63169 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 11 0 10840324 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63172] ppid=63140 vsize=6073220 memory=28656 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63172/stat : 63172 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 11 0 10840324 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63173] ppid=63140 vsize=6073220 memory=7492 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63173/stat : 63173 (fscip) S 63140 63143 58757 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 11 0 10840324 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63174] ppid=63140 vsize=6073220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63174/stat : 63174 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 11 0 10840324 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63180] ppid=63140 vsize=6073220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63180/stat : 63180 (fscip) S 63140 63143 58757 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 11 0 10840324 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63182] ppid=63140 vsize=6073220 memory=57394487131747 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63182/stat : 63182 (fscip) S 63140 63143 58757 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 11 0 10840324 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63184] ppid=63140 vsize=6073220 memory=11564 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63184/stat : 63184 (fscip) S 63140 63143 58757 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 11 0 10840324 6218977280 1136491 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
Current children cumulated CPU time: 16604.9 s
Current children cumulated vsize: 6073220 KiB
Current children cumulated memory: 4545964 KiB

[startup+839.6 s]
/proc/loadavg: 80.96 80.17 67.64 64/1002 64036
/proc/meminfo: memFree=751727112/790760800 swapFree=131071996/131071996
[pid=63143] ppid=63140 vsize=5412768 memory=4253624 CPUtime=16605.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/stat : 63143 (fscip) R 63140 63143 58757 0 -1 4194304 14401553 0 0 0 1655812 4715 0 0 20 0 9 0 10840229 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
/proc/63143/statm: 1353192 1063406 3302 3035 0 1334565 0
[pid=63143/tid=63165] ppid=63140 vsize=5412768 memory=16088 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63165/stat : 63165 (fscip) S 63140 63143 58757 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 9 0 10840324 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63169] ppid=63140 vsize=5412768 memory=13672 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63169/stat : 63169 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 9 0 10840324 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63172] ppid=63140 vsize=5412768 memory=10824 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63172/stat : 63172 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 9 0 10840324 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63173] ppid=63140 vsize=5412768 memory=2212 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63173/stat : 63173 (fscip) S 63140 63143 58757 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 9 0 10840324 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63174] ppid=63140 vsize=5412768 memory=6096 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63174/stat : 63174 (fscip) S 63140 63143 58757 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 9 0 10840324 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63180] ppid=63140 vsize=5412768 memory=1968 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63180/stat : 63180 (fscip) S 63140 63143 58757 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 9 0 10840324 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63182] ppid=63140 vsize=5412768 memory=-7595717164587378300 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63182/stat : 63182 (fscip) S 63140 63143 58757 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 9 0 10840324 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
[pid=63143/tid=63184] ppid=63140 vsize=5412768 memory=81819 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63143/task/63184/stat : 63184 (fscip) S 63140 63143 58757 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 9 0 10840324 5542674432 1063406 809668444160 4194304 16623229 140726378912080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 29253632 140726378914826 140726378914944 140726378914944 140726378921968 0
Current children cumulated CPU time: 16605.3 s
Current children cumulated vsize: 5412768 KiB
Current children cumulated memory: 4253624 KiB

[startup+839.7 s]*
/proc/loadavg: 79.36 79.85 67.60 62/985 64036
/proc/meminfo: memFree=757362360/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 839.761
CPU time (s): 16605.4
CPU user time (s): 16558.1
CPU system time (s): 47.3055
CPU usage (%): 1977.4
Max. virtual memory (cumulated for all children) (KiB): 13062904
Max. memory (cumulated for all children) (KiB): 10190988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16558.1
system time used= 47.3055
maximum resident set size= 10190988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14402510
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= 432215
involuntary context switches= 92562


# summary of solver processes directly reported to runsolver:
#   pid: 63143
#   total CPU time (s): 16605.4
#   total CPU user time (s): 16558.1
#   total CPU system time (s): 47.3055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.2002 second user time and 19.2444 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 18:16:48
IDJOB=4465261
IDBENCH=146690
IDSOLVER=3094
FILE ID=nodeD104/4465261-1722442608
RUNJOBID= nodeD104-1722441596-58771
SLURM_JOB_ID= 8254234
Free space on /tmp= 8622824 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-1.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-4465261-1722442608/watcher-4465261-1722442608 -o /tmp/evaluation-result-4465261-1722442608/solver-4465261-1722442608 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58771 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465261-1722442608.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 13e3cfc76a003558f082ab5832d2ffa8
RANDOM SEED=1757730412

nodeD104.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		: 3074.405
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		: 3092.087
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 2689.437
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	: 5010.76
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		: 3074.330
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		: 3092.016
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 3614.570
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	: 5010.76
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		: 3074.244
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		: 3091.765
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 2311.926
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	: 5010.76
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		: 3074.162
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		: 3091.624
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	: 5006.76
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		: 3197.384
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	: 5013.48
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		: 3399.291
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	: 5010.76
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		: 3074.149
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		: 3091.860
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	: 5006.76
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		: 3189.323
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	: 5013.48
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		: 3358.697
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	: 5010.76
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		: 3074.133
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		: 3091.856
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	: 5006.76
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		: 3189.413
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	: 5013.48
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		: 2297.981
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	: 5010.76
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		: 3074.194
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		: 3091.850
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	: 5006.76
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		: 3173.232
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	: 5013.48
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		: 2284.128
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	: 5010.76
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		: 3074.285
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		: 3091.823
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	: 5006.76
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		: 3194.659
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	: 5013.48
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		: 2453.253
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	: 5010.76
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		: 3074.369
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		: 3089.888
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	: 5006.76
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		: 3191.177
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	: 5013.48
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		: 3366.983
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	: 5010.76
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		: 3074.481
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		: 3091.838
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	: 5006.76
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		: 3191.416
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	: 5013.48
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		: 3440.274
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	: 5010.76
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		: 3074.600
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.828
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3285.216
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	: 5010.76
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		: 3074.726
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		: 3091.825
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	: 5006.76
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		: 3196.893
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	: 5013.48
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		: 2146.786
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	: 5010.76
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		: 3074.820
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		: 3091.821
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	: 5006.76
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		: 3191.933
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	: 5013.48
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		: 2627.144
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	: 5010.76
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		: 3074.936
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		: 3091.816
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	: 5006.76
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		: 3188.658
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	: 5013.48
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		: 2637.367
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	: 5010.76
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		: 3075.064
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		: 3091.810
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 2631.417
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	: 5010.76
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		: 3075.186
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		: 3091.765
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 2636.618
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	: 5010.76
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		: 3075.312
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		: 3091.794
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	: 5006.76
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		: 3194.572
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	: 5013.48
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		: 2648.302
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	: 5010.76
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		: 3075.205
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		: 3077.918
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	: 5006.76
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		: 3194.554
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	: 5013.48
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		: 2670.353
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	: 5010.76
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		: 3075.267
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		: 3091.782
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	: 5006.76
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		: 3189.191
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	: 5013.48
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		: 2658.645
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	: 5010.76
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		: 3075.179
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		: 3091.775
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	: 5006.76
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		: 3156.792
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	: 5013.48
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		: 1571.397
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	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        748937896 kB
MemAvailable:   747011884 kB
Buffers:          127388 kB
Cached:           901100 kB
SwapCached:            0 kB
Active:           293968 kB
Inactive:       39137172 kB
Active(anon):       2228 kB
Inactive(anon): 38422976 kB
Active(file):     291740 kB
Inactive(file):   714196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29028 kB
Writeback:            72 kB
AnonPages:      38401144 kB
Mapped:           124948 kB
Shmem:             22536 kB
KReclaimable:     129724 kB
Slab:             460436 kB
SReclaimable:     129724 kB
SUnreclaim:       330712 kB
KernelStack:       16944 kB
PageTables:        88780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4542992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           176640 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5769216 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:      471040 kB
DirectMap2M:    36726784 kB
DirectMap1G:    768606208 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-07-31 18:30:48