Trace number 4467282

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72001.1 3642.18

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUM45d4d1161a77415ffbfc9841f6913b11
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64210
Best CPU time to get the best result obtained on this benchmark72000.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
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.11/0.15	c Default LC presolving (default).
0.11/0.15	c ** Before presolving: virtualMemUsedAtLc = 139039669, getVmSize() = 112353280, SCIPgetMemUsed() = 68856000, SCIPgetMemTotal() = 87622536, SCIPgetMemExternEstim() = 51417133
0.11/0.15	c ** set memory limit for presolving in LC to 8.79566e+12 for SCIP **
1.48/1.58	c ** Estimated virtualMemUsedAtSolver = 270867901, getVmSize() = 384155648, SCIPgetMemUsed() = 238379919, SCIPgetMemTotal() = 354884719, SCIPgetMemExternEstim() = 51417133
1.48/1.58	c ** set memory limit for solvers to 4.18776e+11 for each SCIP **
1.48/1.58	c Original Problem   :
1.48/1.58	c   Problem name     : instance-4467282-1723208727
1.48/1.58	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1.48/1.58	c   Constraints      : 42620
1.48/1.58	c   Objective sense  : minimize
1.48/1.58	c Presolved Problem  :
1.48/1.58	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1.48/1.58	c   Constraints      : 42620
1.48/1.58	c Constraints        : Number
1.48/1.58	c   knapsack         : 21770 
1.48/1.58	c   setppc           : 3960 
1.48/1.58	c   logicor          : 16890 
1.48/1.58	c ** Instance transfer method used: 0
1.58/1.64	c ** ParaScipInstance copy does not increase the number of variables. **
2.69/2.76	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.69/2.76	c                                Nodes    Active                                            
2.69/2.76	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
9162.16/465.97	c       466              2           1        20                -       40264.0000          -
10080.65/512.37	c       512              2           1        20                -       40264.0000          -
10201.43/518.42	c       518              3           2        20                -       40264.0000          -
10468.76/531.96	c       532              3           2        20                -       40264.0000          -
10678.42/542.52	c       543              3           2        20                -       40264.0000          -
10805.01/549.01	c       549              3           2        20                -       40264.0000          -
10961.26/556.83	c       557              3           2        20                -       40264.0000          -
11121.49/565.03	c       565              2           1        20                -       40264.0000          -
11440.99/581.09	c       581              4           3        20                -       40264.0000          -
11544.94/586.39	c       586              2           1        20                -       40264.0000          -
11941.04/606.34	c       606              2           1        20                -       40264.0000          -
12170.82/617.90	c       618              2           1        20                -       40264.0000          -
12269.79/622.95	c       623              3           2        20                -       40264.0000          -
12384.64/628.77	c       629              5           4        20                -       40264.0000          -
12539.07/636.50	c       637              5           4        20                -       40264.0000          -
12742.93/646.87	c       647              5           4        20                -       40264.0000          -
12920.87/655.86	c       656              5           4        20                -       40264.0000          -
13118.41/665.83	c       666              3           2        20                -       40264.0000          -
13385.26/679.40	c       679              4           3        20                -       40264.0000          -
13587.04/689.54	c       690              4           3        20                -       40264.0000          -
13691.74/694.84	c       695              4           3        20                -       40264.0000          -
13792.68/699.91	c       700              6           5        20                -       40264.0000          -
13968.73/708.88	c       709              6           5        20                -       40264.0000          -
14146.64/717.84	c       718              7           6        20                -       40264.0000          -
14298.85/725.57	c       726              7           6        20                -       40264.0000          -
14509.39/736.17	c       736              7           6        20                -       40264.0000          -
14676.53/744.69	c       745              7           6        20                -       40264.0000          -
14870.30/754.48	c       754              2           1        20                -       40264.0000          -
14974.98/759.70	c       760              5           4        20                -       40264.0000          -
15210.19/771.61	c       772              5           4        20                -       40264.0000          -
15328.79/777.60	c       778              8           7        20                -       40264.0000          -
15431.64/782.87	c       783              3           2        20                -       40264.0000          -
15700.49/796.41	c       796              3           2        20                -       40264.0000          -
15880.47/805.50	c       806              3           2        20                -       40264.0000          -
15981.38/810.64	c       811              3           2        20                -       40264.0000          -
16080.28/815.66	c       816              3           2        20                -       40264.0000          -
16191.08/821.23	c       821              3           2        20                -       40264.0000          -
16306.78/827.14	c       827              3           2        20                -       40264.0000          -
16504.15/837.13	c       837              3           2        20                -       40264.0000          -
16626.03/843.27	c       843              3           2        20                -       40264.0000          -
16728.51/848.49	c       848              7           6        20                -       40264.0000          -
16872.85/855.71	c       856              7           6        20                -       40264.0000          -
17070.65/865.70	c       866              7           6        20                -       40264.0000          -
17185.46/871.52	c       872              7           6        20                -       40264.0000          -
17286.40/876.69	c       877              4           3        20                -       40264.0000          -
17387.26/881.79	c       882              4           3        20                -       40264.0000          -
17488.11/886.89	c       887              4           3        20                -       40264.0000          -
17651.20/895.14	c       895              4           3        20                -       40264.0000          -
17751.94/900.15	c       900              4           3        20                -       40264.0000          -
17868.60/906.08	c       906              4           3        20                -       40264.0000          -
17980.35/911.78	c       912              4           3        20                -       40264.0000          -
18107.90/918.17	c       918              4           3        20                -       40264.0000          -
18213.69/923.54	c       924              5           4        20                -       40264.0000          -
18332.33/929.55	c       930              5           4        20                -       40264.0000          -
18437.15/934.84	c       935              5           4        20                -       40264.0000          -
18549.73/940.55	c       941              5           4        20                -       40264.0000          -
18659.17/946.05	c       946              5           4        20                -       40264.0000          -
18763.09/951.36	c       951              5           4        20                -       40264.0000          -
18891.54/957.81	c       958              5           4        20                -       40264.0000          -
19012.16/963.91	c       964              5           4        20                -       40264.0000          -
19207.82/973.81	c       974              5           4        20                -       40264.0000          -
19308.64/978.94	c       979              5           4        20                -       40264.0000          -
19421.33/984.60	c       985              6           5        20                -       40264.0000          -
19534.01/990.38	c       990              6           5        20                -       40264.0000          -
19664.52/996.96	c       997              6           5        20                -       40264.0000          -
19783.16/1002.94	c      1003              6           5        20                -       40264.0000          -
19886.88/1008.18	c      1008              6           5        20                -       40264.0000          -
19986.67/1013.28	c      1013              6           5        20                -       40264.0000          -
20087.44/1018.30	c      1018              6           5        20                -       40264.0000          -
20194.22/1023.78	c      1024             14          13        20                -       40264.0000          -
20310.83/1029.62	c      1030             14          13        20                -       40264.0000          -
20413.66/1034.83	c      1035              8           7        20                -       40264.0000          -
20526.31/1040.58	c      1041              8           7        20                -       40264.0000          -
20642.81/1046.47	c      1046              8           7        20                -       40264.0000          -
20743.65/1051.50	c      1052              8           7        20                -       40264.0000          -
20862.26/1057.53	c      1058              8           7        20                -       40264.0000          -
20961.15/1062.57	c      1063              8           7        20                -       40264.0000          -
21077.85/1068.41	c      1068              8           7        20                -       40264.0000          -
21189.26/1074.10	c      1074             36          35        20                -       40264.0000          -
21313.21/1080.34	c      1080             36          35        20                -       40264.0000          -
21441.75/1086.82	c      1087             36          35        20                -       40264.0000          -
21542.46/1091.92	c      1092             36          35        20                -       40264.0000          -
21657.17/1097.80	c      1098             36          35        20                -       40264.0000          -
21773.83/1103.68	c      1104             21          20        20                -       40264.0000          -
21876.67/1108.82	c      1109             21          20        20                -       40264.0000          -
21985.42/1114.35	c      1114             21          20        20                -       40264.0000          -
22094.22/1119.89	c      1120             21          20        20                -       40264.0000          -
22201.00/1125.27	c      1125             30          29        20                -       40264.0000          -
22311.72/1130.82	c      1131             30          29        20                -       40264.0000          -
22417.44/1136.15	c      1136             30          29        20                -       40264.0000          -
22517.32/1141.28	c      1141             16          15        20                -       40264.0000          -
22635.10/1147.17	c      1147             16          15        20                -       40264.0000          -
22754.71/1153.28	c      1153             16          15        20                -       40264.0000          -
22861.57/1158.67	c      1159             16          15        20                -       40264.0000          -
22978.30/1164.58	c      1165             34          33        20                -       40264.0000          -
23116.79/1171.50	c      1172             34          33        20                -       40264.0000          -
23261.22/1178.85	c      1179             34          33        20                -       40264.0000          -
23365.01/1184.11	c      1184             34          33        20                -       40264.0000          -
23488.54/1190.32	c      1190             34          33        20                -       40264.0000          -
23589.46/1195.44	c      1195             20          19        20                -       40264.0000          -
23720.74/1202.05	c      1202             35          34        20                -       40264.0000          -
23822.79/1207.24	c      1207             20          19        20                -       40264.0000          -
23938.28/1213.13	c      1213             57          54        20                -       40264.0000          -
24068.05/1219.69	c      1220             57          54        20                -       40264.0000          -
24188.68/1225.79	c      1226             23          22        20                -       40264.0000          -
24289.56/1230.87	c      1231             23          22        20                -       40264.0000          -
24395.01/1236.13	c      1236             23          22        20                -       40264.0000          -
24531.72/1243.08	c      1243             23          22        20                -       40264.0000          -
24647.52/1248.98	c      1249             23          22        20                -       40264.0000          -
24780.03/1255.69	c      1256             24          23        20                -       40264.0000          -
24920.47/1262.72	c      1263             24          23        20                -       40264.0000          -
25031.23/1268.37	c      1268             24          23        20                -       40264.0000          -
25144.73/1274.14	c      1274             24          23        20                -       40264.0000          -
25252.65/1279.54	c      1280             24          23        20                -       40264.0000          -
25399.03/1286.95	c      1287             24          23        20                -       40264.0000          -
25517.71/1293.01	c      1293             24          23        20                -       40264.0000          -
25630.29/1298.60	c      1299             24          23        20                -       40264.0000          -
25733.15/1303.87	c      1304             29          28        20                -       40264.0000          -
25839.83/1309.28	c      1309             40          39        20                -       40264.0000          -
25942.69/1314.45	c      1314             30          29        20                -       40264.0000          -
26045.55/1319.64	c      1320             30          29        20                -       40264.0000          -
26146.45/1324.76	c      1325             30          29        20                -       40264.0000          -
26249.33/1329.92	c      1330             30          29        20                -       40264.0000          -
26348.23/1334.96	c      1335             30          29        20                -       40264.0000          -
26447.13/1339.99	c      1340             50          49        20                -       40264.0000          -
26550.87/1345.15	c      1345             50          49        20                -       40264.0000          -
26565.81/1345.97	c *    1346             50          49        20       89187.0000       40264.0000    121.51%
26565.81/1345.98	c *    1346             50          49        20       87733.0000       40264.0000    117.89%
26662.72/1350.89	c      1351             32          31        20       87733.0000       40264.0000    117.89%
26785.97/1357.12	c      1357             77          74        20       87733.0000       40264.0000    117.89%
26888.17/1362.23	c      1362             77          74        20       87733.0000       40264.0000    117.89%
27008.79/1368.39	c      1368             43          42        20       87733.0000       40264.0000    117.89%
27109.67/1373.46	c      1373             43          42        20       87733.0000       40264.0000    117.89%
27214.49/1378.73	c      1379             43          42        20       87733.0000       40264.0000    117.89%
27315.30/1383.88	c      1384             43          42        20       87733.0000       40264.0000    117.89%
27424.02/1389.36	c      1389             43          42        20       87733.0000       40264.0000    117.89%
27542.67/1395.33	c      1395             43          42        20       87733.0000       40264.0000    117.89%
27681.13/1402.31	c      1402             43          42        20       87733.0000       40264.0000    117.89%
27796.69/1408.15	c      1408             43          42        20       87733.0000       40264.0000    117.89%
27938.19/1415.38	c      1415             43          42        20       87733.0000       40264.0000    117.89%
28058.85/1421.43	c      1421             43          42        20       87733.0000       40264.0000    117.89%
28185.40/1427.89	c      1428             43          42        20       87733.0000       40264.0000    117.89%
28367.99/1437.12	c      1437             43          42        20       87733.0000       40264.0000    117.89%
28558.96/1446.74	c      1447             43          42        20       87733.0000       40264.0000    117.89%
28740.89/1455.97	c      1456             34          35        20       87733.0000       40264.0000    117.89%
28906.97/1464.33	c      1464             34          35        20       87733.0000       40264.0000    117.89%
29009.55/1469.51	c      1470             34          35        20       87733.0000       40264.0000    117.89%
29153.71/1476.88	c      1477             34          35        20       87733.0000       40264.0000    117.89%
29313.76/1484.94	c      1485             34          35        20       87733.0000       40264.0000    117.89%
29422.34/1490.48	c      1490             34          35        20       87733.0000       40264.0000    117.89%
29530.93/1495.95	c      1496             34          35        20       87733.0000       40264.0000    117.89%
29639.57/1501.49	c      1501             34          35        20       87733.0000       40264.0000    117.89%
29742.32/1506.64	c      1507             34          35        20       87733.0000       40264.0000    117.89%
29876.60/1513.45	c      1513             34          35        20       87733.0000       40264.0000    117.89%
29983.21/1518.84	c      1519             34          35        20       87733.0000       40264.0000    117.89%
30103.62/1525.04	c      1525             34          35        20       87733.0000       40264.0000    117.89%
30239.62/1531.89	c      1532             34          35        20       87733.0000       40264.0000    117.89%
30340.29/1536.99	c      1537             34          35        20       87733.0000       40264.0000    117.89%
30454.88/1542.77	c      1543             34          35        20       87733.0000       40264.0000    117.89%
30560.28/1548.09	c      1548             34          35        20       87733.0000       40264.0000    117.89%
30720.68/1556.15	c      1556             34          35        20       87733.0000       40264.0000    117.89%
30903.86/1565.44	c      1565             34          35        20       87733.0000       40264.0000    117.89%
31018.65/1571.23	c      1571             34          35        20       87733.0000       40264.0000    117.89%
31137.37/1577.26	c      1577             34          35        20       87733.0000       40264.0000    117.89%
31536.65/1597.49	c      1597             34          35        20       87733.0000       40264.0000    117.89%
31641.45/1602.72	c      1603             34          35        20       87733.0000       40264.0000    117.89%
31761.89/1608.83	c      1609             34          35        20       87733.0000       40264.0000    117.89%
31867.49/1614.15	c      1614             34          35        20       87733.0000       40264.0000    117.89%
31999.12/1620.83	c      1621             34          35        20       87733.0000       40264.0000    117.89%
32105.93/1626.20	c      1626             34          35        20       87733.0000       40264.0000    117.89%
32216.74/1631.80	c      1632             34          35        20       87733.0000       40264.0000    117.89%
32355.01/1638.82	c      1639             34          35        20       87733.0000       40264.0000    117.89%
32489.41/1645.67	c      1646             34          35        20       87733.0000       40264.0000    117.89%
32649.53/1653.71	c      1654             34          35        20       87733.0000       40264.0000    117.89%
32758.21/1659.20	c      1659             34          35        20       87733.0000       40264.0000    117.89%
32902.35/1666.51	c      1667             34          35        20       87733.0000       40264.0000    117.89%
33009.11/1671.90	c      1672             34          35        20       87733.0000       40264.0000    117.89%
33110.93/1677.11	c      1677             34          35        20       87733.0000       40264.0000    117.89%
33229.74/1683.07	c      1683             34          35        20       87733.0000       40264.0000    117.89%
33381.02/1690.71	c      1691             34          35        20       87733.0000       40264.0000    117.89%
33521.34/1697.80	c      1698             34          35        20       87733.0000       40264.0000    117.89%
33622.14/1702.97	c      1703             34          35        20       87733.0000       40264.0000    117.89%
33730.93/1708.42	c      1708             34          35        20       87733.0000       40264.0000    117.89%
33887.23/1716.34	c      1716             34          35        20       87733.0000       40264.0000    117.89%
33990.16/1721.58	c      1722             34          35        20       87733.0000       40264.0000    117.89%
34094.95/1726.84	c      1727             34          35        20       87733.0000       40264.0000    117.89%
34218.23/1733.06	c      1733             34          35        20       87733.0000       40264.0000    117.89%
34363.79/1740.49	c      1740             34          35        20       87733.0000       40264.0000    117.89%
34521.76/1748.49	c      1748             34          35        20       87733.0000       40264.0000    117.89%
34638.33/1754.36	c      1754             34          35        20       87733.0000       40264.0000    117.89%
34754.89/1760.23	c      1760             34          35        20       87733.0000       40264.0000    117.89%
34865.56/1765.90	c      1766             34          35        20       87733.0000       40264.0000    117.89%
35017.92/1773.54	c      1774             34          35        20       87733.0000       40264.0000    117.89%
35152.53/1780.38	c      1780             34          35        20       87733.0000       40264.0000    117.89%
35253.38/1785.44	c      1785             34          35        20       87733.0000       40264.0000    117.89%
35360.32/1790.87	c      1791             34          35        20       87733.0000       40264.0000    117.89%
35481.17/1797.02	c      1797             34          35        20       87733.0000       40264.0000    117.89%
35586.17/1802.25	c      1802             34          35        20       87733.0000       40264.0000    117.89%
35741.18/1810.09	c      1810             34          35        20       87733.0000       40264.0000    117.89%
35863.11/1816.22	c      1816             34          35        20       87733.0000       40264.0000    117.89%
35970.05/1821.67	c      1822             34          35        20       87733.0000       40264.0000    117.89%
36176.63/1832.11	c      1832             34          35        20       87733.0000       40264.0000    117.89%
36310.27/1838.83	c      1839             34          35        20       87733.0000       40264.0000    117.89%
36433.76/1845.10	c      1845             34          35        20       87733.0000       40264.0000    117.89%
36557.37/1851.31	c      1851             34          35        20       87733.0000       40264.0000    117.89%
36662.16/1856.66	c      1857             34          35        20       87733.0000       40264.0000    117.89%
36814.29/1864.36	c      1864             34          35        20       87733.0000       40264.0000    117.89%
36942.66/1870.80	c      1871             34          35        20       87733.0000       40264.0000    117.89%
37092.76/1878.47	c      1878             34          35        20       87733.0000       40264.0000    117.89%
37204.15/1884.11	c      1884             34          35        20       87733.0000       40264.0000    117.89%
37348.02/1891.38	c      1891             34          35        20       87733.0000       40264.0000    117.89%
37464.84/1897.26	c      1897             34          35        20       87733.0000       40264.0000    117.89%
37565.85/1902.35	c      1902             34          35        20       87733.0000       40264.0000    117.89%
37708.56/1909.58	c      1910             34          35        20       87733.0000       40264.0000    117.89%
37835.45/1915.92	c      1916             34          35        20       87733.0000       40264.0000    117.89%
37948.40/1921.63	c      1922             34          35        20       87733.0000       40264.0000    117.89%
38053.45/1926.91	c      1927             34          35        20       87733.0000       40264.0000    117.89%
38152.52/1932.01	c      1932             34          35        20       87733.0000       40264.0000    117.89%
38257.48/1937.26	c      1937             34          35        20       87733.0000       40264.0000    117.89%
38279.26/1938.33	c *    1938             34          35        20       87487.0000       40264.0000    117.28%
38362.40/1942.59	c      1943             34          35        20       87487.0000       40264.0000    117.28%
38497.05/1949.36	c      1949             34          35        20       87487.0000       40264.0000    117.28%
38641.62/1956.60	c      1957             34          35        20       87487.0000       40264.0000    117.28%
38744.54/1961.81	c      1962             34          35        20       87487.0000       40264.0000    117.28%
38889.78/1969.18	c      1969             34          35        20       87487.0000       40264.0000    117.28%
38991.85/1974.35	c      1974             34          35        20       87487.0000       40264.0000    117.28%
39096.64/1979.63	c      1980             34          35        20       87487.0000       40264.0000    117.28%
39203.99/1985.10	c      1985             34          35        20       87487.0000       40264.0000    117.28%
39339.86/1991.93	c      1992             34          35        20       87487.0000       40264.0000    117.28%
39446.80/1997.33	c      1997             34          35        20       87487.0000       40264.0000    117.28%
39575.53/2003.88	c      2004             34          35        20       87487.0000       40264.0000    117.28%
39708.23/2010.58	c      2011             34          35        20       87487.0000       40264.0000    117.28%
39809.23/2015.70	c      2016             34          35        20       87487.0000       40264.0000    117.28%
39914.27/2020.94	c      2021             34          35        20       87487.0000       40264.0000    117.28%
40042.88/2027.47	c      2027             34          35        20       87487.0000       40264.0000    117.28%
40143.79/2032.50	c      2032             34          35        20       87487.0000       40264.0000    117.28%
40242.74/2037.60	c      2038             34          35        20       87487.0000       40264.0000    117.28%
40389.19/2044.93	c      2045             34          35        20       87487.0000       40264.0000    117.28%
40495.98/2050.38	c      2050             34          35        20       87487.0000       40264.0000    117.28%
40646.31/2058.02	c      2058             34          35        20       87487.0000       40264.0000    117.28%
40751.06/2063.24	c      2063             34          35        20       87487.0000       40264.0000    117.28%
40869.72/2069.25	c      2069             34          35        20       87487.0000       40264.0000    117.28%
41005.10/2076.06	c      2076             34          35        20       87487.0000       40264.0000    117.28%
41132.93/2082.59	c      2083             34          35        20       87487.0000       40264.0000    117.28%
41249.83/2088.46	c      2088             34          35        20       87487.0000       40264.0000    117.28%
41368.70/2094.49	c      2094             34          35        20       87487.0000       40264.0000    117.28%
41497.51/2101.00	c      2101             34          35        20       87487.0000       40264.0000    117.28%
41601.35/2106.17	c      2106             34          35        20       87487.0000       40264.0000    117.28%
41752.97/2113.82	c      2114             34          35        20       87487.0000       40264.0000    117.28%
41863.93/2119.43	c      2119             34          35        20       87487.0000       40264.0000    117.28%
42000.62/2126.39	c      2126             34          35        20       87487.0000       40264.0000    117.28%
42107.61/2131.71	c      2132             34          35        20       87487.0000       40264.0000    117.28%
42230.43/2137.97	c      2138             34          35        20       87487.0000       40264.0000    117.28%
42329.53/2142.98	c      2143             34          35        20       87487.0000       40264.0000    117.28%
42468.23/2150.04	c      2150             34          35        20       87487.0000       40264.0000    117.28%
42577.17/2155.41	c      2155             34          35        20       87487.0000       40264.0000    117.28%
42682.15/2160.77	c      2161             34          35        20       87487.0000       40264.0000    117.28%
42787.89/2166.05	c      2166             34          35        20       87487.0000       40264.0000    117.28%
42892.07/2171.34	c      2171             34          35        20       87487.0000       40264.0000    117.28%
42990.99/2176.39	c      2176             59          58        20       87487.0000       40264.0000    117.28%
43109.61/2182.37	c      2182             59          58        20       87487.0000       40264.0000    117.28%
43218.40/2187.89	c      2188             59          58        20       87487.0000       40264.0000    117.28%
43322.12/2193.05	c      2193             83          82        20       87487.0000       40264.0000    117.28%
43428.19/2198.47	c      2198             83          82        20       87487.0000       40264.0000    117.28%
43529.12/2203.57	c      2204             56          55        20       87487.0000       40264.0000    117.28%
43638.87/2209.13	c      2209             56          55        20       87487.0000       40264.0000    117.28%
43740.90/2214.29	c      2214             39          38        20       87487.0000       40264.0000    117.28%
43853.80/2219.90	c      2220             39          38        20       87487.0000       40264.0000    117.28%
43972.63/2225.93	c      2226             61          60        20       87487.0000       40264.0000    117.28%
44111.24/2233.01	c      2233             85          84        20       87487.0000       40264.0000    117.28%
44216.19/2238.29	c      2238             85          84        20       87487.0000       40264.0000    117.28%
44325.07/2243.71	c      2244             85          84        20       87487.0000       40264.0000    117.28%
44433.91/2249.25	c      2249             85          84        20       87487.0000       40264.0000    117.28%
44534.83/2254.38	c      2254             85          84        20       87487.0000       40264.0000    117.28%
44639.67/2259.63	c      2260             85          84        20       87487.0000       40264.0000    117.28%
44742.51/2264.84	c      2265             85          84        20       87487.0000       40264.0000    117.28%
44845.99/2270.12	c      2270             59          58        20       87487.0000       40264.0000    117.28%
44948.18/2275.21	c      2275             59          58        20       87487.0000       40264.0000    117.28%
45056.96/2280.74	c      2281             59          58        20       87487.0000       40264.0000    117.28%
45157.90/2285.86	c      2286             59          58        20       87487.0000       40264.0000    117.28%
45278.74/2292.02	c      2292             59          58        20       87487.0000       40264.0000    117.28%
45400.31/2298.11	c      2298             59          58        20       87487.0000       40264.0000    117.28%
45526.20/2304.49	c      2304             59          58        20       87487.0000       40264.0000    117.28%
45631.14/2309.75	c      2310             59          58        20       87487.0000       40264.0000    117.28%
45734.09/2315.00	c      2315             59          58        20       87487.0000       40264.0000    117.28%
45840.93/2320.32	c      2320             92          91        20       87487.0000       40264.0000    117.28%
45961.66/2326.42	c      2326             92          91        20       87487.0000       40264.0000    117.28%
46135.92/2335.21	c      2335             92          91        20       87487.0000       40264.0000    117.28%
46236.89/2340.35	c      2340             53          52        20       87487.0000       40264.0000    117.28%
46335.88/2345.39	c      2345             72          71        20       87487.0000       40264.0000    117.28%
46489.06/2353.05	c      2353             72          71        20       87487.0000       40264.0000    117.28%
46601.02/2358.74	c      2359             72          71        20       87487.0000       40264.0000    117.28%
46715.67/2364.59	c      2365             63          62        20       87487.0000       40264.0000    117.28%
46850.21/2371.37	c      2371             56          55        20       87487.0000       40264.0000    117.28%
46955.11/2376.69	c      2377             56          55        20       87487.0000       40264.0000    117.28%
47060.01/2381.94	c      2382             56          55        20       87487.0000       40264.0000    117.28%
47201.26/2389.04	c      2389             75          74        20       87487.0000       40264.0000    117.28%
47337.31/2396.00	c      2396             75          74        20       87487.0000       40264.0000    117.28%
47450.21/2401.66	c      2402             75          74        20       87487.0000       40264.0000    117.28%
47565.08/2407.43	c      2407             75          74        20       87487.0000       40264.0000    117.28%
47670.04/2412.70	c      2413             75          74        20       87487.0000       40264.0000    117.28%
47775.75/2418.06	c      2418             60          59        20       87487.0000       40264.0000    117.28%
47879.76/2423.30	c      2423             60          59        20       87487.0000       40264.0000    117.28%
47990.59/2428.98	c      2429             60          59        20       87487.0000       40264.0000    117.28%
48092.28/2434.08	c      2434             60          59        20       87487.0000       40264.0000    117.28%
48220.13/2440.55	c      2441             60          59        20       87487.0000       40264.0000    117.28%
48332.97/2446.29	c      2446             60          59        20       87487.0000       40264.0000    117.28%
48451.80/2452.25	c      2452             60          59        20       87487.0000       40264.0000    117.28%
48562.69/2457.82	c      2458             60          59        20       87487.0000       40264.0000    117.28%
48663.64/2462.90	c      2463             60          59        20       87487.0000       40264.0000    117.28%
48762.59/2467.91	c      2468             60          59        20       87487.0000       40264.0000    117.28%
48867.43/2473.20	c      2473             60          59        20       87487.0000       40264.0000    117.28%
48974.26/2478.68	c      2479             60          59        20       87487.0000       40264.0000    117.28%
49077.06/2483.82	c      2484             60          59        20       87487.0000       40264.0000    117.28%
49175.91/2488.85	c      2489             60          59        20       87487.0000       40264.0000    117.28%
49284.69/2494.37	c      2494             60          59        20       87487.0000       40264.0000    117.28%
49454.96/2503.02	c      2503             60          59        20       87487.0000       40264.0000    117.28%
49559.88/2508.23	c      2508             60          59        20       87487.0000       40264.0000    117.28%
49658.86/2513.28	c      2513             60          59        20       87487.0000       40264.0000    117.28%
49757.85/2518.29	c      2518             60          59        20       87487.0000       40264.0000    117.28%
49870.71/2523.98	c      2524             60          59        20       87487.0000       40264.0000    117.28%
49972.47/2529.09	c      2529             60          59        20       87487.0000       40264.0000    117.28%
50084.34/2534.74	c      2535             60          59        20       87487.0000       40264.0000    117.28%
50193.10/2540.23	c      2540             60          59        20       87487.0000       40264.0000    117.28%
50291.92/2545.30	c      2545             60          59        20       87487.0000       40264.0000    117.28%
50398.69/2550.65	c      2551             60          59        20       87487.0000       40264.0000    117.28%
50501.54/2555.80	c      2556             60          59        20       87487.0000       40264.0000    117.28%
50636.12/2562.69	c      2563             60          59        20       87487.0000       40264.0000    117.28%
50780.68/2569.99	c      2570             60          59        20       87487.0000       40264.0000    117.28%
50895.66/2575.72	c      2576             60          59        20       87487.0000       40264.0000    117.28%
50998.72/2580.97	c      2581             60          59        20       87487.0000       40264.0000    117.28%
51113.64/2586.75	c      2587             92          91        20       87487.0000       40264.0000    117.28%
51222.58/2592.20	c      2592             85          84        20       87487.0000       40264.0000    117.28%
51329.53/2597.65	c      2598             85          84        20       87487.0000       40264.0000    117.28%
51430.50/2602.76	c      2603             85          84        20       87487.0000       40264.0000    117.28%
51536.28/2608.07	c      2608             85          84        20       87487.0000       40264.0000    117.28%
51638.28/2613.21	c      2613             85          84        20       87487.0000       40264.0000    117.28%
51776.81/2620.27	c      2620            121         120        20       87487.0000       40264.0000    117.28%
51881.67/2625.51	c      2626            121         120        20       87487.0000       40264.0000    117.28%
52020.16/2632.59	c      2633             98          97        20       87487.0000       40264.0000    117.28%
52140.84/2638.64	c      2639             98          97        20       87487.0000       40264.0000    117.28%
52291.14/2646.25	c      2646             98          97        20       87487.0000       40264.0000    117.28%
52413.80/2652.49	c      2652            331         326        20       87487.0000       40264.0000    117.28%
52530.59/2658.34	c      2658            331         326        20       87487.0000       40264.0000    117.28%
52653.27/2664.56	c      2665             67          66        20       87487.0000       40264.0000    117.28%
52762.91/2670.05	c      2670             67          66        20       87487.0000       40264.0000    117.28%
52872.94/2675.65	c      2676             93          92        20       87487.0000       40264.0000    117.28%
53007.50/2682.43	c      2682             93          92        20       87487.0000       40264.0000    117.28%
53112.40/2687.70	c      2688             93          92        20       87487.0000       40264.0000    117.28%
53220.10/2693.19	c      2693            103         102        20       87487.0000       40264.0000    117.28%
53286.60/2696.56	c *    2697             94          93        20       87238.0000       40264.0000    116.67%
53328.20/2698.64	c      2699             94          93        20       87238.0000       40264.0000    116.67%
53466.80/2705.63	c      2706            340         335        20       87238.0000       40264.0000    116.67%
53569.77/2710.86	c      2711            340         335        20       87238.0000       40264.0000    116.67%
53688.56/2716.85	c      2717             95          94        20       87238.0000       40264.0000    116.67%
53801.35/2722.51	c      2723             72          71        20       87238.0000       40264.0000    116.67%
53913.01/2728.19	c      2728            106         105        20       87238.0000       40264.0000    116.67%
54056.52/2735.43	c      2735            136         135        20       87238.0000       40264.0000    116.67%
54170.15/2741.14	c      2741            136         135        20       87238.0000       40264.0000    116.67%
54274.15/2746.43	c      2746            136         135        20       87238.0000       40264.0000    116.67%
54390.97/2752.38	c      2752            136         135        20       87238.0000       40264.0000    116.67%
54499.86/2757.89	c      2758            136         135        20       87238.0000       40264.0000    116.67%
54603.51/2763.12	c      2763             99          98        20       87238.0000       40264.0000    116.67%
54715.65/2768.77	c      2769             75          74        20       87238.0000       40264.0000    116.67%
54821.24/2774.07	c      2774            355         350        20       87238.0000       40264.0000    116.67%
54891.81/2777.66	c *    2778            355         350        20       87139.0000       40264.0000    116.42%
54923.45/2779.28	c      2779            355         350        20       87139.0000       40264.0000    116.42%
55034.20/2784.82	c      2785            355         350        20       87139.0000       40264.0000    116.42%
55143.06/2790.31	c      2790            355         350        20       87139.0000       40264.0000    116.42%
55244.03/2795.47	c      2795             78          77        20       87139.0000       40264.0000    116.42%
55350.98/2800.85	c      2801             78          77        20       87139.0000       40264.0000    116.42%
55481.67/2807.48	c      2807             78          77        20       87139.0000       40264.0000    116.42%
55582.66/2812.58	c      2813            360         355        20       87139.0000       40264.0000    116.42%
55689.61/2817.97	c      2818            148         147        20       87139.0000       40264.0000    116.42%
55788.59/2823.03	c      2823            148         147        20       87139.0000       40264.0000    116.42%
55895.46/2828.33	c      2828            105         104        20       87139.0000       40264.0000    116.42%
55996.39/2833.45	c      2833            105         104        20       87139.0000       40264.0000    116.42%
56101.33/2838.76	c      2839            105         104        20       87139.0000       40264.0000    116.42%
56237.87/2845.62	c      2846            105         104        20       87139.0000       40264.0000    116.42%
56382.39/2852.92	c      2853             83          82        20       87139.0000       40264.0000    116.42%
56497.20/2858.74	c      2859             83          82        20       87139.0000       40264.0000    116.42%
56619.94/2864.93	c      2865             83          82        20       87139.0000       40264.0000    116.42%
56718.92/2869.95	c      2870             83          82        20       87139.0000       40264.0000    116.42%
56817.89/2874.98	c      2875             83          82        20       87139.0000       40264.0000    116.42%
56916.84/2880.01	c      2880             83          82        20       87139.0000       40264.0000    116.42%
57025.65/2885.48	c      2885             83          82        20       87139.0000       40264.0000    116.42%
57134.47/2890.92	c      2891            109         108        20       87139.0000       40264.0000    116.42%
57272.95/2897.92	c      2898            109         108        20       87139.0000       40264.0000    116.42%
57383.70/2903.59	c      2904            109         108        20       87139.0000       40264.0000    116.42%
57502.30/2909.50	c      2910             84          83        20       87139.0000       40264.0000    116.42%
57638.82/2916.42	c      2916             84          83        20       87139.0000       40264.0000    116.42%
57750.26/2922.06	c      2922            160         159        20       87139.0000       40264.0000    116.42%
57858.51/2927.59	c      2928            125         124        20       87139.0000       40264.0000    116.42%
57965.34/2932.98	c      2933            125         124        20       87139.0000       40264.0000    116.42%
58086.64/2939.08	c      2939             86          85        20       87139.0000       40264.0000    116.42%
58214.58/2945.54	c      2946            115         114        20       87139.0000       40264.0000    116.42%
58319.44/2950.82	c      2951            115         114        20       87139.0000       40264.0000    116.42%
58432.16/2956.52	c      2957            127         126        20       87139.0000       40264.0000    116.42%
58531.08/2961.59	c      2962            127         126        20       87139.0000       40264.0000    116.42%
58637.94/2966.96	c      2967            127         126        20       87139.0000       40264.0000    116.42%
58801.02/2975.15	c      2975            388         383        20       87139.0000       40264.0000    116.42%
58907.07/2980.53	c      2981            388         383        20       87139.0000       40264.0000    116.42%
59041.61/2987.34	c      2987            388         383        20       87139.0000       40264.0000    116.42%
59144.56/2992.58	c      2993            388         383        20       87139.0000       40264.0000    116.42%
59269.36/2998.81	c      2999            388         383        20       87139.0000       40264.0000    116.42%
59375.26/3004.15	c      3004            388         383        20       87139.0000       40264.0000    116.42%
59475.53/3009.26	c      3009            131         130        20       87139.0000       40264.0000    116.42%
59596.44/3015.37	c      3015            173         172        20       87139.0000       40264.0000    116.42%
59703.50/3020.79	c      3021            173         172        20       87139.0000       40264.0000    116.42%
59809.24/3026.06	c      3026            173         172        20       87139.0000       40264.0000    116.42%
59917.44/3031.56	c      3032            132         131        20       87139.0000       40264.0000    116.42%
60022.41/3036.83	c      3037            132         131        20       87139.0000       40264.0000    116.42%
60137.28/3042.65	c      3043             94          93        20       87139.0000       40264.0000    116.42%
60240.22/3047.81	c      3048             94          93        20       87139.0000       40264.0000    116.42%
60353.09/3053.56	c      3054            178         177        20       87139.0000       40264.0000    116.42%
60456.11/3058.74	c      3059            125         126        20       87139.0000       40264.0000    116.42%
60562.10/3064.11	c      3064            125         126        20       87139.0000       40264.0000    116.42%
60672.12/3069.62	c      3070            125         126        20       87139.0000       40264.0000    116.42%
60775.21/3074.81	c      3075            125         126        20       87139.0000       40264.0000    116.42%
60876.30/3080.00	c      3080            125         126        20       87139.0000       40264.0000    116.42%
60978.06/3085.13	c      3085            125         126        20       87139.0000       40264.0000    116.42%
61079.26/3090.15	c      3090            125         126        20       87139.0000       40264.0000    116.42%
61183.35/3095.48	c      3095            125         126        20       87139.0000       40264.0000    116.42%
61286.32/3100.61	c      3101            125         126        20       87139.0000       40264.0000    116.42%
61405.14/3106.69	c      3107            125         126        20       87139.0000       40264.0000    116.42%
61508.06/3111.88	c      3112            125         126        20       87139.0000       40264.0000    116.42%
61622.81/3117.61	c      3118            125         126        20       87139.0000       40264.0000    116.42%
61721.72/3122.67	c      3123            125         126        20       87139.0000       40264.0000    116.42%
61836.53/3128.46	c      3128            125         126        20       87139.0000       40264.0000    116.42%
61939.47/3133.62	c      3134            125         126        20       87139.0000       40264.0000    116.42%
62047.19/3139.09	c      3139            125         126        20       87139.0000       40264.0000    116.42%
62177.06/3145.63	c      3146            125         126        20       87139.0000       40264.0000    116.42%
62282.04/3150.93	c      3151            125         126        20       87139.0000       40264.0000    116.42%
62387.10/3156.27	c *    3156            125         126        20       86838.0000       40264.0000    115.67%
62387.10/3156.27	c      3156            125         126        20       86838.0000       40264.0000    115.67%
62488.17/3161.32	c      3161            125         126        20       86838.0000       40264.0000    115.67%
62589.31/3166.47	c      3166            125         126        20       86838.0000       40264.0000    115.67%
62692.41/3171.60	c      3172            125         126        20       86838.0000       40264.0000    115.67%
62815.35/3177.82	c      3178            125         126        20       86838.0000       40264.0000    115.67%
62980.49/3186.19	c      3186            125         126        20       86838.0000       40264.0000    115.67%
63079.73/3191.20	c      3191            125         126        20       86838.0000       40264.0000    115.67%
63193.68/3197.01	c      3197            125         126        20       86838.0000       40264.0000    115.67%
63295.45/3202.04	c      3202            125         126        20       86838.0000       40264.0000    115.67%
63397.59/3207.27	c      3207            125         126        20       86838.0000       40264.0000    115.67%
63500.62/3212.43	c      3212            125         126        20       86838.0000       40264.0000    115.67%
63605.60/3217.78	c      3218            125         126        20       86838.0000       40264.0000    115.67%
63711.33/3223.11	c      3223            125         126        20       86838.0000       40264.0000    115.67%
63812.28/3228.17	c      3228            125         126        20       86838.0000       40264.0000    115.67%
63914.59/3233.38	c      3233            125         126        20       86838.0000       40264.0000    115.67%
64017.61/3238.52	c      3239            125         126        20       86838.0000       40264.0000    115.67%
64144.41/3244.92	c      3245            125         126        20       86838.0000       40264.0000    115.67%
64277.12/3251.69	c      3252            125         126        20       86838.0000       40264.0000    115.67%
64382.12/3256.94	c      3257            125         126        20       86838.0000       40264.0000    115.67%
64506.94/3263.27	c      3263            125         126        20       86838.0000       40264.0000    115.67%
64659.45/3271.03	c      3271            125         126        20       86838.0000       40264.0000    115.67%
64774.35/3276.77	c      3277            125         126        20       86838.0000       40264.0000    115.67%
64880.17/3282.07	c      3282            125         126        20       86838.0000       40264.0000    115.67%
64996.33/3287.90	c      3288            125         126        20       86838.0000       40264.0000    115.67%
65105.28/3293.44	c      3293            125         126        20       86838.0000       40264.0000    115.67%
65232.03/3299.87	c      3300            125         126        20       86838.0000       40264.0000    115.67%
65357.43/3306.18	c      3306            125         126        20       86838.0000       40264.0000    115.67%
65457.72/3311.25	c      3311            125         126        20       86838.0000       40264.0000    115.67%
65568.54/3316.82	c      3317            125         126        20       86838.0000       40264.0000    115.67%
65669.50/3321.90	c      3322            125         126        20       86838.0000       40264.0000    115.67%
65791.05/3328.07	c      3328            125         126        20       86838.0000       40264.0000    115.67%
65932.92/3335.28	c      3335            125         126        20       86838.0000       40264.0000    115.67%
66061.76/3341.72	c      3342            125         126        20       86838.0000       40264.0000    115.67%
66164.83/3346.90	c      3347            125         126        20       86838.0000       40264.0000    115.67%
66263.98/3351.98	c      3352            125         126        20       86838.0000       40264.0000    115.67%
66371.04/3357.39	c      3357            125         126        20       86838.0000       40264.0000    115.67%
66491.96/3363.46	c      3363            125         126        20       86838.0000       40264.0000    115.67%
66608.87/3369.38	c      3369            125         126        20       86838.0000       40264.0000    115.67%
66711.94/3374.58	c      3375            125         126        20       86838.0000       40264.0000    115.67%
66818.98/3379.94	c      3380            125         126        20       86838.0000       40264.0000    115.67%
66929.89/3385.52	c      3386            125         126        20       86838.0000       40264.0000    115.67%
67036.81/3390.99	c      3391            125         126        20       86838.0000       40264.0000    115.67%
67141.74/3396.24	c      3396            125         126        20       86838.0000       40264.0000    115.67%
67257.34/3402.07	c      3402            125         126        20       86838.0000       40264.0000    115.67%
67415.61/3410.07	c      3410            125         126        20       86838.0000       40264.0000    115.67%
67559.38/3417.39	c      3417            125         126        20       86838.0000       40264.0000    115.67%
67680.13/3423.43	c      3423            125         126        20       86838.0000       40264.0000    115.67%
67788.99/3429.02	c      3429            125         126        20       86838.0000       40264.0000    115.67%
67907.78/3434.94	c      3435            125         126        20       86838.0000       40264.0000    115.67%
68006.77/3440.00	c      3440            125         126        20       86838.0000       40264.0000    115.67%
68105.77/3445.01	c      3445            125         126        20       86838.0000       40264.0000    115.67%
68212.62/3450.32	c      3450            125         126        20       86838.0000       40264.0000    115.67%
68323.45/3455.94	c      3456            125         126        20       86838.0000       40264.0000    115.67%
68434.27/3461.54	c      3462            125         126        20       86838.0000       40264.0000    115.67%
68533.27/3466.55	c      3467            125         126        20       86838.0000       40264.0000    115.67%
68634.28/3471.60	c      3472            125         126        20       86838.0000       40264.0000    115.67%
68783.59/3479.19	c      3479            125         126        20       86838.0000       40264.0000    115.67%
68891.69/3484.70	c      3485            125         126        20       86838.0000       40264.0000    115.67%
68996.65/3489.92	c      3490            125         126        20       86838.0000       40264.0000    115.67%
69109.48/3495.66	c      3496            125         126        20       86838.0000       40264.0000    115.67%
69219.18/3501.18	c      3501            125         126        20       86838.0000       40264.0000    115.67%
69321.22/3506.34	c      3506            125         126        20       86838.0000       40264.0000    115.67%
69465.66/3513.60	c      3514            125         126        20       86838.0000       40264.0000    115.67%
69598.24/3520.37	c      3520            125         126        20       86838.0000       40264.0000    115.67%
69717.00/3526.30	c      3526            125         126        20       86838.0000       40264.0000    115.67%
69817.96/3531.41	c      3531            125         126        20       86838.0000       40264.0000    115.67%
69916.95/3536.49	c      3536            125         126        20       86838.0000       40264.0000    115.67%
70021.90/3541.70	c      3542            125         126        20       86838.0000       40264.0000    115.67%
70127.58/3547.10	c      3547            125         126        20       86838.0000       40264.0000    115.67%
70239.70/3552.79	c      3553            125         126        20       86838.0000       40264.0000    115.67%
70360.45/3558.81	c      3559            125         126        20       86838.0000       40264.0000    115.67%
70469.25/3564.36	c      3564            125         126        20       86838.0000       40264.0000    115.67%
70578.03/3569.87	c      3570            125         126        20       86838.0000       40264.0000    115.67%
70698.74/3576.00	c      3576            125         126        20       86838.0000       40264.0000    115.67%
70805.62/3581.39	c      3581            125         126        20       86838.0000       40264.0000    115.67%
70912.55/3586.72	c      3587            125         126        20       86838.0000       40264.0000    115.67%
71013.61/3591.88	c      3592            125         126        20       86838.0000       40264.0000    115.67%
71114.69/3596.95	c      3597            125         126        20       86838.0000       40264.0000    115.67%
71213.83/3602.02	c      3602            125         126        20       86838.0000       40264.0000    115.67%
71315.77/3607.07	c      3607            125         126        20       86838.0000       40264.0000    115.67%
71427.91/3612.70	c      3613            125         126        20       86838.0000       40264.0000    115.67%
71542.84/3618.53	c      3619            125         126        20       86838.0000       40264.0000    115.67%
71643.91/3623.61	c      3624            125         126        20       86838.0000       40264.0000    115.67%
71742.92/3628.69	c      3629            125         126        20       86838.0000       40264.0000    115.67%
71845.90/3633.82	c      3634            125         126        20       86838.0000       40264.0000    115.67%
71946.85/3638.92	c      3639            125         126        20       86838.0000       40264.0000    115.67%

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 (181941 MiB free)
  memory of node 1: 193494 MiB (188395 MiB free)
  memory of node 2: 193531 MiB (186830 MiB free)
  memory of node 3: 193531 MiB (191916 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-4467282-1723208727/watcher-4467282-1723208727 -o /tmp/evaluation-result-4467282-1723208727/solver-4467282-1723208727 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723200315-498420 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467282-1723208727.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100118 s]*
/proc/loadavg: 79.59 80.25 80.40 62/983 505913
/proc/meminfo: memFree=767025212/790760804 swapFree=131071996/131071996
[pid=505912] ppid=505909 vsize=72644 memory=62196 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/stat : 505912 (fscip) R 505909 505912 498407 0 -1 4194304 13375 0 0 0 9 2 0 0 20 0 1 0 87455835 74387456 15483 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
/proc/505912/statm: 18161 15549 2571 3035 0 14557 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 72644 KiB
Current children cumulated memory: 62196 KiB

[startup+0.21932 s]*
/proc/loadavg: 79.59 80.25 80.40 62/983 505913
/proc/meminfo: memFree=766971648/790760804 swapFree=131071996/131071996
[pid=505912] ppid=505909 vsize=135472 memory=113016 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/stat : 505912 (fscip) R 505909 505912 498407 0 -1 4194304 25019 0 0 0 19 3 0 0 20 0 1 0 87455835 138723328 28254 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
/proc/505912/statm: 33868 28254 2662 3035 0 30264 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 135472 KiB
Current children cumulated memory: 113016 KiB

[startup+0.319594 s]*
/proc/loadavg: 79.59 80.25 80.40 62/983 505913
/proc/meminfo: memFree=766921484/790760804 swapFree=131071996/131071996
[pid=505912] ppid=505909 vsize=165004 memory=151288 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/stat : 505912 (fscip) R 505909 505912 498407 0 -1 4194304 32929 0 0 0 28 5 0 0 20 0 1 0 87455835 168964096 37822 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
/proc/505912/statm: 41251 37822 2710 3035 0 37647 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 165004 KiB
Current children cumulated memory: 151288 KiB

[startup+0.700234 s]
/proc/loadavg: 79.59 80.25 80.40 62/983 505913
/proc/meminfo: memFree=766922232/790760804 swapFree=131071996/131071996
[pid=505912] ppid=505909 vsize=167440 memory=154832 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/stat : 505912 (fscip) R 505909 505912 498407 0 -1 4194304 46215 0 0 0 62 6 0 0 20 0 1 0 87455835 171458560 38708 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
/proc/505912/statm: 41860 38708 2790 3035 0 38256 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 167440 KiB
Current children cumulated memory: 154832 KiB

[startup+1.50027 s]
/proc/loadavg: 79.59 80.25 80.40 63/983 505913
/proc/meminfo: memFree=766913168/790760804 swapFree=131071996/131071996
[pid=505912] ppid=505909 vsize=347144 memory=294616 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/stat : 505912 (fscip) R 505909 505912 498407 0 -1 4194304 56150 0 0 0 138 10 0 0 20 0 1 0 87455835 355475456 73654 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
/proc/505912/statm: 86786 73654 2790 3035 0 83182 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 347144 KiB
Current children cumulated memory: 294616 KiB

[startup+3.12449 s]
/proc/loadavg: 78.18 79.94 80.30 72/1023 505953
/proc/meminfo: memFree=764562068/790760804 swapFree=131071996/131071996
[pid=505912] ppid=505909 vsize=4382664 memory=3144856 CPUtime=8.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/stat : 505912 (fscip) S 505909 505912 498407 0 -1 1077936128 731251 0 0 0 674 164 0 0 20 0 41 0 87455835 4487847936 786214 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
/proc/505912/statm: 1095666 786214 2822 3035 0 894713 0
[pid=505912/tid=505914] ppid=505909 vsize=4382664 memory=901628 CPUtime=0.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505914/stat : 505914 (fscip) R 505909 505912 498407 0 -1 4194368 29468 0 0 0 29 7 0 0 20 0 41 0 87455993 4487847936 786280 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505915] ppid=505909 vsize=4382664 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505915/stat : 505915 (fscip) R 505909 505912 498407 0 -1 4194368 35988 0 0 0 25 7 0 0 20 0 41 0 87455993 4487847936 786280 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505916] ppid=505909 vsize=4382664 memory=422000 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505916/stat : 505916 (fscip) R 505909 505912 498407 0 -1 4194368 35293 0 0 0 25 7 0 0 20 0 41 0 87455993 4487847936 786346 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505917] ppid=505909 vsize=4382664 memory=658516 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505917/stat : 505917 (fscip) R 505909 505912 498407 0 -1 4194368 26919 0 0 0 26 6 0 0 20 0 41 0 87455993 4487847936 786346 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505918] ppid=505909 vsize=4382664 memory=280637995380336 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505918/stat : 505918 (fscip) D 505909 505912 498407 0 -1 4194368 35468 0 0 0 25 7 0 0 20 0 41 0 87455993 4487847936 786346 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505919] ppid=505909 vsize=4382664 memory=30962685530996822 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505919/stat : 505919 (fscip) R 505909 505912 498407 0 -1 4194368 36221 0 0 0 25 7 0 0 20 0 41 0 87455993 4487847936 786346 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505920] ppid=505909 vsize=4382664 memory=20829457518821444 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505920/stat : 505920 (fscip) R 505909 505912 498407 0 -1 4194368 26914 0 0 0 27 6 0 0 20 0 41 0 87455993 4487847936 786346 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505921] ppid=505909 vsize=4382664 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505921/stat : 505921 (fscip) R 505909 505912 498407 0 -1 4194368 35319 0 0 0 25 7 0 0 20 0 41 0 87455993 4487847936 786346 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505922] ppid=505909 vsize=4382664 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505922/stat : 505922 (fscip) R 505909 505912 498407 0 -1 4194368 35938 0 0 0 24 8 0 0 20 0 41 0 87455993 4487847936 786412 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505923] ppid=505909 vsize=4382664 memory=2237 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505923/stat : 505923 (fscip) R 505909 505912 498407 0 -1 4194368 29720 0 0 0 29 6 0 0 20 0 41 0 87455993 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505924] ppid=505909 vsize=4382664 memory=29836768444022866 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505924/stat : 505924 (fscip) R 505909 505912 498407 0 -1 4194368 35624 0 0 0 23 9 0 0 20 0 41 0 87455993 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505925] ppid=505909 vsize=4382664 memory=0 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505925/stat : 505925 (fscip) R 505909 505912 498407 0 -1 4194368 37136 0 0 0 26 7 0 0 20 0 41 0 87455993 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505926] ppid=505909 vsize=4382664 memory=0 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505926/stat : 505926 (fscip) R 505909 505912 498407 0 -1 4194368 27361 0 0 0 28 7 0 0 20 0 41 0 87455993 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505927] ppid=505909 vsize=4382664 memory=33000 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505927/stat : 505927 (fscip) D 505909 505912 498407 0 -1 4194368 36449 0 0 0 25 8 0 0 20 0 41 0 87455993 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505928] ppid=505909 vsize=4382664 memory=1804 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505928/stat : 505928 (fscip) D 505909 505912 498407 0 -1 4194368 35579 0 0 0 24 8 0 0 20 0 41 0 87455993 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505929] ppid=505909 vsize=4382664 memory=6048 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505929/stat : 505929 (fscip) D 505909 505912 498407 0 -1 4194368 27236 0 0 0 27 6 0 0 20 0 41 0 87455993 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505930] ppid=505909 vsize=4382664 memory=51200 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505930/stat : 505930 (fscip) D 505909 505912 498407 0 -1 4194368 35958 0 0 0 24 8 0 0 20 0 41 0 87455994 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505931] ppid=505909 vsize=4382664 memory=280637995003712 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505931/stat : 505931 (fscip) R 505909 505912 498407 0 -1 4194368 35295 0 0 0 25 7 0 0 20 0 41 0 87455994 4487847936 786478 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505932] ppid=505909 vsize=4382664 memory=-7087961436404368800 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505932/stat : 505932 (fscip) R 505909 505912 498407 0 -1 4194368 27868 0 0 0 27 7 0 0 20 0 41 0 87455994 4487847936 786544 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505933] ppid=505909 vsize=4382664 memory=-6873158782964108525 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505933/stat : 505933 (fscip) R 505909 505912 498407 0 -1 4194368 35436 0 0 0 24 8 0 0 20 0 41 0 87455994 4487847936 786544 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505934] ppid=505909 vsize=4382664 memory=-7606684646708830063 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505934/stat : 505934 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786610 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505935] ppid=505909 vsize=4382664 memory=-6371046874363043744 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505935/stat : 505935 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786676 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505936] ppid=505909 vsize=4382664 memory=7301582277744550243 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505936/stat : 505936 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786676 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505937] ppid=505909 vsize=4382664 memory=4713747780098021188 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505937/stat : 505937 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786740 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505938] ppid=505909 vsize=4382664 memory=280637995147792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505938/stat : 505938 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786740 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505940] ppid=505909 vsize=4382664 memory=8532220970753 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505940/stat : 505940 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786740 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505939] ppid=505909 vsize=4382664 memory=8570875676417 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505939/stat : 505939 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786740 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505941] ppid=505909 vsize=4382664 memory=8682544826113 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505941/stat : 505941 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786806 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505942] ppid=505909 vsize=4382664 memory=8691134760705 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505942/stat : 505942 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786806 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505943] ppid=505909 vsize=4382664 memory=8764149204481 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505943/stat : 505943 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786806 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505944] ppid=505909 vsize=4382664 memory=9923790374401 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505944/stat : 505944 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786806 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505945] ppid=505909 vsize=4382664 memory=2814784127238148 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505945/stat : 505945 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786938 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505946] ppid=505909 vsize=4382664 memory=198340509722 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505946/stat : 505946 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786938 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505947] ppid=505909 vsize=4382664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505947/stat : 505947 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786938 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505948] ppid=505909 vsize=4382664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505948/stat : 505948 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786938 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505949] ppid=505909 vsize=4382664 memory=140318997593031 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505949/stat : 505949 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786938 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505950] ppid=505909 vsize=4382664 memory=26032 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505950/stat : 505950 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 786938 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505951] ppid=505909 vsize=4382664 memory=64250 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505951/stat : 505951 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456111 4487847936 787136 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505952] ppid=505909 vsize=4382664 memory=83372 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505952/stat : 505952 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456112 4487847936 787202 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505953] ppid=505909 vsize=4382664 memory=63702 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505953/stat : 505953 (fscip) S 505909 505912 498407 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87456112 4487847936 787202 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 4382664 KiB
Current children cumulated memory: 3144856 KiB

[startup+6.30129 s]
/proc/loadavg: 78.18 79.94 80.30 83/1023 505954
/proc/meminfo: memFree=759999636/790760804 swapFree=131071996/131071996
[pid=505912] ppid=505909 vsize=8080432 memory=6969456 CPUtime=68.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/stat : 505912 (fscip) S 505909 505912 498407 0 -1 1077936128 1531732 0 0 0 4652 2193 0 0 20 0 41 0 87455835 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
/proc/505912/statm: 2020108 1742364 2918 3035 0 1938562 0
[pid=505912/tid=505914] ppid=505909 vsize=8080432 memory=10544 CPUtime=3.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505914/stat : 505914 (fscip) R 505909 505912 498407 0 -1 4194368 61007 0 0 0 229 105 0 0 20 0 41 0 87455993 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505915] ppid=505909 vsize=8080432 memory=0 CPUtime=3.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505915/stat : 505915 (fscip) R 505909 505912 498407 0 -1 4194368 81474 0 0 0 229 105 0 0 20 0 41 0 87455993 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505916] ppid=505909 vsize=8080432 memory=0 CPUtime=3.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505916/stat : 505916 (fscip) R 505909 505912 498407 0 -1 4194368 80567 0 0 0 217 113 0 0 20 0 41 0 87455993 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505917] ppid=505909 vsize=8080432 memory=5937844 CPUtime=3.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505917/stat : 505917 (fscip) R 505909 505912 498407 0 -1 4194368 56395 0 0 0 228 108 0 0 20 0 41 0 87455993 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505918] ppid=505909 vsize=8080432 memory=658516 CPUtime=3.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505918/stat : 505918 (fscip) R 505909 505912 498407 0 -1 4194368 81315 0 0 0 220 111 0 0 20 0 41 0 87455993 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505919] ppid=505909 vsize=8080432 memory=0 CPUtime=3.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505919/stat : 505919 (fscip) R 505909 505912 498407 0 -1 4194368 83982 0 0 0 221 111 0 0 20 0 41 0 87455993 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505920] ppid=505909 vsize=8080432 memory=25145 CPUtime=3.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505920/stat : 505920 (fscip) R 505909 505912 498407 0 -1 4194368 58548 0 0 0 231 104 0 0 20 0 41 0 87455993 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505921] ppid=505909 vsize=8080432 memory=0 CPUtime=3.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505921/stat : 505921 (fscip) R 505909 505912 498407 0 -1 4194368 77138 0 0 0 220 111 0 0 20 0 41 0 87455993 8274362368 1742364 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0

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

[pid=505912/tid=505937] ppid=505909 vsize=27039648 memory=6048 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505937/stat : 505937 (fscip) S 505909 505912 498407 0 -1 1077936192 246 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505938] ppid=505909 vsize=27039648 memory=51200 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505938/stat : 505938 (fscip) S 505909 505912 498407 0 -1 1077936192 207 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505940] ppid=505909 vsize=27039648 memory=20054960 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505940/stat : 505940 (fscip) S 505909 505912 498407 0 -1 1077936192 203 0 0 0 2 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505939] ppid=505909 vsize=27039648 memory=20018228 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505939/stat : 505939 (fscip) S 505909 505912 498407 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505941] ppid=505909 vsize=27039648 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505941/stat : 505941 (fscip) S 505909 505912 498407 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505942] ppid=505909 vsize=27039648 memory=15776 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505942/stat : 505942 (fscip) S 505909 505912 498407 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505943] ppid=505909 vsize=27039648 memory=4345957148749982 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505943/stat : 505943 (fscip) S 505909 505912 498407 0 -1 1077936192 241 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505944] ppid=505909 vsize=27039648 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505944/stat : 505944 (fscip) S 505909 505912 498407 0 -1 1077936192 227 0 0 0 2 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505945] ppid=505909 vsize=27039648 memory=19803348 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505945/stat : 505945 (fscip) S 505909 505912 498407 0 -1 1077936192 241 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505946] ppid=505909 vsize=27039648 memory=19832328 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505946/stat : 505946 (fscip) S 505909 505912 498407 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505947] ppid=505909 vsize=27039648 memory=2208 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505947/stat : 505947 (fscip) S 505909 505912 498407 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505948] ppid=505909 vsize=27039648 memory=2036 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505948/stat : 505948 (fscip) S 505909 505912 498407 0 -1 1077936192 207 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505949] ppid=505909 vsize=27039648 memory=2316 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505949/stat : 505949 (fscip) S 505909 505912 498407 0 -1 1077936192 205 0 0 0 1 1 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505950] ppid=505909 vsize=27039648 memory=33000 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505950/stat : 505950 (fscip) S 505909 505912 498407 0 -1 1077936192 206 0 0 0 2 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505951] ppid=505909 vsize=27039648 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505951/stat : 505951 (fscip) S 505909 505912 498407 0 -1 1077936192 265 0 0 0 3 0 0 0 20 0 41 0 87456111 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505952] ppid=505909 vsize=27039648 memory=19803348 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505952/stat : 505952 (fscip) S 505909 505912 498407 0 -1 1077936192 133 0 0 0 0 1 0 0 20 0 41 0 87456112 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505953] ppid=505909 vsize=27039648 memory=20211040 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505953/stat : 505953 (fscip) S 505909 505912 498407 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 87456112 27688599552 5057550 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
Current children cumulated CPU time: 70825.4 s
Current children cumulated vsize: 27039648 KiB
Current children cumulated memory: 20230200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3641.6 s]
/proc/loadavg: 46.83 56.32 61.95 41/927 508146
/proc/meminfo: memFree=757590276/790760804 swapFree=131071996/131071996
[pid=505912] ppid=505909 vsize=26056608 memory=19830160 CPUtime=72000.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/stat : 505912 (fscip) S 505909 505912 498407 0 -1 1077936128 55795084 0 0 0 7189476 10555 0 0 20 0 41 0 87455835 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
/proc/505912/statm: 6514152 4957540 3030 3035 0 6357386 0
[pid=505912/tid=505914] ppid=505909 vsize=26056608 memory=19828428 CPUtime=3604.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505914/stat : 505914 (fscip) R 505909 505912 498407 0 -1 4194368 1724692 0 0 0 360235 256 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505915] ppid=505909 vsize=26056608 memory=19828428 CPUtime=3598.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505915/stat : 505915 (fscip) R 505909 505912 498407 0 -1 4194368 2411351 0 0 0 359390 413 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505916] ppid=505909 vsize=26056608 memory=33000 CPUtime=3607.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505916/stat : 505916 (fscip) R 505909 505912 498407 0 -1 4194368 4525390 0 0 0 359795 979 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505917] ppid=505909 vsize=26056608 memory=4345957148749982 CPUtime=3606.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505917/stat : 505917 (fscip) R 505909 505912 498407 0 -1 4194368 1511481 0 0 0 360355 251 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505918] ppid=505909 vsize=26056608 memory=27776055663 CPUtime=3604.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505918/stat : 505918 (fscip) R 505909 505912 498407 0 -1 4194368 2371341 0 0 0 360016 425 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505919] ppid=505909 vsize=26056608 memory=6720669826706389607 CPUtime=3599.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505919/stat : 505919 (fscip) R 505909 505912 498407 0 -1 4194368 4286223 0 0 0 359062 933 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505920] ppid=505909 vsize=26056608 memory=15776 CPUtime=3596.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505920/stat : 505920 (fscip) R 505909 505912 498407 0 -1 4194368 1666025 0 0 0 359383 267 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505921] ppid=505909 vsize=26056608 memory=2316 CPUtime=3595.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505921/stat : 505921 (fscip) R 505909 505912 498407 0 -1 4194368 2831658 0 0 0 359107 457 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505922] ppid=505909 vsize=26056608 memory=33000 CPUtime=3607.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505922/stat : 505922 (fscip) R 505909 505912 498407 0 -1 4194368 4452076 0 0 0 359765 980 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505923] ppid=505909 vsize=26056608 memory=7640 CPUtime=3606.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505923/stat : 505923 (fscip) R 505909 505912 498407 0 -1 4194368 1659099 0 0 0 360383 264 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505924] ppid=505909 vsize=26056608 memory=19828428 CPUtime=3600.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505924/stat : 505924 (fscip) R 505909 505912 498407 0 -1 4194368 2775481 0 0 0 359574 486 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505925] ppid=505909 vsize=26056608 memory=20364 CPUtime=3607.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505925/stat : 505925 (fscip) R 505909 505912 498407 0 -1 4194368 4278576 0 0 0 359849 915 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505926] ppid=505909 vsize=26056608 memory=7068 CPUtime=3605.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505926/stat : 505926 (fscip) R 505909 505912 498407 0 -1 4194368 1589781 0 0 0 360328 262 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505927] ppid=505909 vsize=26056608 memory=6720669826706389607 CPUtime=3603.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505927/stat : 505927 (fscip) R 505909 505912 498407 0 -1 4194368 2715468 0 0 0 359973 425 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505928] ppid=505909 vsize=26056608 memory=6944656592387989600 CPUtime=3594.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505928/stat : 505928 (fscip) R 505909 505912 498407 0 -1 4194368 4263001 0 0 0 358560 906 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505929] ppid=505909 vsize=26056608 memory=6298097592830350691 CPUtime=3606.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505929/stat : 505929 (fscip) R 505909 505912 498407 0 -1 4194368 1749152 0 0 0 360379 264 0 0 20 0 41 0 87455993 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505930] ppid=505909 vsize=26056608 memory=6788 CPUtime=3605.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505930/stat : 505930 (fscip) R 505909 505912 498407 0 -1 4194368 2406650 0 0 0 360141 419 0 0 20 0 41 0 87455994 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505931] ppid=505909 vsize=26056608 memory=2208 CPUtime=3603.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505931/stat : 505931 (fscip) R 505909 505912 498407 0 -1 4194368 4294263 0 0 0 359370 937 0 0 20 0 41 0 87455994 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505932] ppid=505909 vsize=26056608 memory=2036 CPUtime=3599.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505932/stat : 505932 (fscip) R 505909 505912 498407 0 -1 4194368 1592823 0 0 0 359666 255 0 0 20 0 41 0 87455994 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505933] ppid=505909 vsize=26056608 memory=31316 CPUtime=3543.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505933/stat : 505933 (fscip) R 505909 505912 498407 0 -1 4194368 2611560 0 0 0 353916 434 0 0 20 0 41 0 87455994 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505934] ppid=505909 vsize=26056608 memory=28568 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505934/stat : 505934 (fscip) S 505909 505912 498407 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505935] ppid=505909 vsize=26056608 memory=7312 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505935/stat : 505935 (fscip) S 505909 505912 498407 0 -1 1077936192 224 0 0 0 1 1 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505936] ppid=505909 vsize=26056608 memory=6720669826706389607 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505936/stat : 505936 (fscip) S 505909 505912 498407 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505937] ppid=505909 vsize=26056608 memory=25932 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505937/stat : 505937 (fscip) S 505909 505912 498407 0 -1 1077936192 252 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505938] ppid=505909 vsize=26056608 memory=21392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505938/stat : 505938 (fscip) S 505909 505912 498407 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505940] ppid=505909 vsize=26056608 memory=2208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505940/stat : 505940 (fscip) S 505909 505912 498407 0 -1 1077936192 210 0 0 0 2 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505939] ppid=505909 vsize=26056608 memory=2036 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505939/stat : 505939 (fscip) S 505909 505912 498407 0 -1 1077936192 204 0 0 0 2 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505941] ppid=505909 vsize=26056608 memory=3 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505941/stat : 505941 (fscip) S 505909 505912 498407 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505942] ppid=505909 vsize=26056608 memory=3 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505942/stat : 505942 (fscip) S 505909 505912 498407 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505943] ppid=505909 vsize=26056608 memory=3 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505943/stat : 505943 (fscip) S 505909 505912 498407 0 -1 1077936192 246 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505944] ppid=505909 vsize=26056608 memory=2 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505944/stat : 505944 (fscip) S 505909 505912 498407 0 -1 1077936192 230 0 0 0 2 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505945] ppid=505909 vsize=26056608 memory=2 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505945/stat : 505945 (fscip) S 505909 505912 498407 0 -1 1077936192 245 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505946] ppid=505909 vsize=26056608 memory=21392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505946/stat : 505946 (fscip) S 505909 505912 498407 0 -1 1077936192 205 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505947] ppid=505909 vsize=26056608 memory=2208 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505947/stat : 505947 (fscip) S 505909 505912 498407 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505948] ppid=505909 vsize=26056608 memory=2036 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505948/stat : 505948 (fscip) S 505909 505912 498407 0 -1 1077936192 210 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505949] ppid=505909 vsize=26056608 memory=31316 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505949/stat : 505949 (fscip) S 505909 505912 498407 0 -1 1077936192 211 0 0 0 2 1 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505950] ppid=505909 vsize=26056608 memory=28568 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505950/stat : 505950 (fscip) S 505909 505912 498407 0 -1 1077936192 210 0 0 0 2 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505951] ppid=505909 vsize=26056608 memory=6720669826706389607 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505951/stat : 505951 (fscip) S 505909 505912 498407 0 -1 1077936192 269 0 0 0 3 0 0 0 20 0 41 0 87456111 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505952] ppid=505909 vsize=26056608 memory=7312 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505952/stat : 505952 (fscip) S 505909 505912 498407 0 -1 1077936192 135 0 0 0 0 1 0 0 20 0 41 0 87456112 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
[pid=505912/tid=505953] ppid=505909 vsize=26056608 memory=26988 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/505912/task/505953/stat : 505953 (fscip) S 505909 505912 498407 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 87456112 26681966592 4957540 809668444160 4194304 16622877 140725926027776 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27963392 140725926036457 140725926036573 140725926036573 140725926043599 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 26056608 KiB
Current children cumulated memory: 19830160 KiB

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

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

# cumulated CPU time of all completed processes:  user=71895 s, system=106.12 s

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

[startup+3642 s]*
/proc/loadavg: 46.83 56.32 61.95 22/888 508146
/proc/meminfo: memFree=772240628/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.12 s]
/proc/loadavg: 46.83 56.32 61.95 22/888 508146
/proc/meminfo: memFree=772240628/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3642.18
CPU time (s): 72001.1
CPU user time (s): 71895
CPU system time (s): 106.12
CPU usage (%): 1976.87
Max. virtual memory (cumulated for all children) (KiB): 27428676
Max. memory (cumulated for all children) (KiB): 20439260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71895
system time used= 106.12
maximum resident set size= 20439260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55795106
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= 1072135
involuntary context switches= 202635


# summary of solver processes directly reported to runsolver:
#   pid: 505912
#   total CPU time (s): 72001.1
#   total CPU user time (s): 71895
#   total CPU system time (s): 106.12

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.4581 second user time and 95.3085 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-09 15:05:27
IDJOB=4467282
IDBENCH=147023
IDSOLVER=3097
FILE ID=nodeD105/4467282-1723208727
RUNJOBID= nodeD105-1723200315-498420
SLURM_JOB_ID= 8266897
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data10_3.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-4467282-1723208727/watcher-4467282-1723208727 -o /tmp/evaluation-result-4467282-1723208727/solver-4467282-1723208727 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723200315-498420 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467282-1723208727.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 45d4d1161a77415ffbfc9841f6913b11
RANDOM SEED=409243351

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        767063160 kB
MemAvailable:   766906264 kB
Buffers:          879908 kB
Cached:          2314652 kB
SwapCached:            0 kB
Active:          1200064 kB
Inactive:       19467284 kB
Active(anon):       2168 kB
Inactive(anon): 17501364 kB
Active(file):    1197896 kB
Inactive(file):  1965920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31456 kB
Writeback:           100 kB
AnonPages:      17472064 kB
Mapped:           136156 kB
Shmem:             30728 kB
KReclaimable:     197980 kB
Slab:             596628 kB
SReclaimable:     197980 kB
SUnreclaim:       398648 kB
KernelStack:       16880 kB
PageTables:        46684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1620220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           805248 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1222656 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:      776192 kB
DirectMap2M:    95141888 kB
DirectMap1G:    709885952 kB

Free space on /tmp at the end= 8622860 MiB
End job on nodeD105 at 2024-08-09 16:06:10