Trace number 4465142

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30Signal 23088.4 1173.82

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
MD5SUM3aed2088dafec39bc246433683012fc1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark122880
Best CPU time to get the best result obtained on this benchmark3411.58
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20611
Total number of constraints3921
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 135
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073849343
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147557374
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 97789332, getVmSize() = 93806592, SCIPgetMemUsed() = 63573190, SCIPgetMemTotal() = 71240054, SCIPgetMemExternEstim() = 26549278
0.00/0.09	c ** set memory limit for presolving in LC to 8.79578e+12 for SCIP **
2.38/2.49	c ** Estimated virtualMemUsedAtSolver = 210153415, getVmSize() = 314646528, SCIPgetMemUsed() = 213226637, SCIPgetMemTotal() = 288680845, SCIPgetMemExternEstim() = 26549278
2.38/2.49	c ** set memory limit for solvers to 4.18795e+11 for each SCIP **
2.38/2.49	c Original Problem   :
2.38/2.49	c   Problem name     : instance-4465142-1723585422
2.38/2.49	c   Variables        : 20611 (20611 binary, 0 integer, 0 implicit integer, 0 continuous)
2.38/2.49	c   Constraints      : 3921
2.38/2.49	c   Objective sense  : minimize
2.38/2.49	c Presolved Problem  :
2.38/2.49	c   Variables        : 17377 (17377 binary, 0 integer, 0 implicit integer, 0 continuous)
2.38/2.49	c   Constraints      : 4205
2.38/2.49	c Constraints        : Number
2.38/2.49	c   knapsack         : 2896 
2.38/2.49	c   setppc           : 420 
2.38/2.49	c   linear           : 163 
2.38/2.49	c   logicor          : 726 
2.38/2.49	c ** Instance transfer method used: 0
2.48/2.52	c ** ParaScipInstance copy does not increase the number of variables. **
3.11/3.15	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.11/3.15	c                                Nodes    Active                                            
3.11/3.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
45.59/5.49	c         6              2           1        20                -       97280.0000          -
146.52/10.58	c        11             24          23        20                -       97280.0000          -
245.77/15.58	c        16             37          36        20                -       97280.0000          -
350.66/20.82	c        21             55          54        20                -       97280.0000          -
449.78/25.85	c        26            164         113        20                -       97280.0000          -
517.28/29.28	c *      29            209         144        20      204800.0000       97280.0000    110.53%
525.06/29.65	c *      30             98          97        20      203776.0000       97280.0000    109.47%
553.47/31.08	c        31            225         150        20      203776.0000       97280.0000    109.47%
570.33/31.94	c *      32            225         150        20      202752.0000       97280.0000    108.42%
588.00/32.84	c *      33            225         150        20      201728.0000       97280.0000    107.37%
589.92/32.90	c *      33            225         150        20      200704.0000       97280.0000    106.32%
594.52/33.15	c *      33            225         150        20      199680.0000       97280.0000    105.26%
597.78/33.34	c *      33            225         150        20      198656.0000       97280.0000    104.21%
601.84/33.53	c *      34            225         150        20      197632.0000       97280.0000    103.16%
609.55/33.93	c *      34            225         150        20      196608.0000       97280.0000    102.11%
609.55/34.03	c *      34            225         150        20      195584.0000       97280.0000    101.05%
621.17/34.57	c *      35            225         150        20      194560.0000       97280.0000    100.00%
656.69/36.37	c        36            226         153        20      194560.0000       97280.0000    100.00%
755.66/41.38	c        41            226         153        20      194560.0000       97280.0000    100.00%
856.04/46.45	c        46            260         187        20      194560.0000       97280.0000    100.00%
927.92/50.04	c *      50            233         158        20      193536.0000       97280.0000     98.95%
955.18/51.45	c        51            233         158        20      193536.0000       97280.0000     98.95%
1055.67/56.52	c        57            233         158        20      193536.0000       97280.0000     98.95%
1140.77/60.80	c *      61            419         297        20      192512.0000       97280.0000     97.89%
1142.76/60.96	c *      61            394         262        20      190464.0000       97280.0000     95.79%
1158.53/61.70	c        62            234         157        20      190464.0000       97280.0000     95.79%
1259.33/66.81	c        67            234         157        20      190464.0000       97280.0000     95.79%
1363.02/72.13	c        72            257         170        20      190464.0000       97280.0000     95.79%
1465.22/77.22	c        77            266         175        20      190464.0000       97280.0000     95.79%
1473.07/77.60	c *      78            266         175        20      189440.0000       97280.0000     94.74%
1563.95/82.24	c        82            266         175        20      189440.0000       97280.0000     94.74%
1665.01/87.34	c        87            267         174        20      189440.0000       97280.0000     94.74%
1764.00/92.35	c        92            789         567        20      189440.0000       97280.0000     94.74%
1865.10/97.41	c        97            496         434        20      189440.0000       97280.0000     94.74%
1960.26/102.27	c *     102            716         560        20      187392.0000       97280.0000     92.63%
1964.07/102.47	c       102            716         560        20      187392.0000       97280.0000     92.63%
2064.92/107.52	c       108            365         256        20      187392.0000       97280.0000     92.63%
2164.04/112.58	c       113            963         662        20      187392.0000       97280.0000     92.63%
2263.22/117.59	c       118            849         561        20      187392.0000       97280.0000     92.63%
2362.32/122.56	c *     123            913         698        20      186368.0000       97280.0000     91.58%
2364.25/122.61	c       123            913         698        20      186368.0000       97280.0000     91.58%
2463.39/127.64	c       128            499         320        20      186368.0000       97280.0000     91.58%
2564.43/132.80	c       133           1126         780        20      186368.0000       97280.0000     91.58%
2616.01/135.36	c *     135           1020         780        20      185344.0000       97280.0000     90.53%
2665.65/137.84	c       138            954         664        20      185344.0000       97280.0000     90.53%
2749.44/142.07	c *     142            996         702        20      184320.0000       97280.0000     89.47%
2766.46/142.93	c       143           1189         833        20      184320.0000       97280.0000     89.47%
2868.15/148.05	c       148            708         368        20      184320.0000       97280.0000     89.47%
2967.17/153.12	c       153            891         722        20      184320.0000       97280.0000     89.47%
3001.97/154.87	c *     155           1071         765        20      181248.0000       97280.0000     86.32%
3069.29/158.20	c       158           1202         936        20      181248.0000       97280.0000     86.32%
3168.40/163.22	c       163            845         423        20      181248.0000       97280.0000     86.32%
3267.59/168.26	c       168           1117         811        20      181248.0000       97280.0000     86.32%
3366.67/173.27	c       173            935         417        20      181248.0000       97280.0000     86.32%
3467.86/178.33	c       178            980         440        20      181248.0000       97280.0000     86.32%
3568.98/183.48	c       183            980         440        20      181248.0000       97280.0000     86.32%
3670.18/188.53	c       189            980         440        20      181248.0000       97280.0000     86.32%
3692.00/189.69	c *     190            980         440        20      178176.0000       97280.0000     83.16%
3771.13/193.61	c       194            980         440        20      178176.0000       97280.0000     83.16%
3872.31/198.72	c       199            980         440        20      178176.0000       97280.0000     83.16%
3973.45/203.80	c       204            980         440        20      178176.0000       97280.0000     83.16%
4072.65/208.83	c       209           1553        1263        20      178176.0000       97280.0000     83.16%
4173.70/213.91	c       214           1627        1209        20      178176.0000       97280.0000     83.16%
4272.91/218.96	c       219           1623        1321        20      178176.0000       97280.0000     83.16%
4371.94/224.01	c       224           1174         958        20      178176.0000       97280.0000     83.16%
4407.48/225.74	c *     226           1186         472        20      169984.0000       97280.0000     74.74%
4473.18/229.04	c       229           1188         972        20      169984.0000       97280.0000     74.74%
4572.43/234.11	c       234           1294         470        20      169984.0000       97280.0000     74.74%
4671.57/239.12	c       239           1436        1103        20      169984.0000       97280.0000     74.74%
4772.69/244.20	c       244           1452        1117        20      169984.0000       97280.0000     74.74%
4841.27/247.68	c *     248           1783        1481        20      168960.0000       97280.0000     73.68%
4872.85/249.21	c       249           1277        1050        20      168960.0000       97280.0000     73.68%
4975.94/254.49	c       254           1819        1517        20      168960.0000       97280.0000     73.68%
5077.13/259.50	c       260           1505        1164        20      168960.0000       97280.0000     73.68%
5176.27/264.52	c       265           1879        1567        20      168960.0000       97280.0000     73.68%
5275.41/269.58	c       270           1724         502        20      168960.0000       97280.0000     73.68%
5376.39/274.69	c       275           1411        1182        20      168960.0000       97280.0000     73.68%
5415.80/276.66	c *     277           1948        1636        20      167936.0000       97280.0000     72.63%
5477.09/279.79	c       280           2072         386        20      167936.0000       97280.0000     72.63%
5580.23/284.93	c       285           1453        1224        20      167936.0000       97280.0000     72.63%
5682.10/290.05	c       290           1698        1341        20      167936.0000       97280.0000     72.63%
5781.18/295.11	c       295           2209         511        20      167936.0000       97280.0000     72.63%
5883.81/300.21	c       300           2063         489        20      167936.0000       97280.0000     72.63%
5984.74/305.34	c       305           1778        1412        20      167936.0000       97280.0000     72.63%
6028.34/307.55	c *     308           2109        1785        20      166912.0000       97280.0000     71.58%
6083.66/310.37	c       310           2139         491        20      166912.0000       97280.0000     71.58%
6184.67/315.49	c       315           2139         491        20      166912.0000       97280.0000     71.58%
6285.64/320.51	c       321           2139         491        20      166912.0000       97280.0000     71.58%
6384.64/325.59	c       326           2139         491        20      166912.0000       97280.0000     71.58%
6485.57/330.65	c       331           2139         491        20      166912.0000       97280.0000     71.58%
6586.54/335.73	c       336           2139         491        20      166912.0000       97280.0000     71.58%
6685.71/340.76	c       341           2139         491        20      166912.0000       97280.0000     71.58%
6786.86/345.81	c       346           2139         491        20      166912.0000       97280.0000     71.58%
6874.13/350.21	c *     350           2139         491        20      161792.0000       97280.0000     66.32%
6885.95/350.89	c       351           2139         491        20      161792.0000       97280.0000     66.32%
6986.57/355.91	c       356           2139         491        20      161792.0000       97280.0000     66.32%
7085.52/360.95	c       361           2139         491        20      161792.0000       97280.0000     66.32%
7184.70/365.99	c       366           2139         491        20      161792.0000       97280.0000     66.32%
7286.59/371.12	c       371           2139         491        20      161792.0000       97280.0000     66.32%
7387.75/376.13	c       376           2139         491        20      161792.0000       97280.0000     66.32%
7487.15/381.14	c       381           2139         491        20      161792.0000       97280.0000     66.32%
7526.63/383.19	c *     383           2139         491        20      160768.0000       97280.0000     65.26%
7587.25/386.26	c       386           2139         491        20      160768.0000       97280.0000     65.26%
7686.39/391.28	c       391           2139         491        20      160768.0000       97280.0000     65.26%
7787.47/396.30	c       396           2139         491        20      160768.0000       97280.0000     65.26%
7886.62/401.37	c       401           2139         491        20      160768.0000       97280.0000     65.26%
7989.78/406.50	c       407           2139         491        20      160768.0000       97280.0000     65.26%
8079.64/411.11	c *     411           2139         491        20      159744.0000       97280.0000     64.21%
8090.71/411.65	c       412           2139         491        20      159744.0000       97280.0000     64.21%
8189.56/416.68	c       417           2139         491        20      159744.0000       97280.0000     64.21%
8290.63/421.70	c       422           2139         491        20      159744.0000       97280.0000     64.21%
8389.72/426.76	c       427           2139         491        20      159744.0000       97280.0000     64.21%
8488.73/431.77	c       432           2139         491        20      159744.0000       97280.0000     64.21%
8589.70/436.85	c       437           2139         491        20      159744.0000       97280.0000     64.21%
8688.86/441.88	c       442           2139         491        20      159744.0000       97280.0000     64.21%
8787.92/446.89	c       447           2139         491        20      159744.0000       97280.0000     64.21%
8888.66/451.96	c       452           2139         491        20      159744.0000       97280.0000     64.21%
8987.79/457.01	c       457           2139         491        20      159744.0000       97280.0000     64.21%
9088.84/462.09	c       462           2139         491        20      159744.0000       97280.0000     64.21%
9143.65/464.90	c *     465           2139         491        20      158720.0000       97280.0000     63.16%
9189.81/467.16	c       467           2139         491        20      158720.0000       97280.0000     63.16%
9289.85/472.23	c       472           2139         491        20      158720.0000       97280.0000     63.16%
9391.02/477.30	c       477           2139         491        20      158720.0000       97280.0000     63.16%
9490.19/482.32	c       482           2139         491        20      158720.0000       97280.0000     63.16%
9589.37/487.37	c       487           2139         491        20      158720.0000       97280.0000     63.16%
9688.40/492.39	c       492           2139         491        20      158720.0000       97280.0000     63.16%
9787.50/497.39	c       497           2139         491        20      158720.0000       97280.0000     63.16%
9888.63/502.46	c       502           2139         491        20      158720.0000       97280.0000     63.16%
9906.26/503.30	c *     503           2139         491        20      157696.0000       97280.0000     62.11%
9989.46/507.52	c       508           2139         491        20      157696.0000       97280.0000     62.11%
10088.60/512.56	c       513           2139         491        20      157696.0000       97280.0000     62.11%
10187.81/517.58	c       518           2139         491        20      157696.0000       97280.0000     62.11%
10289.01/522.67	c       523           2139         491        20      157696.0000       97280.0000     62.11%
10390.19/527.71	c       528           2139         491        20      157696.0000       97280.0000     62.11%
10489.39/532.77	c       533           2139         491        20      157696.0000       97280.0000     62.11%
10590.65/537.82	c       538           2139         491        20      157696.0000       97280.0000     62.11%
10689.88/542.87	c       543           2139         491        20      157696.0000       97280.0000     62.11%
10790.84/547.92	c       548           2139         491        20      157696.0000       97280.0000     62.11%
10885.84/552.77	c *     553           2139         491        20      156672.0000       97280.0000     61.05%
10889.75/552.95	c       553           2139         491        20      156672.0000       97280.0000     61.05%
10988.48/557.99	c       558           2139         491        20      156672.0000       97280.0000     61.05%
11092.24/563.16	c       563           2139         491        20      156672.0000       97280.0000     61.05%
11191.29/568.19	c       568           2139         491        20      156672.0000       97280.0000     61.05%
11297.74/573.51	c       574           2139         491        20      156672.0000       97280.0000     61.05%
11396.93/578.52	c       579           2139         491        20      156672.0000       97280.0000     61.05%
11496.14/583.54	c       584           2139         491        20      156672.0000       97280.0000     61.05%
11597.36/588.60	c       589           2139         491        20      156672.0000       97280.0000     61.05%
11698.43/593.71	c       594           2139         491        20      156672.0000       97280.0000     61.05%
11797.35/598.75	c       599           2139         491        20      156672.0000       97280.0000     61.05%
11840.98/601.02	c *     601           2139         491        20      155648.0000       97280.0000     60.00%
11900.32/603.92	c       604           2139         491        20      155648.0000       97280.0000     60.00%
11999.49/608.95	c       609           2139         491        20      155648.0000       97280.0000     60.00%
12101.60/614.06	c       614           2139         491        20      155648.0000       97280.0000     60.00%
12200.59/619.07	c       619           2139         491        20      155648.0000       97280.0000     60.00%
12301.72/624.14	c       624           2139         491        20      155648.0000       97280.0000     60.00%
12404.16/629.30	c       629           2139         491        20      155648.0000       97280.0000     60.00%
12445.75/631.46	c *     631           2139         491        20      154624.0000       97280.0000     58.95%
12503.01/634.35	c       634           2139         491        20      154624.0000       97280.0000     58.95%
12602.19/639.39	c       639           2139         491        20      154624.0000       97280.0000     58.95%
12702.97/644.42	c       644           2139         491        20      154624.0000       97280.0000     58.95%
12802.19/649.44	c       649           2139         491        20      154624.0000       97280.0000     58.95%
12903.36/654.52	c       655           2139         491        20      154624.0000       97280.0000     58.95%
13002.53/659.58	c       660           2139         491        20      154624.0000       97280.0000     58.95%
13103.69/664.63	c       665           2139         491        20      154624.0000       97280.0000     58.95%
13202.84/669.66	c       670           2139         491        20      154624.0000       97280.0000     58.95%
13301.97/674.67	c       675           2139         491        20      154624.0000       97280.0000     58.95%
13332.43/676.20	c *     676           2139         491        20      153600.0000       97280.0000     57.89%
13403.12/679.77	c       680           2139         491        20      153600.0000       97280.0000     57.89%
13504.31/684.83	c       685           2139         491        20      153600.0000       97280.0000     57.89%
13603.55/689.88	c       690           2139         491        20      153600.0000       97280.0000     57.89%
13704.36/694.93	c       695           2139         491        20      153600.0000       97280.0000     57.89%
13803.58/699.96	c       700           2139         491        20      153600.0000       97280.0000     57.89%
13902.82/705.02	c       705           2139         491        20      153600.0000       97280.0000     57.89%
14004.95/710.09	c       710           2139         491        20      153600.0000       97280.0000     57.89%
14107.15/715.20	c       715           2139         491        20      153600.0000       97280.0000     57.89%
14208.27/720.36	c       720           2139         491        20      153600.0000       97280.0000     57.89%
14307.40/725.38	c       725           2139         491        20      153600.0000       97280.0000     57.89%
14408.58/730.42	c       730           2139         491        20      153600.0000       97280.0000     57.89%
14414.53/730.76	c *     731           2139         491        20      152576.0000       97280.0000     56.84%
14509.44/735.53	c       736           2139         491        20      152576.0000       97280.0000     56.84%
14608.61/740.55	c       741           2139         491        20      152576.0000       97280.0000     56.84%
14707.81/745.57	c       746           2139         491        20      152576.0000       97280.0000     56.84%
14808.86/750.64	c       751           2139         491        20      152576.0000       97280.0000     56.84%
14908.02/755.66	c       756           2139         491        20      152576.0000       97280.0000     56.84%
14919.92/756.28	c *     756           2139         491        20      151552.0000       97280.0000     55.79%
15007.06/760.67	c       761           2139         491        20      151552.0000       97280.0000     55.79%
15108.24/765.76	c       766           2139         491        20      151552.0000       97280.0000     55.79%
15207.25/770.78	c       771           2139         491        20      151552.0000       97280.0000     55.79%
15308.40/775.83	c       776           2139         491        20      151552.0000       97280.0000     55.79%
15407.60/780.85	c       781           2139         491        20      151552.0000       97280.0000     55.79%
15506.61/785.86	c       786           2139         491        20      151552.0000       97280.0000     55.79%
15605.75/790.88	c       791           2139         491        20      151552.0000       97280.0000     55.79%
15706.88/795.91	c       796           2139         491        20      151552.0000       97280.0000     55.79%
15806.07/800.93	c       801           2139         491        20      151552.0000       97280.0000     55.79%
15905.27/805.95	c       806           2139         491        20      151552.0000       97280.0000     55.79%
16004.32/810.96	c       811           2139         491        20      151552.0000       97280.0000     55.79%
16103.43/816.03	c       816           2139         491        20      151552.0000       97280.0000     55.79%
16205.18/821.08	c       821           2139         491        20      151552.0000       97280.0000     55.79%
16304.55/826.10	c       826           2139         491        20      151552.0000       97280.0000     55.79%
16405.76/831.18	c       831           2139         491        20      151552.0000       97280.0000     55.79%
16505.92/836.27	c       836           2139         491        20      151552.0000       97280.0000     55.79%
16607.12/841.34	c       841           2139         491        20      151552.0000       97280.0000     55.79%
16706.21/846.39	c       846           2139         491        20      151552.0000       97280.0000     55.79%
16807.59/851.47	c       851           2139         491        20      151552.0000       97280.0000     55.79%
16908.54/856.52	c       857           2139         491        20      151552.0000       97280.0000     55.79%
17007.72/861.57	c       862           2139         491        20      151552.0000       97280.0000     55.79%
17108.82/866.64	c       867           2139         491        20      151552.0000       97280.0000     55.79%
17207.88/871.66	c       872           2139         491        20      151552.0000       97280.0000     55.79%
17307.07/876.68	c       877           2139         491        20      151552.0000       97280.0000     55.79%
17408.25/881.72	c       882           2139         491        20      151552.0000       97280.0000     55.79%
17507.44/886.74	c       887           2139         491        20      151552.0000       97280.0000     55.79%
17606.61/891.75	c       892           2139         491        20      151552.0000       97280.0000     55.79%
17705.56/896.78	c       897           2139         491        20      151552.0000       97280.0000     55.79%
17804.56/901.79	c       902           2139         491        20      151552.0000       97280.0000     55.79%
17907.72/906.91	c       907           2139         491        20      151552.0000       97280.0000     55.79%
18006.91/911.95	c       912           2139         491        20      151552.0000       97280.0000     55.79%
18105.96/916.98	c       917           2139         491        20      151552.0000       97280.0000     55.79%
18207.66/922.05	c       922           2139         491        20      151552.0000       97280.0000     55.79%
18308.93/927.15	c       927           2139         491        20      151552.0000       97280.0000     55.79%
18408.07/932.17	c       932           2139         491        20      151552.0000       97280.0000     55.79%
18510.53/937.31	c       937           2139         491        20      151552.0000       97280.0000     55.79%
18609.72/942.35	c       942           2139         491        20      151552.0000       97280.0000     55.79%
18708.91/947.40	c       947           2139         491        20      151552.0000       97280.0000     55.79%
18812.00/952.59	c       953           2139         491        20      151552.0000       97280.0000     55.79%
18913.18/957.65	c       958           2139         491        20      151552.0000       97280.0000     55.79%
19014.33/962.72	c       963           2139         491        20      151552.0000       97280.0000     55.79%
19113.43/967.76	c       968           2139         491        20      151552.0000       97280.0000     55.79%
19212.60/972.79	c       973           2139         491        20      151552.0000       97280.0000     55.79%
19313.77/977.88	c       978           2139         491        20      151552.0000       97280.0000     55.79%
19414.92/982.92	c       983           2139         491        20      151552.0000       97280.0000     55.79%
19514.07/987.93	c       988           2139         491        20      151552.0000       97280.0000     55.79%
19613.18/993.02	c       993           2139         491        20      151552.0000       97280.0000     55.79%
19715.06/998.05	c       998           2139         491        20      151552.0000       97280.0000     55.79%
19814.12/1003.11	c      1003           2139         491        20      151552.0000       97280.0000     55.79%
19915.44/1008.17	c      1008           2139         491        20      151552.0000       97280.0000     55.79%
20015.63/1013.20	c      1013           2139         491        20      151552.0000       97280.0000     55.79%
20114.88/1018.27	c      1018           2139         491        20      151552.0000       97280.0000     55.79%
20213.83/1023.29	c      1023           2139         491        20      151552.0000       97280.0000     55.79%
20314.76/1028.33	c      1028           2139         491        20      151552.0000       97280.0000     55.79%
20413.74/1033.34	c      1033           2139         491        20      151552.0000       97280.0000     55.79%
20514.78/1038.40	c      1038           2139         491        20      151552.0000       97280.0000     55.79%
20614.14/1043.45	c      1043           2139         491        20      151552.0000       97280.0000     55.79%
20715.08/1048.50	c      1049           2139         491        20      151552.0000       97280.0000     55.79%
20814.13/1053.52	c      1054           2139         491        20      151552.0000       97280.0000     55.79%
20917.27/1058.76	c      1059           2139         491        20      151552.0000       97280.0000     55.79%
21016.41/1063.78	c      1064           2139         491        20      151552.0000       97280.0000     55.79%
21117.59/1068.85	c      1069           2139         491        20      151552.0000       97280.0000     55.79%
21216.55/1073.89	c      1074           2139         491        20      151552.0000       97280.0000     55.79%
21317.70/1078.94	c      1079           2139         491        20      151552.0000       97280.0000     55.79%
21416.90/1083.96	c      1084           2139         491        20      151552.0000       97280.0000     55.79%
21516.10/1089.02	c      1089           2139         491        20      151552.0000       97280.0000     55.79%
21618.11/1094.12	c      1094           2139         491        20      151552.0000       97280.0000     55.79%
21719.11/1099.15	c      1099           2139         491        20      151552.0000       97280.0000     55.79%
21819.58/1104.20	c      1104           2139         491        20      151552.0000       97280.0000     55.79%
21918.77/1109.21	c      1109           2139         491        20      151552.0000       97280.0000     55.79%
22017.89/1114.23	c      1114           2139         491        20      151552.0000       97280.0000     55.79%
22117.07/1119.27	c      1119           2139         491        20      151552.0000       97280.0000     55.79%
22216.26/1124.29	c      1124           2139         491        20      151552.0000       97280.0000     55.79%
22319.42/1129.44	c      1129           2139         491        20      151552.0000       97280.0000     55.79%
22418.51/1134.46	c      1134           2139         491        20      151552.0000       97280.0000     55.79%
22517.70/1139.46	c      1139           2139         491        20      151552.0000       97280.0000     55.79%
22622.83/1144.70	c      1145           2139         491        20      151552.0000       97280.0000     55.79%
22722.00/1149.76	c      1150           2139         491        20      151552.0000       97280.0000     55.79%
22821.10/1154.79	c      1155           2139         491        20      151552.0000       97280.0000     55.79%
22922.29/1159.85	c      1160           2139         491        20      151552.0000       97280.0000     55.79%
23023.47/1164.91	c      1165           2139         491        20      151552.0000       97280.0000     55.79%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (190049 MiB free)
  memory of node 1: 193494 MiB (178536 MiB free)
  memory of node 2: 193531 MiB (178533 MiB free)
  memory of node 3: 193531 MiB (175559 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-4465142-1723585422/watcher-4465142-1723585422 -o /tmp/evaluation-result-4465142-1723585422/solver-4465142-1723585422 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465142-1723585422.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.10012 s]*
/proc/loadavg: 77.05 79.13 78.83 62/985 735702
/proc/meminfo: memFree=739948544/790760804 swapFree=131071996/131071996
[pid=735701] ppid=735698 vsize=98080 memory=84508 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/stat : 735701 (fscip) R 735698 735701 733298 0 -1 4194304 18811 0 0 0 9 2 0 0 20 0 1 0 125125307 100433920 21127 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
/proc/735701/statm: 24520 21127 2598 3035 0 20916 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 98080 KiB
Current children cumulated memory: 84508 KiB

[startup+0.219899 s]*
/proc/loadavg: 77.05 79.13 78.83 62/985 735702
/proc/meminfo: memFree=739917224/790760804 swapFree=131071996/131071996
[pid=735701] ppid=735698 vsize=128008 memory=114424 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/stat : 735701 (fscip) R 735698 735701 733298 0 -1 4194304 27023 0 0 0 19 4 0 0 20 0 1 0 125125307 131080192 28606 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
/proc/735701/statm: 32002 28606 2694 3035 0 28398 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 128008 KiB
Current children cumulated memory: 114424 KiB

[startup+0.31987 s]*
/proc/loadavg: 77.05 79.13 78.83 62/985 735702
/proc/meminfo: memFree=739891348/790760804 swapFree=131071996/131071996
[pid=735701] ppid=735698 vsize=128008 memory=114424 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/stat : 735701 (fscip) R 735698 735701 733298 0 -1 4194304 27024 0 0 0 29 4 0 0 20 0 1 0 125125307 131080192 28606 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
/proc/735701/statm: 32002 28606 2694 3035 0 28398 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 128008 KiB
Current children cumulated memory: 114424 KiB

[startup+0.700184 s]
/proc/loadavg: 77.05 79.13 78.83 62/985 735702
/proc/meminfo: memFree=739931936/790760804 swapFree=131071996/131071996
[pid=735701] ppid=735698 vsize=128008 memory=114424 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/stat : 735701 (fscip) R 735698 735701 733298 0 -1 4194304 27024 0 0 0 65 4 0 0 20 0 1 0 125125307 131080192 28606 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
/proc/735701/statm: 32002 28606 2694 3035 0 28398 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 128008 KiB
Current children cumulated memory: 114424 KiB

[startup+1.50018 s]
/proc/loadavg: 77.05 79.13 78.83 62/985 735702
/proc/meminfo: memFree=739899916/790760804 swapFree=131071996/131071996
[pid=735701] ppid=735698 vsize=128008 memory=114424 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/stat : 735701 (fscip) R 735698 735701 733298 0 -1 4194304 27024 0 0 0 145 4 0 0 20 0 1 0 125125307 131080192 28606 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
/proc/735701/statm: 32002 28606 2694 3035 0 28398 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 128008 KiB
Current children cumulated memory: 114424 KiB

[startup+3.12059 s]
/proc/loadavg: 75.76 78.83 78.73 62/1005 735723
/proc/meminfo: memFree=739225328/790760804 swapFree=131071996/131071996
[pid=735701] ppid=735698 vsize=1806240 memory=751864 CPUtime=3.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/stat : 735701 (fscip) S 735698 735701 733298 0 -1 1077936128 194653 0 0 0 281 30 0 0 20 0 21 0 125125307 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
/proc/735701/statm: 451560 187966 2806 3035 0 244654 0
[pid=735701/tid=735704] ppid=735698 vsize=1806240 memory=331112 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735704/stat : 735704 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 1 0 0 20 0 21 0 125125556 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735705] ppid=735698 vsize=1806240 memory=114424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735705/stat : 735705 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125556 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735706] ppid=735698 vsize=1806240 memory=29273809900535888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735706/stat : 735706 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125556 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735707] ppid=735698 vsize=1806240 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735707/stat : 735707 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125556 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735708] ppid=735698 vsize=1806240 memory=2237 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735708/stat : 735708 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125556 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735709] ppid=735698 vsize=1806240 memory=5512 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735709/stat : 735709 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 1 0 0 20 0 21 0 125125556 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735710] ppid=735698 vsize=1806240 memory=16164 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735710/stat : 735710 (fscip) S 735698 735701 733298 0 -1 1077936192 6426 0 0 0 2 0 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735711] ppid=735698 vsize=1806240 memory=2316 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735711/stat : 735711 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735712] ppid=735698 vsize=1806240 memory=33000 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735712/stat : 735712 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 1 1 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735713] ppid=735698 vsize=1806240 memory=1804 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735713/stat : 735713 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 1 1 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735714] ppid=735698 vsize=1806240 memory=6048 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735714/stat : 735714 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 1 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735715] ppid=735698 vsize=1806240 memory=51344 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735715/stat : 735715 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735716] ppid=735698 vsize=1806240 memory=104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735716/stat : 735716 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735717] ppid=735698 vsize=1806240 memory=25932 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735717/stat : 735717 (fscip) S 735698 735701 733298 0 -1 1077936192 6426 0 0 0 2 0 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735718] ppid=735698 vsize=1806240 memory=21392 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735718/stat : 735718 (fscip) S 735698 735701 733298 0 -1 1077936192 6428 0 0 0 2 1 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735719] ppid=735698 vsize=1806240 memory=2208 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735719/stat : 735719 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735720] ppid=735698 vsize=1806240 memory=2036 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735720/stat : 735720 (fscip) S 735698 735701 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735721] ppid=735698 vsize=1806240 memory=31572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735721/stat : 735721 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 0 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735722] ppid=735698 vsize=1806240 memory=28568 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735722/stat : 735722 (fscip) R 735698 735701 733298 0 -1 4194368 6347 0 0 0 1 1 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735723] ppid=735698 vsize=1806240 memory=7312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735723/stat : 735723 (fscip) S 735698 735701 733298 0 -1 1077936192 6427 0 0 0 2 1 0 0 20 0 21 0 125125557 1849589760 187966 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 1806240 KiB
Current children cumulated memory: 751864 KiB

[startup+6.30133 s]
/proc/loadavg: 75.76 78.83 78.73 81/1025 735743
/proc/meminfo: memFree=735378172/790760804 swapFree=131071996/131071996
[pid=735701] ppid=735698 vsize=5378032 memory=4251040 CPUtime=63.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/stat : 735701 (fscip) S 735698 735701 733298 0 -1 1077936128 1192597 0 0 0 6067 273 0 0 20 0 41 0 125125307 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
/proc/735701/statm: 1344508 1062760 2998 3035 0 1232734 0
[pid=735701/tid=735704] ppid=735698 vsize=5378032 memory=493448 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735704/stat : 735704 (fscip) R 735698 735701 733298 0 -1 4194368 45523 0 0 0 292 12 0 0 20 0 41 0 125125556 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735705] ppid=735698 vsize=5378032 memory=11448 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735705/stat : 735705 (fscip) R 735698 735701 733298 0 -1 4194368 75826 0 0 0 286 17 0 0 20 0 41 0 125125556 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735706] ppid=735698 vsize=5378032 memory=10544 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735706/stat : 735706 (fscip) R 735698 735701 733298 0 -1 4194368 47494 0 0 0 296 9 0 0 20 0 41 0 125125556 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735707] ppid=735698 vsize=5378032 memory=5512 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735707/stat : 735707 (fscip) R 735698 735701 733298 0 -1 4194368 41070 0 0 0 295 9 0 0 20 0 41 0 125125556 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735708] ppid=735698 vsize=5378032 memory=16164 CPUtime=3.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735708/stat : 735708 (fscip) R 735698 735701 733298 0 -1 4194368 75928 0 0 0 285 16 0 0 20 0 41 0 125125556 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735709] ppid=735698 vsize=5378032 memory=2316 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735709/stat : 735709 (fscip) R 735698 735701 733298 0 -1 4194368 48095 0 0 0 295 12 0 0 20 0 41 0 125125556 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735710] ppid=735698 vsize=5378032 memory=4050988110488797506 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735710/stat : 735710 (fscip) R 735698 735701 733298 0 -1 4194368 46144 0 0 0 293 11 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735711] ppid=735698 vsize=5378032 memory=0 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735711/stat : 735711 (fscip) R 735698 735701 733298 0 -1 4194368 75190 0 0 0 287 16 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735712] ppid=735698 vsize=5378032 memory=114424 CPUtime=2.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735712/stat : 735712 (fscip) R 735698 735701 733298 0 -1 4194368 47251 0 0 0 284 12 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735713] ppid=735698 vsize=5378032 memory=33 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735713/stat : 735713 (fscip) R 735698 735701 733298 0 -1 4194368 41015 0 0 0 295 12 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735714] ppid=735698 vsize=5378032 memory=3685316 CPUtime=2.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735714/stat : 735714 (fscip) R 735698 735701 733298 0 -1 4194368 74968 0 0 0 284 15 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735715] ppid=735698 vsize=5378032 memory=29273809900535888 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735715/stat : 735715 (fscip) R 735698 735701 733298 0 -1 4194368 49884 0 0 0 295 10 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735716] ppid=735698 vsize=5378032 memory=25333125866717268 CPUtime=3.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735716/stat : 735716 (fscip) R 735698 735701 733298 0 -1 4194368 44389 0 0 0 293 9 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735717] ppid=735698 vsize=5378032 memory=25333125866717268 CPUtime=3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735717/stat : 735717 (fscip) R 735698 735701 733298 0 -1 4194368 77972 0 0 0 282 18 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735718] ppid=735698 vsize=5378032 memory=29273809900535888 CPUtime=3.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735718/stat : 735718 (fscip) R 735698 735701 733298 0 -1 4194368 44487 0 0 0 296 10 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735719] ppid=735698 vsize=5378032 memory=31572 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735719/stat : 735719 (fscip) R 735698 735701 733298 0 -1 4194368 45534 0 0 0 292 11 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735720] ppid=735698 vsize=5378032 memory=28568 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735720/stat : 735720 (fscip) R 735698 735701 733298 0 -1 4194368 69094 0 0 0 291 14 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735721] ppid=735698 vsize=5378032 memory=7312 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735721/stat : 735721 (fscip) R 735698 735701 733298 0 -1 4194368 49466 0 0 0 294 11 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735722] ppid=735698 vsize=5378032 memory=5512 CPUtime=3.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735722/stat : 735722 (fscip) R 735698 735701 733298 0 -1 4194368 44363 0 0 0 292 10 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735723] ppid=735698 vsize=5378032 memory=16164 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735723/stat : 735723 (fscip) R 735698 735701 733298 0 -1 4194368 76249 0 0 0 288 16 0 0 20 0 41 0 125125557 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735724] ppid=735698 vsize=5378032 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735724/stat : 735724 (fscip) S 735698 735701 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125125623 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735725] ppid=735698 vsize=5378032 memory=281202918530544 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735725/stat : 735725 (fscip) S 735698 735701 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125125623 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735726] ppid=735698 vsize=5378032 memory=3161986397374954 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735726/stat : 735726 (fscip) S 735698 735701 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125125623 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735727] ppid=735698 vsize=5378032 memory=3161986397373418 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735727/stat : 735727 (fscip) S 735698 735701 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125125623 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735728] ppid=735698 vsize=5378032 memory=5704254721 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735728/stat : 735728 (fscip) S 735698 735701 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125125623 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735729] ppid=735698 vsize=5378032 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735729/stat : 735729 (fscip) S 735698 735701 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125125623 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735730] ppid=735698 vsize=5378032 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735730/stat : 735730 (fscip) S 735698 735701 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125125623 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735731] ppid=735698 vsize=5378032 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735731/stat : 735731 (fscip) S 735698 735701 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125125623 5507104768 1062760 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0

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

[pid=735701/tid=735719] ppid=735698 vsize=9359680 memory=6720668765799136616 CPUtime=1155.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735719/stat : 735719 (fscip) D 735698 735701 733298 0 -1 1077937220 522331 0 0 0 115510 64 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735720] ppid=735698 vsize=9359680 memory=0 CPUtime=1155.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735720/stat : 735720 (fscip) D 735698 735701 733298 0 -1 1077937220 1356859 0 0 0 115359 153 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735721] ppid=735698 vsize=9359680 memory=140604344370648 CPUtime=1151.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735721/stat : 735721 (fscip) D 735698 735701 733298 0 -1 1077937220 1002285 0 0 0 114866 326 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735722] ppid=735698 vsize=9359680 memory=140604344370682 CPUtime=1152.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735722/stat : 735722 (fscip) D 735698 735701 733298 0 -1 1077937220 684975 0 0 0 115157 108 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735723] ppid=735698 vsize=9359680 memory=-7160012550746654351 CPUtime=1153.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735723/stat : 735723 (fscip) D 735698 735701 733298 0 -1 1077937220 1732920 0 0 0 113548 1804 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735724] ppid=735698 vsize=9359680 memory=6720 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735724/stat : 735724 (fscip) D 735698 735701 733298 0 -1 1077937220 46 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735725] ppid=735698 vsize=9359680 memory=38665092 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735725/stat : 735725 (fscip) D 735698 735701 733298 0 -1 1077937220 30 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735726] ppid=735698 vsize=9359680 memory=2632 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735726/stat : 735726 (fscip) D 735698 735701 733298 0 -1 1077937220 50 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735727] ppid=735698 vsize=9359680 memory=8440668 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735727/stat : 735727 (fscip) D 735698 735701 733298 0 -1 1077937220 45 0 0 0 0 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735728] ppid=735698 vsize=9359680 memory=19304 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735728/stat : 735728 (fscip) D 735698 735701 733298 0 -1 1077937220 44 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735729] ppid=735698 vsize=9359680 memory=20380 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735729/stat : 735729 (fscip) D 735698 735701 733298 0 -1 1077937220 45 0 0 0 0 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735730] ppid=735698 vsize=9359680 memory=5616 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735730/stat : 735730 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 0 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735731] ppid=735698 vsize=9359680 memory=11568 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735731/stat : 735731 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735732] ppid=735698 vsize=9359680 memory=6720668765799136616 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735732/stat : 735732 (fscip) D 735698 735701 733298 0 -1 1077937220 44 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735733] ppid=735698 vsize=9359680 memory=2608 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735733/stat : 735733 (fscip) D 735698 735701 733298 0 -1 1077937220 41 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735734] ppid=735698 vsize=9359680 memory=6720 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735734/stat : 735734 (fscip) D 735698 735701 733298 0 -1 1077937220 42 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735735] ppid=735698 vsize=9359680 memory=38377404 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735735/stat : 735735 (fscip) D 735698 735701 733298 0 -1 1077937220 45 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735736] ppid=735698 vsize=9359680 memory=2632 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735736/stat : 735736 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735737] ppid=735698 vsize=9359680 memory=6720668765799136616 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735737/stat : 735737 (fscip) D 735698 735701 733298 0 -1 1077937220 56 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735738] ppid=735698 vsize=9359680 memory=-6623557820252251001 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735738/stat : 735738 (fscip) D 735698 735701 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735739] ppid=735698 vsize=9359680 memory=5512 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735739/stat : 735739 (fscip) D 735698 735701 733298 0 -1 1077937220 45 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735740] ppid=735698 vsize=9359680 memory=16164 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735740/stat : 735740 (fscip) D 735698 735701 733298 0 -1 1077937220 64 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735741] ppid=735698 vsize=9359680 memory=2316 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735741/stat : 735741 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735742] ppid=735698 vsize=9359680 memory=8445428 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735742/stat : 735742 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735743] ppid=735698 vsize=9359680 memory=6720668765799136616 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735743/stat : 735743 (fscip) D 735698 735701 733298 0 -1 1077937220 41 0 0 0 1 0 0 0 20 0 41 0 125125624 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
Current children cumulated CPU time: 23088.1 s
Current children cumulated vsize: 9359680 KiB
Current children cumulated memory: 8445428 KiB

[startup+1172.8 s]
/proc/loadavg: 81.50 81.00 80.27 62/1025 736530
/proc/meminfo: memFree=684783100/790760804 swapFree=131071996/131071996
[pid=735701] ppid=735698 vsize=9359680 memory=8445428 CPUtime=23088.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/stat : 735701 (fscip) D 735698 735701 733298 0 -1 1077937156 20109374 0 0 0 2302662 6145 0 0 20 0 41 0 125125307 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
/proc/735701/statm: 2339920 2111357 3358 3035 0 2235894 0
[pid=735701/tid=735704] ppid=735698 vsize=9359680 memory=8445428 CPUtime=1153.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735704/stat : 735704 (fscip) D 735698 735701 733298 0 -1 1077937220 765394 0 0 0 115228 122 0 0 20 0 41 0 125125556 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735705] ppid=735698 vsize=9359680 memory=25932 CPUtime=1154.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735705/stat : 735705 (fscip) D 735698 735701 733298 0 -1 1077937220 1802349 0 0 0 114796 654 0 0 20 0 41 0 125125556 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735706] ppid=735698 vsize=9359680 memory=8445428 CPUtime=1155.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735706/stat : 735706 (fscip) S 735698 735701 733298 0 -1 4195904 875657 0 0 0 115085 508 0 0 20 0 41 0 125125556 9584312320 2111357 809668444160 4194304 16623229 140722184278944 139801826927680 7011010 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 0
[pid=735701/tid=735707] ppid=735698 vsize=9359680 memory=-7160012550746654351 CPUtime=1156.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735707/stat : 735707 (fscip) D 735698 735701 733298 0 -1 1077937220 503152 0 0 0 115554 65 0 0 20 0 41 0 125125556 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735708] ppid=735698 vsize=9359680 memory=5616 CPUtime=1155.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735708/stat : 735708 (fscip) D 735698 735701 733298 0 -1 1077937220 1502276 0 0 0 115362 165 0 0 20 0 41 0 125125556 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735709] ppid=735698 vsize=9359680 memory=11568 CPUtime=1154.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735709/stat : 735709 (fscip) D 735698 735701 733298 0 -1 1077937220 998811 0 0 0 115132 310 0 0 20 0 41 0 125125556 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735710] ppid=735698 vsize=9359680 memory=13904 CPUtime=1154.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735710/stat : 735710 (fscip) D 735698 735701 733298 0 -1 1077937220 427205 0 0 0 115388 54 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735711] ppid=735698 vsize=9359680 memory=12296 CPUtime=1156.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735711/stat : 735711 (fscip) D 735698 735701 733298 0 -1 1077937220 624749 0 0 0 115548 81 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735712] ppid=735698 vsize=9359680 memory=11656 CPUtime=1153.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735712/stat : 735712 (fscip) D 735698 735701 733298 0 -1 1077937220 1041338 0 0 0 115082 292 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735713] ppid=735698 vsize=9359680 memory=11676 CPUtime=1153.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735713/stat : 735713 (fscip) D 735698 735701 733298 0 -1 1077937220 667991 0 0 0 115212 102 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735714] ppid=735698 vsize=9359680 memory=-7160012550746654351 CPUtime=1152.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735714/stat : 735714 (fscip) D 735698 735701 733298 0 -1 1077937220 1625805 0 0 0 114801 450 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735715] ppid=735698 vsize=9359680 memory=6720668765799136616 CPUtime=1152.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735715/stat : 735715 (fscip) D 735698 735701 733298 0 -1 1077937220 1084566 0 0 0 115021 275 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735716] ppid=735698 vsize=9359680 memory=6720668765799136616 CPUtime=1154 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735716/stat : 735716 (fscip) D 735698 735701 733298 0 -1 1077937220 570512 0 0 0 115333 67 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735717] ppid=735698 vsize=9359680 memory=11568 CPUtime=1154.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735717/stat : 735717 (fscip) D 735698 735701 733298 0 -1 1077937220 1438420 0 0 0 115298 190 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735718] ppid=735698 vsize=9359680 memory=13904 CPUtime=1153.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735718/stat : 735718 (fscip) D 735698 735701 733298 0 -1 1077937220 769661 0 0 0 115075 306 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735719] ppid=735698 vsize=9359680 memory=12296 CPUtime=1155.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735719/stat : 735719 (fscip) D 735698 735701 733298 0 -1 1077937220 522331 0 0 0 115510 64 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735720] ppid=735698 vsize=9359680 memory=11656 CPUtime=1155.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735720/stat : 735720 (fscip) D 735698 735701 733298 0 -1 1077937220 1356859 0 0 0 115359 153 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735721] ppid=735698 vsize=9359680 memory=11676 CPUtime=1151.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735721/stat : 735721 (fscip) D 735698 735701 733298 0 -1 1077937220 1002285 0 0 0 114866 326 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735722] ppid=735698 vsize=9359680 memory=11448 CPUtime=1152.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735722/stat : 735722 (fscip) D 735698 735701 733298 0 -1 1077937220 684975 0 0 0 115157 108 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735723] ppid=735698 vsize=9359680 memory=38272 CPUtime=1153.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735723/stat : 735723 (fscip) D 735698 735701 733298 0 -1 1077937220 1732920 0 0 0 113548 1804 0 0 20 0 41 0 125125557 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735724] ppid=735698 vsize=9359680 memory=10544 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735724/stat : 735724 (fscip) D 735698 735701 733298 0 -1 1077937220 46 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735725] ppid=735698 vsize=9359680 memory=5512 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735725/stat : 735725 (fscip) D 735698 735701 733298 0 -1 1077937220 30 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735726] ppid=735698 vsize=9359680 memory=16164 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735726/stat : 735726 (fscip) D 735698 735701 733298 0 -1 1077937220 50 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735727] ppid=735698 vsize=9359680 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735727/stat : 735727 (fscip) D 735698 735701 733298 0 -1 1077937220 45 0 0 0 0 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735728] ppid=735698 vsize=9359680 memory=33000 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735728/stat : 735728 (fscip) D 735698 735701 733298 0 -1 1077937220 44 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735729] ppid=735698 vsize=9359680 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735729/stat : 735729 (fscip) D 735698 735701 733298 0 -1 1077937220 45 0 0 0 0 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735730] ppid=735698 vsize=9359680 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735730/stat : 735730 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 0 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735731] ppid=735698 vsize=9359680 memory=2036 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735731/stat : 735731 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735732] ppid=735698 vsize=9359680 memory=31572 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735732/stat : 735732 (fscip) D 735698 735701 733298 0 -1 1077937220 44 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735733] ppid=735698 vsize=9359680 memory=28568 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735733/stat : 735733 (fscip) D 735698 735701 733298 0 -1 1077937220 41 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735734] ppid=735698 vsize=9359680 memory=7312 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735734/stat : 735734 (fscip) D 735698 735701 733298 0 -1 1077937220 42 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735735] ppid=735698 vsize=9359680 memory=8373660 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735735/stat : 735735 (fscip) D 735698 735701 733298 0 -1 1077937220 45 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735736] ppid=735698 vsize=9359680 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735736/stat : 735736 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735737] ppid=735698 vsize=9359680 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735737/stat : 735737 (fscip) D 735698 735701 733298 0 -1 1077937220 56 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735738] ppid=735698 vsize=9359680 memory=5512 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735738/stat : 735738 (fscip) D 735698 735701 733298 0 -1 1077937220 23 0 0 0 0 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735739] ppid=735698 vsize=9359680 memory=16164 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735739/stat : 735739 (fscip) D 735698 735701 733298 0 -1 1077937220 45 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735740] ppid=735698 vsize=9359680 memory=2316 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735740/stat : 735740 (fscip) D 735698 735701 733298 0 -1 1077937220 64 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735741] ppid=735698 vsize=9359680 memory=33000 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735741/stat : 735741 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735742] ppid=735698 vsize=9359680 memory=6720668765799136616 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735742/stat : 735742 (fscip) D 735698 735701 733298 0 -1 1077937220 43 0 0 0 1 0 0 0 20 0 41 0 125125623 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
[pid=735701/tid=735743] ppid=735698 vsize=9359680 memory=19304 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/735701/task/735743/stat : 735743 (fscip) D 735698 735701 733298 0 -1 1077937220 41 0 0 0 1 0 0 0 20 0 41 0 125125624 9584312320 2111357 809668444160 4194304 16623229 140722184278944 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31563776 140722184287238 140722184287356 140722184287356 140722184294384 11
Current children cumulated CPU time: 23088.1 s
Current children cumulated vsize: 9359680 KiB
Current children cumulated memory: 8445428 KiB

[startup+1173.6 s]*
/proc/loadavg: 83.06 81.33 80.38 63/986 736530
/proc/meminfo: memFree=689785188/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1173.8 s]
/proc/loadavg: 83.06 81.33 80.38 63/986 736530
/proc/meminfo: memFree=689785188/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

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

Real time (s): 1173.82
CPU time (s): 23088.4
CPU user time (s): 23026.6
CPU system time (s): 61.7554
CPU usage (%): 1966.95
Max. virtual memory (cumulated for all children) (KiB): 9392456
Max. memory (cumulated for all children) (KiB): 8463580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23026.6
system time used= 61.7554
maximum resident set size= 8463584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20109374
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= 148583
involuntary context switches= 120764


# summary of solver processes directly reported to runsolver:
#   pid: 735701
#   total CPU time (s): 23088.4
#   total CPU user time (s): 23026.6
#   total CPU system time (s): 61.7554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.38325 second user time and 28.249 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-13 23:43:42
IDJOB=4465142
IDBENCH=146780
IDSOLVER=3094
FILE ID=nodeD105/4465142-1723585422
RUNJOBID= nodeD105-1723581724-733308
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.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-4465142-1723585422/watcher-4465142-1723585422 -o /tmp/evaluation-result-4465142-1723585422/solver-4465142-1723585422 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465142-1723585422.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 3aed2088dafec39bc246433683012fc1
RANDOM SEED=1004133801

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        740026012 kB
MemAvailable:   742820872 kB
Buffers:         1171384 kB
Cached:          4939856 kB
SwapCached:            0 kB
Active:          1581236 kB
Inactive:       45693700 kB
Active(anon):       2168 kB
Inactive(anon): 41200448 kB
Active(file):    1579068 kB
Inactive(file):  4493252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31324 kB
Writeback:            12 kB
AnonPages:      41149296 kB
Mapped:           137444 kB
Shmem:             38920 kB
KReclaimable:     284484 kB
Slab:             710616 kB
SReclaimable:     284484 kB
SUnreclaim:       426132 kB
KernelStack:       16880 kB
PageTables:       100308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   15142308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1110528 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7497728 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:     1085440 kB
DirectMap2M:    133629952 kB
DirectMap1G:    671088640 kB

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