Trace number 4468027

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-08-09? (TO) 72000.6 3655.99

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns903616.opb
MD5SUMe7ea4c2c57ab07c8372f618eaa0eff24
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 benchmark20
Best CPU time to get the best result obtained on this benchmark3587
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21582
Total number of constraints17546
Number of constraints which are clauses6313
Number of constraints which are cardinality constraints (but not clauses)343
Number of constraints which are nor clauses,nor cardinality constraints10890
Minimum length of a constraint1
Maximum length of a constraint221
Number of terms in the objective function 22
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 22
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 221
Number of bits of the biggest sum of numbers8
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: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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 = 106467545, getVmSize() = 94236672, SCIPgetMemUsed() = 65850614, SCIPgetMemTotal() = 70285230, SCIPgetMemExternEstim() = 36182315
0.00/0.09	c ** set memory limit for presolving in LC to 8.79576e+12 for SCIP **
23.48/23.65	c ** Estimated virtualMemUsedAtSolver = 124922884, getVmSize() = 179339264, SCIPgetMemUsed() = 93213684, SCIPgetMemTotal() = 151202012, SCIPgetMemExternEstim() = 36182315
23.48/23.65	c ** set memory limit for solvers to 4.18822e+11 for each SCIP **
23.48/23.65	c Original Problem   :
23.48/23.65	c   Problem name     : instance-4468027-1723271817
23.48/23.65	c   Variables        : 21582 (21582 binary, 0 integer, 0 implicit integer, 0 continuous)
23.48/23.65	c   Constraints      : 17546
23.48/23.65	c   Objective sense  : minimize
23.48/23.65	c Presolved Problem  :
23.48/23.65	c   Variables        : 12288 (12288 binary, 0 integer, 0 implicit integer, 0 continuous)
23.48/23.65	c   Constraints      : 5282
23.48/23.65	c Constraints        : Number
23.48/23.65	c   knapsack         : 860 
23.48/23.65	c   setppc           : 4264 
23.48/23.65	c   logicor          : 158 
23.48/23.65	c ** Instance transfer method used: 0
23.48/23.68	c ** ParaScipInstance copy does not increase the number of variables. **
23.91/24.10	c LC is working with racing ramp-up and with rebuilding tree after racing.
23.91/24.10	c                                Nodes    Active                                            
23.91/24.10	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
100.98/28.05	c *      28              0           1        20          22.0000                -          -
100.98/28.05	c        28              0           1        20          22.0000                -          -
1806.81/114.21	c       114              2           1        20          22.0000          16.3022     34.95%
2001.48/124.11	c       124              2           1        20          22.0000          16.3767     34.34%
2122.06/130.18	c       130              2           1        20          22.0000          16.3767     34.34%
2321.24/140.28	c       140              2           1        20          22.0000          16.3767     34.34%
2467.73/147.62	c       148              2           1        20          22.0000          16.3767     34.34%
2572.63/152.91	c       153              3           4        20          22.0000          17.0000     29.41%
2726.94/160.70	c       161              3           4        20          22.0000          17.0000     29.41%
2855.59/167.29	c       167              3           4        20          22.0000          17.0000     29.41%
2956.53/172.33	c       172              3           4        20          22.0000          17.0000     29.41%
3059.41/177.59	c       178              3           4        20          22.0000          17.0000     29.41%
3228.21/186.12	c       186              3           4        20          22.0000          17.0000     29.41%
3334.44/191.47	c       191              3           4        20          22.0000          17.0000     29.41%
3510.47/200.39	c       200              3           4        20          22.0000          17.0000     29.41%
3615.37/205.60	c       206              3           4        20          22.0000          17.0000     29.41%
3615.37/205.66	c *     206              3           4        20          21.0000          17.0000     23.53%
3730.08/211.40	c       211              3           4        20          21.0000          17.0000     23.53%
3906.18/220.36	c *     220              3           4        20          20.0000          17.0000     17.65%
3906.18/220.36	c       220              3           4        20          20.0000          17.0000     17.65%
4022.84/226.20	c       226              3           4        20          20.0000          17.0000     17.65%
4133.65/231.80	c       232              3           4        20          20.0000          17.0000     17.65%
4359.17/243.24	c       243              3           4        20          20.0000          17.0000     17.65%
4464.01/248.56	c       249              3           4        20          20.0000          17.0000     17.65%
4573.51/254.13	c       254              3           4        20          20.0000          17.0000     17.65%
4727.16/261.82	c       262              3           4        20          20.0000          17.0000     17.65%
4897.35/270.43	c       270              3           4        20          20.0000          17.0000     17.65%
5006.08/275.92	c       276              3           4        20          20.0000          17.0000     17.65%
5182.15/284.82	c       285              3           4        20          20.0000          17.0000     17.65%
5338.40/292.70	c       293              3           4        20          20.0000          17.0000     17.65%
5466.98/299.23	c       299              3           4        20          20.0000          17.0000     17.65%
5569.83/304.41	c       304              3           4        20          20.0000          17.0000     17.65%
5672.74/309.64	c       310              3           4        20          20.0000          17.0000     17.65%
5789.41/315.51	c       316              3           4        20          20.0000          17.0000     17.65%
5898.80/321.06	c       321              3           4        20          20.0000          17.0000     17.65%
6007.06/326.53	c       327              3           4        20          20.0000          17.0000     17.65%
6113.88/331.96	c       332              3           4        20          20.0000          17.0000     17.65%
6220.74/337.38	c       337              3           4        20          20.0000          17.0000     17.65%
6321.69/342.45	c       342              3           4        20          20.0000          17.0000     17.65%
6455.03/349.17	c       349              3           4        20          20.0000          17.0000     17.65%
6561.09/354.51	c       355              3           4        20          20.0000          17.0000     17.65%
6670.60/360.08	c       360              3           4        20          20.0000          17.0000     17.65%
6818.31/367.50	c       368              3           4        20          20.0000          17.0000     17.65%
6935.13/373.40	c       373              3           4        20          20.0000          17.0000     17.65%
7075.55/380.57	c       381              3           4        20          20.0000          17.0000     17.65%
7237.85/388.76	c       389              3           4        20          20.0000          17.0000     17.65%
7390.22/396.41	c       396              3           4        20          20.0000          17.0000     17.65%
7505.02/402.23	c       402              3           4        20          20.0000          17.0000     17.65%
7609.93/407.50	c       407             37          36        20          20.0000          17.0000     17.65%
7722.77/413.28	c       413             37          36        20          20.0000          17.0000     17.65%
7835.59/418.99	c       419              3           4        20          20.0000          17.0000     17.65%
7939.24/424.15	c       424              3           4        20          20.0000          17.0000     17.65%
8043.57/429.44	c       429              3           4        20          20.0000          17.0000     17.65%
8144.44/434.51	c       435              3           4        20          20.0000          17.0000     17.65%
8253.90/440.07	c       440              3           4        20          20.0000          17.0000     17.65%
8366.17/445.73	c       446              3           4        20          20.0000          17.0000     17.65%
8467.15/450.81	c       451              3           4        20          20.0000          17.0000     17.65%
8566.15/455.84	c       456              3           4        20          20.0000          17.0000     17.65%
8720.58/463.68	c       464              3           4        20          20.0000          17.0000     17.65%
8823.53/468.89	c       469              3           4        20          20.0000          17.0000     17.65%
8940.34/474.77	c       475              3           4        20          20.0000          17.0000     17.65%
9043.26/479.96	c       480              3           4        20          20.0000          17.0000     17.65%
9150.16/485.30	c       485              3           4        20          20.0000          17.0000     17.65%
9261.04/490.97	c       491              3           4        20          20.0000          17.0000     17.65%
9382.38/497.05	c       497              3           4        20          20.0000          17.0000     17.65%
9514.49/503.76	c       504              3           4        20          20.0000          17.0000     17.65%
9629.33/509.50	c       510              3           4        20          20.0000          17.0000     17.65%
9760.50/516.13	c       516              3           4        20          20.0000          17.0000     17.65%
9860.96/521.26	c       521              3           4        20          20.0000          17.0000     17.65%
9961.97/526.39	c       526              3           4        20          20.0000          17.0000     17.65%
10062.99/531.47	c       531              3           4        20          20.0000          17.0000     17.65%
10164.02/536.55	c       537              3           4        20          20.0000          17.0000     17.65%
10268.96/541.80	c       542              3           4        20          20.0000          17.0000     17.65%
10375.89/547.24	c       547              3           4        20          20.0000          17.0000     17.65%
10480.86/552.50	c       552              3           4        20          20.0000          17.0000     17.65%
10661.08/561.62	c       562              3           4        20          20.0000          17.0000     17.65%
10773.95/567.35	c       567              3           4        20          20.0000          17.0000     17.65%
10898.72/573.62	c       574              3           4        20          20.0000          17.0000     17.65%
11039.43/580.77	c       581              3           4        20          20.0000          17.0000     17.65%
11158.40/586.78	c       587              3           4        20          20.0000          17.0000     17.65%
11269.13/592.36	c       592              3           4        20          20.0000          17.0000     17.65%
11374.11/597.66	c       598           6915         187        20          20.0000          17.0000     17.65%
11475.16/602.78	c       603           6915         187        20          20.0000          17.0000     17.65%
11643.62/611.24	c       611           6915         187        20          20.0000          17.0000     17.65%
11756.60/617.01	c       617           6915         187        20          20.0000          17.0000     17.65%
11861.53/622.20	c       622           6915         187        20          20.0000          17.0000     17.65%
11960.57/627.24	c       627           6915         187        20          20.0000          17.0000     17.65%
12078.21/633.15	c       633           6915         187        20          20.0000          17.0000     17.65%
12178.45/638.21	c       638           6915         187        20          20.0000          17.0000     17.65%
12325.04/645.66	c       646           6915         187        20          20.0000          17.0000     17.65%
12443.87/651.63	c       652           6915         187        20          20.0000          17.0000     17.65%
12560.73/657.59	c       658           6915         187        20          20.0000          17.0000     17.65%
12693.36/664.28	c       664           6915         187        20          20.0000          17.0000     17.65%
12798.32/669.55	c       670             33          32        20          20.0000          17.0000     17.65%
12899.30/674.64	c       675             33          32        20          20.0000          17.0000     17.65%
12998.30/679.69	c       680             33          32        20          20.0000          17.0000     17.65%
13128.96/686.22	c       686             33          32        20          20.0000          17.0000     17.65%
13229.94/691.37	c       691             33          32        20          20.0000          17.0000     17.65%
13365.31/698.14	c       698             41          40        20          20.0000          17.0000     17.65%
13485.28/704.28	c       704             41          40        20          20.0000          17.0000     17.65%
13675.40/713.88	c       714             41          40        20          20.0000          17.0000     17.65%
13782.27/719.21	c       719             41          40        20          20.0000          17.0000     17.65%
13881.27/724.25	c       724             41          40        20          20.0000          17.0000     17.65%
13982.26/729.39	c       729             41          40        20          20.0000          17.0000     17.65%
14091.16/734.83	c       735             34          31        20          20.0000          17.0000     17.65%
14192.08/739.92	c       740             34          31        20          20.0000          17.0000     17.65%
14291.09/744.93	c       745             34          31        20          20.0000          17.0000     17.65%
14390.12/750.01	c       750             34          31        20          20.0000          17.0000     17.65%
14491.72/755.05	c       755             34          31        20          20.0000          17.0000     17.65%
14602.04/760.65	c       761             34          31        20          20.0000          17.0000     17.65%
14703.04/765.77	c       766             34          31        20          20.0000          17.0000     17.65%
14804.03/770.82	c       771             44          43        20          20.0000          17.0000     17.65%
14903.03/775.88	c       776          11879           0        20          20.0000          17.0000     17.65%
15004.00/780.94	c       781          11879           0        20          20.0000          17.0000     17.65%
15103.03/786.00	c       786          11879           0        20          20.0000          17.0000     17.65%
15206.63/791.16	c       791          11879           0        20          20.0000          17.0000     17.65%
15312.94/796.59	c       797          11879           0        20          20.0000          17.0000     17.65%
15417.92/801.80	c       802             15          14        20          20.0000          17.0000     17.65%
15518.92/806.99	c       807             15          14        20          20.0000          17.0000     17.65%
15620.69/812.04	c       812             15          14        20          20.0000          17.0000     17.65%
15719.42/817.10	c       817             15          14        20          20.0000          17.0000     17.65%
15829.78/822.63	c       823             15          14        20          20.0000          17.0000     17.65%
15946.62/828.55	c       829             15          14        20          20.0000          17.0000     17.65%
16047.61/833.60	c       834             15          14        20          20.0000          17.0000     17.65%
16146.61/838.66	c       839             15          14        20          20.0000          17.0000     17.65%
16247.54/843.71	c       844             15          14        20          20.0000          17.0000     17.65%
16346.52/848.76	c       849             15          14        20          20.0000          17.0000     17.65%
16449.49/854.01	c       854             15          14        20          20.0000          17.0000     17.65%
16562.33/859.61	c       860             15          14        20          20.0000          17.0000     17.65%
16661.32/864.68	c       865             15          14        20          20.0000          17.0000     17.65%
16762.30/869.77	c       870             15          14        20          20.0000          17.0000     17.65%
16863.28/874.83	c       875             15          14        20          20.0000          17.0000     17.65%
16962.28/879.89	c       880             15          14        20          20.0000          17.0000     17.65%
17063.26/884.94	c       885             37          34        20          20.0000          17.0000     17.65%
17162.26/889.99	c       890             37          34        20          20.0000          17.0000     17.65%
17263.84/895.05	c       895             37          34        20          20.0000          17.0000     17.65%
17362.96/900.12	c       900             37          34        20          20.0000          17.0000     17.65%
17471.09/905.50	c       906             37          34        20          20.0000          17.0000     17.65%
17574.06/910.73	c       911             37          34        20          20.0000          17.0000     17.65%
17690.90/916.68	c       917             37          34        20          20.0000          17.0000     17.65%
17793.87/921.82	c       922             37          34        20          20.0000          17.0000     17.65%
17902.78/927.33	c       927             37          34        20          20.0000          17.0000     17.65%
18003.76/932.44	c       932             37          34        20          20.0000          17.0000     17.65%
18102.76/937.48	c       937             37          34        20          20.0000          17.0000     17.65%
18203.74/942.57	c       943          33367           0        20          20.0000          17.0000     17.65%
18304.72/947.63	c       948             17          16        20          20.0000          17.0000     17.65%
18403.71/952.68	c       953             17          16        20          20.0000          17.0000     17.65%
18504.68/957.75	c       958             17          16        20          20.0000          17.0000     17.65%
18605.63/962.80	c       963             68          67        20          20.0000          17.0000     17.65%
18704.62/967.85	c       968             68          67        20          20.0000          17.0000     17.65%
18805.60/972.91	c       973             68          67        20          20.0000          17.0000     17.65%
18904.57/977.97	c       978             40          39        20          20.0000          17.0000     17.65%
19006.11/983.06	c       983             40          39        20          20.0000          17.0000     17.65%
19105.28/988.11	c       988             40          39        20          20.0000          17.0000     17.65%
19204.22/993.12	c       993             40          39        20          20.0000          17.0000     17.65%
19303.21/998.13	c       998             40          39        20          20.0000          17.0000     17.65%
19407.43/1003.35	c      1003             40          39        20          20.0000          17.0000     17.65%
19506.40/1008.39	c      1008             19          18        20          20.0000          17.0000     17.65%
19607.45/1013.44	c      1013             73          72        20          20.0000          17.0000     17.65%
19708.32/1018.51	c      1019             73          72        20          20.0000          17.0000     17.65%
19807.26/1023.52	c      1024             73          72        20          20.0000          17.0000     17.65%
19906.22/1028.59	c      1029             73          72        20          20.0000          17.0000     17.65%
20011.15/1033.85	c      1034             73          72        20          20.0000          17.0000     17.65%
20110.12/1038.89	c      1039             73          72        20          20.0000          17.0000     17.65%
20211.07/1043.95	c      1044             73          72        20          20.0000          17.0000     17.65%
20314.59/1049.14	c      1049             73          72        20          20.0000          17.0000     17.65%
20414.93/1054.20	c      1054             40          39        20          20.0000          17.0000     17.65%
20513.91/1059.25	c      1059             40          39        20          20.0000          17.0000     17.65%
20614.86/1064.31	c      1064             40          39        20          20.0000          17.0000     17.65%
20713.84/1069.39	c      1069             40          39        20          20.0000          17.0000     17.65%
20814.81/1074.46	c      1074             40          39        20          20.0000          17.0000     17.65%
20915.75/1079.51	c      1080             40          39        20          20.0000          17.0000     17.65%
21014.70/1084.56	c      1085             40          39        20          20.0000          17.0000     17.65%
21115.65/1089.61	c      1090             40          39        20          20.0000          17.0000     17.65%
21214.63/1094.66	c      1095             40          39        20          20.0000          17.0000     17.65%
21315.58/1099.74	c      1100             40          39        20          20.0000          17.0000     17.65%
21414.56/1104.80	c      1105             40          39        20          20.0000          17.0000     17.65%
21515.51/1109.86	c      1110             40          39        20          20.0000          17.0000     17.65%
21614.49/1114.87	c      1115             40          39        20          20.0000          17.0000     17.65%
21715.48/1119.98	c      1120             84          81        20          20.0000          17.0000     17.65%
21817.32/1125.09	c      1125             84          81        20          20.0000          17.0000     17.65%
21918.19/1130.14	c      1130             84          81        20          20.0000          17.0000     17.65%
22017.08/1135.19	c      1135             84          81        20          20.0000          17.0000     17.65%
22117.42/1140.25	c      1140             84          81        20          20.0000          17.0000     17.65%
22218.35/1145.34	c      1145             41          38        20          20.0000          17.0000     17.65%
22319.35/1150.45	c      1150             29          28        20          20.0000          17.0000     17.65%
22420.32/1155.52	c      1156             29          28        20          20.0000          17.0000     17.65%
22519.31/1160.57	c      1161             87          84        20          20.0000          17.0000     17.65%
22620.28/1165.63	c      1166             44          41        20          20.0000          17.0000     17.65%
22719.27/1170.69	c      1171             44          41        20          20.0000          17.0000     17.65%
22820.24/1175.76	c      1176             44          41        20          20.0000          17.0000     17.65%
22921.20/1180.83	c      1181             44          41        20          20.0000          17.0000     17.65%
23020.18/1185.88	c      1186             44          41        20          20.0000          17.0000     17.65%
23121.15/1190.94	c      1191             32          31        20          20.0000          17.0000     17.65%
23220.11/1195.98	c      1196             32          31        20          20.0000          17.0000     17.65%
23321.74/1201.06	c      1201             94          91        20          20.0000          17.0000     17.65%
23420.84/1206.12	c      1206             34          33        20          20.0000          17.0000     17.65%
23524.91/1211.39	c      1211             34          33        20          20.0000          17.0000     17.65%
23625.89/1216.45	c      1216             97          94        20          20.0000          17.0000     17.65%
23726.86/1221.51	c      1222             97          94        20          20.0000          17.0000     17.65%
23825.86/1226.56	c      1227             97          94        20          20.0000          17.0000     17.65%
23926.84/1231.61	c      1232             97          94        20          20.0000          17.0000     17.65%
24025.85/1236.68	c      1237             35          34        20          20.0000          17.0000     17.65%
24126.85/1241.74	c      1242             35          34        20          20.0000          17.0000     17.65%
24225.86/1246.78	c      1247             35          34        20          20.0000          17.0000     17.65%
24326.86/1251.85	c      1252             48          45        20          20.0000          17.0000     17.65%
24427.84/1256.90	c      1257             48          45        20          20.0000          17.0000     17.65%
24531.42/1262.15	c      1262             48          45        20          20.0000          17.0000     17.65%
24631.74/1267.21	c      1267             48          45        20          20.0000          17.0000     17.65%
24730.74/1272.29	c      1272         112766           0        20          20.0000          17.0000     17.65%
24831.71/1277.33	c      1277         112766           0        20          20.0000          17.0000     17.65%
24930.73/1282.36	c      1282         112766           0        20          20.0000          17.0000     17.65%
25033.66/1287.52	c      1288         112766           0        20          20.0000          17.0000     17.65%
25132.67/1292.59	c      1293         112766           0        20          20.0000          17.0000     17.65%
25233.63/1297.64	c      1298            105         102        20          20.0000          17.0000     17.65%
25332.64/1302.69	c      1303             53          50        20          20.0000          17.0000     17.65%
25433.63/1307.76	c      1308             53          50        20          20.0000          17.0000     17.65%
25534.61/1312.82	c      1313             53          50        20          20.0000          17.0000     17.65%
25633.61/1317.86	c      1318             53          50        20          20.0000          17.0000     17.65%
25734.54/1322.91	c      1323             53          50        20          20.0000          17.0000     17.65%
25833.52/1327.98	c      1328             53          50        20          20.0000          17.0000     17.65%
25935.26/1333.05	c      1333             53          50        20          20.0000          17.0000     17.65%
26034.16/1338.11	c      1338            107         104        20          20.0000          17.0000     17.65%
26135.04/1343.18	c      1343             55          52        20          20.0000          17.0000     17.65%
26235.39/1348.24	c      1348             55          52        20          20.0000          17.0000     17.65%
26336.35/1353.30	c      1353             55          52        20          20.0000          17.0000     17.65%
26435.32/1358.37	c      1358             55          52        20          20.0000          17.0000     17.65%
26536.27/1363.43	c      1363             55          52        20          20.0000          17.0000     17.65%
26637.15/1368.50	c      1368             55          52        20          20.0000          17.0000     17.65%
26736.12/1373.50	c      1374             55          52        20          20.0000          17.0000     17.65%
26835.09/1378.51	c      1379            108         105        20          20.0000          17.0000     17.65%
26934.02/1383.56	c      1384             56          53        20          20.0000          17.0000     17.65%
27034.96/1388.61	c      1389            110         107        20          20.0000          17.0000     17.65%
27133.93/1393.66	c      1394            110         107        20          20.0000          17.0000     17.65%
27234.88/1398.71	c      1399            110         107        20          20.0000          17.0000     17.65%
27333.85/1403.76	c      1404             71          70        20          20.0000          17.0000     17.65%
27434.80/1408.82	c      1409             71          70        20          20.0000          17.0000     17.65%
27533.77/1413.88	c      1414             71          70        20          20.0000          17.0000     17.65%
27634.71/1418.92	c      1419             71          70        20          20.0000          17.0000     17.65%
27733.68/1423.95	c      1424             71          70        20          20.0000          17.0000     17.65%
27832.66/1429.01	c      1429             71          70        20          20.0000          17.0000     17.65%
27934.16/1434.07	c      1434             71          70        20          20.0000          17.0000     17.65%
28033.28/1439.13	c      1439             71          70        20          20.0000          17.0000     17.65%
28135.44/1444.20	c      1444             71          70        20          20.0000          17.0000     17.65%
28234.41/1449.26	c      1449            115         112        20          20.0000          17.0000     17.65%
28335.38/1454.32	c      1454            115         112        20          20.0000          17.0000     17.65%
28434.37/1459.38	c      1459            115         112        20          20.0000          17.0000     17.65%
28535.34/1464.45	c      1464             71          72        20          20.0000          17.0000     17.65%
28636.30/1469.51	c      1470             71          72        20          20.0000          17.0000     17.65%
28735.30/1474.57	c      1475             71          72        20          20.0000          17.0000     17.65%
28836.26/1479.62	c      1480             71          72        20          20.0000          17.0000     17.65%
28935.27/1484.68	c      1485             71          72        20          20.0000          17.0000     17.65%
29036.25/1489.77	c      1490             71          72        20          20.0000          17.0000     17.65%
29137.23/1494.88	c      1495             71          72        20          20.0000          17.0000     17.65%
29238.21/1499.96	c      1500             71          72        20          20.0000          17.0000     17.65%
29339.85/1505.04	c      1505             71          72        20          20.0000          17.0000     17.65%
29438.92/1510.09	c      1510             71          72        20          20.0000          17.0000     17.65%
29540.01/1515.14	c      1515             71          72        20          20.0000          17.0000     17.65%
29640.08/1520.20	c      1520             71          72        20          20.0000          17.0000     17.65%
29739.08/1525.25	c      1525             71          72        20          20.0000          17.0000     17.65%
29840.05/1530.33	c      1530             71          72        20          20.0000          17.0000     17.65%
29941.01/1535.40	c      1535             71          72        20          20.0000          17.0000     17.65%
30040.01/1540.46	c      1540             71          72        20          20.0000          17.0000     17.65%
30140.99/1545.54	c      1546             71          72        20          20.0000          17.0000     17.65%
30241.95/1550.61	c      1551             71          72        20          20.0000          17.0000     17.65%
30342.91/1555.70	c      1556             71          72        20          20.0000          17.0000     17.65%
30441.90/1560.75	c      1561             71          72        20          20.0000          17.0000     17.65%
30542.79/1565.83	c      1566             71          72        20          20.0000          17.0000     17.65%
30641.77/1570.88	c      1571             71          72        20          20.0000          17.0000     17.65%
30742.72/1575.95	c      1576             71          72        20          20.0000          17.0000     17.65%
30841.69/1581.01	c      1581             71          72        20          20.0000          17.0000     17.65%
30943.41/1586.09	c      1586             71          72        20          20.0000          17.0000     17.65%
31044.26/1591.16	c      1591             71          72        20          20.0000          17.0000     17.65%
31144.54/1596.21	c      1596             71          72        20          20.0000          17.0000     17.65%
31243.50/1601.28	c      1601             71          72        20          20.0000          17.0000     17.65%
31344.46/1606.34	c      1606             71          72        20          20.0000          17.0000     17.65%
31445.41/1611.40	c      1611             71          72        20          20.0000          17.0000     17.65%
31544.38/1616.46	c      1616             71          72        20          20.0000          17.0000     17.65%
31645.35/1621.54	c      1622             71          72        20          20.0000          17.0000     17.65%
31746.27/1626.61	c      1627             71          72        20          20.0000          17.0000     17.65%
31847.22/1631.72	c      1632             71          72        20          20.0000          17.0000     17.65%
31946.19/1636.77	c      1637             71          72        20          20.0000          17.0000     17.65%
32047.16/1641.82	c      1642             71          72        20          20.0000          17.0000     17.65%
32146.12/1646.87	c      1647             71          72        20          20.0000          17.0000     17.65%
32247.08/1651.94	c      1652             71          72        20          20.0000          17.0000     17.65%
32346.05/1657.01	c      1657             71          72        20          20.0000          17.0000     17.65%
32447.70/1662.08	c      1662             71          72        20          20.0000          17.0000     17.65%
32546.80/1667.14	c      1667             71          72        20          20.0000          17.0000     17.65%
32647.48/1672.19	c      1672             71          72        20          20.0000          17.0000     17.65%
32747.97/1677.26	c      1677             71          72        20          20.0000          17.0000     17.65%
32849.00/1682.33	c      1682             71          72        20          20.0000          17.0000     17.65%
32950.01/1687.40	c      1687             71          72        20          20.0000          17.0000     17.65%
33049.05/1692.46	c      1692             71          72        20          20.0000          17.0000     17.65%
33150.05/1697.52	c      1698             71          72        20          20.0000          17.0000     17.65%
33249.08/1702.59	c      1703             71          72        20          20.0000          17.0000     17.65%
33350.09/1707.65	c      1708             71          72        20          20.0000          17.0000     17.65%
33451.12/1712.71	c      1713             71          72        20          20.0000          17.0000     17.65%
33550.14/1717.77	c      1718             71          72        20          20.0000          17.0000     17.65%
33651.16/1722.85	c      1723             71          72        20          20.0000          17.0000     17.65%
33752.17/1727.91	c      1728             71          72        20          20.0000          17.0000     17.65%
33851.17/1732.98	c      1733             98          93        20          20.0000          17.0000     17.65%
33950.21/1738.02	c      1738             98          93        20          20.0000          17.0000     17.65%
34051.97/1743.07	c      1743             98          93        20          20.0000          17.0000     17.65%
34152.89/1748.15	c      1748             98          93        20          20.0000          17.0000     17.65%
34253.25/1753.20	c      1753             98          93        20          20.0000          17.0000     17.65%
34352.28/1758.25	c      1758             98          93        20          20.0000          17.0000     17.65%
34453.30/1763.31	c      1763             73          72        20          20.0000          17.0000     17.65%
34552.34/1768.36	c      1768            100          95        20          20.0000          17.0000     17.65%
34653.46/1773.41	c      1773            100          95        20          20.0000          17.0000     17.65%
34752.39/1778.46	c      1778            100          95        20          20.0000          17.0000     17.65%
34853.41/1783.59	c      1784             75          74        20          20.0000          17.0000     17.65%
34954.37/1788.64	c      1789             75          74        20          20.0000          17.0000     17.65%
35053.37/1793.68	c      1794             75          74        20          20.0000          17.0000     17.65%
35154.38/1798.77	c      1799             75          74        20          20.0000          17.0000     17.65%
35255.40/1803.83	c      1804             75          74        20          20.0000          17.0000     17.65%
35354.44/1808.89	c      1809            156         153        20          20.0000          17.0000     17.65%
35455.50/1813.90	c      1814             76          77        20          20.0000          17.0000     17.65%
35554.51/1818.98	c      1819             76          77        20          20.0000          17.0000     17.65%
35656.26/1824.04	c      1824             76          77        20          20.0000          17.0000     17.65%
35755.39/1829.09	c      1829             76          77        20          20.0000          17.0000     17.65%
35856.45/1834.16	c      1834             76          77        20          20.0000          17.0000     17.65%
35956.70/1839.21	c      1839             76          77        20          20.0000          17.0000     17.65%
36055.76/1844.26	c      1844             76          77        20          20.0000          17.0000     17.65%
36156.79/1849.35	c      1849             76          77        20          20.0000          17.0000     17.65%
36257.80/1854.41	c      1854         227176           0        20          20.0000          17.0000     17.65%
36356.82/1859.47	c      1859             76          77        20          20.0000          17.0000     17.65%
36457.83/1864.54	c      1865             76          77        20          20.0000          17.0000     17.65%
36558.83/1869.62	c      1870             76          77        20          20.0000          17.0000     17.65%
36657.86/1874.68	c      1875             76          77        20          20.0000          17.0000     17.65%
36758.87/1879.71	c      1880             76          77        20          20.0000          17.0000     17.65%
36857.90/1884.79	c      1885             76          77        20          20.0000          17.0000     17.65%
36958.89/1889.84	c      1890             76          77        20          20.0000          17.0000     17.65%
37059.90/1894.91	c      1895             76          77        20          20.0000          17.0000     17.65%
37158.94/1899.97	c      1900             76          77        20          20.0000          17.0000     17.65%
37257.99/1905.00	c      1905             76          77        20          20.0000          17.0000     17.65%
37359.55/1910.06	c      1910             76          77        20          20.0000          17.0000     17.65%
37458.75/1915.11	c      1915             76          77        20          20.0000          17.0000     17.65%
37559.58/1920.18	c      1920             76          77        20          20.0000          17.0000     17.65%
37660.15/1925.23	c      1925             76          77        20          20.0000          17.0000     17.65%
37759.30/1930.28	c      1930             76          77        20          20.0000          17.0000     17.65%
37860.09/1935.30	c      1935             76          77        20          20.0000          17.0000     17.65%
37959.13/1940.39	c      1940             76          77        20          20.0000          17.0000     17.65%
38060.16/1945.44	c      1945             76          77        20          20.0000          17.0000     17.65%
38161.18/1950.51	c      1951             76          77        20          20.0000          17.0000     17.65%
38260.27/1955.53	c      1956             76          77        20          20.0000          17.0000     17.65%
38361.36/1960.62	c      1961            329          11        20          20.0000          17.0000     17.65%
38460.48/1965.68	c      1966            329          11        20          20.0000          17.0000     17.65%
38561.58/1970.73	c      1971            329          11        20          20.0000          17.0000     17.65%
38660.71/1975.79	c      1976            329          11        20          20.0000          17.0000     17.65%
38761.81/1980.84	c      1981            329          11        20          20.0000          17.0000     17.65%
38862.91/1985.90	c      1986            329          11        20          20.0000          17.0000     17.65%
38962.04/1990.97	c      1991            329          11        20          20.0000          17.0000     17.65%
39061.16/1996.02	c      1996            329          11        20          20.0000          17.0000     17.65%
39163.02/2001.07	c      2001            329          11        20          20.0000          17.0000     17.65%
39262.09/2006.12	c      2006            208         201        20          20.0000          17.0000     17.65%
39363.16/2011.17	c      2011             81          80        20          20.0000          17.0000     17.65%
39463.49/2016.22	c      2016             81          80        20          20.0000          17.0000     17.65%
39562.59/2021.28	c      2021             81          80        20          20.0000          17.0000     17.65%
39663.69/2026.32	c      2026             81          80        20          20.0000          17.0000     17.65%
39762.80/2031.38	c      2031             81          80        20          20.0000          17.0000     17.65%
39863.90/2036.44	c      2036            124         119        20          20.0000          17.0000     17.65%
39965.02/2041.51	c      2042            124         119        20          20.0000          17.0000     17.65%
40064.10/2046.57	c      2047            124         119        20          20.0000          17.0000     17.65%
40165.21/2051.64	c      2052            217         210        20          20.0000          17.0000     17.65%
40266.30/2056.70	c      2057            125         120        20          20.0000          17.0000     17.65%
40365.43/2061.75	c      2062            125         120        20          20.0000          17.0000     17.65%
40466.53/2066.80	c      2067            218         209        20          20.0000          17.0000     17.65%
40567.63/2071.91	c      2072            218         209        20          20.0000          17.0000     17.65%
40676.78/2077.41	c      2077            218         209        20          20.0000          17.0000     17.65%
40775.95/2082.46	c      2082            126         121        20          20.0000          17.0000     17.65%
40877.17/2087.51	c      2088            222         213        20          20.0000          17.0000     17.65%
40976.41/2092.57	c      2093             95          94        20          20.0000          17.0000     17.65%
41077.65/2097.62	c      2098            131         126        20          20.0000          17.0000     17.65%
41176.89/2102.68	c      2103             98          97        20          20.0000          17.0000     17.65%
41278.12/2107.74	c      2108            353           8        20          20.0000          17.0000     17.65%
41377.37/2112.79	c      2113            132         127        20          20.0000          17.0000     17.65%
41478.58/2117.84	c      2118            132         127        20          20.0000          17.0000     17.65%
41579.79/2122.91	c      2123            132         127        20          20.0000          17.0000     17.65%
41679.01/2127.96	c      2128            101         100        20          20.0000          17.0000     17.65%
41780.73/2133.03	c      2133            229         216        20          20.0000          17.0000     17.65%
41880.00/2138.07	c      2138            229         216        20          20.0000          17.0000     17.65%
41979.37/2143.13	c      2143            133         128        20          20.0000          17.0000     17.65%
42080.52/2148.19	c      2148            133         128        20          20.0000          17.0000     17.65%
42180.99/2153.24	c      2153            234         221        20          20.0000          17.0000     17.65%
42282.19/2158.31	c      2158            234         221        20          20.0000          17.0000     17.65%
42381.40/2163.36	c      2163            133         130        20          20.0000          17.0000     17.65%
42482.62/2168.41	c      2168            367           7        20          20.0000          17.0000     17.65%
42581.94/2173.46	c      2173            367           7        20          20.0000          17.0000     17.65%
42683.03/2178.50	c      2179            367           7        20          20.0000          17.0000     17.65%
42782.26/2183.57	c      2184            240         225        20          20.0000          17.0000     17.65%
42883.47/2188.62	c      2189            114         113        20          20.0000          17.0000     17.65%
42982.69/2193.67	c      2194            114         113        20          20.0000          17.0000     17.65%
43083.87/2198.72	c      2199            114         113        20          20.0000          17.0000     17.65%
43183.10/2203.74	c      2204            114         113        20          20.0000          17.0000     17.65%
43282.32/2208.77	c      2209            114         113        20          20.0000          17.0000     17.65%
43381.53/2213.78	c      2214            114         113        20          20.0000          17.0000     17.65%
43484.73/2218.94	c      2219            142         137        20          20.0000          17.0000     17.65%
43583.96/2223.97	c      2224            381           4        20          20.0000          18.0000     11.11%
43685.93/2229.06	c      2229            381           4        20          20.0000          18.0000     11.11%
43784.92/2234.09	c      2234            384           7        20          20.0000          18.0000     11.11%
43887.58/2239.21	c      2239            384           7        20          20.0000          18.0000     11.11%
43986.81/2244.27	c      2244            384           7        20          20.0000          18.0000     11.11%
44088.02/2249.32	c      2249            384           7        20          20.0000          18.0000     11.11%
44187.26/2254.37	c      2254            384           7        20          20.0000          18.0000     11.11%
44288.43/2259.43	c      2259            384           7        20          20.0000          18.0000     11.11%
44387.69/2264.48	c      2264            384           7        20          20.0000          18.0000     11.11%
44488.85/2269.54	c      2270            384           7        20          20.0000          18.0000     11.11%
44588.07/2274.58	c      2275            385           8        20          20.0000          18.0000     11.11%
44689.29/2279.63	c      2280            387          10        20          20.0000          18.0000     11.11%
44788.50/2284.64	c      2285            388          11        20          20.0000          18.0000     11.11%
44887.73/2289.67	c      2290            391          14        20          20.0000          18.0000     11.11%
44988.91/2294.78	c      2295            391          14        20          20.0000          18.0000     11.11%
45090.13/2299.84	c      2300            391          14        20          20.0000          18.0000     11.11%
45189.35/2304.90	c      2305            391          14        20          20.0000          18.0000     11.11%
45290.56/2309.95	c      2310            391          14        20          20.0000          18.0000     11.11%
45389.81/2315.00	c      2315            391          14        20          20.0000          18.0000     11.11%
45491.61/2320.04	c      2320            391          14        20          20.0000          18.0000     11.11%
45590.83/2325.11	c      2325            391          14        20          20.0000          18.0000     11.11%
45692.06/2330.18	c      2330            391          14        20          20.0000          18.0000     11.11%
45792.61/2335.26	c      2335            392          15        20          20.0000          18.0000     11.11%
45893.84/2340.31	c      2340            395          18        20          20.0000          18.0000     11.11%
45993.07/2345.36	c      2345            397          20        20          20.0000          18.0000     11.11%
46094.28/2350.41	c      2350            397          20        20          20.0000          18.0000     11.11%
46193.48/2355.46	c      2355            397          20        20          20.0000          18.0000     11.11%
46294.70/2360.51	c      2361            400          23        20          20.0000          18.0000     11.11%
46393.92/2365.58	c      2366            400          23        20          20.0000          18.0000     11.11%
46495.13/2370.64	c      2371            400          23        20          20.0000          18.0000     11.11%
46598.34/2375.81	c      2376            402          25        20          20.0000          18.0000     11.11%
46699.50/2380.90	c      2381            402          25        20          20.0000          18.0000     11.11%
46798.73/2385.96	c      2386            404          27        20          20.0000          18.0000     11.11%
46900.63/2391.04	c      2391            410          33        20          20.0000          18.0000     11.11%
46999.81/2396.10	c      2396            412          35        20          20.0000          18.0000     11.11%
47100.90/2401.16	c      2401            414          37        20          20.0000          18.0000     11.11%
47200.12/2406.19	c      2406            415          38        20          20.0000          18.0000     11.11%
47300.78/2411.29	c      2411            417          40        20          20.0000          18.0000     11.11%
47401.98/2416.34	c      2416            422          45        20          20.0000          18.0000     11.11%
47503.18/2421.40	c      2421            423          46        20          20.0000          18.0000     11.11%
47602.41/2426.47	c      2426            424          47        20          20.0000          18.0000     11.11%
47703.63/2431.51	c      2432            424          47        20          20.0000          18.0000     11.11%
47802.85/2436.58	c      2437            427          50        20          20.0000          18.0000     11.11%
47904.04/2441.62	c      2442            427          50        20          20.0000          18.0000     11.11%
48005.25/2446.71	c      2447            432          55        20          20.0000          18.0000     11.11%
48104.49/2451.76	c      2452            435          58        20          20.0000          18.0000     11.11%
48205.76/2456.81	c      2457            435          58        20          20.0000          18.0000     11.11%
48305.03/2461.87	c      2462            435          58        20          20.0000          18.0000     11.11%
48406.29/2466.92	c      2467            435          58        20          20.0000          18.0000     11.11%
48505.54/2471.97	c      2472            436          59        20          20.0000          18.0000     11.11%
48607.39/2477.04	c      2477            438          61        20          20.0000          18.0000     11.11%
48706.76/2482.11	c      2482            438          61        20          20.0000          18.0000     11.11%
48807.90/2487.16	c      2487            440          63        20          20.0000          18.0000     11.11%
48908.49/2492.22	c      2492            442          65        20          20.0000          18.0000     11.11%
49007.71/2497.27	c      2497            443          66        20          20.0000          18.0000     11.11%
49108.94/2502.32	c      2502            446          69        20          20.0000          18.0000     11.11%
49208.20/2507.37	c      2507            446          69        20          20.0000          18.0000     11.11%
49309.42/2512.42	c      2512            447          70        20          20.0000          18.0000     11.11%
49408.72/2517.47	c      2517            447          70        20          20.0000          18.0000     11.11%
49509.83/2522.52	c      2523            447          70        20          20.0000          18.0000     11.11%
49609.04/2527.59	c      2528            447          70        20          20.0000          18.0000     11.11%
49710.24/2532.66	c      2533            447          70        20          20.0000          18.0000     11.11%
49811.45/2537.70	c      2538            448          71        20          20.0000          18.0000     11.11%
49910.66/2542.75	c      2543            450          73        20          20.0000          18.0000     11.11%
50011.88/2547.80	c      2548            451          74        20          20.0000          18.0000     11.11%
50111.10/2552.84	c      2553            451          74        20          20.0000          18.0000     11.11%
50212.28/2557.90	c      2558            451          74        20          20.0000          18.0000     11.11%
50311.51/2562.95	c      2563            451          74        20          20.0000          18.0000     11.11%
50413.36/2568.06	c      2568            451          74        20          20.0000          18.0000     11.11%
50512.48/2573.11	c      2573            452          75        20          20.0000          18.0000     11.11%
50613.83/2578.15	c      2578            453          76        20          20.0000          18.0000     11.11%
50714.38/2583.21	c      2583            453          76        20          20.0000          18.0000     11.11%
50813.61/2588.27	c      2588            453          76        20          20.0000          18.0000     11.11%
50914.82/2593.32	c      2593            454          77        20          20.0000          18.0000     11.11%
51014.04/2598.38	c      2598            455          78        20          20.0000          18.0000     11.11%
51115.24/2603.46	c      2603            457          80        20          20.0000          18.0000     11.11%
51216.45/2608.51	c      2609            457          80        20          20.0000          18.0000     11.11%
51315.67/2613.57	c      2614            457          80        20          20.0000          18.0000     11.11%
51416.85/2618.63	c      2619            457          80        20          20.0000          18.0000     11.11%
51516.06/2623.69	c      2624            457          80        20          20.0000          18.0000     11.11%
51617.26/2628.77	c      2629            458          81        20          20.0000          18.0000     11.11%
51716.48/2633.79	c      2634            458          81        20          20.0000          18.0000     11.11%
51819.68/2638.98	c      2639            460          83        20          20.0000          18.0000     11.11%
51921.49/2644.05	c      2644            461          84        20          20.0000          18.0000     11.11%
52022.67/2649.17	c      2649            463          86        20          20.0000          18.0000     11.11%
52123.30/2654.21	c      2654            463          86        20          20.0000          18.0000     11.11%
52224.51/2659.37	c      2659            464          87        20          20.0000          18.0000     11.11%
52325.71/2664.42	c      2664            464          87        20          20.0000          18.0000     11.11%
52425.05/2669.49	c      2670            464          87        20          20.0000          18.0000     11.11%
52526.15/2674.54	c      2675            464          87        20          20.0000          18.0000     11.11%
52627.36/2679.60	c      2680            464          87        20          20.0000          18.0000     11.11%
52726.58/2684.66	c      2685            464          87        20          20.0000          18.0000     11.11%
52827.79/2689.72	c      2690            464          87        20          20.0000          18.0000     11.11%
52927.03/2694.79	c      2695            464          87        20          20.0000          18.0000     11.11%
53028.23/2699.84	c      2700            466          89        20          20.0000          18.0000     11.11%
53129.45/2704.93	c      2705            466          89        20          20.0000          18.0000     11.11%
53228.67/2709.98	c      2710            466          89        20          20.0000          18.0000     11.11%
53330.32/2715.04	c      2715            467          90        20          20.0000          18.0000     11.11%
53429.78/2720.09	c      2720            467          90        20          20.0000          18.0000     11.11%
53530.99/2725.15	c      2725            467          90        20          20.0000          18.0000     11.11%
53631.46/2730.22	c      2730            467          90        20          20.0000          18.0000     11.11%
53732.67/2735.32	c      2735            467          90        20          20.0000          18.0000     11.11%
53831.80/2740.37	c      2740            468          89        20          20.0000          18.0000     11.11%
53932.99/2745.44	c      2745            468          89        20          20.0000          18.0000     11.11%
54032.22/2750.49	c      2750            468          89        20          20.0000          18.0000     11.11%
54133.43/2755.54	c      2756            468          89        20          20.0000          18.0000     11.11%
54234.64/2760.61	c      2761            468          89        20          20.0000          18.0000     11.11%
54333.88/2765.62	c      2766            468          89        20          20.0000          18.0000     11.11%
54435.08/2770.70	c      2771            469          90        20          20.0000          18.0000     11.11%
54534.32/2775.71	c      2776            470          89        20          20.0000          18.0000     11.11%
54635.53/2780.82	c      2781            470          89        20          20.0000          18.0000     11.11%
54734.76/2785.88	c      2786            470          89        20          20.0000          18.0000     11.11%
54835.96/2790.95	c      2791            470          89        20          20.0000          18.0000     11.11%
54935.18/2796.01	c      2796            470          89        20          20.0000          18.0000     11.11%
55036.97/2801.07	c      2801            470          89        20          20.0000          18.0000     11.11%
55138.10/2806.14	c      2806            470          89        20          20.0000          18.0000     11.11%
55237.44/2811.19	c      2811            471          90        20          20.0000          18.0000     11.11%
55337.95/2816.24	c      2816            471          90        20          20.0000          18.0000     11.11%
55437.17/2821.27	c      2821            471          90        20          20.0000          18.0000     11.11%
55538.38/2826.32	c      2826            471          90        20          20.0000          18.0000     11.11%
55637.62/2831.38	c      2831            471          90        20          20.0000          18.0000     11.11%
55738.83/2836.40	c      2836            472          91        20          20.0000          18.0000     11.11%
55840.03/2841.50	c      2842            472          91        20          20.0000          18.0000     11.11%
55939.24/2846.55	c      2847            472          91        20          20.0000          18.0000     11.11%
56040.44/2851.62	c      2852            472          91        20          20.0000          18.0000     11.11%
56139.66/2856.68	c      2857            472          91        20          20.0000          18.0000     11.11%
56240.83/2861.75	c      2862            473          92        20          20.0000          18.0000     11.11%
56342.04/2866.82	c      2867            473          92        20          20.0000          18.0000     11.11%
56441.27/2871.88	c      2872            475          94        20          20.0000          18.0000     11.11%
56542.49/2876.93	c      2877            475          94        20          20.0000          18.0000     11.11%
56641.72/2881.98	c      2882            479          98        20          20.0000          18.0000     11.11%
56743.54/2887.05	c      2887            479          98        20          20.0000          18.0000     11.11%
56842.79/2892.11	c      2892            480          99        20          20.0000          18.0000     11.11%
56943.89/2897.17	c      2897            480          99        20          20.0000          18.0000     11.11%
57044.54/2902.22	c      2902            480          99        20          20.0000          18.0000     11.11%
57143.74/2907.26	c      2907            480          99        20          20.0000          18.0000     11.11%
57244.96/2912.33	c      2912            482         101        20          20.0000          18.0000     11.11%
57344.19/2917.38	c      2917            483         102        20          20.0000          18.0000     11.11%
57445.38/2922.44	c      2922            483         102        20          20.0000          18.0000     11.11%
57546.57/2927.50	c      2928            484         103        20          20.0000          18.0000     11.11%
57645.79/2932.54	c      2933            484         103        20          20.0000          18.0000     11.11%
57745.01/2937.60	c      2938            485         104        20          20.0000          18.0000     11.11%
57846.22/2942.60	c      2943            485         104        20          20.0000          18.0000     11.11%
57945.46/2947.70	c      2948            485         104        20          20.0000          18.0000     11.11%
58046.68/2952.75	c      2953            486         105        20          20.0000          18.0000     11.11%
58147.88/2957.83	c      2958            489         108        20          20.0000          18.0000     11.11%
58247.16/2962.88	c      2963            490         109        20          20.0000          18.0000     11.11%
58348.41/2967.94	c      2968            491         110        20          20.0000          18.0000     11.11%
58447.68/2972.99	c      2973            492         111        20          20.0000          18.0000     11.11%
58549.45/2978.05	c      2978            494         113        20          20.0000          18.0000     11.11%
58648.71/2983.11	c      2983            494         113        20          20.0000          18.0000     11.11%
58750.07/2988.16	c      2988            494         113        20          20.0000          18.0000     11.11%
58850.58/2993.21	c      2993            495         114        20          20.0000          18.0000     11.11%
58951.81/2998.30	c      2998            495         114        20          20.0000          18.0000     11.11%
59051.07/3003.35	c      3003            495         114        20          20.0000          18.0000     11.11%
59152.30/3008.42	c      3008            495         114        20          20.0000          18.0000     11.11%
59251.67/3013.48	c      3013            498         117        20          20.0000          18.0000     11.11%
59352.80/3018.54	c      3019            498         117        20          20.0000          18.0000     11.11%
59452.06/3023.58	c      3024            500         119        20          20.0000          18.0000     11.11%
59553.30/3028.63	c      3029            503         122        20          20.0000          18.0000     11.11%
59652.56/3033.69	c      3034            503         122        20          20.0000          18.0000     11.11%
59753.79/3038.74	c      3039            504         123        20          20.0000          18.0000     11.11%
59854.97/3043.82	c      3044            504         123        20          20.0000          18.0000     11.11%
59954.22/3048.87	c      3049            504         123        20          20.0000          18.0000     11.11%
60055.44/3053.93	c      3054            504         123        20          20.0000          18.0000     11.11%
60154.70/3058.99	c      3059            504         123        20          20.0000          18.0000     11.11%
60256.51/3064.05	c      3064            504         123        20          20.0000          18.0000     11.11%
60355.75/3069.10	c      3069            504         123        20          20.0000          18.0000     11.11%
60456.98/3074.16	c      3074            504         123        20          20.0000          18.0000     11.11%
60557.63/3079.23	c      3079            505         124        20          20.0000          18.0000     11.11%
60656.89/3084.29	c      3084            505         124        20          20.0000          18.0000     11.11%
60758.19/3089.34	c      3089            505         124        20          20.0000          18.0000     11.11%
60859.38/3094.40	c      3094            505         124        20          20.0000          18.0000     11.11%
60958.60/3099.46	c      3099            505         124        20          20.0000          18.0000     11.11%
61059.81/3104.51	c      3105            505         124        20          20.0000          18.0000     11.11%
61159.05/3109.56	c      3110            505         124        20          20.0000          18.0000     11.11%
61260.29/3114.63	c      3115            505         124        20          20.0000          18.0000     11.11%
61359.51/3119.67	c      3120            505         124        20          20.0000          18.0000     11.11%
61460.73/3124.72	c      3125            505         124        20          20.0000          18.0000     11.11%
61559.99/3129.79	c      3130            507         126        20          20.0000          18.0000     11.11%
61661.25/3134.84	c      3135            509         128        20          20.0000          18.0000     11.11%
61760.49/3139.89	c      3140            509         128        20          20.0000          18.0000     11.11%
61861.71/3144.95	c      3145            510         129        20          20.0000          18.0000     11.11%
61960.91/3149.96	c      3150            510         129        20          20.0000          18.0000     11.11%
62060.14/3155.00	c      3155            510         129        20          20.0000          18.0000     11.11%
62162.10/3160.06	c      3160            512         131        20          20.0000          18.0000     11.11%
62263.14/3165.14	c      3165            512         131        20          20.0000          18.0000     11.11%
62362.26/3170.19	c      3170            513         132        20          20.0000          18.0000     11.11%
62462.94/3175.22	c      3175            513         132        20          20.0000          18.0000     11.11%
62564.14/3180.30	c      3180            513         132        20          20.0000          18.0000     11.11%
62663.37/3185.36	c      3185            514         133        20          20.0000          18.0000     11.11%
62764.56/3190.42	c      3190            514         133        20          20.0000          18.0000     11.11%
62863.78/3195.47	c      3195            514         133        20          20.0000          18.0000     11.11%
62964.97/3200.52	c      3201            514         133        20          20.0000          18.0000     11.11%
63064.17/3205.57	c      3206            514         133        20          20.0000          18.0000     11.11%
63165.38/3210.63	c      3211            514         133        20          20.0000          18.0000     11.11%
63264.59/3215.68	c      3216            515         134        20          20.0000          18.0000     11.11%
63365.76/3220.74	c      3221            515         134        20          20.0000          18.0000     11.11%
63466.97/3225.80	c      3226            515         134        20          20.0000          18.0000     11.11%
63566.18/3230.86	c      3231            515         134        20          20.0000          18.0000     11.11%
63667.41/3235.95	c      3236            515         134        20          20.0000          18.0000     11.11%
63766.65/3241.01	c      3241            515         134        20          20.0000          18.0000     11.11%
63868.40/3246.05	c      3246            515         134        20          20.0000          18.0000     11.11%
63967.78/3251.11	c      3251            517         136        20          20.0000          18.0000     11.11%
64068.78/3256.19	c      3256            517         136        20          20.0000          18.0000     11.11%
64169.43/3261.24	c      3261            519         138        20          20.0000          18.0000     11.11%
64268.65/3266.30	c      3266            520         139        20          20.0000          18.0000     11.11%
64369.86/3271.35	c      3271            520         139        20          20.0000          18.0000     11.11%
64469.08/3276.39	c      3276            521         140        20          20.0000          18.0000     11.11%
64570.24/3281.45	c      3281            524         143        20          20.0000          18.0000     11.11%
64669.47/3286.47	c      3286            524         143        20          20.0000          18.0000     11.11%
64770.65/3291.57	c      3292            526         145        20          20.0000          18.0000     11.11%
64871.85/3296.62	c      3297            526         145        20          20.0000          18.0000     11.11%
64971.07/3301.69	c      3302            526         145        20          20.0000          18.0000     11.11%
65072.26/3306.73	c      3307            526         145        20          20.0000          18.0000     11.11%
65171.47/3311.79	c      3312            529         148        20          20.0000          18.0000     11.11%
65272.70/3316.84	c      3317            529         148        20          20.0000          18.0000     11.11%
65373.92/3321.92	c      3322            529         148        20          20.0000          18.0000     11.11%
65473.18/3326.98	c      3327            529         148        20          20.0000          18.0000     11.11%
65575.11/3332.05	c      3332            529         148        20          20.0000          18.0000     11.11%
65674.24/3337.12	c      3337            529         148        20          20.0000          18.0000     11.11%
65776.79/3342.20	c      3342            529         148        20          20.0000          18.0000     11.11%
65876.02/3347.29	c      3347            529         148        20          20.0000          18.0000     11.11%
65977.27/3352.35	c      3352            529         148        20          20.0000          18.0000     11.11%
66078.58/3357.40	c      3357            529         148        20          20.0000          18.0000     11.11%
66177.73/3362.45	c      3362            529         148        20          20.0000          18.0000     11.11%
66278.95/3367.54	c      3368            529         148        20          20.0000          18.0000     11.11%
66380.16/3372.62	c      3373            529         148        20          20.0000          18.0000     11.11%
66479.37/3377.67	c      3378            529         148        20          20.0000          18.0000     11.11%
66580.60/3382.78	c      3383            529         148        20          20.0000          18.0000     11.11%
66681.80/3387.83	c      3388            529         148        20          20.0000          18.0000     11.11%
66781.04/3392.89	c      3393            529         148        20          20.0000          18.0000     11.11%
66882.26/3397.94	c      3398            529         148        20          20.0000          18.0000     11.11%
66981.45/3402.96	c      3403            529         148        20          20.0000          18.0000     11.11%
67083.38/3408.09	c      3408            529         148        20          20.0000          18.0000     11.11%
67184.69/3413.14	c      3413            530         149        20          20.0000          18.0000     11.11%
67283.72/3418.19	c      3418            530         149        20          20.0000          18.0000     11.11%
67384.32/3423.24	c      3423            530         149        20          20.0000          18.0000     11.11%
67485.51/3428.32	c      3428            531         150        20          20.0000          18.0000     11.11%
67584.73/3433.39	c      3433            534         153        20          20.0000          18.0000     11.11%
67685.95/3438.41	c      3438            534         153        20          20.0000          18.0000     11.11%
67787.16/3443.50	c      3444            534         153        20          20.0000          18.0000     11.11%
67886.39/3448.55	c      3449            534         153        20          20.0000          18.0000     11.11%
67987.60/3453.60	c      3454            535         154        20          20.0000          18.0000     11.11%
68086.83/3458.68	c      3459            537         156        20          20.0000          18.0000     11.11%
68188.00/3463.75	c      3464            537         156        20          20.0000          18.0000     11.11%
68289.20/3468.81	c      3469            537         156        20          20.0000          18.0000     11.11%
68388.41/3473.87	c      3474            538         155        20          20.0000          18.0000     11.11%
68489.59/3478.91	c      3479            539         156        20          20.0000          18.0000     11.11%
68588.84/3483.96	c      3484            539         156        20          20.0000          18.0000     11.11%
68690.52/3489.03	c      3489            541         158        20          20.0000          18.0000     11.11%
68789.93/3494.08	c      3494            543         160        20          20.0000          18.0000     11.11%
68891.23/3499.15	c      3499            545         162        20          20.0000          18.0000     11.11%
68991.62/3504.20	c      3504            545         162        20          20.0000          18.0000     11.11%
69090.86/3509.25	c      3509            545         162        20          20.0000          18.0000     11.11%
69192.05/3514.31	c      3514            546         163        20          20.0000          18.0000     11.11%
69291.29/3519.39	c      3519            548         165        20          20.0000          18.0000     11.11%
69392.47/3524.45	c      3524            549         166        20          20.0000          18.0000     11.11%
69493.70/3529.51	c      3530            549         166        20          20.0000          18.0000     11.11%
69592.91/3534.57	c      3535            549         166        20          20.0000          18.0000     11.11%
69694.14/3539.62	c      3540            549         166        20          20.0000          18.0000     11.11%
69793.40/3544.68	c      3545            549         166        20          20.0000          18.0000     11.11%
69894.61/3549.72	c      3550            551         168        20          20.0000          18.0000     11.11%
69993.84/3554.79	c      3555            551         168        20          20.0000          18.0000     11.11%
70095.05/3559.84	c      3560            555         172        20          20.0000          18.0000     11.11%
70194.28/3564.89	c      3565            555         172        20          20.0000          18.0000     11.11%
70295.51/3569.95	c      3570            555         172        20          20.0000          18.0000     11.11%
70394.74/3575.00	c      3575            555         172        20          20.0000          18.0000     11.11%
70496.52/3580.05	c      3580            556         173        20          20.0000          18.0000     11.11%
70595.80/3585.12	c      3585            556         173        20          20.0000          18.0000     11.11%
70697.15/3590.18	c      3590            558         175        20          20.0000          18.0000     11.11%
70797.55/3595.22	c      3595            558         175        20          20.0000          18.0000     11.11%
70896.79/3600.29	c      3600            558         175        20          20.0000          18.0000     11.11%
70998.02/3605.34	c      3605            558         175        20          20.0000          18.0000     11.11%
71099.25/3610.40	c      3610            558         175        20          20.0000          18.0000     11.11%
71198.48/3615.46	c      3615            558         175        20          20.0000          18.0000     11.11%
71299.70/3620.54	c      3621            558         175        20          20.0000          18.0000     11.11%
71398.95/3625.59	c      3626            558         175        20          20.0000          18.0000     11.11%
71500.16/3630.66	c      3631            560         177        20          20.0000          18.0000     11.11%
71601.38/3635.73	c      3636            560         177        20          20.0000          18.0000     11.11%
71700.61/3640.78	c      3641            560         177        20          20.0000          18.0000     11.11%
71801.79/3645.83	c      3646            560         177        20          20.0000          18.0000     11.11%
71901.02/3650.88	c      3651            560         177        20          20.0000          18.0000     11.11%

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 (158017 MiB free)
  memory of node 1: 193531 MiB (181276 MiB free)
  memory of node 2: 193531 MiB (153366 MiB free)
  memory of node 3: 193493 MiB (178080 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-4468027-1723271817/watcher-4468027-1723271817 -o /tmp/evaluation-result-4468027-1723271817/solver-4468027-1723271817 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723262841-573961 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468027-1723271817.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100105 s]*
/proc/loadavg: 43.02 48.92 53.38 24/901 583055
/proc/meminfo: memFree=686758084/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=99840 memory=86524 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) R 583051 583054 573948 0 -1 4194304 19332 0 0 0 9 2 0 0 20 0 1 0 93764410 102236160 21631 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 24960 21631 2630 3035 0 21356 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 99840 KiB
Current children cumulated memory: 86524 KiB

[startup+0.218659 s]*
/proc/loadavg: 43.02 48.92 53.38 25/901 583055
/proc/meminfo: memFree=686728248/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=119756 memory=106124 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) R 583051 583054 573948 0 -1 4194304 25856 0 0 0 20 3 0 0 20 0 1 0 93764410 122630144 26531 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 29939 26531 2694 3035 0 26335 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 119756 KiB
Current children cumulated memory: 106124 KiB

[startup+0.318331 s]*
/proc/loadavg: 43.02 48.92 53.38 24/901 583055
/proc/meminfo: memFree=686724500/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=115816 memory=102312 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) R 583051 583054 573948 0 -1 4194304 26014 0 0 0 30 3 0 0 20 0 1 0 93764410 118595584 25578 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 28954 25578 2742 3035 0 25350 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 115816 KiB
Current children cumulated memory: 102312 KiB

[startup+0.700205 s]
/proc/loadavg: 43.02 48.92 53.38 25/901 583055
/proc/meminfo: memFree=686702788/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=124696 memory=110732 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) R 583051 583054 573948 0 -1 4194304 28085 0 0 0 65 3 0 0 20 0 1 0 93764410 127688704 27683 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 31174 27683 2806 3035 0 27570 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 124696 KiB
Current children cumulated memory: 110732 KiB

[startup+1.50022 s]
/proc/loadavg: 43.02 48.92 53.38 24/901 583055
/proc/meminfo: memFree=686658116/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=129652 memory=115220 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) R 583051 583054 573948 0 -1 4194304 29178 0 0 0 145 3 0 0 20 0 1 0 93764410 132763648 28805 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 32413 28805 2806 3035 0 28809 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 129652 KiB
Current children cumulated memory: 115220 KiB

[startup+3.11838 s]
/proc/loadavg: 43.02 48.92 53.38 24/901 583055
/proc/meminfo: memFree=686496076/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=139836 memory=125212 CPUtime=3.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) R 583051 583054 573948 0 -1 4194304 33130 0 0 0 305 4 0 0 20 0 1 0 93764410 143192064 31303 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 34959 31303 2806 3035 0 31355 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 139836 KiB
Current children cumulated memory: 125212 KiB

[startup+6.3002 s]
/proc/loadavg: 41.41 48.49 53.21 24/901 583057
/proc/meminfo: memFree=686274084/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=146060 memory=131724 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) R 583051 583054 573948 0 -1 4194304 34920 0 0 0 622 5 0 0 20 0 1 0 93764410 149565440 32931 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 36515 32931 2806 3035 0 32911 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 146060 KiB
Current children cumulated memory: 131724 KiB

[startup+12.7002 s]
/proc/loadavg: 39.94 48.07 53.05 24/901 583058
/proc/meminfo: memFree=685843632/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=147520 memory=133044 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) R 583051 583054 573948 0 -1 4194304 35240 0 0 0 1259 5 0 0 20 0 1 0 93764410 151060480 33261 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 36880 33261 2806 3035 0 33276 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 147520 KiB
Current children cumulated memory: 133044 KiB

[startup+25.5008 s]
/proc/loadavg: 36.18 46.84 52.57 44/941 583099
/proc/meminfo: memFree=682724924/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=4007204 memory=2334908 CPUtime=50.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) S 583051 583054 573948 0 -1 1077936128 613479 0 0 0 4883 194 0 0 20 0 41 0 93764410 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 1001801 583727 2966 3035 0 699488 0
[pid=583054/tid=583060] ppid=583051 vsize=4007204 memory=134364 CPUtime=1.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583060/stat : 583060 (fscip) R 583051 583054 573948 0 -1 4194368 18256 0 0 0 134 4 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583061] ppid=583051 vsize=4007204 memory=269040 CPUtime=1.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583061/stat : 583061 (fscip) R 583051 583054 573948 0 -1 4194368 34164 0 0 0 124 11 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583062] ppid=583051 vsize=4007204 memory=2029832 CPUtime=1.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583062/stat : 583062 (fscip) R 583051 583054 573948 0 -1 4194368 34380 0 0 0 122 12 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583063] ppid=583051 vsize=4007204 memory=1837636 CPUtime=1.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583063/stat : 583063 (fscip) R 583051 583054 573948 0 -1 4194368 18649 0 0 0 133 3 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583064] ppid=583051 vsize=4007204 memory=134100 CPUtime=1.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583064/stat : 583064 (fscip) R 583051 583054 573948 0 -1 4194368 34142 0 0 0 122 12 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583065] ppid=583051 vsize=4007204 memory=134100 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583065/stat : 583065 (fscip) R 583051 583054 573948 0 -1 4194368 34058 0 0 0 118 13 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583066] ppid=583051 vsize=4007204 memory=0 CPUtime=1.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583066/stat : 583066 (fscip) R 583051 583054 573948 0 -1 4194368 18329 0 0 0 133 4 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583067] ppid=583051 vsize=4007204 memory=32384 CPUtime=1.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583067/stat : 583067 (fscip) R 583051 583054 573948 0 -1 4194368 34300 0 0 0 124 11 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583068] ppid=583051 vsize=4007204 memory=10528 CPUtime=1.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583068/stat : 583068 (fscip) R 583051 583054 573948 0 -1 4194368 34296 0 0 0 122 12 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583069] ppid=583051 vsize=4007204 memory=25333125866717268 CPUtime=1.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583069/stat : 583069 (fscip) R 583051 583054 573948 0 -1 4194368 18655 0 0 0 133 4 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583070] ppid=583051 vsize=4007204 memory=131724 CPUtime=1.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583070/stat : 583070 (fscip) R 583051 583054 573948 0 -1 4194368 33025 0 0 0 123 11 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583071] ppid=583051 vsize=4007204 memory=5440 CPUtime=1.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583071/stat : 583071 (fscip) R 583051 583054 573948 0 -1 4194368 34108 0 0 0 123 12 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583072] ppid=583051 vsize=4007204 memory=16108 CPUtime=1.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583072/stat : 583072 (fscip) R 583051 583054 573948 0 -1 4194368 18507 0 0 0 133 4 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583073] ppid=583051 vsize=4007204 memory=2212 CPUtime=1.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583073/stat : 583073 (fscip) R 583051 583054 573948 0 -1 4194368 33235 0 0 0 123 12 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583074] ppid=583051 vsize=4007204 memory=52808 CPUtime=1.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583074/stat : 583074 (fscip) R 583051 583054 573948 0 -1 4194368 34315 0 0 0 123 12 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583075] ppid=583051 vsize=4007204 memory=1952 CPUtime=1.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583075/stat : 583075 (fscip) R 583051 583054 573948 0 -1 4194368 18455 0 0 0 133 4 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583076] ppid=583051 vsize=4007204 memory=25877556 CPUtime=1.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583076/stat : 583076 (fscip) R 583051 583054 573948 0 -1 4194368 34174 0 0 0 124 11 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583077] ppid=583051 vsize=4007204 memory=2756 CPUtime=1.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583077/stat : 583077 (fscip) R 583051 583054 573948 0 -1 4194368 34143 0 0 0 122 13 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583078] ppid=583051 vsize=4007204 memory=4176 CPUtime=1.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583078/stat : 583078 (fscip) R 583051 583054 573948 0 -1 4194368 18471 0 0 0 133 4 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583079] ppid=583051 vsize=4007204 memory=133044 CPUtime=1.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583079/stat : 583079 (fscip) R 583051 583054 573948 0 -1 4194368 34322 0 0 0 122 12 0 0 20 0 41 0 93766776 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583080] ppid=583051 vsize=4007204 memory=1852 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583080/stat : 583080 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583081] ppid=583051 vsize=4007204 memory=33108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583081/stat : 583081 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583082] ppid=583051 vsize=4007204 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583082/stat : 583082 (fscip) S 583051 583054 573948 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583083] ppid=583051 vsize=4007204 memory=25992 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583083/stat : 583083 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583084] ppid=583051 vsize=4007204 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583084/stat : 583084 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583085] ppid=583051 vsize=4007204 memory=6232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583085/stat : 583085 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583086] ppid=583051 vsize=4007204 memory=19860 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583086/stat : 583086 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583087] ppid=583051 vsize=4007204 memory=31988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583087/stat : 583087 (fscip) S 583051 583054 573948 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583088] ppid=583051 vsize=4007204 memory=28720 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583088/stat : 583088 (fscip) S 583051 583054 573948 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583089] ppid=583051 vsize=4007204 memory=7384 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583089/stat : 583089 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583090] ppid=583051 vsize=4007204 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583090/stat : 583090 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583091] ppid=583051 vsize=4007204 memory=280395330353760 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583091/stat : 583091 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583092] ppid=583051 vsize=4007204 memory=3977161936194020992 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583092/stat : 583092 (fscip) S 583051 583054 573948 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583093] ppid=583051 vsize=4007204 memory=3763095275850432601 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583093/stat : 583093 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583094] ppid=583051 vsize=4007204 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583094/stat : 583094 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583095] ppid=583051 vsize=4007204 memory=6740 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583095/stat : 583095 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583096] ppid=583051 vsize=4007204 memory=20492 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583096/stat : 583096 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583097] ppid=583051 vsize=4007204 memory=6836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583097/stat : 583097 (fscip) S 583051 583054 573948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93766821 4103376896 583727 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0

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

/proc/583054/task/583079/stat : 583079 (fscip) R 583051 583054 573948 0 -1 4194368 1514995 0 0 0 358914 158 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583080] ppid=583051 vsize=9612528 memory=446 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583080/stat : 583080 (fscip) S 583051 583054 573948 0 -1 1077936192 191 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583081] ppid=583051 vsize=9612528 memory=8486256 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583081/stat : 583081 (fscip) S 583051 583054 573948 0 -1 1077936192 184 0 0 0 1 1 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583082] ppid=583051 vsize=9612528 memory=3516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583082/stat : 583082 (fscip) S 583051 583054 573948 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583083] ppid=583051 vsize=9612528 memory=8486932 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583083/stat : 583083 (fscip) S 583051 583054 573948 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583084] ppid=583051 vsize=9612528 memory=8487404 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583084/stat : 583084 (fscip) S 583051 583054 573948 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583085] ppid=583051 vsize=9612528 memory=2 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583085/stat : 583085 (fscip) S 583051 583054 573948 0 -1 1077936192 194 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583086] ppid=583051 vsize=9612528 memory=2 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583086/stat : 583086 (fscip) S 583051 583054 573948 0 -1 1077936192 234 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583087] ppid=583051 vsize=9612528 memory=52808 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583087/stat : 583087 (fscip) S 583051 583054 573948 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583088] ppid=583051 vsize=9612528 memory=1952 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583088/stat : 583088 (fscip) S 583051 583054 573948 0 -1 1077936192 239 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583089] ppid=583051 vsize=9612528 memory=1852 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583089/stat : 583089 (fscip) S 583051 583054 573948 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583090] ppid=583051 vsize=9612528 memory=16108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583090/stat : 583090 (fscip) S 583051 583054 573948 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583091] ppid=583051 vsize=9612528 memory=8487972 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583091/stat : 583091 (fscip) S 583051 583054 573948 0 -1 1077936192 191 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583092] ppid=583051 vsize=9612528 memory=8487560 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583092/stat : 583092 (fscip) S 583051 583054 573948 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583093] ppid=583051 vsize=9612528 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583093/stat : 583093 (fscip) S 583051 583054 573948 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583094] ppid=583051 vsize=9612528 memory=8487560 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583094/stat : 583094 (fscip) S 583051 583054 573948 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583095] ppid=583051 vsize=9612528 memory=8488040 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583095/stat : 583095 (fscip) S 583051 583054 573948 0 -1 1077936192 221 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583096] ppid=583051 vsize=9612528 memory=16108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583096/stat : 583096 (fscip) S 583051 583054 573948 0 -1 1077936192 220 0 0 0 1 1 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583097] ppid=583051 vsize=9612528 memory=8487972 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583097/stat : 583097 (fscip) S 583051 583054 573948 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583098] ppid=583051 vsize=9612528 memory=8488040 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583098/stat : 583098 (fscip) S 583051 583054 573948 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583099] ppid=583051 vsize=9612528 memory=7764 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583099/stat : 583099 (fscip) S 583051 583054 573948 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
Current children cumulated CPU time: 71732.4 s
Current children cumulated vsize: 9612528 KiB
Current children cumulated memory: 8488108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3655.8 s]
/proc/loadavg: 20.00 20.25 25.66 22/880 585573
/proc/meminfo: memFree=708806396/790760804 swapFree=131071996/131071996
[pid=583054] ppid=583051 vsize=9612528 memory=8488108 CPUtime=72000.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/stat : 583054 (fscip) S 583051 583054 573948 0 -1 1077936128 29314424 0 0 0 7193066 6957 0 0 20 0 41 0 93764410 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
/proc/583054/statm: 2403132 2122027 3334 3035 0 2243104 0
[pid=583054/tid=583060] ppid=583051 vsize=9612528 memory=2300 CPUtime=3604.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583060/stat : 583060 (fscip) R 583051 583054 573948 0 -1 4194368 1314534 0 0 0 360326 123 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583061] ppid=583051 vsize=9612528 memory=1692 CPUtime=3604.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583061/stat : 583061 (fscip) R 583051 583054 573948 0 -1 4194368 1556571 0 0 0 360286 152 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583062] ppid=583051 vsize=9612528 memory=15872 CPUtime=3603.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583062/stat : 583062 (fscip) R 583051 583054 573948 0 -1 4194368 1950903 0 0 0 359445 926 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583063] ppid=583051 vsize=9612528 memory=28008 CPUtime=3604.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583063/stat : 583063 (fscip) R 583051 583054 573948 0 -1 4194368 1216100 0 0 0 360306 121 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583064] ppid=583051 vsize=9612528 memory=32824 CPUtime=3604.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583064/stat : 583064 (fscip) R 583051 583054 573948 0 -1 4194368 1418895 0 0 0 360326 146 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583065] ppid=583051 vsize=9612528 memory=7108 CPUtime=3557.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583065/stat : 583065 (fscip) R 583051 583054 573948 0 -1 4194368 1948127 0 0 0 354938 853 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583066] ppid=583051 vsize=9612528 memory=36760 CPUtime=3604.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583066/stat : 583066 (fscip) R 583051 583054 573948 0 -1 4194368 1147331 0 0 0 360324 105 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583067] ppid=583051 vsize=9612528 memory=6740 CPUtime=3604.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583067/stat : 583067 (fscip) R 583051 583054 573948 0 -1 4194368 1369958 0 0 0 360321 142 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583068] ppid=583051 vsize=9612528 memory=20492 CPUtime=3558.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583068/stat : 583068 (fscip) R 583051 583054 573948 0 -1 4194368 1945221 0 0 0 354971 919 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583069] ppid=583051 vsize=9612528 memory=6836 CPUtime=3604.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583069/stat : 583069 (fscip) R 583051 583054 573948 0 -1 4194368 1173690 0 0 0 360364 116 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583070] ppid=583051 vsize=9612528 memory=7256 CPUtime=3604.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583070/stat : 583070 (fscip) R 583051 583054 573948 0 -1 4194368 1398812 0 0 0 360349 143 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583071] ppid=583051 vsize=9612528 memory=28140 CPUtime=3603.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583071/stat : 583071 (fscip) R 583051 583054 573948 0 -1 4194368 1795907 0 0 0 359568 760 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583072] ppid=583051 vsize=9612528 memory=33752 CPUtime=3600.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583072/stat : 583072 (fscip) R 583051 583054 573948 0 -1 4194368 1085428 0 0 0 359914 106 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583073] ppid=583051 vsize=9612528 memory=50816 CPUtime=3604.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583073/stat : 583073 (fscip) R 583051 583054 573948 0 -1 4194368 1204684 0 0 0 360339 129 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583074] ppid=583051 vsize=9612528 memory=7764 CPUtime=3594.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583074/stat : 583074 (fscip) R 583051 583054 573948 0 -1 4194368 1788735 0 0 0 358665 834 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583075] ppid=583051 vsize=9612528 memory=18468 CPUtime=3604.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583075/stat : 583075 (fscip) R 583051 583054 573948 0 -1 4194368 1155655 0 0 0 360369 103 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583076] ppid=583051 vsize=9612528 memory=20448 CPUtime=3604.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583076/stat : 583076 (fscip) R 583051 583054 573948 0 -1 4194368 1291774 0 0 0 360335 137 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583077] ppid=583051 vsize=9612528 memory=5524 CPUtime=3597.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583077/stat : 583077 (fscip) R 583051 583054 573948 0 -1 4194368 1946499 0 0 0 358860 842 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583078] ppid=583051 vsize=9612528 memory=11632 CPUtime=3604.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583078/stat : 583078 (fscip) R 583051 583054 573948 0 -1 4194368 1030290 0 0 0 360367 96 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583079] ppid=583051 vsize=9612528 memory=13900 CPUtime=3604.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583079/stat : 583079 (fscip) R 583051 583054 573948 0 -1 4194368 1525569 0 0 0 360255 158 0 0 20 0 41 0 93766776 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583080] ppid=583051 vsize=9612528 memory=12176 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583080/stat : 583080 (fscip) S 583051 583054 573948 0 -1 1077936192 191 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583081] ppid=583051 vsize=9612528 memory=2756 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583081/stat : 583081 (fscip) S 583051 583054 573948 0 -1 1077936192 184 0 0 0 1 1 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583082] ppid=583051 vsize=9612528 memory=6524 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583082/stat : 583082 (fscip) S 583051 583054 573948 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583083] ppid=583051 vsize=9612528 memory=8488108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583083/stat : 583083 (fscip) S 583051 583054 573948 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583084] ppid=583051 vsize=9612528 memory=6720661051937079913 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583084/stat : 583084 (fscip) S 583051 583054 573948 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583085] ppid=583051 vsize=9612528 memory=28140 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583085/stat : 583085 (fscip) S 583051 583054 573948 0 -1 1077936192 194 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583086] ppid=583051 vsize=9612528 memory=33752 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583086/stat : 583086 (fscip) S 583051 583054 573948 0 -1 1077936192 234 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583087] ppid=583051 vsize=9612528 memory=50816 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583087/stat : 583087 (fscip) S 583051 583054 573948 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583088] ppid=583051 vsize=9612528 memory=-6807937110547266497 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583088/stat : 583088 (fscip) S 583051 583054 573948 0 -1 1077936192 239 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583089] ppid=583051 vsize=9612528 memory=8488108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583089/stat : 583089 (fscip) S 583051 583054 573948 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583090] ppid=583051 vsize=9612528 memory=2212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583090/stat : 583090 (fscip) S 583051 583054 573948 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583091] ppid=583051 vsize=9612528 memory=52808 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583091/stat : 583091 (fscip) S 583051 583054 573948 0 -1 1077936192 191 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583092] ppid=583051 vsize=9612528 memory=1952 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583092/stat : 583092 (fscip) S 583051 583054 573948 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583093] ppid=583051 vsize=9612528 memory=1852 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583093/stat : 583093 (fscip) S 583051 583054 573948 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583094] ppid=583051 vsize=9612528 memory=33108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583094/stat : 583094 (fscip) S 583051 583054 573948 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583095] ppid=583051 vsize=9612528 memory=2208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583095/stat : 583095 (fscip) S 583051 583054 573948 0 -1 1077936192 221 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583096] ppid=583051 vsize=9612528 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583096/stat : 583096 (fscip) S 583051 583054 573948 0 -1 1077936192 220 0 0 0 1 1 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583097] ppid=583051 vsize=9612528 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583097/stat : 583097 (fscip) S 583051 583054 573948 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583098] ppid=583051 vsize=9612528 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583098/stat : 583098 (fscip) S 583051 583054 573948 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
[pid=583054/tid=583099] ppid=583051 vsize=9612528 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/583054/task/583099/stat : 583099 (fscip) S 583051 583054 573948 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 41 0 93766821 9843228672 2122027 809668444160 4194304 16622877 140727554761920 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 52183040 140727554765801 140727554765917 140727554765917 140727554772943 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 9612528 KiB
Current children cumulated memory: 8488108 KiB

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

[startup+3655.99 s]
# the end of solver process 583054 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=71930.9 s, system=69.7318 s

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

[startup+3655.91 s]*
/proc/loadavg: 20.00 20.25 25.66 2/841 585575
/proc/meminfo: memFree=715899660/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 15 (SIGTERM)

Real time (s): 3655.99
CPU time (s): 72000.6
CPU user time (s): 71930.9
CPU system time (s): 69.7318
CPU usage (%): 1969.39
Max. virtual memory (cumulated for all children) (KiB): 9678064
Max. memory (cumulated for all children) (KiB): 8491188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71930.9
system time used= 69.7318
maximum resident set size= 8491412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29314431
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= 217647
involuntary context switches= 154934


# summary of solver processes directly reported to runsolver:
#   pid: 583054
#   total CPU time (s): 72000.6
#   total CPU user time (s): 71930.9
#   total CPU system time (s): 69.7318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.285 second user time and 77.5754 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-10 08:36:57
IDJOB=4468027
IDBENCH=178791
IDSOLVER=3097
FILE ID=nodeD103/4468027-1723271817
RUNJOBID= nodeD103-1723262841-573961
SLURM_JOB_ID= 8266915
Free space on /tmp= 8586560 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns903616.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-4468027-1723271817/watcher-4468027-1723271817 -o /tmp/evaluation-result-4468027-1723271817/solver-4468027-1723271817 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723262841-573961 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468027-1723271817.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= e7ea4c2c57ab07c8372f618eaa0eff24
RANDOM SEED=43046926

nodeD103.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		: 3199.999
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		: 3371.725
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	: 5007.12
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		: 3179.985
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	: 5012.87
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		: 1672.620
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3186.552
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		: 2645.502
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	: 5007.12
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		: 2636.838
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	: 5012.87
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		: 2213.197
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3114.465
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		: 2645.923
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	: 5007.12
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		: 2808.879
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	: 5012.87
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		: 2649.623
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3186.472
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		: 2657.256
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	: 5007.12
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		: 2641.443
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	: 5012.87
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		: 3166.404
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3200.000
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		: 2647.058
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	: 5007.12
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		: 3874.601
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	: 5012.87
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		: 3170.937
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3140.257
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		: 2650.592
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	: 5007.12
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		: 2639.067
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	: 5012.87
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		: 2656.764
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3186.595
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		: 2643.482
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	: 5007.12
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		: 2635.452
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	: 5012.87
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		: 2645.477
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3200.000
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		: 2659.668
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	: 5007.12
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		: 2644.310
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	: 5012.87
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		: 2663.859
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3199.999
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		: 3876.408
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	: 5007.12
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		: 2830.762
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	: 5012.87
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		: 2655.222
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3199.999
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		: 2654.439
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	: 5007.12
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		: 2629.248
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	: 5012.87
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		: 2643.055
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3162.713
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		: 2642.158
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	: 5007.12
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		: 2630.797
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	: 5012.87
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		: 2650.292
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3200.000
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		: 2655.229
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	: 5007.12
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		: 2642.998
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	: 5012.87
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		: 2660.441
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3161.189
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		: 3493.532
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	: 5007.12
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		: 2634.939
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	: 5012.87
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		: 1387.134
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3128.963
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		: 2648.711
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	: 5007.12
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		: 2643.594
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	: 5012.87
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		: 3718.649
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3200.000
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		: 2646.758
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	: 5007.12
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		: 2635.546
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	: 5012.87
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		: 3239.296
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3194.284
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		: 2658.538
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	: 5007.12
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		: 2637.794
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	: 5012.87
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		: 3629.310
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3161.529
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		: 2639.217
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	: 5007.12
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		: 2632.154
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	: 5012.87
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		: 3613.701
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3171.685
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		: 2668.774
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	: 5007.12
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		: 2657.095
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	: 5012.87
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		: 3589.004
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3150.211
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		: 2669.686
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	: 5007.12
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		: 2649.238
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	: 5012.87
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		: 3317.391
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3167.415
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		: 3590.452
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	: 5007.12
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		: 3647.740
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	: 5012.87
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		: 1381.382
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        686842688 kB
MemAvailable:   752937764 kB
Buffers:         1029340 kB
Cached:         67842424 kB
SwapCached:            0 kB
Active:          9500220 kB
Inactive:       90035296 kB
Active(anon):       2132 kB
Inactive(anon): 30700544 kB
Active(file):    9498088 kB
Inactive(file): 59334752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29340 kB
Writeback:            60 kB
AnonPages:      30658800 kB
Mapped:           134280 kB
Shmem:             38920 kB
KReclaimable:    1363904 kB
Slab:            1890452 kB
SReclaimable:    1363904 kB
SUnreclaim:       526548 kB
KernelStack:       15536 kB
PageTables:        69312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   28087764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           846720 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4855808 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:      849920 kB
DirectMap2M:    152739840 kB
DirectMap1G:    652214272 kB

Free space on /tmp at the end= 8586728 MiB
End job on nodeD103 at 2024-08-10 09:37:53