Trace number 4467784

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72003.3 3648.15

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-86.opb
MD5SUM3b78757f10307782e0b04e5cada0d1b0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.36818
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7354
Total number of constraints165969
Number of constraints which are clauses149056
Number of constraints which are cardinality constraints (but not clauses)575
Number of constraints which are nor clauses,nor cardinality constraints16338
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
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.44/0.45	c Default LC presolving (default).
0.44/0.46	c ** Before presolving: virtualMemUsedAtLc = 413058206, getVmSize() = 270434304, SCIPgetMemUsed() = 212072474, SCIPgetMemTotal() = 235809698, SCIPgetMemExternEstim() = 177248508
0.44/0.46	c ** set memory limit for presolving in LC to 8.79479e+12 for SCIP **
3.38/3.49	c ** Estimated virtualMemUsedAtSolver = 498118122, getVmSize() = 620478464, SCIPgetMemUsed() = 345538123, SCIPgetMemTotal() = 569928675, SCIPgetMemExternEstim() = 177248508
3.38/3.49	c ** set memory limit for solvers to 4.18705e+11 for each SCIP **
3.38/3.49	c Original Problem   :
3.38/3.49	c   Problem name     : instance-4467784-1723618580
3.38/3.49	c   Variables        : 7354 (7354 binary, 0 integer, 0 implicit integer, 0 continuous)
3.38/3.49	c   Constraints      : 165969
3.38/3.49	c   Objective sense  : minimize
3.38/3.49	c Presolved Problem  :
3.38/3.49	c   Variables        : 6711 (6711 binary, 0 integer, 0 implicit integer, 0 continuous)
3.38/3.49	c   Constraints      : 142592
3.38/3.49	c Constraints        : Number
3.38/3.49	c   knapsack         : 16597 
3.38/3.49	c   setppc           : 29007 
3.38/3.49	c   linear           : 1 
3.38/3.49	c   logicor          : 96987 
3.38/3.49	c ** Instance transfer method used: 0
3.67/3.71	c ** ParaScipInstance copy does not increase the number of variables. **
6.98/7.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
6.98/7.05	c                                Nodes    Active                                            
6.98/7.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5775.21/299.27	c       299              2           1        20                -           0.0000          -
5874.08/304.29	c       304              7           6        20                -           0.0000          -
5982.86/309.78	c       310             12          11        20                -           0.0000          -
6099.56/315.62	c       316             12          11        20                -           0.0000          -
6360.52/328.89	c       329             13          12        20                -           0.0000          -
6461.47/334.00	c       334             13          12        20                -           0.0000          -
6568.37/339.34	c       339             13          12        20                -           0.0000          -
6673.37/344.67	c       345             13          12        20                -           0.0000          -
6792.22/350.67	c       351             13          12        20                -           0.0000          -
6903.13/356.26	c       356             13          12        20                -           0.0000          -
7029.93/362.68	c       363             13          12        20                -           0.0000          -
7131.00/367.73	c       368             13          12        20                -           0.0000          -
7234.04/373.02	c       373             17          16        20                -           0.0000          -
7357.67/379.18	c       379             17          16        20                -           0.0000          -
7457.91/384.29	c       384             17          16        20                -           0.0000          -
7564.94/389.63	c       390             17          16        20                -           0.0000          -
7674.69/395.16	c       395             17          16        20                -           0.0000          -
7778.91/400.40	c       400           1302           0        20                -           0.0000          -
7893.80/406.23	c       406           1302           0        20                -           0.0000          -
7996.82/411.47	c       411           1302           0        20                -           0.0000          -
8101.82/416.76	c       417           1302           0        20                -           0.0000          -
8200.84/421.77	c       422           1302           0        20                -           0.0000          -
8303.81/426.92	c       427           1302           0        20                -           0.0000          -
8408.66/432.22	c       432           1302           0        20                -           0.0000          -
8527.36/438.27	c       438           1302           0        20                -           0.0000          -
8634.14/443.61	c       444           1302           0        20                -           0.0000          -
8748.63/449.47	c       449           1302           0        20                -           0.0000          -
8864.93/455.33	c       455           1302           0        20                -           0.0000          -
8965.73/460.45	c       460           1302           0        20                -           0.0000          -
9076.78/466.13	c       466           1302           0        20                -           0.0000          -
9178.82/471.25	c       471           1302           0        20                -           0.0000          -
9279.56/476.35	c       476           1302           0        20                -           0.0000          -
9380.33/481.44	c       481           1302           0        20                -           0.0000          -
9489.03/487.02	c       487           1302           0        20                -           0.0000          -
9597.65/492.40	c       492           1302           0        20                -           0.0000          -
9696.42/497.48	c       497           1302           0        20                -           0.0000          -
9797.21/502.55	c       503           1302           0        20                -           0.0000          -
9903.95/507.91	c       508           1302           0        20                -           0.0000          -
10005.62/513.11	c       513           1302           0        20                -           0.0000          -
10115.34/518.60	c       519           1302           0        20                -           0.0000          -
10239.79/524.93	c       525           1302           0        20                -           0.0000          -
10343.45/530.19	c       530            864           0        20                -           0.0000          -
10443.27/535.27	c       535            864           0        20                -           0.0000          -
10565.76/541.45	c       541            864           0        20                -           0.0000          -
10664.49/546.46	c       546            864           0        20                -           0.0000          -
10771.18/551.82	c       552            864           0        20                -           0.0000          -
10871.91/556.91	c       557            864           0        20                -           0.0000          -
10970.71/562.00	c       562            864           0        20                -           0.0000          -
11072.25/567.06	c       567            864           0        20                -           0.0000          -
11178.14/572.40	c       572            864           0        20                -           0.0000          -
11289.76/578.13	c       578            864           0        20                -           0.0000          -
11399.52/583.67	c       584            864           0        20                -           0.0000          -
11498.37/588.69	c       589            864           0        20                -           0.0000          -
11599.16/593.73	c       594            864           0        20                -           0.0000          -
11704.68/599.09	c       599            864           0        20                -           0.0000          -
11818.58/604.89	c       605            864           0        20                -           0.0000          -
11919.29/609.92	c       610             19          18        20                -           0.0000          -
12024.05/615.29	c       615             19          18        20                -           0.0000          -
12124.90/620.39	c       620             19          18        20                -           0.0000          -
12233.61/625.88	c       626             19          18        20                -           0.0000          -
12342.33/631.38	c       631             19          18        20                -           0.0000          -
12453.11/636.94	c       637             19          18        20                -           0.0000          -
12563.83/642.55	c       643             19          18        20                -           0.0000          -
12670.62/648.01	c       648             19          18        20                -           0.0000          -
12772.26/653.11	c       653             19          18        20                -           0.0000          -
12874.14/658.29	c       658             19          18        20                -           0.0000          -
12977.00/663.50	c       664             19          18        20                -           0.0000          -
13091.45/669.23	c       669             19          18        20                -           0.0000          -
13198.19/674.67	c       675             19          18        20                -           0.0000          -
13310.81/680.31	c       680             19          18        20                -           0.0000          -
13409.66/685.35	c       685             19          18        20                -           0.0000          -
13508.50/690.38	c       690             19          18        20                -           0.0000          -
13617.25/695.80	c       696             19          18        20                -           0.0000          -
13737.88/701.90	c       702             19          18        20                -           0.0000          -
13839.69/707.13	c       707             19          18        20                -           0.0000          -
13940.50/712.20	c       712             19          18        20                -           0.0000          -
14044.24/717.49	c       717             19          18        20                -           0.0000          -
14155.64/723.08	c       723             19          18        20                -           0.0000          -
14259.75/728.37	c       728             19          18        20                -           0.0000          -
14366.51/733.71	c       734             19          18        20                -           0.0000          -
14465.32/738.76	c       739             19          18        20                -           0.0000          -
14568.20/743.98	c       744             19          18        20                -           0.0000          -
14673.04/749.29	c       749             19          18        20                -           0.0000          -
14785.79/755.00	c       755             19          18        20                -           0.0000          -
14894.57/760.43	c       760             19          18        20                -           0.0000          -
14997.46/765.63	c       766             19          18        20                -           0.0000          -
15096.35/770.64	c       771             19          18        20                -           0.0000          -
15204.01/776.10	c       776             19          18        20                -           0.0000          -
15305.98/781.24	c       781             19          18        20                -           0.0000          -
15406.92/786.31	c       786             19          18        20                -           0.0000          -
15507.82/791.44	c       791             19          18        20                -           0.0000          -
15606.67/796.45	c       796             19          18        20                -           0.0000          -
15709.49/801.63	c       802             19          18        20                -           0.0000          -
15851.84/808.80	c       809             19          18        20                -           0.0000          -
15952.71/814.02	c       814             19          18        20                -           0.0000          -
16065.48/819.64	c       820             19          18        20                -           0.0000          -
16166.44/824.79	c       825           2869           0        20                -           0.0000          -
16267.41/829.83	c       830           2869           0        20                -           0.0000          -
16366.29/834.89	c       835           2869           0        20                -           0.0000          -
16465.23/839.90	c       840           2869           0        20                -           0.0000          -
16568.86/845.05	c       845           4267           0        20                -           0.0000          -
16672.98/850.35	c       850           4267           0        20                -           0.0000          -
16773.88/855.43	c       855           4267           0        20                -           0.0000          -
16876.81/860.63	c       861           4267           0        20                -           0.0000          -
16981.69/865.96	c       866           4267           0        20                -           0.0000          -
17083.45/871.14	c       871           4267           0        20                -           0.0000          -
17193.37/876.65	c       877           4267           0        20                -           0.0000          -
17306.16/882.40	c       882           4267           0        20                -           0.0000          -
17428.92/888.55	c       889           4267           0        20                -           0.0000          -
17527.97/893.59	c       894           4267           0        20                -           0.0000          -
17640.69/899.26	c       899           4267           0        20                -           0.0000          -
17745.46/904.57	c       905           4267           0        20                -           0.0000          -
17848.25/909.78	c       910           4123           0        20                -           0.0000          -
17953.77/915.07	c       915           4123           0        20                -           0.0000          -
18054.67/920.15	c       920           4123           0        20                -           0.0000          -
18162.59/925.61	c       926           4123           0        20                -           0.0000          -
18263.46/930.74	c       931           4123           0        20                -           0.0000          -
18374.16/936.31	c       936           4123           0        20                -           0.0000          -
18480.85/941.73	c       942           4123           0        20                -           0.0000          -
18581.65/946.86	c       947           4123           0        20                -           0.0000          -
18682.43/951.96	c       952           4123           0        20                -           0.0000          -
18783.91/957.08	c       957           4123           0        20                -           0.0000          -
18882.62/962.10	c       962           4123           0        20                -           0.0000          -
18986.83/967.35	c       967           4123           0        20                -           0.0000          -
19095.61/972.81	c       973           4123           0        20                -           0.0000          -
19194.46/977.84	c       978           4123           0        20                -           0.0000          -
19305.25/983.41	c       983           4123           0        20                -           0.0000          -
19416.69/989.04	c       989           4123           0        20                -           0.0000          -
19524.85/994.56	c       995           4123           0        20                -           0.0000          -
19627.51/999.73	c      1000           4123           0        20                -           0.0000          -
19730.28/1004.91	c      1005           4123           0        20                -           0.0000          -
19841.13/1010.59	c      1011           4123           0        20                -           0.0000          -
19946.05/1015.87	c      1016           4123           0        20                -           0.0000          -
20047.00/1020.94	c      1021           4123           0        20                -           0.0000          -
20148.78/1026.09	c      1026           4123           0        20                -           0.0000          -
20249.59/1031.18	c      1031             52          49        20                -           0.0000          -
20348.33/1036.19	c      1036           8933           0        20                -           0.0000          -
20448.79/1041.29	c      1041           8933           0        20                -           0.0000          -
20555.35/1046.61	c      1047           8933           0        20                -           0.0000          -
20670.10/1052.46	c      1052           8933           0        20                -           0.0000          -
20773.05/1057.60	c      1058           8933           0        20                -           0.0000          -
20875.99/1062.80	c      1063           8933           0        20                -           0.0000          -
20974.91/1067.88	c      1068           8933           0        20                -           0.0000          -
21078.53/1073.08	c      1073           8933           0        20                -           0.0000          -
21186.57/1078.54	c      1079           8933           0        20                -           0.0000          -
21291.46/1083.83	c      1084           8933           0        20                -           0.0000          -
21392.32/1088.92	c      1089           8933           0        20                -           0.0000          -
21494.08/1094.06	c      1094           8933           0        20                -           0.0000          -
21594.76/1099.19	c      1099           8933           0        20                -           0.0000          -
21698.99/1104.40	c      1104           8933           0        20                -           0.0000          -
21803.91/1109.73	c      1110           8933           0        20                -           0.0000          -
21906.82/1114.92	c      1115           8933           0        20                -           0.0000          -
22008.63/1120.07	c      1120           8933           0        20                -           0.0000          -
22109.39/1125.17	c      1125           8933           0        20                -           0.0000          -
22209.54/1130.25	c      1130           8933           0        20                -           0.0000          -
22312.38/1135.43	c      1135           8933           0        20                -           0.0000          -
22413.36/1140.52	c      1141           8933           0        20                -           0.0000          -
22512.32/1145.58	c      1146           8933           0        20                -           0.0000          -
22615.21/1150.70	c      1151           8933           0        20                -           0.0000          -
22720.95/1156.10	c      1156           8933           0        20                -           0.0000          -
22822.90/1161.23	c      1161           8933           0        20                -           0.0000          -
22929.59/1166.60	c      1167           7116           0        20                -           0.0000          -
23028.43/1171.67	c      1172           7116           0        20                -           0.0000          -
23129.36/1176.75	c      1177           7116           0        20                -           0.0000          -
23232.27/1181.95	c      1182           7116           0        20                -           0.0000          -
23331.30/1187.04	c      1187           7116           0        20                -           0.0000          -
23435.18/1192.16	c      1192           7116           0        20                -           0.0000          -
23535.17/1197.26	c      1197           7116           0        20                -           0.0000          -
23636.10/1202.33	c      1202           7116           0        20                -           0.0000          -
23735.04/1207.39	c      1207           7116           0        20                -           0.0000          -
23836.01/1212.45	c      1212           7116           0        20                -           0.0000          -
23944.71/1217.97	c      1218           7116           0        20                -           0.0000          -
24046.49/1223.07	c      1223           7116           0        20                -           0.0000          -
24147.36/1228.16	c      1228           7116           0        20                -           0.0000          -
24247.63/1233.25	c      1233           7116           0        20                -           0.0000          -
24348.51/1238.31	c      1238            217         196        20                -           0.0000          -
24449.53/1243.41	c      1243            217         196        20                -           0.0000          -
24548.41/1248.48	c      1248            217         196        20                -           0.0000          -
24647.38/1253.48	c      1253            217         196        20                -           0.0000          -
24750.27/1258.69	c      1259            217         196        20                -           0.0000          -
24855.08/1263.91	c      1264            217         196        20                -           0.0000          -
24953.82/1269.04	c      1269            217         196        20                -           0.0000          -
25055.47/1274.11	c      1274          16025           0        20                -           0.0000          -
25157.69/1279.21	c      1279          16025           0        20                -           0.0000          -
25256.65/1284.26	c      1284          16025           0        20                -           0.0000          -
25357.75/1289.35	c      1289          16025           0        20                -           0.0000          -
25458.41/1294.45	c      1294          16025           0        20                -           0.0000          -
25559.48/1299.54	c      1300          16025           0        20                -           0.0000          -
25664.01/1304.82	c      1305          16025           0        20                -           0.0000          -
25764.91/1309.91	c      1310          16025           0        20                -           0.0000          -
25863.84/1314.94	c      1315          16025           0        20                -           0.0000          -
25965.51/1320.14	c      1320           2325         400        20                -           0.0000          -
26067.73/1325.25	c      1325           2325         400        20                -           0.0000          -
26168.46/1330.34	c      1330           2325         400        20                -           0.0000          -
26271.28/1335.52	c      1336           2325         400        20                -           0.0000          -
26372.20/1340.62	c      1341           2325         400        20                -           0.0000          -
26473.16/1345.72	c      1346           2325         400        20                -           0.0000          -
26574.19/1350.82	c      1351           2325         400        20                -           0.0000          -
26673.24/1355.88	c      1356           2325         400        20                -           0.0000          -
26774.22/1360.96	c      1361           2325         400        20                -           0.0000          -
26875.94/1366.06	c      1366           2325         400        20                -           0.0000          -
26974.81/1371.08	c      1371           2325         400        20                -           0.0000          -
27075.77/1376.19	c      1376           2325         400        20                -           0.0000          -
27175.62/1381.24	c      1381           2325         400        20                -           0.0000          -
27276.54/1386.36	c      1386           2325         400        20                -           0.0000          -
27377.51/1391.45	c      1391           2325         400        20                -           0.0000          -
27478.55/1396.54	c      1397           2325         400        20                -           0.0000          -
27577.38/1401.55	c      1402           2325         400        20                -           0.0000          -
27678.30/1406.60	c      1407           2325         400        20                -           0.0000          -
27781.11/1411.84	c      1412           2325         400        20                -           0.0000          -
27881.95/1417.00	c      1417           2325         400        20                -           0.0000          -
27983.33/1422.10	c      1422           2325         400        20                -           0.0000          -
28085.71/1427.23	c      1427           2325         400        20                -           0.0000          -
28184.71/1432.24	c      1432           2325         400        20                -           0.0000          -
28283.55/1437.25	c      1437           2325         400        20                -           0.0000          -
28384.42/1442.39	c      1442           2325         400        20                -           0.0000          -
28485.32/1447.41	c      1447           2325         400        20                -           0.0000          -
28584.40/1452.42	c      1452           2325         400        20                -           0.0000          -
28691.42/1457.84	c      1458           2325         400        20                -           0.0000          -
28790.47/1462.89	c      1463           2325         400        20                -           0.0000          -
28891.48/1467.90	c      1468           2325         400        20                -           0.0000          -
28993.43/1473.05	c      1473          14623           0        20                -           0.0000          -
29094.43/1478.15	c      1478          14623           0        20                -           0.0000          -
29194.53/1483.25	c      1483          14623           0        20                -           0.0000          -
29295.55/1488.37	c      1488          14623           0        20                -           0.0000          -
29398.53/1493.50	c      1494          14623           0        20                -           0.0000          -
29499.60/1498.62	c      1499           1064         587        20                -           0.0000          -
29600.66/1503.72	c      1504           1064         587        20                -           0.0000          -
29703.70/1508.95	c      1509           1064         587        20                -           0.0000          -
29807.62/1514.15	c      1514           1064         587        20                -           0.0000          -
29907.67/1519.22	c      1519           1064         587        20                -           0.0000          -
30006.75/1524.25	c      1524           1064         587        20                -           0.0000          -
30109.75/1529.41	c      1529           1064         587        20                -           0.0000          -
30208.77/1534.46	c      1534           1064         587        20                -           0.0000          -
30309.81/1539.50	c      1540           1064         587        20                -           0.0000          -
30408.87/1544.58	c      1545           1064         587        20                -           0.0000          -
30515.85/1549.97	c      1550           1064         587        20                -           0.0000          -
30614.90/1554.98	c      1555           1064         587        20                -           0.0000          -
30716.72/1560.07	c      1560           1064         587        20                -           0.0000          -
30824.73/1565.57	c      1566           1064         587        20                -           0.0000          -
30927.50/1570.74	c      1571           1064         587        20                -           0.0000          -
31028.21/1575.81	c      1576           1064         587        20                -           0.0000          -
31126.97/1580.86	c      1581           1064         587        20                -           0.0000          -
31227.94/1585.97	c      1586           1064         587        20                -           0.0000          -
31327.01/1591.04	c      1591           1064         587        20                -           0.0000          -
31428.80/1596.06	c      1596           1064         587        20                -           0.0000          -
31530.94/1601.28	c      1601           1064         587        20                -           0.0000          -
31631.78/1606.37	c      1606           1064         587        20                -           0.0000          -
31732.74/1611.42	c      1611           1064         587        20                -           0.0000          -
31833.56/1616.51	c      1617           1064         587        20                -           0.0000          -
31932.52/1621.56	c      1622           1064         587        20                -           0.0000          -
32033.61/1626.65	c      1627           1064         587        20                -           0.0000          -
32132.70/1631.66	c      1632           1064         587        20                -           0.0000          -
32231.81/1636.69	c      1637           2388           0        20                -           0.0000          -
32334.90/1641.81	c      1642           2388           0        20                -           0.0000          -
32434.00/1646.87	c      1647           2388           0        20                -           0.0000          -
32535.08/1651.97	c      1652           2388           0        20                -           0.0000          -
32636.99/1657.05	c      1657           2388           0        20                -           0.0000          -
32736.18/1662.07	c      1662           2388           0        20                -           0.0000          -
32838.32/1667.28	c      1667           2388           0        20                -           0.0000          -
32941.37/1672.40	c      1672           2388           0        20                -           0.0000          -
33040.47/1677.42	c      1677           2388           0        20                -           0.0000          -
33143.65/1682.61	c      1683           2388           0        20                -           0.0000          -
33242.62/1687.64	c      1688           2388           0        20                -           0.0000          -
33345.40/1692.83	c      1693           2388           0        20                -           0.0000          -
33446.43/1697.95	c      1698           2388           0        20                -           0.0000          -
33545.46/1703.03	c      1703           2388           0        20                -           0.0000          -
33647.30/1708.10	c      1708           2388           0        20                -           0.0000          -
33748.35/1713.20	c      1713           2388           0        20                -           0.0000          -
33848.49/1718.28	c      1718           2388           0        20                -           0.0000          -
33948.99/1723.34	c      1723           2388           0        20                -           0.0000          -
34050.14/1728.43	c      1728           2388           0        20                -           0.0000          -
34151.29/1733.53	c      1734           2388           0        20                -           0.0000          -
34252.46/1738.64	c      1739           2388           0        20                -           0.0000          -
34353.61/1743.72	c      1744           2388           0        20                -           0.0000          -
34452.79/1748.78	c      1749           2388           0        20                -           0.0000          -
34558.64/1754.08	c      1754           2388           0        20                -           0.0000          -
34659.71/1759.19	c      1759           2388           0        20                -           0.0000          -
34762.13/1764.34	c      1764           2388           0        20                -           0.0000          -
34865.26/1769.51	c      1770           2388           0        20                -           0.0000          -
34964.40/1774.52	c      1775           2388           0        20                -           0.0000          -
35063.53/1779.53	c      1780           2388           0        20                -           0.0000          -
35166.50/1784.74	c      1785           2388           0        20                -           0.0000          -
35267.61/1789.86	c      1790           2388           0        20                -           0.0000          -
35368.69/1794.94	c      1795           2388           0        20                -           0.0000          -
35467.81/1800.02	c      1800           2388           0        20                -           0.0000          -
35569.82/1805.07	c      1805           2388           0        20                -           0.0000          -
35668.83/1810.12	c      1810           2388           0        20                -           0.0000          -
35775.13/1815.41	c      1815           2388           0        20                -           0.0000          -
35874.31/1820.46	c      1820           2388           0        20                -           0.0000          -
35973.27/1825.49	c      1825           2388           0        20                -           0.0000          -
36078.30/1830.71	c      1831           2388           0        20                -           0.0000          -
36179.63/1835.88	c      1836           2388           0        20                -           0.0000          -
36283.29/1841.06	c      1841           2388           0        20                -           0.0000          -
36385.50/1846.22	c      1846           2388           0        20                -           0.0000          -
36484.66/1851.24	c      1851            169         152        20                -           0.0000          -
36583.78/1856.29	c      1856            169         152        20                -           0.0000          -
36686.70/1861.48	c      1861            169         152        20                -           0.0000          -
36789.81/1866.65	c      1867            169         152        20                -           0.0000          -
36892.93/1871.81	c      1872            169         152        20                -           0.0000          -
36994.09/1876.92	c      1877            169         152        20                -           0.0000          -
37093.26/1882.03	c      1882            169         152        20                -           0.0000          -
37195.18/1887.06	c      1887            169         152        20                -           0.0000          -
37297.38/1892.24	c      1892            169         152        20                -           0.0000          -
37398.54/1897.32	c      1897            169         152        20                -           0.0000          -
37497.44/1902.34	c      1902            169         152        20                -           0.0000          -
37598.51/1907.43	c      1907            169         152        20                -           0.0000          -
37697.66/1912.45	c      1912            169         152        20                -           0.0000          -
37798.82/1917.57	c      1918            169         152        20                -           0.0000          -
37899.87/1922.65	c      1923            169         152        20                -           0.0000          -
38001.00/1927.79	c      1928            169         152        20                -           0.0000          -
38102.11/1932.88	c      1933            169         152        20                -           0.0000          -
38203.21/1937.90	c      1938            169         152        20                -           0.0000          -
38302.34/1942.96	c      1943            169         152        20                -           0.0000          -
38406.32/1948.16	c      1948            169         152        20                -           0.0000          -
38508.65/1953.31	c      1953            169         152        20                -           0.0000          -
38607.93/1958.36	c      1958            169         152        20                -           0.0000          -
38708.79/1963.44	c      1963            169         152        20                -           0.0000          -
38811.86/1968.61	c      1969            169         152        20                -           0.0000          -
38912.96/1973.73	c      1974            169         152        20                -           0.0000          -
39014.05/1978.82	c      1979            169         152        20                -           0.0000          -
39115.19/1983.91	c      1984            169         152        20                -           0.0000          -
39214.35/1989.01	c      1989            169         152        20                -           0.0000          -
39318.21/1994.14	c      1994            169         152        20                -           0.0000          -
39417.44/1999.19	c      1999            169         152        20                -           0.0000          -
39517.65/2004.23	c      2004            169         152        20                -           0.0000          -
39616.84/2009.24	c      2009           1712         729        20                -           0.0000          -
39719.75/2014.45	c      2014           1712         729        20                -           0.0000          -
39820.90/2019.59	c      2020           1712         729        20                -           0.0000          -
39925.61/2024.86	c      2025           1712         729        20                -           0.0000          -
40026.66/2029.92	c      2030           1712         729        20                -           0.0000          -
40128.09/2035.05	c      2035           1712         729        20                -           0.0000          -
40227.57/2040.11	c      2040           1712         729        20                -           0.0000          -
40329.73/2045.21	c      2045           1712         729        20                -           0.0000          -
40428.87/2050.28	c      2050          71989           0        20                -           0.0000          -
40529.98/2055.39	c      2055          71989           0        20                -           0.0000          -
40633.10/2060.53	c      2061          71989           0        20                -           0.0000          -
40734.22/2065.66	c      2066          71989           0        20                -           0.0000          -
40835.36/2070.73	c      2071          71989           0        20                -           0.0000          -
40936.36/2075.89	c      2076          71989           0        20                -           0.0000          -
41037.42/2080.98	c      2081          71989           0        20                -           0.0000          -
41136.32/2086.00	c      2086          71989           0        20                -           0.0000          -
41235.39/2091.01	c      2091          71989           0        20                -           0.0000          -
41337.10/2096.05	c      2096          71989           0        20                -           0.0000          -
41439.41/2101.24	c      2101            240         211        20                -           0.0000          -
41540.45/2106.32	c      2106            240         211        20                -           0.0000          -
41639.52/2111.34	c      2111            240         211        20                -           0.0000          -
41738.60/2116.35	c      2116            240         211        20                -           0.0000          -
41839.64/2121.44	c      2121            240         211        20                -           0.0000          -
41938.81/2126.45	c      2126            240         211        20                -           0.0000          -
42037.82/2131.47	c      2131            240         211        20                -           0.0000          -
42142.82/2136.73	c      2137            240         211        20                -           0.0000          -
42241.78/2141.78	c      2142            240         211        20                -           0.0000          -
42342.53/2146.87	c      2147            240         211        20                -           0.0000          -
42443.48/2151.95	c      2152            240         211        20                -           0.0000          -
42547.22/2157.16	c      2157            240         211        20                -           0.0000          -
42646.37/2162.19	c      2162            240         211        20                -           0.0000          -
42748.59/2167.35	c      2167            240         211        20                -           0.0000          -
42849.54/2172.44	c      2172            240         211        20                -           0.0000          -
42950.60/2177.51	c      2178            240         211        20                -           0.0000          -
43051.46/2182.61	c      2183            240         211        20                -           0.0000          -
43150.54/2187.67	c      2188            240         211        20                -           0.0000          -
43249.62/2192.68	c      2193            240         211        20                -           0.0000          -
43350.70/2197.76	c      2198            240         211        20                -           0.0000          -
43451.60/2202.83	c      2203            240         211        20                -           0.0000          -
43552.62/2207.93	c      2208            240         211        20                -           0.0000          -
43654.24/2213.06	c      2213            240         211        20                -           0.0000          -
43753.54/2218.13	c      2218            240         211        20                -           0.0000          -
43855.69/2223.24	c      2223            240         211        20                -           0.0000          -
43956.79/2228.31	c      2228            240         211        20                -           0.0000          -
44055.88/2233.38	c      2233            240         211        20                -           0.0000          -
44158.95/2238.50	c      2238            240         211        20                -           0.0000          -
44259.99/2243.63	c      2244            240         211        20                -           0.0000          -
44361.09/2248.79	c      2249            240         211        20                -           0.0000          -
44462.12/2253.80	c      2254            240         211        20                -           0.0000          -
44561.25/2258.80	c      2259            240         211        20                -           0.0000          -
44660.07/2263.87	c      2264            240         211        20                -           0.0000          -
44761.15/2268.97	c      2269            240         211        20                -           0.0000          -
44860.30/2274.01	c      2274            240         211        20                -           0.0000          -
44962.00/2279.05	c      2279            240         211        20                -           0.0000          -
45060.93/2284.13	c      2284            240         211        20                -           0.0000          -
45163.34/2289.26	c      2289            240         211        20                -           0.0000          -
45266.17/2294.42	c      2294            240         211        20                -           0.0000          -
45367.25/2299.52	c      2300            240         211        20                -           0.0000          -
45466.29/2304.57	c      2305            240         211        20                -           0.0000          -
45567.39/2309.68	c      2310            240         211        20                -           0.0000          -
45670.45/2314.82	c      2315            240         211        20                -           0.0000          -
45769.57/2319.87	c      2320            240         211        20                -           0.0000          -
45870.54/2324.97	c      2325           2732         850        20                -           0.0000          -
45969.74/2330.04	c      2330           2732         850        20                -           0.0000          -
46071.75/2335.06	c      2335           2732         850        20                -           0.0000          -
46172.88/2340.17	c      2340           2732         850        20                -           0.0000          -
46273.05/2345.26	c      2345           2732         850        20                -           0.0000          -
46374.03/2350.35	c      2350           2732         850        20                -           0.0000          -
46472.87/2355.39	c      2355           2732         850        20                -           0.0000          -
46573.95/2360.45	c      2360           2732         850        20                -           0.0000          -
46673.05/2365.46	c      2365           2732         850        20                -           0.0000          -
46772.11/2370.47	c      2370            264         229        20                -           0.0000          -
46875.16/2375.65	c      2376            264         229        20                -           0.0000          -
46974.25/2380.69	c      2381            264         229        20                -           0.0000          -
47075.05/2385.77	c      2386            264         229        20                -           0.0000          -
47174.15/2390.78	c      2391            264         229        20                -           0.0000          -
47275.24/2395.84	c      2396            264         229        20                -           0.0000          -
47374.34/2400.89	c      2401            264         229        20                -           0.0000          -
47478.19/2406.10	c      2406            264         229        20                -           0.0000          -
47580.36/2411.20	c      2411            264         229        20                -           0.0000          -
47679.44/2416.22	c      2416            264         229        20                -           0.0000          -
47778.56/2421.24	c      2421            264         229        20                -           0.0000          -
47879.63/2426.30	c      2426            264         229        20                -           0.0000          -
47978.71/2431.31	c      2431            264         229        20                -           0.0000          -
48079.83/2436.41	c      2436            264         229        20                -           0.0000          -
48180.72/2441.52	c      2442            264         229        20                -           0.0000          -
48281.74/2446.61	c      2447            264         229        20                -           0.0000          -
48380.86/2451.64	c      2452            264         229        20                -           0.0000          -
48483.93/2456.82	c      2457            264         229        20                -           0.0000          -
48584.91/2461.98	c      2462            264         229        20                -           0.0000          -
48686.90/2467.09	c      2467            264         229        20                -           0.0000          -
48787.85/2472.15	c      2472            264         229        20                -           0.0000          -
48886.73/2477.19	c      2477            264         229        20                -           0.0000          -
48986.82/2482.22	c      2482            264         229        20                -           0.0000          -
49087.94/2487.34	c      2487            264         229        20                -           0.0000          -
49195.01/2492.74	c      2493            264         229        20                -           0.0000          -
49298.14/2497.94	c      2498            264         229        20                -           0.0000          -
49399.61/2503.05	c      2503            264         229        20                -           0.0000          -
49498.74/2508.13	c      2508            264         229        20                -           0.0000          -
49601.04/2513.22	c      2513            264         229        20                -           0.0000          -
49701.93/2518.32	c      2518            264         229        20                -           0.0000          -
49802.73/2523.41	c      2523            264         229        20                -           0.0000          -
49901.75/2528.49	c      2528            264         229        20                -           0.0000          -
50004.80/2533.62	c      2534            264         229        20                -           0.0000          -
50105.81/2538.73	c      2539            264         229        20                -           0.0000          -
50204.73/2543.79	c      2544            264         229        20                -           0.0000          -
50307.66/2548.94	c      2549            264         229        20                -           0.0000          -
50406.68/2553.99	c      2554            264         229        20                -           0.0000          -
50505.68/2559.02	c      2559            264         229        20                -           0.0000          -
50607.36/2564.09	c      2564            264         229        20                -           0.0000          -
50706.37/2569.11	c      2569            264         229        20                -           0.0000          -
50810.47/2574.36	c      2574            264         229        20                -           0.0000          -
50911.43/2579.40	c      2579            264         229        20                -           0.0000          -
51012.36/2584.59	c      2585            264         229        20                -           0.0000          -
51113.31/2589.65	c      2590           2977         300        20                -           0.0000          -
51213.85/2594.72	c      2595            275         234        20                -           0.0000          -
51314.92/2599.81	c      2600            275         234        20                -           0.0000          -
51413.94/2604.87	c      2605            275         234        20                -           0.0000          -
51514.75/2609.91	c      2610            275         234        20                -           0.0000          -
51618.19/2615.15	c      2615            275         234        20                -           0.0000          -
51718.39/2620.27	c      2620            275         234        20                -           0.0000          -
51819.42/2625.37	c      2625            275         234        20                -           0.0000          -
51920.27/2630.43	c      2630            275         234        20                -           0.0000          -
52019.35/2635.46	c      2635            275         234        20                -           0.0000          -
52120.37/2640.55	c      2641            275         234        20                -           0.0000          -
52221.40/2645.66	c      2646            275         234        20                -           0.0000          -
52324.43/2650.80	c      2651            275         234        20                -           0.0000          -
52425.49/2655.92	c      2656            275         234        20                -           0.0000          -
52527.35/2661.05	c      2661            275         234        20                -           0.0000          -
52628.40/2666.15	c      2666            275         234        20                -           0.0000          -
52728.50/2671.25	c      2671            275         234        20                -           0.0000          -
52831.52/2676.42	c      2676            275         234        20                -           0.0000          -
52930.59/2681.48	c      2681            275         234        20                -           0.0000          -
53031.63/2686.54	c      2687            275         234        20                -           0.0000          -
53132.50/2691.62	c      2692            275         234        20                -           0.0000          -
53231.32/2696.67	c      2697            275         234        20                -           0.0000          -
53334.26/2701.82	c      2702            275         234        20                -           0.0000          -
53434.91/2706.92	c      2707            275         234        20                -           0.0000          -
53533.78/2712.02	c      2712            275         234        20                -           0.0000          -
53635.30/2717.07	c      2717            275         234        20                -           0.0000          -
53734.33/2722.12	c      2722            275         234        20                -           0.0000          -
53835.10/2727.20	c      2727            275         234        20                -           0.0000          -
53935.09/2732.28	c      2732            275         234        20                -           0.0000          -
54038.18/2737.49	c      2737            275         234        20                -           0.0000          -
54140.75/2742.61	c      2743           2993           0        20                -           0.0000          -
54239.47/2747.69	c      2748           2993           0        20                -           0.0000          -
54340.42/2752.78	c      2753           2993           0        20                -           0.0000          -
54441.40/2757.83	c      2758           2994           1        20                -           0.0000          -
54540.45/2762.89	c      2763            294         243        20                -           0.0000          -
54641.32/2767.93	c      2768            294         243        20                -           0.0000          -
54743.20/2773.07	c      2773            294         243        20                -           0.0000          -
54844.27/2778.16	c      2778            294         243        20                -           0.0000          -
54943.19/2783.18	c      2783            294         243        20                -           0.0000          -
55043.38/2788.30	c      2788            294         243        20                -           0.0000          -
55144.35/2793.36	c      2793            294         243        20                -           0.0000          -
55245.03/2798.46	c      2798            294         243        20                -           0.0000          -
55346.03/2803.55	c      2804            294         243        20                -           0.0000          -
55447.13/2808.61	c      2809            294         243        20                -           0.0000          -
55545.86/2813.63	c      2814            294         243        20                -           0.0000          -
55648.59/2818.80	c      2819            294         243        20                -           0.0000          -
55749.27/2824.03	c      2824            294         243        20                -           0.0000          -
55851.15/2829.14	c      2829            294         243        20                -           0.0000          -
55953.22/2834.21	c      2834            294         243        20                -           0.0000          -
56052.09/2839.30	c      2839            294         243        20                -           0.0000          -
56152.96/2844.35	c      2844            294         243        20                -           0.0000          -
56253.87/2849.46	c      2849            294         243        20                -           0.0000          -
56356.90/2854.61	c      2855            294         243        20                -           0.0000          -
56455.97/2859.69	c      2860            294         243        20                -           0.0000          -
56557.02/2864.78	c      2865            294         243        20                -           0.0000          -
56658.13/2869.86	c      2870            294         243        20                -           0.0000          -
56758.67/2874.94	c      2875            294         243        20                -           0.0000          -
56857.66/2880.04	c      2880            294         243        20                -           0.0000          -
56959.30/2885.11	c      2885            294         243        20                -           0.0000          -
57061.27/2890.29	c      2890            294         243        20                -           0.0000          -
57162.17/2895.38	c      2895           3036          43        20                -           0.0000          -
57262.84/2900.48	c      2900           9633        5332        20                -           0.0000          -
57363.62/2905.56	c      2906           3042          49        20                -           0.0000          -
57462.59/2910.57	c      2911           3046          53        20                -           0.0000          -
57561.32/2915.59	c      2916           3046          53        20                -           0.0000          -
57661.92/2920.68	c      2921           3046          53        20                -           0.0000          -
57762.52/2925.74	c      2926           3046          53        20                -           0.0000          -
57861.35/2930.75	c      2931            365         308        20                -           0.0000          -
57960.16/2935.78	c      2936            365         308        20                -           0.0000          -
58058.84/2940.79	c      2941            365         308        20                -           0.0000          -
58159.60/2945.84	c      2946            365         308        20                -           0.0000          -
58260.43/2950.94	c      2951            365         308        20                -           0.0000          -
58359.53/2955.99	c      2956            365         308        20                -           0.0000          -
58466.09/2961.30	c      2961            365         308        20                -           0.0000          -
58568.96/2966.59	c      2967            365         308        20                -           0.0000          -
58671.60/2971.72	c      2972            365         308        20                -           0.0000          -
58770.18/2976.79	c      2977            365         308        20                -           0.0000          -
58872.86/2981.94	c      2982            365         308        20                -           0.0000          -
58971.66/2987.00	c      2987            365         308        20                -           0.0000          -
59073.38/2992.13	c      2992            365         308        20                -           0.0000          -
59173.88/2997.15	c      2997            365         308        20                -           0.0000          -
59275.89/3002.33	c      3002            365         308        20                -           0.0000          -
59374.81/3007.38	c      3007            365         308        20                -           0.0000          -
59475.76/3012.41	c      3012            365         308        20                -           0.0000          -
59574.53/3017.42	c      3017            365         308        20                -           0.0000          -
59675.15/3022.55	c      3023            365         308        20                -           0.0000          -
59776.08/3027.65	c      3028            365         308        20                -           0.0000          -
59876.70/3032.73	c      3033            365         308        20                -           0.0000          -
59975.45/3037.79	c      3038            365         308        20                -           0.0000          -
60076.20/3042.84	c      3043            365         308        20                -           0.0000          -
60177.17/3047.91	c      3048            365         308        20                -           0.0000          -
60276.13/3052.92	c      3053            365         308        20                -           0.0000          -
60375.07/3057.94	c      3058            365         308        20                -           0.0000          -
60473.91/3062.99	c      3063            365         308        20                -           0.0000          -
60575.76/3068.09	c      3068            365         308        20                -           0.0000          -
60675.84/3073.20	c      3073            365         308        20                -           0.0000          -
60778.24/3078.32	c      3078            365         308        20                -           0.0000          -
60879.24/3083.46	c      3083            365         308        20                -           0.0000          -
60980.05/3088.56	c      3089            365         308        20                -           0.0000          -
61080.96/3093.66	c      3094            365         308        20                -           0.0000          -
61183.92/3098.85	c      3099            365         308        20                -           0.0000          -
61282.96/3103.88	c      3104            365         308        20                -           0.0000          -
61383.72/3108.96	c      3109            365         308        20                -           0.0000          -
61482.65/3114.00	c      3114            365         308        20                -           0.0000          -
61581.67/3119.02	c      3119            365         308        20                -           0.0000          -
61683.38/3124.14	c      3124            365         308        20                -           0.0000          -
61784.45/3129.20	c      3129            365         308        20                -           0.0000          -
61884.41/3134.21	c      3134            365         308        20                -           0.0000          -
61983.21/3139.26	c      3139            365         308        20                -           0.0000          -
62082.14/3144.29	c      3144            365         308        20                -           0.0000          -
62183.15/3149.32	c      3149            365         308        20                -           0.0000          -
62282.15/3154.33	c      3154            365         308        20                -           0.0000          -
62383.14/3159.44	c      3159            365         308        20                -           0.0000          -
62484.04/3164.54	c      3165            365         308        20                -           0.0000          -
62583.04/3169.60	c      3170            365         308        20                -           0.0000          -
62684.02/3174.64	c      3175            365         308        20                -           0.0000          -
62784.86/3179.79	c      3180            365         308        20                -           0.0000          -
62885.78/3184.86	c      3185            365         308        20                -           0.0000          -
62986.63/3189.92	c      3190            365         308        20                -           0.0000          -
63085.39/3194.95	c      3195            365         308        20                -           0.0000          -
63184.25/3200.00	c      3200            365         308        20                -           0.0000          -
63288.00/3205.15	c      3205            365         308        20                -           0.0000          -
63388.27/3210.21	c      3210            365         308        20                -           0.0000          -
63487.39/3215.29	c      3215            365         308        20                -           0.0000          -
63588.52/3220.39	c      3220            365         308        20                -           0.0000          -
63689.30/3225.49	c      3225            365         308        20                -           0.0000          -
63790.12/3230.54	c      3231           3231         173        20                -           0.0000          -
63891.24/3235.61	c      3236           3231         173        20                -           0.0000          -
63992.17/3240.72	c      3241           3231         173        20                -           0.0000          -
64091.07/3245.77	c      3246           3231         173        20                -           0.0000          -
64191.77/3250.85	c      3251           3231         173        20                -           0.0000          -
64290.54/3255.87	c      3256           3231         173        20                -           0.0000          -
64389.55/3260.88	c      3261           3231         173        20                -           0.0000          -
64490.77/3265.94	c      3266           3231         173        20                -           0.0000          -
64589.55/3270.98	c      3271           3231         173        20                -           0.0000          -
64691.47/3276.11	c      3276           3231         173        20                -           0.0000          -
64792.43/3281.19	c      3281           3231         173        20                -           0.0000          -
64894.63/3286.32	c      3286           3231         173        20                -           0.0000          -
64995.71/3291.42	c      3291           3231         173        20                -           0.0000          -
65096.80/3296.52	c      3297           3231         173        20                -           0.0000          -
65197.82/3301.65	c      3302           3231         173        20                -           0.0000          -
65299.03/3306.79	c      3307           3231         173        20                -           0.0000          -
65399.90/3311.85	c      3312           3231         173        20                -           0.0000          -
65500.88/3316.93	c      3317           3231         173        20                -           0.0000          -
65602.58/3322.06	c      3322           3231         173        20                -           0.0000          -
65701.58/3327.10	c      3327           3231         173        20                -           0.0000          -
65800.48/3332.11	c      3332           3231         173        20                -           0.0000          -
65899.28/3337.12	c      3337           3231         173        20                -           0.0000          -
65999.92/3342.17	c      3342           3231         173        20                -           0.0000          -
66098.78/3347.18	c      3347           3231         173        20                -           0.0000          -
66198.84/3352.20	c      3352           3231         173        20                -           0.0000          -
66301.84/3357.47	c      3357           3231         173        20                -           0.0000          -
66402.72/3362.56	c      3363           3231         173        20                -           0.0000          -
66503.59/3367.63	c      3368            419         360        20                -           0.0000          -
66606.61/3372.86	c      3373            419         360        20                -           0.0000          -
66707.66/3377.94	c      3378            419         360        20                -           0.0000          -
66806.79/3382.98	c      3383            419         360        20                -           0.0000          -
66908.67/3388.13	c      3388            419         360        20                -           0.0000          -
67013.04/3393.35	c      3393            419         360        20                -           0.0000          -
67113.96/3398.43	c      3398            419         360        20                -           0.0000          -
67215.05/3403.56	c      3404            419         360        20                -           0.0000          -
67314.14/3408.58	c      3409           3318         187        20                -           0.0000          -
67421.05/3413.97	c      3414           3318         187        20                -           0.0000          -
67522.96/3419.08	c      3419           3318         187        20                -           0.0000          -
67624.05/3424.16	c      3424           3318         187        20                -           0.0000          -
67724.50/3429.23	c      3429           3318         187        20                -           0.0000          -
67825.41/3434.30	c      3434           3318         187        20                -           0.0000          -
67924.61/3439.36	c      3439           3318         187        20                -           0.0000          -
68025.70/3444.42	c      3444           3318         187        20                -           0.0000          -
68126.74/3449.53	c      3450           3318         187        20                -           0.0000          -
68225.50/3454.57	c      3455           3318         187        20                -           0.0000          -
68326.52/3459.65	c      3460           3318         187        20                -           0.0000          -
68427.57/3464.71	c      3465           3318         187        20                -           0.0000          -
68526.71/3469.76	c      3470           3318         187        20                -           0.0000          -
68625.84/3474.78	c      3475           3318         187        20                -           0.0000          -
68726.88/3479.84	c      3480           3318         187        20                -           0.0000          -
68828.00/3484.91	c      3485           3318         187        20                -           0.0000          -
68926.98/3489.98	c      3490           3318         187        20                -           0.0000          -
69026.14/3495.00	c      3495            506         444        20                -           0.0000          -
69128.02/3500.12	c      3500            506         444        20                -           0.0000          -
69230.57/3505.21	c      3505            506         444        20                -           0.0000          -
69329.64/3510.23	c      3510            506         444        20                -           0.0000          -
69428.71/3515.24	c      3515            506         444        20                -           0.0000          -
69527.91/3520.30	c      3520            506         444        20                -           0.0000          -
69628.34/3525.45	c      3525            506         444        20                -           0.0000          -
69729.52/3530.54	c      3531            506         444        20                -           0.0000          -
69830.67/3535.60	c      3536            506         444        20                -           0.0000          -
69929.66/3540.69	c      3541            506         444        20                -           0.0000          -
70030.62/3545.77	c      3546            506         444        20                -           0.0000          -
70129.63/3550.78	c      3551            506         444        20                -           0.0000          -
70230.68/3555.88	c      3556            506         444        20                -           0.0000          -
70334.60/3561.09	c      3561            506         444        20                -           0.0000          -
70436.60/3566.28	c      3566            506         444        20                -           0.0000          -
70537.75/3571.39	c      3571            506         444        20                -           0.0000          -
70638.70/3576.44	c      3576            506         444        20                -           0.0000          -
70741.46/3581.66	c      3582            506         444        20                -           0.0000          -
70840.55/3586.67	c      3587            506         444        20                -           0.0000          -
70941.66/3591.79	c      3592            506         444        20                -           0.0000          -
71044.71/3596.94	c      3597            506         444        20                -           0.0000          -
71143.66/3602.02	c      3602            506         444        20                -           0.0000          -
71245.30/3607.06	c      3607            506         444        20                -           0.0000          -
71347.77/3612.22	c      3612            506         444        20                -           0.0000          -
71446.77/3617.29	c      3617            506         444        20                -           0.0000          -
71547.75/3622.39	c      3622            506         444        20                -           0.0000          -
71648.39/3627.42	c      3627            506         444        20                -           0.0000          -
71747.46/3632.43	c      3632            506         444        20                -           0.0000          -
71846.41/3637.44	c      3637            506         444        20                -           0.0000          -
71949.15/3642.60	c      3643            506         444        20                -           0.0000          -

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 (169187 MiB free)
  memory of node 1: 193531 MiB (180203 MiB free)
  memory of node 2: 193531 MiB (168817 MiB free)
  memory of node 3: 193493 MiB (170117 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-4467784-1723618580/watcher-4467784-1723618580 -o /tmp/evaluation-result-4467784-1723618580/solver-4467784-1723618580 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723618580-776988 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467784-1723618580.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100111 s]*
/proc/loadavg: 17.08 19.62 29.38 5/857 777041
/proc/meminfo: memFree=704768204/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=66860 memory=54448 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) R 777020 777023 776978 0 -1 4194304 11536 0 0 0 10 2 0 0 20 0 1 0 128437432 68464640 13612 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
/proc/777023/statm: 16715 13612 2331 3035 0 13111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 66860 KiB
Current children cumulated memory: 54448 KiB

[startup+0.222027 s]*
/proc/loadavg: 17.08 19.62 29.38 5/862 777051
/proc/meminfo: memFree=704609840/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=109388 memory=97044 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) R 777020 777023 776978 0 -1 4194304 22151 0 0 0 20 3 0 0 20 0 1 0 128437432 112013312 24261 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
/proc/777023/statm: 27347 24261 2331 3035 0 23743 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 109388 KiB
Current children cumulated memory: 97044 KiB

[startup+0.321457 s]*
/proc/loadavg: 17.08 19.62 29.38 8/862 777051
/proc/meminfo: memFree=704443868/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=178296 memory=165956 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) R 777020 777023 776978 0 -1 4194304 39892 0 0 0 27 6 0 0 20 0 1 0 128437432 182575104 41489 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
/proc/777023/statm: 44574 41489 2555 3035 0 40970 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 178296 KiB
Current children cumulated memory: 165956 KiB

[startup+0.700216 s]
/proc/loadavg: 17.08 19.62 29.38 5/862 777051
/proc/meminfo: memFree=704067408/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=296460 memory=257424 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) R 777020 777023 776978 0 -1 4194304 62188 0 0 0 59 9 0 0 20 0 1 0 128437432 303575040 64356 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
/proc/777023/statm: 74115 64356 2630 3035 0 70511 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 296460 KiB
Current children cumulated memory: 257424 KiB

[startup+1.50025 s]
/proc/loadavg: 17.08 19.62 29.38 5/862 777051
/proc/meminfo: memFree=703376180/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=372800 memory=354068 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) R 777020 777023 776978 0 -1 4194304 92973 0 0 0 131 17 0 0 20 0 1 0 128437432 381747200 88517 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
/proc/777023/statm: 93200 88517 2726 3035 0 89596 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 372800 KiB
Current children cumulated memory: 354068 KiB

[startup+3.12072 s]
/proc/loadavg: 16.03 19.36 29.24 5/862 777052
/proc/meminfo: memFree=701987568/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=575168 memory=532800 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) R 777020 777023 776978 0 -1 4194304 99811 0 0 0 288 22 0 0 20 0 1 0 128437432 588972032 133200 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
/proc/777023/statm: 143792 133200 2774 3035 0 140188 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 575168 KiB
Current children cumulated memory: 532800 KiB

[startup+6.30054 s]
/proc/loadavg: 16.03 19.36 29.24 5/882 777072
/proc/meminfo: memFree=699501460/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=3114840 memory=2015528 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) S 777020 777023 776978 0 -1 1077936128 468188 0 0 0 549 77 0 0 20 0 21 0 128437432 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
/proc/777023/statm: 778710 503882 2790 3035 0 556129 0
[pid=777023/tid=777053] ppid=777020 vsize=3114840 memory=281264657975792 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777053/stat : 777053 (fscip) S 777020 777023 776978 0 -1 1077936192 22048 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777054] ppid=777020 vsize=3114840 memory=354068 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777054/stat : 777054 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 2 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777055] ppid=777020 vsize=3114840 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777055/stat : 777055 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777056] ppid=777020 vsize=3114840 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777056/stat : 777056 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777057] ppid=777020 vsize=3114840 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777057/stat : 777057 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777058] ppid=777020 vsize=3114840 memory=10824 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777058/stat : 777058 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 14 2 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777059] ppid=777020 vsize=3114840 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777059/stat : 777059 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 12 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777060] ppid=777020 vsize=3114840 memory=5556 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777060/stat : 777060 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 2 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777061] ppid=777020 vsize=3114840 memory=16220 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777061/stat : 777061 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 12 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777062] ppid=777020 vsize=3114840 memory=25333125866717268 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777062/stat : 777062 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777063] ppid=777020 vsize=3114840 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777063/stat : 777063 (fscip) S 777020 777023 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777064] ppid=777020 vsize=3114840 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777064/stat : 777064 (fscip) R 777020 777023 776978 0 -1 4194368 11290 0 0 0 5 1 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777065] ppid=777020 vsize=3114840 memory=281264657828096 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777065/stat : 777065 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777066] ppid=777020 vsize=3114840 memory=25333125866717268 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777066/stat : 777066 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777067] ppid=777020 vsize=3114840 memory=6943526294502006880 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777067/stat : 777067 (fscip) S 777020 777023 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777068] ppid=777020 vsize=3114840 memory=25333125866717268 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777068/stat : 777068 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777069] ppid=777020 vsize=3114840 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777069/stat : 777069 (fscip) S 777020 777023 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777070] ppid=777020 vsize=3114840 memory=2212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777070/stat : 777070 (fscip) S 777020 777023 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777071] ppid=777020 vsize=3114840 memory=6096 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777071/stat : 777071 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 12 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777072] ppid=777020 vsize=3114840 memory=1968 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777072/stat : 777072 (fscip) S 777020 777023 776978 0 -1 1077936192 22047 0 0 0 13 3 0 0 20 0 21 0 128437782 3189596160 503882 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 3114840 KiB
Current children cumulated memory: 2015528 KiB

[startup+12.7015 s]
/proc/loadavg: 16.67 19.43 29.21 24/942 777134
/proc/meminfo: memFree=688405548/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=10912232 memory=9096808 CPUtime=116.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) S 777020 777023 776978 0 -1 1077936128 1899149 0 0 0 10672 946 0 0 20 0 41 0 128437432 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
/proc/777023/statm: 2728058 2274202 2854 3035 0 2455083 0
[pid=777023/tid=777053] ppid=777020 vsize=10912232 memory=1968 CPUtime=5.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777053/stat : 777053 (fscip) R 777020 777023 776978 0 -1 4194368 97764 0 0 0 449 102 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777054] ppid=777020 vsize=10912232 memory=10824 CPUtime=5.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777054/stat : 777054 (fscip) R 777020 777023 776978 0 -1 4194368 78639 0 0 0 551 17 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777055] ppid=777020 vsize=10912232 memory=5556 CPUtime=5.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777055/stat : 777055 (fscip) R 777020 777023 776978 0 -1 4194368 78659 0 0 0 541 17 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777056] ppid=777020 vsize=10912232 memory=16220 CPUtime=5.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777056/stat : 777056 (fscip) R 777020 777023 776978 0 -1 4194368 98392 0 0 0 452 98 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777057] ppid=777020 vsize=10912232 memory=2212 CPUtime=5.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777057/stat : 777057 (fscip) R 777020 777023 776978 0 -1 4194368 79947 0 0 0 551 17 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777058] ppid=777020 vsize=10912232 memory=-6587188899492313964 CPUtime=5.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777058/stat : 777058 (fscip) R 777020 777023 776978 0 -1 4194368 76646 0 0 0 553 16 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777059] ppid=777020 vsize=10912232 memory=7047356 CPUtime=5.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777059/stat : 777059 (fscip) R 777020 777023 776978 0 -1 4194368 102812 0 0 0 450 102 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777060] ppid=777020 vsize=10912232 memory=7048172 CPUtime=5.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777060/stat : 777060 (fscip) R 777020 777023 776978 0 -1 4194368 77204 0 0 0 548 15 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777061] ppid=777020 vsize=10912232 memory=8927032 CPUtime=5.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777061/stat : 777061 (fscip) R 777020 777023 776978 0 -1 4194368 78896 0 0 0 549 18 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777062] ppid=777020 vsize=10912232 memory=0 CPUtime=5.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777062/stat : 777062 (fscip) S 777020 777023 776978 0 -1 1077936192 102161 0 0 0 451 99 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777063] ppid=777020 vsize=10912232 memory=232834466141 CPUtime=5.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777063/stat : 777063 (fscip) R 777020 777023 776978 0 -1 4194368 77673 0 0 0 554 15 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777064] ppid=777020 vsize=10912232 memory=10824 CPUtime=5.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777064/stat : 777064 (fscip) R 777020 777023 776978 0 -1 4194368 80142 0 0 0 548 18 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777065] ppid=777020 vsize=10912232 memory=132 CPUtime=5.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777065/stat : 777065 (fscip) R 777020 777023 776978 0 -1 4194368 98784 0 0 0 454 98 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777066] ppid=777020 vsize=10912232 memory=281264657886352 CPUtime=5.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777066/stat : 777066 (fscip) R 777020 777023 776978 0 -1 4194368 78632 0 0 0 553 17 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777067] ppid=777020 vsize=10912232 memory=281264657937120 CPUtime=5.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777067/stat : 777067 (fscip) R 777020 777023 776978 0 -1 4194368 96375 0 0 0 547 20 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777068] ppid=777020 vsize=10912232 memory=0 CPUtime=5.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777068/stat : 777068 (fscip) R 777020 777023 776978 0 -1 4194368 99521 0 0 0 453 98 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777069] ppid=777020 vsize=10912232 memory=0 CPUtime=5.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777069/stat : 777069 (fscip) R 777020 777023 776978 0 -1 4194368 79766 0 0 0 552 16 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777070] ppid=777020 vsize=10912232 memory=25333125866717268 CPUtime=5.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777070/stat : 777070 (fscip) R 777020 777023 776978 0 -1 4194368 80069 0 0 0 553 17 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777071] ppid=777020 vsize=10912232 memory=0 CPUtime=5.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777071/stat : 777071 (fscip) R 777020 777023 776978 0 -1 4194368 113215 0 0 0 455 97 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777072] ppid=777020 vsize=10912232 memory=8733883106817 CPUtime=5.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777072/stat : 777072 (fscip) R 777020 777023 776978 0 -1 4194368 97662 0 0 0 548 19 0 0 20 0 41 0 128437782 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777093] ppid=777020 vsize=10912232 memory=2814784127238148 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777093/stat : 777093 (fscip) S 777020 777023 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128438138 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777094] ppid=777020 vsize=10912232 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777094/stat : 777094 (fscip) S 777020 777023 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128438138 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777095] ppid=777020 vsize=10912232 memory=4995564 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777095/stat : 777095 (fscip) S 777020 777023 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128438138 11174125568 2274202 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0

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

/proc/777023/task/777060/stat : 777060 (fscip) D 777020 777023 776978 0 -1 1077937220 5082032 0 0 0 359562 702 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777061] ppid=777020 vsize=56945460 memory=11108 CPUtime=3598 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777061/stat : 777061 (fscip) D 777020 777023 776978 0 -1 1077937220 3194884 0 0 0 358836 964 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777062] ppid=777020 vsize=56945460 memory=11108 CPUtime=3596.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777062/stat : 777062 (fscip) D 777020 777023 776978 0 -1 1077937220 3218682 0 0 0 359179 477 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777063] ppid=777020 vsize=56945460 memory=11108 CPUtime=3604.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777063/stat : 777063 (fscip) D 777020 777023 776978 0 -1 1077937220 5298690 0 0 0 359709 754 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777064] ppid=777020 vsize=56945460 memory=2788 CPUtime=3596.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777064/stat : 777064 (fscip) D 777020 777023 776978 0 -1 1077937220 3186023 0 0 0 358682 964 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777065] ppid=777020 vsize=56945460 memory=6704 CPUtime=3597.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777065/stat : 777065 (fscip) D 777020 777023 776978 0 -1 1077937220 3434865 0 0 0 359233 468 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777066] ppid=777020 vsize=56945460 memory=8323350987516068516 CPUtime=3598.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777066/stat : 777066 (fscip) D 777020 777023 776978 0 -1 1077937220 4578008 0 0 0 359170 681 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777067] ppid=777020 vsize=56945460 memory=8323350987516068516 CPUtime=3599.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777067/stat : 777067 (fscip) D 777020 777023 776978 0 -1 1077937220 3711925 0 0 0 358832 1153 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777068] ppid=777020 vsize=56945460 memory=32537 CPUtime=3599.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777068/stat : 777068 (fscip) D 777020 777023 776978 0 -1 1077937220 3358129 0 0 0 359042 860 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777069] ppid=777020 vsize=56945460 memory=32867 CPUtime=3605.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777069/stat : 777069 (fscip) D 777020 777023 776978 0 -1 1077937220 5005128 0 0 0 359866 723 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777070] ppid=777020 vsize=56945460 memory=33200 CPUtime=3599.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777070/stat : 777070 (fscip) D 777020 777023 776978 0 -1 1077937220 3104078 0 0 0 359065 930 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777071] ppid=777020 vsize=56945460 memory=85754 CPUtime=3599.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777071/stat : 777071 (fscip) D 777020 777023 776978 0 -1 1077937220 3478710 0 0 0 359499 488 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777072] ppid=777020 vsize=56945460 memory=48787 CPUtime=3609.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777072/stat : 777072 (fscip) R 777020 777023 776978 0 -1 4195904 5188943 0 0 0 360139 857 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 140497758699928 16179276 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777093] ppid=777020 vsize=56945460 memory=90480 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777093/stat : 777093 (fscip) D 777020 777023 776978 0 -1 1077937220 107 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777094] ppid=777020 vsize=56945460 memory=7492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777094/stat : 777094 (fscip) D 777020 777023 776978 0 -1 1077937220 76 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777095] ppid=777020 vsize=56945460 memory=26980 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777095/stat : 777095 (fscip) D 777020 777023 776978 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777096] ppid=777020 vsize=56945460 memory=3664 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777096/stat : 777096 (fscip) D 777020 777023 776978 0 -1 1077937220 191 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777097] ppid=777020 vsize=56945460 memory=40296 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777097/stat : 777097 (fscip) D 777020 777023 776978 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777098] ppid=777020 vsize=56945460 memory=8148 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777098/stat : 777098 (fscip) D 777020 777023 776978 0 -1 1077937220 184 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777099] ppid=777020 vsize=56945460 memory=3428 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777099/stat : 777099 (fscip) D 777020 777023 776978 0 -1 1077937220 154 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777100] ppid=777020 vsize=56945460 memory=2180 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777100/stat : 777100 (fscip) D 777020 777023 776978 0 -1 1077937220 148 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777101] ppid=777020 vsize=56945460 memory=1744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777101/stat : 777101 (fscip) D 777020 777023 776978 0 -1 1077937220 136 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777102] ppid=777020 vsize=56945460 memory=1968 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777102/stat : 777102 (fscip) D 777020 777023 776978 0 -1 1077937220 203 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777103] ppid=777020 vsize=56945460 memory=54344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777103/stat : 777103 (fscip) D 777020 777023 776978 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777104] ppid=777020 vsize=56945460 memory=33196 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777104/stat : 777104 (fscip) D 777020 777023 776978 0 -1 1077937220 162 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777105] ppid=777020 vsize=56945460 memory=21544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777105/stat : 777105 (fscip) D 777020 777023 776978 0 -1 1077937220 125 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777106] ppid=777020 vsize=56945460 memory=100 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777106/stat : 777106 (fscip) D 777020 777023 776978 0 -1 1077937220 139 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777107] ppid=777020 vsize=56945460 memory=1836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777107/stat : 777107 (fscip) D 777020 777023 776978 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777108] ppid=777020 vsize=56945460 memory=25988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777108/stat : 777108 (fscip) D 777020 777023 776978 0 -1 1077937220 156 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777109] ppid=777020 vsize=56945460 memory=35926300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777109/stat : 777109 (fscip) D 777020 777023 776978 0 -1 1077937220 140 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777110] ppid=777020 vsize=56945460 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777110/stat : 777110 (fscip) D 777020 777023 776978 0 -1 1077937220 150 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777111] ppid=777020 vsize=56945460 memory=28212 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777111/stat : 777111 (fscip) D 777020 777023 776978 0 -1 1077937220 156 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777112] ppid=777020 vsize=56945460 memory=33776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777112/stat : 777112 (fscip) D 777020 777023 776978 0 -1 1077937220 162 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 56945460 KiB
Current children cumulated memory: 35926300 KiB

[startup+3647.2 s]
/proc/loadavg: 81.06 80.77 79.74 63/1025 779137
/proc/meminfo: memFree=452990612/790760800 swapFree=131071996/131071996
[pid=777023] ppid=777020 vsize=56945460 memory=35926300 CPUtime=72002.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/stat : 777023 (fscip) D 777020 777023 776978 0 -1 1077937156 81396498 0 0 0 7183731 16501 0 0 20 0 41 0 128437432 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
/proc/777023/statm: 14236365 8981575 3022 3035 0 13471881 0
[pid=777023/tid=777053] ppid=777020 vsize=56945460 memory=11108 CPUtime=3597.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777053/stat : 777053 (fscip) D 777020 777023 776978 0 -1 1077937220 5896159 0 0 0 358320 1432 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777054] ppid=777020 vsize=56945460 memory=2788 CPUtime=3604.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777054/stat : 777054 (fscip) D 777020 777023 776978 0 -1 1077937220 5011065 0 0 0 359755 724 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777055] ppid=777020 vsize=56945460 memory=6704 CPUtime=3601.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777055/stat : 777055 (fscip) D 777020 777023 776978 0 -1 1077937220 3239317 0 0 0 359143 997 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777056] ppid=777020 vsize=56945460 memory=35925196 CPUtime=3581.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777056/stat : 777056 (fscip) D 777020 777023 776978 0 -1 1077937220 3422239 0 0 0 357257 911 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777057] ppid=777020 vsize=56945460 memory=16220 CPUtime=3602.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777057/stat : 777057 (fscip) D 777020 777023 776978 0 -1 1077937220 5094908 0 0 0 359453 753 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777058] ppid=777020 vsize=56945460 memory=2212 CPUtime=3598.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777058/stat : 777058 (fscip) D 777020 777023 776978 0 -1 1077937220 3343376 0 0 0 358858 995 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777059] ppid=777020 vsize=56945460 memory=6096 CPUtime=3602.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777059/stat : 777059 (fscip) D 777020 777023 776978 0 -1 1077937220 3417203 0 0 0 359681 561 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777060] ppid=777020 vsize=56945460 memory=1968 CPUtime=3602.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777060/stat : 777060 (fscip) D 777020 777023 776978 0 -1 1077937220 5082032 0 0 0 359562 702 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777061] ppid=777020 vsize=56945460 memory=54344 CPUtime=3598 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777061/stat : 777061 (fscip) D 777020 777023 776978 0 -1 1077937220 3194884 0 0 0 358836 964 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777062] ppid=777020 vsize=56945460 memory=33196 CPUtime=3596.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777062/stat : 777062 (fscip) D 777020 777023 776978 0 -1 1077937220 3218682 0 0 0 359179 477 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777063] ppid=777020 vsize=56945460 memory=21544 CPUtime=3604.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777063/stat : 777063 (fscip) D 777020 777023 776978 0 -1 1077937220 5298690 0 0 0 359709 754 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777064] ppid=777020 vsize=56945460 memory=100 CPUtime=3596.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777064/stat : 777064 (fscip) D 777020 777023 776978 0 -1 1077937220 3186023 0 0 0 358682 964 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777065] ppid=777020 vsize=56945460 memory=1836 CPUtime=3597.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777065/stat : 777065 (fscip) D 777020 777023 776978 0 -1 1077937220 3434865 0 0 0 359233 468 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777066] ppid=777020 vsize=56945460 memory=25988 CPUtime=3598.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777066/stat : 777066 (fscip) D 777020 777023 776978 0 -1 1077937220 4578008 0 0 0 359170 681 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777067] ppid=777020 vsize=56945460 memory=2244 CPUtime=3599.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777067/stat : 777067 (fscip) D 777020 777023 776978 0 -1 1077937220 3711925 0 0 0 358832 1153 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777068] ppid=777020 vsize=56945460 memory=31488 CPUtime=3599.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777068/stat : 777068 (fscip) D 777020 777023 776978 0 -1 1077937220 3358129 0 0 0 359042 860 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777069] ppid=777020 vsize=56945460 memory=28656 CPUtime=3605.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777069/stat : 777069 (fscip) D 777020 777023 776978 0 -1 1077937220 5005128 0 0 0 359866 723 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777070] ppid=777020 vsize=56945460 memory=1744 CPUtime=3599.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777070/stat : 777070 (fscip) D 777020 777023 776978 0 -1 1077937220 3104078 0 0 0 359065 930 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777071] ppid=777020 vsize=56945460 memory=19952 CPUtime=3599.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777071/stat : 777071 (fscip) D 777020 777023 776978 0 -1 1077937220 3478710 0 0 0 359499 488 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777072] ppid=777020 vsize=56945460 memory=28716 CPUtime=3610.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777072/stat : 777072 (fscip) R 777020 777023 776978 0 -1 4195904 5188943 0 0 0 360139 897 0 0 20 0 41 0 128437782 58312151040 8981575 809668444160 4194304 16622877 140728003138560 140497758699928 16179276 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 0
[pid=777023/tid=777093] ppid=777020 vsize=56945460 memory=32884 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777093/stat : 777093 (fscip) D 777020 777023 776978 0 -1 1077937220 107 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777094] ppid=777020 vsize=56945460 memory=6988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777094/stat : 777094 (fscip) D 777020 777023 776978 0 -1 1077937220 76 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777095] ppid=777020 vsize=56945460 memory=36276 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777095/stat : 777095 (fscip) D 777020 777023 776978 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777096] ppid=777020 vsize=56945460 memory=6608 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777096/stat : 777096 (fscip) D 777020 777023 776978 0 -1 1077937220 191 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777097] ppid=777020 vsize=56945460 memory=7492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777097/stat : 777097 (fscip) D 777020 777023 776978 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777098] ppid=777020 vsize=56945460 memory=26980 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777098/stat : 777098 (fscip) D 777020 777023 776978 0 -1 1077937220 184 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777099] ppid=777020 vsize=56945460 memory=3664 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777099/stat : 777099 (fscip) D 777020 777023 776978 0 -1 1077937220 154 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777100] ppid=777020 vsize=56945460 memory=40296 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777100/stat : 777100 (fscip) D 777020 777023 776978 0 -1 1077937220 148 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777101] ppid=777020 vsize=56945460 memory=8148 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777101/stat : 777101 (fscip) D 777020 777023 776978 0 -1 1077937220 136 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777102] ppid=777020 vsize=56945460 memory=3428 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777102/stat : 777102 (fscip) D 777020 777023 776978 0 -1 1077937220 203 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777103] ppid=777020 vsize=56945460 memory=2180 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777103/stat : 777103 (fscip) D 777020 777023 776978 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777104] ppid=777020 vsize=56945460 memory=21544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777104/stat : 777104 (fscip) D 777020 777023 776978 0 -1 1077937220 162 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777105] ppid=777020 vsize=56945460 memory=100 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777105/stat : 777105 (fscip) D 777020 777023 776978 0 -1 1077937220 125 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777106] ppid=777020 vsize=56945460 memory=1836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777106/stat : 777106 (fscip) D 777020 777023 776978 0 -1 1077937220 139 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777107] ppid=777020 vsize=56945460 memory=25988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777107/stat : 777107 (fscip) D 777020 777023 776978 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777108] ppid=777020 vsize=56945460 memory=2244 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777108/stat : 777108 (fscip) D 777020 777023 776978 0 -1 1077937220 156 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777109] ppid=777020 vsize=56945460 memory=31488 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777109/stat : 777109 (fscip) D 777020 777023 776978 0 -1 1077937220 140 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777110] ppid=777020 vsize=56945460 memory=28656 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777110/stat : 777110 (fscip) D 777020 777023 776978 0 -1 1077937220 150 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777111] ppid=777020 vsize=56945460 memory=5556 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777111/stat : 777111 (fscip) D 777020 777023 776978 0 -1 1077937220 156 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
[pid=777023/tid=777112] ppid=777020 vsize=56945460 memory=16220 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/777023/task/777112/stat : 777112 (fscip) D 777020 777023 776978 0 -1 1077937220 162 0 0 0 3 0 0 0 20 0 41 0 128438138 58312151040 8981575 809668444160 4194304 16622877 140728003138560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32735232 140728003146727 140728003146843 140728003146843 140728003153871 24
Current children cumulated CPU time: 72002.3 s
Current children cumulated vsize: 56945460 KiB
Current children cumulated memory: 35926300 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3648.15
CPU time (s): 72003.3
CPU user time (s): 71837.3
CPU system time (s): 165.966
CPU usage (%): 1973.69
Max. virtual memory (cumulated for all children) (KiB): 57076532
Max. memory (cumulated for all children) (KiB): 35981812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71837.3
system time used= 165.966
maximum resident set size= 35983860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81396498
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= 2745897
involuntary context switches= 364822


# summary of solver processes directly reported to runsolver:
#   pid: 777023
#   total CPU time (s): 72003.3
#   total CPU user time (s): 71837.3
#   total CPU system time (s): 165.966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8718 second user time and 97.5832 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 08:56:20
IDJOB=4467784
IDBENCH=155502
IDSOLVER=3097
FILE ID=nodeD104/4467784-1723618580
RUNJOBID= nodeD104-1723618580-776988
SLURM_JOB_ID= 8267908
Free space on /tmp= 8587960 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-86.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-4467784-1723618580/watcher-4467784-1723618580 -o /tmp/evaluation-result-4467784-1723618580/solver-4467784-1723618580 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723618580-776988 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467784-1723618580.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 3b78757f10307782e0b04e5cada0d1b0
RANDOM SEED=1126267201

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        704883708 kB
MemAvailable:   782939164 kB
Buffers:         1250976 kB
Cached:         79546716 kB
SwapCached:            0 kB
Active:         13651328 kB
Inactive:       67559824 kB
Active(anon):       2112 kB
Inactive(anon):   449760 kB
Active(file):   13649216 kB
Inactive(file): 67110064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            111424 kB
Writeback:             0 kB
AnonPages:        410136 kB
Mapped:           102152 kB
Shmem:             38920 kB
KReclaimable:    1431784 kB
Slab:            1986584 kB
SReclaimable:    1431784 kB
SUnreclaim:       554800 kB
KernelStack:       14656 kB
PageTables:        10044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1007028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1123968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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:     1409024 kB
DirectMap2M:    247601152 kB
DirectMap1G:    556793856 kB

Free space on /tmp at the end= 8587800 MiB
End job on nodeD104 at 2024-08-14 09:57:08