Trace number 4467749

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72002.2 3636.69

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUMd2d0eb539d1ad3b17959abe287928b07
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.516163
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 87929964, getVmSize() = 77123584, SCIPgetMemUsed() = 45068561, SCIPgetMemTotal() = 53235793, SCIPgetMemExternEstim() = 34694171
0.00/0.08	c ** set memory limit for presolving in LC to 8.79582e+12 for SCIP **
0.52/0.55	c ** Estimated virtualMemUsedAtSolver = 104437019, getVmSize() = 153186304, SCIPgetMemUsed() = 82563198, SCIPgetMemTotal() = 121961358, SCIPgetMemExternEstim() = 34694171
0.52/0.55	c ** set memory limit for solvers to 4.18829e+11 for each SCIP **
0.52/0.55	c Original Problem   :
0.52/0.55	c   Problem name     : instance-4467749-1723220773
0.52/0.55	c   Variables        : 4626 (4626 binary, 0 integer, 0 implicit integer, 0 continuous)
0.52/0.55	c   Constraints      : 30747
0.52/0.55	c   Objective sense  : minimize
0.52/0.55	c Presolved Problem  :
0.52/0.55	c   Variables        : 4626 (4626 binary, 0 integer, 0 implicit integer, 0 continuous)
0.52/0.55	c   Constraints      : 30747
0.52/0.55	c Constraints        : Number
0.52/0.55	c   knapsack         : 78 
0.52/0.55	c   setppc           : 945 
0.52/0.55	c   logicor          : 29724 
0.52/0.55	c ** Instance transfer method used: 0
0.52/0.59	c ** ParaScipInstance copy does not increase the number of variables. **
1.29/1.34	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.29/1.34	c                                Nodes    Active                                            
1.29/1.34	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3600.84/183.33	c       183              2           1        20                -           0.0000          -
3862.49/196.59	c       197            660         659        20                -           0.0000          -
3983.41/202.62	c       203            660         659        20                -           0.0000          -
4088.57/207.90	c       208            660         659        20                -           0.0000          -
4274.94/217.33	c       217            660         659        20                -           0.0000          -
4376.09/222.47	c       222            660         659        20                -           0.0000          -
4481.05/227.76	c       228            660         659        20                -           0.0000          -
4582.08/232.80	c       233            660         659        20                -           0.0000          -
4705.64/239.08	c       239            660         659        20                -           0.0000          -
4811.75/244.46	c       244            660         659        20                -           0.0000          -
4952.46/251.59	c       252            660         659        20                -           0.0000          -
5204.12/264.25	c       264            660         659        20                -           0.0000          -
5336.76/270.92	c       271            660         659        20                -           0.0000          -
5461.42/277.20	c       277            660         659        20                -           0.0000          -
5605.87/284.53	c       285            660         659        20                -           0.0000          -
5730.41/290.85	c       291            660         659        20                -           0.0000          -
5849.11/296.80	c       297            660         659        20                -           0.0000          -
5994.19/304.19	c       304            660         659        20                -           0.0000          -
6098.35/309.49	c       310            660         659        20                -           0.0000          -
6226.87/315.95	c       316            660         659        20                -           0.0000          -
6328.51/321.06	c       321            660         659        20                -           0.0000          -
6432.84/326.37	c       326            660         659        20                -           0.0000          -
6586.06/334.12	c       334            660         659        20                -           0.0000          -
6779.60/343.86	c       344            660         659        20                -           0.0000          -
6942.62/352.07	c       352            660         659        20                -           0.0000          -
7050.82/357.59	c       358            660         659        20                -           0.0000          -
7165.50/363.32	c       363            660         659        20                -           0.0000          -
7268.34/368.58	c       369             16          15        20                -           0.0000          -
7381.09/374.24	c       374             16          15        20                -           0.0000          -
7547.24/382.68	c       383             14          13        20                -           0.0000          -
7654.83/388.07	c       388             14          13        20                -           0.0000          -
7800.32/395.45	c       395             14          13        20                -           0.0000          -
7951.22/403.06	c       403             14          13        20                -           0.0000          -
8050.30/408.12	c       408             14          13        20                -           0.0000          -
8172.20/414.24	c       414             14          13        20                -           0.0000          -
8292.93/420.31	c       420             14          13        20                -           0.0000          -
8428.15/427.15	c       427           4327        2646        20                -           0.0000          -
8593.82/435.58	c       436           4327        2646        20                -           0.0000          -
8698.69/440.88	c       441           4327        2646        20                -           0.0000          -
8841.79/448.07	c       448           4327        2646        20                -           0.0000          -
9037.08/458.00	c       458           4327        2646        20                -           0.0000          -
9167.70/464.55	c       465           4327        2646        20                -           0.0000          -
9345.83/473.50	c       474           4327        2646        20                -           0.0000          -
9488.35/480.78	c       481           4327        2646        20                -           0.0000          -
9666.45/489.73	c       490           4327        2646        20                -           0.0000          -
9795.02/496.22	c       496           4327        2646        20                -           0.0000          -
9901.88/501.62	c       502           4327        2646        20                -           0.0000          -
10004.69/506.86	c       507           4327        2646        20                -           0.0000          -
10111.51/512.20	c       512           4327        2646        20                -           0.0000          -
10271.78/520.35	c       520           4327        2646        20                -           0.0000          -
10378.65/525.78	c       526             17          16        20                -           0.0000          -
10484.08/531.06	c       531             17          16        20                -           0.0000          -
10602.94/537.12	c       537             17          16        20                -           0.0000          -
10707.02/542.33	c       542             23          22        20                -           0.0000          -
10829.72/548.55	c       549             23          22        20                -           0.0000          -
10948.47/554.60	c       555             23          22        20                -           0.0000          -
11053.36/559.87	c       560           6641           0        20                -           0.0000          -
11218.29/568.14	c       568           6641           0        20                -           0.0000          -
11350.20/574.82	c       575           6641           0        20                -           0.0000          -
11478.87/581.38	c       581           6641           0        20                -           0.0000          -
11688.64/592.01	c       592           6641           0        20                -           0.0000          -
11812.10/598.19	c       598           6641           0        20                -           0.0000          -
11940.01/604.69	c       605           6641           0        20                -           0.0000          -
12096.40/612.51	c       613           6641           0        20                -           0.0000          -
12199.34/617.71	c       618           6641           0        20                -           0.0000          -
12421.04/629.01	c       629           6641           0        20                -           0.0000          -
12616.98/638.89	c       639           6641           0        20                -           0.0000          -
12745.63/645.35	c       645           6641           0        20                -           0.0000          -
12866.40/651.42	c       651           6641           0        20                -           0.0000          -
12979.71/657.15	c       657           6641           0        20                -           0.0000          -
13127.74/664.60	c       665           6641           0        20                -           0.0000          -
13232.68/669.90	c       670             23          22        20                -           0.0000          -
13349.49/675.85	c       676             23          22        20                -           0.0000          -
13569.31/687.00	c       687             23          22        20                -           0.0000          -
13690.65/693.07	c       693             23          22        20                -           0.0000          -
13846.55/700.91	c       701             23          22        20                -           0.0000          -
14109.83/714.24	c       714             23          22        20                -           0.0000          -
14245.08/721.13	c       721             23          22        20                -           0.0000          -
14361.29/726.99	c       727             23          22        20                -           0.0000          -
14504.48/734.18	c       734           8774        1466        20                -           0.0000          -
14616.75/739.85	c       740           8774        1466        20                -           0.0000          -
14737.55/745.90	c       746           8774        1466        20                -           0.0000          -
14931.70/755.79	c       756           8774        1466        20                -           0.0000          -
15034.69/760.97	c       761           8774        1466        20                -           0.0000          -
15198.96/769.28	c       769           8774        1466        20                -           0.0000          -
15311.84/775.02	c       775           8774        1466        20                -           0.0000          -
15458.32/782.37	c       782           8774        1466        20                -           0.0000          -
15561.30/787.54	c       788           8774        1466        20                -           0.0000          -
15743.55/796.76	c       797           8774        1466        20                -           0.0000          -
15917.88/805.56	c       806           8774        1466        20                -           0.0000          -
16038.70/811.60	c       812           8774        1466        20                -           0.0000          -
16161.49/817.85	c       818           8774        1466        20                -           0.0000          -
16280.34/823.84	c       824           8774        1466        20                -           0.0000          -
16421.03/831.01	c       831             28          27        20                -           0.0000          -
16542.50/837.12	c       837             28          27        20                -           0.0000          -
16681.05/844.08	c       844             28          27        20                -           0.0000          -
16782.10/849.19	c       849             28          27        20                -           0.0000          -
16914.31/855.81	c       856             28          27        20                -           0.0000          -
17122.17/866.35	c       866             28          27        20                -           0.0000          -
17266.75/873.60	c       874          10950           0        20                -           0.0000          -
17365.78/878.69	c       879          10950           0        20                -           0.0000          -
17639.23/892.43	c       892          10950           0        20                -           0.0000          -
17779.90/899.56	c       900          10950           0        20                -           0.0000          -
17911.20/906.13	c       906          10950           0        20                -           0.0000          -
18028.17/912.12	c       912          10950           0        20                -           0.0000          -
18158.21/918.67	c       919          10950           0        20                -           0.0000          -
18261.20/923.88	c       924          10950           0        20                -           0.0000          -
18424.32/932.05	c       932          10950           0        20                -           0.0000          -
18587.94/940.32	c       940          10950           0        20                -           0.0000          -
18688.99/945.44	c       945          10950           0        20                -           0.0000          -
18906.85/956.45	c       956          10950           0        20                -           0.0000          -
19041.48/963.22	c       963          10950           0        20                -           0.0000          -
19146.40/968.53	c       969          10950           0        20                -           0.0000          -
19350.18/978.89	c       979          10950           0        20                -           0.0000          -
19453.67/984.04	c       984          10950           0        20                -           0.0000          -
19564.10/989.65	c       990             29          30        20                -           0.0000          -
19686.91/995.85	c       996             29          30        20                -           0.0000          -
19785.98/1000.88	c      1001             29          30        20                -           0.0000          -
19999.97/1011.69	c      1012             29          30        20                -           0.0000          -
20198.03/1021.61	c      1022             29          30        20                -           0.0000          -
20325.41/1028.12	c      1028             29          30        20                -           0.0000          -
20572.42/1040.58	c      1041             33          32        20                -           0.0000          -
20718.94/1047.92	c      1048             34          35        20                -           0.0000          -
20840.33/1054.13	c      1054             34          35        20                -           0.0000          -
21004.12/1062.34	c      1062             34          35        20                -           0.0000          -
21103.12/1067.39	c      1067             34          35        20                -           0.0000          -
21221.98/1073.36	c      1073             34          35        20                -           0.0000          -
21434.62/1084.04	c      1084             34          35        20                -           0.0000          -
21553.45/1090.04	c      1090             34          35        20                -           0.0000          -
21654.35/1095.13	c      1095             34          35        20                -           0.0000          -
21778.59/1101.41	c      1101             34          35        20                -           0.0000          -
21877.65/1106.46	c      1106             34          35        20                -           0.0000          -
22053.91/1115.34	c      1115             34          35        20                -           0.0000          -
22152.92/1120.39	c      1120             34          35        20                -           0.0000          -
22253.99/1125.43	c      1125             34          35        20                -           0.0000          -
22355.06/1130.59	c      1131             34          35        20                -           0.0000          -
22473.90/1136.57	c      1137             34          35        20                -           0.0000          -
22574.94/1141.62	c      1142             34          35        20                -           0.0000          -
22673.99/1146.66	c      1147             34          35        20                -           0.0000          -
22821.19/1154.11	c      1154             34          35        20                -           0.0000          -
22951.40/1160.61	c      1161             34          35        20                -           0.0000          -
23066.36/1166.44	c      1166             34          35        20                -           0.0000          -
23165.45/1171.48	c      1171             34          35        20                -           0.0000          -
23266.52/1176.53	c      1177             34          35        20                -           0.0000          -
23387.37/1182.61	c      1183             34          35        20                -           0.0000          -
23488.41/1187.77	c      1188             34          35        20                -           0.0000          -
23589.45/1192.86	c      1193             34          35        20                -           0.0000          -
23690.48/1197.91	c      1198             34          35        20                -           0.0000          -
23789.54/1202.96	c      1203             34          35        20                -           0.0000          -
23896.49/1208.33	c      1208             34          35        20                -           0.0000          -
23995.57/1213.39	c      1213             34          35        20                -           0.0000          -
24175.84/1222.40	c      1222             34          35        20                -           0.0000          -
24336.28/1230.54	c      1231             34          35        20                -           0.0000          -
24443.23/1235.97	c      1236             34          35        20                -           0.0000          -
24542.25/1241.02	c      1241             34          35        20                -           0.0000          -
24646.03/1246.15	c      1246             34          35        20                -           0.0000          -
24746.23/1251.20	c      1251             34          35        20                -           0.0000          -
24851.19/1256.51	c      1257             34          35        20                -           0.0000          -
24968.05/1262.49	c      1262             34          35        20                -           0.0000          -
25082.89/1268.21	c      1268             34          35        20                -           0.0000          -
25324.47/1280.50	c      1280             34          35        20                -           0.0000          -
25518.57/1290.29	c      1290             34          35        20                -           0.0000          -
25629.45/1295.88	c      1296             34          35        20                -           0.0000          -
25758.15/1302.34	c      1302          21254           0        20                -           0.0000          -
25861.12/1307.54	c      1308          21254           0        20                -           0.0000          -
26017.56/1315.48	c      1315          21254           0        20                -           0.0000          -
26134.39/1321.37	c      1321          21254           0        20                -           0.0000          -
26251.23/1327.26	c      1327          21254           0        20                -           0.0000          -
26352.28/1332.31	c      1332          21254           0        20                -           0.0000          -
26451.34/1337.36	c      1337          21254           0        20                -           0.0000          -
26552.37/1342.42	c      1342          21254           0        20                -           0.0000          -
26655.37/1347.69	c      1348             35          34        20                -           0.0000          -
26766.30/1353.26	c      1353             54          53        20                -           0.0000          -
26867.33/1358.31	c      1358             54          53        20                -           0.0000          -
26986.16/1364.33	c      1364             46          45        20                -           0.0000          -
27136.71/1372.00	c      1372             46          45        20                -           0.0000          -
27261.47/1378.25	c      1378             54          55        20                -           0.0000          -
27370.42/1383.71	c      1384             54          55        20                -           0.0000          -
27479.31/1389.29	c      1389             54          55        20                -           0.0000          -
27580.33/1394.34	c      1394             54          55        20                -           0.0000          -
27679.37/1399.39	c      1399             54          55        20                -           0.0000          -
27780.40/1404.43	c      1404             54          55        20                -           0.0000          -
27891.96/1410.05	c      1410             54          55        20                -           0.0000          -
27991.13/1415.10	c      1415             54          55        20                -           0.0000          -
28091.95/1420.15	c      1420             54          55        20                -           0.0000          -
28200.56/1425.64	c      1426             54          55        20                -           0.0000          -
28299.40/1430.68	c      1431             54          55        20                -           0.0000          -
28400.45/1435.73	c      1436             54          55        20                -           0.0000          -
28499.53/1440.78	c      1441             54          55        20                -           0.0000          -
28600.56/1445.84	c      1446             54          55        20                -           0.0000          -
28699.49/1450.88	c      1451             54          55        20                -           0.0000          -
28844.63/1458.15	c      1458          34810        1887        20                -           0.0000          -
28954.96/1463.73	c      1464          34810        1887        20                -           0.0000          -
29107.44/1471.43	c      1471          34810        1887        20                -           0.0000          -
29206.43/1476.46	c      1476          34810        1887        20                -           0.0000          -
29408.42/1486.63	c      1487          34810        1887        20                -           0.0000          -
29525.23/1492.53	c      1493          34810        1887        20                -           0.0000          -
29624.22/1497.58	c      1498          34810        1887        20                -           0.0000          -
29725.20/1502.64	c      1503             43          42        20                -           0.0000          -
29824.19/1507.68	c      1508             43          42        20                -           0.0000          -
29925.11/1512.73	c      1513             43          42        20                -           0.0000          -
30024.11/1517.79	c      1518             43          42        20                -           0.0000          -
30125.09/1522.83	c      1523             43          42        20                -           0.0000          -
30224.11/1527.88	c      1528             64          63        20                -           0.0000          -
30325.03/1532.93	c      1533             64          63        20                -           0.0000          -
30435.89/1538.51	c      1539             59          58        20                -           0.0000          -
30538.85/1543.72	c      1544             59          58        20                -           0.0000          -
30637.83/1548.77	c      1549             59          58        20                -           0.0000          -
30738.83/1553.82	c      1554             66          65        20                -           0.0000          -
30946.71/1564.32	c      1564          60148           0        20                -           0.0000          -
31047.65/1569.40	c      1569          60148           0        20                -           0.0000          -
31161.08/1575.13	c      1575          60148           0        20                -           0.0000          -
31260.18/1580.18	c      1580          60148           0        20                -           0.0000          -
31360.49/1585.23	c      1585          60148           0        20                -           0.0000          -
31459.49/1590.28	c      1590          60148           0        20                -           0.0000          -
31560.46/1595.34	c      1595          60148           0        20                -           0.0000          -
31659.46/1600.39	c      1600          60148           0        20                -           0.0000          -
31760.46/1605.44	c      1605          60148           0        20                -           0.0000          -
31859.46/1610.48	c      1610          60148           0        20                -           0.0000          -
31960.44/1615.54	c      1616          60148           0        20                -           0.0000          -
32061.43/1620.61	c      1621          60148           0        20                -           0.0000          -
32160.42/1625.66	c      1626          60148           0        20                -           0.0000          -
32261.36/1630.71	c      1631          60148           0        20                -           0.0000          -
32360.37/1635.77	c      1636          60148           0        20                -           0.0000          -
32461.35/1640.81	c      1641          60148           0        20                -           0.0000          -
32560.37/1645.86	c      1646          60148           0        20                -           0.0000          -
32661.36/1650.91	c      1651          60148           0        20                -           0.0000          -
32760.38/1655.96	c      1656          60148           0        20                -           0.0000          -
32859.39/1661.01	c      1661          60148           0        20                -           0.0000          -
32961.01/1666.06	c      1666          60148           0        20                -           0.0000          -
33073.20/1671.78	c      1672          60148           0        20                -           0.0000          -
33174.20/1676.82	c      1677             64          63        20                -           0.0000          -
33273.19/1681.87	c      1682             64          63        20                -           0.0000          -
33374.18/1686.93	c      1687             64          63        20                -           0.0000          -
33473.14/1691.97	c      1692             64          63        20                -           0.0000          -
33572.14/1697.02	c      1697             64          63        20                -           0.0000          -
33673.74/1702.07	c      1702             64          63        20                -           0.0000          -
33772.71/1707.12	c      1707             64          63        20                -           0.0000          -
33873.90/1712.16	c      1712             64          63        20                -           0.0000          -
33974.08/1717.22	c      1717             69          68        20                -           0.0000          -
34073.10/1722.28	c      1722             69          68        20                -           0.0000          -
34174.08/1727.32	c      1727             69          68        20                -           0.0000          -
34273.08/1732.37	c      1732             69          68        20                -           0.0000          -
34374.07/1737.42	c      1737             69          68        20                -           0.0000          -
34481.03/1742.89	c      1743             69          68        20                -           0.0000          -
34582.05/1747.93	c      1748             69          68        20                -           0.0000          -
34698.85/1753.80	c      1754             74          73        20                -           0.0000          -
34797.90/1758.89	c      1759             74          73        20                -           0.0000          -
34898.93/1763.93	c      1764             74          73        20                -           0.0000          -
34997.98/1768.99	c      1769             74          73        20                -           0.0000          -
35099.59/1774.03	c      1774             74          73        20                -           0.0000          -
35198.55/1779.09	c      1779             74          73        20                -           0.0000          -
35299.44/1784.14	c      1784             74          73        20                -           0.0000          -
35398.80/1789.18	c      1789             74          73        20                -           0.0000          -
35499.05/1794.23	c      1794             57          56        20                -           0.0000          -
35598.13/1799.28	c      1799         107726           0        20                -           0.0000          -
35699.15/1804.34	c      1804         107726           0        20                -           0.0000          -
35798.19/1809.38	c      1809         107726           0        20                -           0.0000          -
35899.17/1814.43	c      1814         107726           0        20                -           0.0000          -
35998.23/1819.48	c      1819         107726           0        20                -           0.0000          -
36099.24/1824.53	c      1825         107726           0        20                -           0.0000          -
36200.24/1829.68	c      1830         107726           0        20                -           0.0000          -
36327.52/1836.09	c      1836         107726           0        20                -           0.0000          -
36433.86/1841.43	c      1841         107726           0        20                -           0.0000          -
36538.80/1846.71	c      1847         107726           0        20                -           0.0000          -
36637.82/1851.76	c      1852         107726           0        20                -           0.0000          -
36738.82/1856.81	c      1857         107726           0        20                -           0.0000          -
36837.83/1861.86	c      1862         107726           0        20                -           0.0000          -
36938.83/1866.91	c      1867         107726           0        20                -           0.0000          -
37037.80/1871.97	c      1872         107726           0        20                -           0.0000          -
37136.82/1877.01	c      1877         107726           0        20                -           0.0000          -
37238.47/1882.07	c      1882         107726           0        20                -           0.0000          -
37337.45/1887.11	c      1887         107726           0        20                -           0.0000          -
37438.51/1892.16	c      1892         107726           0        20                -           0.0000          -
37538.82/1897.22	c      1897         107726           0        20                -           0.0000          -
37637.83/1902.26	c      1902         107726           0        20                -           0.0000          -
37738.82/1907.31	c      1907         107726           0        20                -           0.0000          -
37841.79/1912.53	c      1913         107726           0        20                -           0.0000          -
37940.79/1917.57	c      1918         107726           0        20                -           0.0000          -
38041.77/1922.62	c      1923         107726           0        20                -           0.0000          -
38140.79/1927.67	c      1928             62          61        20                -           0.0000          -
38241.72/1932.73	c      1933             82          81        20                -           0.0000          -
38340.74/1937.77	c      1938             82          81        20                -           0.0000          -
38441.71/1942.82	c      1943             82          81        20                -           0.0000          -
38540.72/1947.87	c      1948             82          81        20                -           0.0000          -
38641.70/1952.92	c      1953             82          81        20                -           0.0000          -
38740.70/1957.97	c      1958             82          81        20                -           0.0000          -
38839.69/1963.03	c      1963             82          81        20                -           0.0000          -
38941.27/1968.08	c      1968             64          63        20                -           0.0000          -
39040.28/1973.12	c      1973             64          63        20                -           0.0000          -
39141.31/1978.17	c      1978             64          63        20                -           0.0000          -
39241.58/1983.22	c      1983             64          63        20                -           0.0000          -
39340.57/1988.28	c      1988             64          63        20                -           0.0000          -
39441.52/1993.32	c      1993             85          84        20                -           0.0000          -
39540.52/1998.38	c      1998             84          83        20                -           0.0000          -
39641.50/2003.42	c      2003             84          83        20                -           0.0000          -
39740.52/2008.47	c      2008             84          83        20                -           0.0000          -
39841.50/2013.53	c      2014             84          83        20                -           0.0000          -
39940.51/2018.58	c      2019             84          83        20                -           0.0000          -
40041.49/2023.63	c      2024             87          86        20                -           0.0000          -
40140.50/2028.67	c      2029             86          85        20                -           0.0000          -
40241.49/2033.73	c      2034             85          84        20                -           0.0000          -
40340.48/2038.78	c      2039             85          84        20                -           0.0000          -
40441.47/2043.83	c      2044             85          84        20                -           0.0000          -
40540.47/2048.87	c      2049             85          84        20                -           0.0000          -
40641.42/2053.92	c      2054             70          69        20                -           0.0000          -
40740.45/2058.98	c      2059             70          69        20                -           0.0000          -
40839.52/2064.02	c      2064             70          69        20                -           0.0000          -
40941.14/2069.07	c      2069             70          69        20                -           0.0000          -
41040.38/2074.12	c      2074             70          69        20                -           0.0000          -
41141.28/2079.18	c      2079             70          69        20                -           0.0000          -
41241.75/2084.22	c      2084             70          69        20                -           0.0000          -
41340.82/2089.27	c      2089             86          85        20                -           0.0000          -
41441.89/2094.32	c      2094             86          85        20                -           0.0000          -
41540.98/2099.37	c      2099             86          85        20                -           0.0000          -
41642.05/2104.43	c      2104             86          85        20                -           0.0000          -
41741.14/2109.48	c      2109             86          85        20                -           0.0000          -
41842.22/2114.53	c      2115             86          85        20                -           0.0000          -
41941.27/2119.58	c      2120             86          85        20                -           0.0000          -
42042.34/2124.63	c      2125             86          85        20                -           0.0000          -
42141.42/2129.68	c      2130             74          73        20                -           0.0000          -
42242.48/2134.74	c      2135             74          73        20                -           0.0000          -
42341.58/2139.79	c      2140             74          73        20                -           0.0000          -
42442.65/2144.83	c      2145             74          73        20                -           0.0000          -
42541.73/2149.89	c      2150             74          73        20                -           0.0000          -
42642.81/2154.94	c      2155             87          86        20                -           0.0000          -
42741.90/2159.98	c      2160             87          86        20                -           0.0000          -
42843.52/2165.03	c      2165             87          86        20                -           0.0000          -
42942.78/2170.08	c      2170             87          86        20                -           0.0000          -
43043.68/2175.13	c      2175             87          86        20                -           0.0000          -
43142.79/2180.18	c      2180             75          74        20                -           0.0000          -
43243.21/2185.23	c      2185             75          74        20                -           0.0000          -
43342.30/2190.29	c      2190             75          74        20                -           0.0000          -
43443.37/2195.34	c      2195             75          74        20                -           0.0000          -
43542.45/2200.39	c      2200             75          74        20                -           0.0000          -
43643.52/2205.44	c      2205             75          74        20                -           0.0000          -
43742.62/2210.48	c      2210             75          74        20                -           0.0000          -
43843.69/2215.53	c      2216             75          74        20                -           0.0000          -
43942.79/2220.59	c      2221             75          74        20                -           0.0000          -
44043.86/2225.64	c      2226             75          74        20                -           0.0000          -
44142.94/2230.68	c      2231             75          74        20                -           0.0000          -
44244.03/2235.73	c      2236             75          74        20                -           0.0000          -
44343.11/2240.78	c      2241             75          74        20                -           0.0000          -
44444.24/2245.83	c      2246             99          98        20                -           0.0000          -
44543.35/2250.88	c      2251             99          98        20                -           0.0000          -
44644.46/2255.93	c      2256             75          76        20                -           0.0000          -
44743.58/2260.98	c      2261             75          76        20                -           0.0000          -
44845.25/2266.04	c      2266             75          76        20                -           0.0000          -
44944.37/2271.09	c      2271             75          76        20                -           0.0000          -
45045.46/2276.14	c      2276             75          76        20                -           0.0000          -
45144.76/2281.18	c      2281             75          76        20                -           0.0000          -
45245.09/2286.23	c      2286             75          76        20                -           0.0000          -
45344.19/2291.28	c      2291             75          76        20                -           0.0000          -
45445.29/2296.33	c      2296             75          76        20                -           0.0000          -
45544.37/2301.38	c      2301             75          76        20                -           0.0000          -
45645.45/2306.43	c      2306             75          76        20                -           0.0000          -
45744.57/2311.48	c      2311            112         111        20                -           0.0000          -
45845.68/2316.53	c      2317            102         101        20                -           0.0000          -
45944.81/2321.59	c      2322             76          75        20                -           0.0000          -
46045.91/2326.63	c      2327             96          95        20                -           0.0000          -
46145.04/2331.69	c      2332            103         102        20                -           0.0000          -
46246.09/2336.74	c      2337            103         102        20                -           0.0000          -
46345.16/2341.79	c      2342            103         102        20                -           0.0000          -
46446.21/2346.84	c      2347            103         102        20                -           0.0000          -
46545.28/2351.89	c      2352             79          78        20                -           0.0000          -
46646.34/2356.93	c      2357             79          78        20                -           0.0000          -
46745.37/2361.98	c      2362            104         103        20                -           0.0000          -
46847.07/2367.03	c      2367            104         103        20                -           0.0000          -
46946.04/2372.08	c      2372            104         103        20                -           0.0000          -
47047.10/2377.13	c      2377             98          97        20                -           0.0000          -
47146.16/2382.18	c      2382             98          97        20                -           0.0000          -
47246.70/2387.23	c      2387             81          80        20                -           0.0000          -
47345.79/2392.28	c      2392             81          80        20                -           0.0000          -
47446.85/2397.34	c      2397             81          80        20                -           0.0000          -
47545.93/2402.38	c      2402             81          80        20                -           0.0000          -
47646.99/2407.43	c      2407             81          80        20                -           0.0000          -
47746.07/2412.48	c      2412             81          80        20                -           0.0000          -
47847.14/2417.53	c      2418             81          80        20                -           0.0000          -
47946.17/2422.58	c      2423             81          80        20                -           0.0000          -
48047.24/2427.63	c      2428             81          80        20                -           0.0000          -
48146.29/2432.69	c      2433             81          80        20                -           0.0000          -
48247.35/2437.73	c      2438             81          80        20                -           0.0000          -
48346.43/2442.79	c      2443            107         106        20                -           0.0000          -
48447.50/2447.84	c      2448            107         106        20                -           0.0000          -
48546.59/2452.89	c      2453            107         106        20                -           0.0000          -
48647.67/2457.93	c      2458            107         106        20                -           0.0000          -
48746.73/2462.99	c      2463            107         106        20                -           0.0000          -
48845.80/2468.01	c      2468            107         106        20                -           0.0000          -
48947.48/2473.08	c      2473            107         106        20                -           0.0000          -
49048.45/2478.13	c      2478            107         106        20                -           0.0000          -
49147.47/2483.18	c      2483            107         106        20                -           0.0000          -
49247.97/2488.24	c      2488            122         121        20                -           0.0000          -
49347.03/2493.28	c      2493            122         121        20                -           0.0000          -
49448.09/2498.33	c      2498            108         107        20                -           0.0000          -
49547.16/2503.39	c      2503            108         107        20                -           0.0000          -
49648.23/2508.43	c      2508            108         107        20                -           0.0000          -
49747.30/2513.49	c      2513            108         107        20                -           0.0000          -
49848.36/2518.53	c      2519            108         107        20                -           0.0000          -
49947.42/2523.58	c      2524            108         107        20                -           0.0000          -
50048.47/2528.63	c      2529            108         107        20                -           0.0000          -
50147.54/2533.69	c      2534            108         107        20                -           0.0000          -
50248.60/2538.75	c      2539            108         107        20                -           0.0000          -
50349.61/2543.80	c      2544            108         107        20                -           0.0000          -
50448.69/2548.85	c      2549            108         107        20                -           0.0000          -
50547.77/2553.86	c      2554            108         107        20                -           0.0000          -
50648.83/2558.95	c      2559            108         107        20                -           0.0000          -
50747.90/2563.99	c      2564            108         107        20                -           0.0000          -
50849.55/2569.05	c      2569             85          84        20                -           0.0000          -
50948.57/2574.09	c      2574             85          84        20                -           0.0000          -
51049.59/2579.14	c      2579             85          84        20                -           0.0000          -
51148.68/2584.18	c      2584             85          84        20                -           0.0000          -
51249.18/2589.25	c      2589             85          84        20                -           0.0000          -
51350.23/2594.30	c      2594            112         111        20                -           0.0000          -
51449.30/2599.34	c      2599            112         111        20                -           0.0000          -
51548.33/2604.39	c      2604             87          86        20                -           0.0000          -
51649.37/2609.45	c      2609            113         112        20                -           0.0000          -
51748.43/2614.49	c      2614            113         112        20                -           0.0000          -
51849.48/2619.55	c      2620            113         112        20                -           0.0000          -
51948.54/2624.59	c      2625            113         112        20                -           0.0000          -
52049.60/2629.64	c      2630            113         112        20                -           0.0000          -
52148.68/2634.69	c      2635            113         112        20                -           0.0000          -
52249.74/2639.75	c      2640             89          88        20                -           0.0000          -
52348.83/2644.79	c      2645             89          88        20                -           0.0000          -
52449.89/2649.84	c      2650             89          88        20                -           0.0000          -
52548.97/2654.90	c      2655            117         116        20                -           0.0000          -
52650.03/2659.94	c      2660            117         116        20                -           0.0000          -
52749.05/2664.99	c      2665            117         116        20                -           0.0000          -
52850.64/2670.04	c      2670            133         132        20                -           0.0000          -
52949.70/2675.10	c      2675            133         132        20                -           0.0000          -
53050.77/2680.14	c      2680            116         115        20                -           0.0000          -
53149.87/2685.19	c      2685            116         115        20                -           0.0000          -
53250.33/2690.24	c      2690            116         115        20                -           0.0000          -
53349.40/2695.30	c      2695            134         133        20                -           0.0000          -
53450.45/2700.34	c      2700             92          91        20                -           0.0000          -
53549.54/2705.40	c      2705             92          91        20                -           0.0000          -
53650.59/2710.44	c      2710             92          91        20                -           0.0000          -
53749.68/2715.50	c      2716             92          91        20                -           0.0000          -
53850.73/2720.54	c      2721             92          91        20                -           0.0000          -
53949.78/2725.59	c      2726             92          91        20                -           0.0000          -
54050.86/2730.64	c      2731             92          91        20                -           0.0000          -
54149.96/2735.70	c      2736             92          91        20                -           0.0000          -
54251.06/2740.75	c      2741             92          91        20                -           0.0000          -
54350.16/2745.79	c      2746             92          91        20                -           0.0000          -
54451.25/2750.85	c      2751             92          91        20                -           0.0000          -
54550.37/2755.90	c      2756             92          91        20                -           0.0000          -
54651.44/2760.94	c      2761            119         118        20                -           0.0000          -
54750.51/2765.99	c      2766            119         118        20                -           0.0000          -
54852.12/2771.04	c      2771            137         136        20                -           0.0000          -
54951.18/2776.09	c      2776            137         136        20                -           0.0000          -
55052.22/2781.14	c      2781             93          92        20                -           0.0000          -
55151.28/2786.19	c      2786             93          92        20                -           0.0000          -
55251.82/2791.24	c      2791             93          92        20                -           0.0000          -
55351.03/2796.28	c      2796            138         137        20                -           0.0000          -
55452.00/2801.35	c      2801            138         137        20                -           0.0000          -
55551.11/2806.39	c      2806            138         137        20                -           0.0000          -
55652.22/2811.44	c      2811            138         137        20                -           0.0000          -
55753.32/2816.50	c      2816            138         137        20                -           0.0000          -
55852.42/2821.54	c      2822            138         137        20                -           0.0000          -
55951.51/2826.59	c      2827            138         137        20                -           0.0000          -
56052.59/2831.64	c      2832            138         137        20                -           0.0000          -
56151.68/2836.69	c      2837            138         137        20                -           0.0000          -
56252.75/2841.75	c      2842            138         137        20                -           0.0000          -
56351.80/2846.80	c      2847            138         137        20                -           0.0000          -
56452.86/2851.85	c      2852            138         137        20                -           0.0000          -
56551.94/2856.89	c      2857             96          95        20                -           0.0000          -
56653.01/2861.94	c      2862            125         124        20                -           0.0000          -
56752.10/2866.99	c      2867            125         124        20                -           0.0000          -
56853.67/2872.05	c      2872            125         124        20                -           0.0000          -
56952.76/2877.10	c      2877            125         124        20                -           0.0000          -
57054.01/2882.14	c      2882             97          96        20                -           0.0000          -
57154.39/2887.20	c      2887             97          96        20                -           0.0000          -
57253.49/2892.25	c      2892             97          96        20                -           0.0000          -
57352.56/2897.29	c      2897             97          96        20                -           0.0000          -
57453.61/2902.35	c      2902            136         135        20                -           0.0000          -
57552.68/2907.40	c      2907            136         135        20                -           0.0000          -
57653.76/2912.45	c      2912            136         135        20                -           0.0000          -
57752.84/2917.49	c      2918            136         135        20                -           0.0000          -
57853.94/2922.54	c      2923             99          98        20                -           0.0000          -
57953.12/2927.60	c      2928             99          98        20                -           0.0000          -
58054.03/2932.64	c      2933             99          98        20                -           0.0000          -
58153.11/2937.70	c      2938            128         127        20                -           0.0000          -
58254.18/2942.74	c      2943            128         127        20                -           0.0000          -
58353.25/2947.79	c      2948            128         127        20                -           0.0000          -
58454.31/2952.84	c      2953            128         127        20                -           0.0000          -
58553.38/2957.89	c      2958            128         127        20                -           0.0000          -
58654.40/2962.94	c      2963            128         127        20                -           0.0000          -
58753.49/2967.96	c      2968            141         140        20                -           0.0000          -
58855.07/2973.05	c      2973            104         103        20                -           0.0000          -
58954.17/2978.09	c      2978            104         103        20                -           0.0000          -
59055.23/2983.14	c      2983            104         103        20                -           0.0000          -
59155.76/2988.20	c      2988            129         128        20                -           0.0000          -
59254.86/2993.24	c      2993            129         128        20                -           0.0000          -
59353.94/2998.29	c      2998            129         128        20                -           0.0000          -
59455.00/3003.35	c      3003            129         128        20                -           0.0000          -
59554.10/3008.40	c      3008            129         128        20                -           0.0000          -
59655.16/3013.45	c      3013            129         128        20                -           0.0000          -
59754.25/3018.50	c      3018            129         128        20                -           0.0000          -
59855.27/3023.54	c      3024            129         128        20                -           0.0000          -
59954.34/3028.59	c      3029            144         143        20                -           0.0000          -
60055.40/3033.64	c      3034            144         143        20                -           0.0000          -
60154.47/3038.69	c      3039            131         130        20                -           0.0000          -
60255.54/3043.74	c      3044            131         130        20                -           0.0000          -
60354.61/3048.79	c      3049            109         108        20                -           0.0000          -
60455.68/3053.84	c      3054            149         148        20                -           0.0000          -
60554.77/3058.89	c      3059            132         131        20                -           0.0000          -
60655.83/3063.95	c      3064            132         131        20                -           0.0000          -
60754.91/3068.99	c      3069            132         131        20                -           0.0000          -
60856.61/3074.05	c      3074            132         131        20                -           0.0000          -
60955.59/3079.09	c      3079            132         131        20                -           0.0000          -
61056.65/3084.14	c      3084            132         131        20                -           0.0000          -
61155.70/3089.19	c      3089            132         131        20                -           0.0000          -
61256.24/3094.24	c      3094            110         109        20                -           0.0000          -
61355.31/3099.29	c      3099            154         153        20                -           0.0000          -
61456.36/3104.35	c      3104            133         132        20                -           0.0000          -
61555.44/3109.40	c      3109            133         132        20                -           0.0000          -
61656.51/3114.44	c      3114            133         132        20                -           0.0000          -
61755.58/3119.49	c      3120            133         132        20                -           0.0000          -
61856.63/3124.54	c      3125            159         158        20                -           0.0000          -
61955.69/3129.60	c      3130            164         163        20                -           0.0000          -
62056.75/3134.64	c      3135            113         112        20                -           0.0000          -
62155.83/3139.70	c      3140            113         112        20                -           0.0000          -
62256.86/3144.74	c      3145            160         159        20                -           0.0000          -
62355.94/3149.79	c      3150            160         159        20                -           0.0000          -
62457.01/3154.85	c      3155            160         159        20                -           0.0000          -
62556.08/3159.90	c      3160            115         114        20                -           0.0000          -
62657.15/3164.94	c      3165            115         114        20                -           0.0000          -
62756.21/3169.99	c      3170            115         114        20                -           0.0000          -
62857.82/3175.04	c      3175            140         139        20                -           0.0000          -
62957.15/3180.09	c      3180            140         139        20                -           0.0000          -
63057.97/3185.14	c      3185            140         139        20                -           0.0000          -
63158.46/3190.20	c      3190            140         139        20                -           0.0000          -
63257.53/3195.25	c      3195            140         139        20                -           0.0000          -
63356.59/3200.29	c      3200            117         116        20                -           0.0000          -
63457.61/3205.35	c      3205            117         116        20                -           0.0000          -
63558.66/3210.40	c      3210            117         116        20                -           0.0000          -
63657.74/3215.45	c      3215            117         116        20                -           0.0000          -
63758.79/3220.50	c      3221            141         140        20                -           0.0000          -
63857.86/3225.55	c      3226            141         140        20                -           0.0000          -
63958.91/3230.60	c      3231            141         140        20                -           0.0000          -
64057.99/3235.65	c      3236            141         140        20                -           0.0000          -
64159.05/3240.70	c      3241            141         140        20                -           0.0000          -
64258.11/3245.76	c      3246            173         168        20                -           0.0000          -
64359.19/3250.80	c      3251            173         172        20                -           0.0000          -
64458.29/3255.85	c      3256            173         172        20                -           0.0000          -
64559.38/3260.90	c      3261            144         143        20                -           0.0000          -
64658.44/3265.95	c      3266            144         143        20                -           0.0000          -
64757.53/3271.01	c      3271            144         143        20                -           0.0000          -
64859.13/3276.05	c      3276            144         143        20                -           0.0000          -
64958.33/3281.11	c      3281            182         175        20                -           0.0000          -
65059.35/3286.16	c      3286            182         175        20                -           0.0000          -
65159.90/3291.21	c      3291            182         175        20                -           0.0000          -
65259.01/3296.26	c      3296            182         175        20                -           0.0000          -
65360.06/3301.31	c      3301            182         175        20                -           0.0000          -
65459.12/3306.32	c      3306            182         175        20                -           0.0000          -
65560.17/3311.40	c      3311            182         175        20                -           0.0000          -
65659.23/3316.45	c      3316            148         147        20                -           0.0000          -
65760.29/3321.51	c      3322            148         147        20                -           0.0000          -
65859.32/3326.56	c      3327            124         123        20                -           0.0000          -
65960.38/3331.60	c      3332            179         178        20                -           0.0000          -
66059.47/3336.66	c      3337            179         178        20                -           0.0000          -
66160.51/3341.70	c      3342            150         149        20                -           0.0000          -
66259.60/3346.76	c      3347            150         149        20                -           0.0000          -
66360.66/3351.80	c      3352            150         149        20                -           0.0000          -
66459.73/3356.85	c      3357            150         149        20                -           0.0000          -
66560.80/3361.91	c      3362            150         149        20                -           0.0000          -
66659.87/3366.95	c      3367            150         149        20                -           0.0000          -
66758.95/3372.00	c      3372            150         149        20                -           0.0000          -
66860.77/3377.05	c      3377            150         149        20                -           0.0000          -
66959.72/3382.11	c      3382            181         180        20                -           0.0000          -
67060.70/3387.16	c      3387            129         128        20                -           0.0000          -
67161.19/3392.20	c      3392            129         128        20                -           0.0000          -
67260.27/3397.26	c      3397            129         128        20                -           0.0000          -
67361.34/3402.30	c      3402            182         181        20                -           0.0000          -
67460.41/3407.35	c      3407            182         181        20                -           0.0000          -
67561.45/3412.40	c      3412            197         186        20                -           0.0000          -
67660.51/3417.45	c      3417            197         186        20                -           0.0000          -
67761.58/3422.50	c      3423            197         186        20                -           0.0000          -
67860.65/3427.55	c      3428            152         151        20                -           0.0000          -
67961.70/3432.60	c      3433            131         130        20                -           0.0000          -
68060.77/3437.65	c      3438            184         183        20                -           0.0000          -
68161.83/3442.71	c      3443            184         183        20                -           0.0000          -
68260.86/3447.76	c      3448            184         183        20                -           0.0000          -
68361.91/3452.80	c      3453            184         183        20                -           0.0000          -
68460.98/3457.87	c      3458            184         183        20                -           0.0000          -
68562.04/3462.91	c      3463            184         183        20                -           0.0000          -
68661.10/3467.96	c      3468            184         183        20                -           0.0000          -
68760.16/3473.01	c      3473            184         183        20                -           0.0000          -
68861.78/3478.07	c      3478            184         183        20                -           0.0000          -
68960.80/3483.11	c      3483            155         154        20                -           0.0000          -
69061.99/3488.16	c      3488            155         154        20                -           0.0000          -
69162.37/3493.22	c      3493            206         193        20                -           0.0000          -
69261.45/3498.26	c      3498            186         185        20                -           0.0000          -
69362.51/3503.31	c      3503            186         185        20                -           0.0000          -
69461.52/3508.37	c      3508            186         185        20                -           0.0000          -
69562.58/3513.41	c      3513            186         185        20                -           0.0000          -
69661.64/3518.46	c      3518            156         155        20                -           0.0000          -
69762.68/3523.52	c      3524            156         155        20                -           0.0000          -
69861.75/3528.57	c      3529            156         155        20                -           0.0000          -
69962.81/3533.62	c      3534            156         155        20                -           0.0000          -
70061.90/3538.66	c      3539            156         155        20                -           0.0000          -
70162.95/3543.71	c      3544            156         155        20                -           0.0000          -
70262.02/3548.76	c      3549            139         138        20                -           0.0000          -
70363.09/3553.81	c      3554            139         138        20                -           0.0000          -
70462.18/3558.86	c      3559            139         138        20                -           0.0000          -
70563.26/3563.91	c      3564            157         156        20                -           0.0000          -
70662.29/3568.97	c      3569            188         187        20                -           0.0000          -
70761.38/3574.02	c      3574            188         187        20                -           0.0000          -
70863.09/3579.08	c      3579            188         187        20                -           0.0000          -
70962.17/3584.12	c      3584            224         211        20                -           0.0000          -
71063.19/3589.17	c      3589            142         141        20                -           0.0000          -
71163.60/3594.23	c      3594            142         141        20                -           0.0000          -
71262.68/3599.26	c      3599            142         141        20                -           0.0000          -
71363.75/3604.32	c      3604            142         141        20                -           0.0000          -
71462.82/3609.38	c      3609            142         141        20                -           0.0000          -
71563.89/3614.42	c      3614            142         141        20                -           0.0000          -
71662.96/3619.48	c      3619            160         159        20                -           0.0000          -
71764.03/3624.52	c      3625            160         159        20                -           0.0000          -
71863.06/3629.57	c      3630            195         194        20                -           0.0000          -
71964.12/3634.62	c      3635            195         194        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (164127 MiB free)
  memory of node 1: 193531 MiB (167110 MiB free)
  memory of node 2: 193531 MiB (158213 MiB free)
  memory of node 3: 193531 MiB (175394 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-4467749-1723220773/watcher-4467749-1723220773 -o /tmp/evaluation-result-4467749-1723220773/solver-4467749-1723220773 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723211566-526336 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467749-1723220773.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=534141, runsolver pid=534138
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 78.00 75.47 77.11 62/984 534142
/proc/meminfo: memFree=680746276/790760804 swapFree=131071996/131071996
[pid=534141] ppid=534138 vsize=82124 memory=67668 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/534141/stat : 534141 (fscip) R 534138 534141 526323 0 -1 4194304 14680 0 0 0 9 2 0 0 20 0 1 0 88659945 84094976 16917 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
/proc/534141/statm: 20531 16917 2630 3035 0 16927 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 82124 KiB
Current children cumulated memory: 67668 KiB

[startup+0.219264 s]*
/proc/loadavg: 78.00 75.47 77.11 62/984 534142
/proc/meminfo: memFree=680726964/790760804 swapFree=131071996/131071996
[pid=534141] ppid=534138 vsize=94384 memory=82916 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/stat : 534141 (fscip) R 534138 534141 526323 0 -1 4194304 23298 0 0 0 20 3 0 0 20 0 1 0 88659945 96649216 20729 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
/proc/534141/statm: 23596 20729 2758 3035 0 19992 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 94384 KiB
Current children cumulated memory: 82916 KiB

[startup+0.319129 s]*
/proc/loadavg: 78.00 75.47 77.11 62/984 534142
/proc/meminfo: memFree=680721344/790760804 swapFree=131071996/131071996
[pid=534141] ppid=534138 vsize=111596 memory=92744 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/534141/stat : 534141 (fscip) R 534138 534141 526323 0 -1 4194304 25750 0 0 0 29 3 0 0 20 0 1 0 88659945 114274304 23186 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
/proc/534141/statm: 27899 23186 2774 3035 0 24295 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 111596 KiB
Current children cumulated memory: 92744 KiB

[startup+0.700261 s]
/proc/loadavg: 78.00 75.47 77.11 62/984 534142
/proc/meminfo: memFree=680703620/790760804 swapFree=131071996/131071996
[pid=534141] ppid=534138 vsize=1634400 memory=214916 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/stat : 534141 (fscip) S 534138 534141 526323 0 -1 1077936128 58317 0 0 0 61 8 0 0 20 0 21 0 88659945 1673625600 53729 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
/proc/534141/statm: 408600 53729 2790 3035 0 96628 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1634400 KiB
Current children cumulated memory: 214916 KiB

[startup+1.50058 s]
/proc/loadavg: 78.00 75.47 77.11 62/1004 534162
/proc/meminfo: memFree=680390004/790760804 swapFree=131071996/131071996
[pid=534141] ppid=534138 vsize=2257072 memory=1328324 CPUtime=3.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/stat : 534141 (fscip) S 534138 534141 526323 0 -1 1077936128 336202 0 0 0 327 71 0 0 20 0 41 0 88659945 2311241728 331949 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
/proc/534141/statm: 564268 332015 2806 3035 0 436919 0
[pid=534141/tid=534143] ppid=534138 vsize=2257072 memory=10556 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534143/stat : 534143 (fscip) R 534138 534141 526323 0 -1 4194368 15705 0 0 0 13 3 0 0 20 0 41 0 88660000 2311241728 332147 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534144] ppid=534138 vsize=2257072 memory=5472 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534144/stat : 534144 (fscip) D 534138 534141 526323 0 -1 4194368 14746 0 0 0 13 3 0 0 20 0 41 0 88660000 2311241728 332147 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534145] ppid=534138 vsize=2257072 memory=2298510930 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534145/stat : 534145 (fscip) D 534138 534141 526323 0 -1 4194368 14545 0 0 0 14 2 0 0 20 0 41 0 88660000 2311241728 332147 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534146] ppid=534138 vsize=2257072 memory=279275282766144 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534146/stat : 534146 (fscip) D 534138 534141 526323 0 -1 4194368 15660 0 0 0 12 4 0 0 20 0 41 0 88660000 2311241728 332147 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534147] ppid=534138 vsize=2257072 memory=2296293081572586 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534147/stat : 534147 (fscip) D 534138 534141 526323 0 -1 4194368 14371 0 0 0 13 3 0 0 20 0 41 0 88660000 2311241728 332147 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534148] ppid=534138 vsize=2257072 memory=38604 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534148/stat : 534148 (fscip) D 534138 534141 526323 0 -1 4194368 14365 0 0 0 14 2 0 0 20 0 41 0 88660000 2311241728 332147 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534149] ppid=534138 vsize=2257072 memory=33100 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534149/stat : 534149 (fscip) D 534138 534141 526323 0 -1 4194368 15689 0 0 0 13 3 0 0 20 0 41 0 88660000 2311241728 332147 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534150] ppid=534138 vsize=2257072 memory=2244 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534150/stat : 534150 (fscip) R 534138 534141 526323 0 -1 4194368 14339 0 0 0 14 3 0 0 20 0 41 0 88660000 2311241728 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534151] ppid=534138 vsize=2257072 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534151/stat : 534151 (fscip) R 534138 534141 526323 0 -1 4194368 14446 0 0 0 13 3 0 0 20 0 41 0 88660000 2311241728 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534152] ppid=534138 vsize=2257072 memory=3472463535822532672 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534152/stat : 534152 (fscip) R 534138 534141 526323 0 -1 4194368 15680 0 0 0 13 3 0 0 20 0 41 0 88660000 2311241728 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534153] ppid=534138 vsize=2257072 memory=8246076981812179529 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534153/stat : 534153 (fscip) D 534138 534141 526323 0 -1 4194368 14261 0 0 0 14 2 0 0 20 0 41 0 88660000 2311241728 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534154] ppid=534138 vsize=2257072 memory=29836768444022866 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534154/stat : 534154 (fscip) D 534138 534141 526323 0 -1 4194368 14402 0 0 0 14 3 0 0 20 0 41 0 88660000 2311241728 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534155] ppid=534138 vsize=2388144 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534155/stat : 534155 (fscip) D 534138 534141 526323 0 -1 4194368 15788 0 0 0 13 3 0 0 20 0 41 0 88660000 2445459456 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534156] ppid=534138 vsize=2322608 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534156/stat : 534156 (fscip) D 534138 534141 526323 0 -1 4194368 14115 0 0 0 13 3 0 0 20 0 41 0 88660000 2378350592 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534157] ppid=534138 vsize=2322608 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534157/stat : 534157 (fscip) R 534138 534141 526323 0 -1 4194368 14461 0 0 0 14 2 0 0 20 0 41 0 88660000 2378350592 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534158] ppid=534138 vsize=2322608 memory=52404 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534158/stat : 534158 (fscip) D 534138 534141 526323 0 -1 4194368 15690 0 0 0 13 3 0 0 20 0 41 0 88660000 2378350592 332213 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534159] ppid=534138 vsize=2322608 memory=28748 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534159/stat : 534159 (fscip) R 534138 534141 526323 0 -1 4194368 14117 0 0 0 14 2 0 0 20 0 41 0 88660000 2378350592 332279 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534160] ppid=534138 vsize=2322608 memory=25333125866717268 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534160/stat : 534160 (fscip) R 534138 534141 526323 0 -1 4194368 14448 0 0 0 13 3 0 0 20 0 41 0 88660000 2378350592 332279 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534161] ppid=534138 vsize=2322608 memory=30888 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534161/stat : 534161 (fscip) R 534138 534141 526323 0 -1 4194368 15781 0 0 0 12 4 0 0 20 0 41 0 88660000 2378350592 332279 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534162] ppid=534138 vsize=2322608 memory=279275282707392 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534162/stat : 534162 (fscip) R 534138 534141 526323 0 -1 4194368 14098 0 0 0 14 2 0 0 20 0 41 0 88660000 2378350592 332279 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 2257072 KiB
Current children cumulated memory: 1328324 KiB

[startup+3.12364 s]
/proc/loadavg: 78.24 75.56 77.13 81/1024 534183
/proc/meminfo: memFree=678262500/790760804 swapFree=131071996/131071996
[pid=534141] ppid=534138 vsize=3109040 memory=2545200 CPUtime=34.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/stat : 534141 (fscip) S 534138 534141 526323 0 -1 1077936128 708065 0 0 0 2314 1158 0 0 20 0 41 0 88659945 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
/proc/534141/statm: 777260 636300 2966 3035 0 736066 0
[pid=534141/tid=534143] ppid=534138 vsize=3109040 memory=279275282707392 CPUtime=1.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534143/stat : 534143 (fscip) R 534138 534141 526323 0 -1 4194368 31439 0 0 0 130 42 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534144] ppid=534138 vsize=3109040 memory=10556 CPUtime=1.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534144/stat : 534144 (fscip) R 534138 534141 526323 0 -1 4194368 32206 0 0 0 106 65 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534145] ppid=534138 vsize=3109040 memory=1011524 CPUtime=1.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534145/stat : 534145 (fscip) R 534138 534141 526323 0 -1 4194368 33077 0 0 0 105 65 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534146] ppid=534138 vsize=3109040 memory=2054540 CPUtime=1.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534146/stat : 534146 (fscip) R 534138 534141 526323 0 -1 4194368 31463 0 0 0 126 46 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534147] ppid=534138 vsize=3109040 memory=2298510930 CPUtime=1.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534147/stat : 534147 (fscip) R 534138 534141 526323 0 -1 4194368 33034 0 0 0 106 64 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534148] ppid=534138 vsize=3109040 memory=5472 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534148/stat : 534148 (fscip) R 534138 534141 526323 0 -1 4194368 32626 0 0 0 104 64 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534149] ppid=534138 vsize=3109040 memory=279275282874816 CPUtime=1.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534149/stat : 534149 (fscip) R 534138 534141 526323 0 -1 4194368 31388 0 0 0 127 45 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534150] ppid=534138 vsize=3109040 memory=0 CPUtime=1.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534150/stat : 534150 (fscip) R 534138 534141 526323 0 -1 4194368 35298 0 0 0 105 65 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534151] ppid=534138 vsize=3109040 memory=0 CPUtime=1.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534151/stat : 534151 (fscip) R 534138 534141 526323 0 -1 4194368 32418 0 0 0 102 65 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534152] ppid=534138 vsize=3109040 memory=0 CPUtime=1.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534152/stat : 534152 (fscip) R 534138 534141 526323 0 -1 4194368 31490 0 0 0 127 45 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534153] ppid=534138 vsize=3109040 memory=16325789170925620 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534153/stat : 534153 (fscip) R 534138 534141 526323 0 -1 4194368 39250 0 0 0 105 63 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534154] ppid=534138 vsize=3109040 memory=279275282726248 CPUtime=1.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534154/stat : 534154 (fscip) R 534138 534141 526323 0 -1 4194368 32199 0 0 0 105 64 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534155] ppid=534138 vsize=3109040 memory=279275282726408 CPUtime=1.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534155/stat : 534155 (fscip) R 534138 534141 526323 0 -1 4194368 31377 0 0 0 125 44 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534156] ppid=534138 vsize=3109040 memory=11528 CPUtime=1.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534156/stat : 534156 (fscip) R 534138 534141 526323 0 -1 4194368 38017 0 0 0 106 63 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534157] ppid=534138 vsize=3109040 memory=31232 CPUtime=1.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534157/stat : 534157 (fscip) R 534138 534141 526323 0 -1 4194368 32346 0 0 0 108 62 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534158] ppid=534138 vsize=3109040 memory=10556 CPUtime=1.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534158/stat : 534158 (fscip) R 534138 534141 526323 0 -1 4194368 31390 0 0 0 128 44 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534159] ppid=534138 vsize=3109040 memory=52404 CPUtime=1.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534159/stat : 534159 (fscip) R 534138 534141 526323 0 -1 4194368 38019 0 0 0 105 65 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534160] ppid=534138 vsize=3109040 memory=28748 CPUtime=1.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534160/stat : 534160 (fscip) R 534138 534141 526323 0 -1 4194368 31872 0 0 0 105 62 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534161] ppid=534138 vsize=3109040 memory=25333125866717268 CPUtime=1.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534161/stat : 534161 (fscip) R 534138 534141 526323 0 -1 4194368 31385 0 0 0 121 48 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534162] ppid=534138 vsize=3109040 memory=30888 CPUtime=1.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534162/stat : 534162 (fscip) R 534138 534141 526323 0 -1 4194368 38066 0 0 0 105 65 0 0 20 0 41 0 88660000 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534163] ppid=534138 vsize=3109040 memory=1748680 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534163/stat : 534163 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534164] ppid=534138 vsize=3109040 memory=67678 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534164/stat : 534164 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534165] ppid=534138 vsize=3109040 memory=68009 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534165/stat : 534165 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534166] ppid=534138 vsize=3109040 memory=84725 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534166/stat : 534166 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534167] ppid=534138 vsize=3109040 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/534141/task/534167/stat : 534167 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534168] ppid=534138 vsize=3109040 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/534141/task/534168/stat : 534168 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534169] ppid=534138 vsize=3109040 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/534141/task/534169/stat : 534169 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534170] ppid=534138 vsize=3109040 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/534141/task/534170/stat : 534170 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534171] ppid=534138 vsize=3109040 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/534141/task/534171/stat : 534171 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534172] ppid=534138 vsize=3109040 memory=279275282749728 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534172/stat : 534172 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534173] ppid=534138 vsize=3109040 memory=139637641395216 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534173/stat : 534173 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534174] ppid=534138 vsize=3109040 memory=139637641395552 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534174/stat : 534174 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534175] ppid=534138 vsize=3109040 memory=139637641395888 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534175/stat : 534175 (fscip) S 534138 534141 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88660080 3183656960 636300 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0

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

/proc/534141/task/534162/stat : 534162 (fscip) R 534138 534141 526323 0 -1 4194368 1272753 0 0 0 354994 211 0 0 20 0 41 0 88660000 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534163] ppid=534138 vsize=11446008 memory=9863492 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/534141/task/534163/stat : 534163 (fscip) S 534138 534141 526323 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534164] ppid=534138 vsize=11446008 memory=9860612 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/534141/task/534164/stat : 534164 (fscip) S 534138 534141 526323 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534165] ppid=534138 vsize=11446008 memory=11528 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/534141/task/534165/stat : 534165 (fscip) S 534138 534141 526323 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534166] ppid=534138 vsize=11446008 memory=279275283131168 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/534141/task/534166/stat : 534166 (fscip) S 534138 534141 526323 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534167] ppid=534138 vsize=11446008 memory=279275284316064 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/534141/task/534167/stat : 534167 (fscip) S 534138 534141 526323 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534168] ppid=534138 vsize=11446008 memory=9860608 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/534141/task/534168/stat : 534168 (fscip) S 534138 534141 526323 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534169] ppid=534138 vsize=11446008 memory=9860612 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/534141/task/534169/stat : 534169 (fscip) S 534138 534141 526323 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534170] ppid=534138 vsize=11446008 memory=11528 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/534141/task/534170/stat : 534170 (fscip) S 534138 534141 526323 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534171] ppid=534138 vsize=11446008 memory=11528 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/534141/task/534171/stat : 534171 (fscip) S 534138 534141 526323 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534172] ppid=534138 vsize=11446008 memory=31232 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/534141/task/534172/stat : 534172 (fscip) S 534138 534141 526323 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534173] ppid=534138 vsize=11446008 memory=36328 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/534141/task/534173/stat : 534173 (fscip) S 534138 534141 526323 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534174] ppid=534138 vsize=11446008 memory=6796 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/534141/task/534174/stat : 534174 (fscip) S 534138 534141 526323 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534175] ppid=534138 vsize=11446008 memory=6720668739945381222 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/534141/task/534175/stat : 534175 (fscip) S 534138 534141 526323 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534176] ppid=534138 vsize=11446008 memory=-3850052295990285671 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/534141/task/534176/stat : 534176 (fscip) S 534138 534141 526323 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534177] ppid=534138 vsize=11446008 memory=9850872 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/534141/task/534177/stat : 534177 (fscip) S 534138 534141 526323 0 -1 1077936192 148 0 0 0 1 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534178] ppid=534138 vsize=11446008 memory=9860612 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/534141/task/534178/stat : 534178 (fscip) S 534138 534141 526323 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534179] ppid=534138 vsize=11446008 memory=9863492 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/534141/task/534179/stat : 534179 (fscip) S 534138 534141 526323 0 -1 1077936192 115 0 0 0 1 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534180] ppid=534138 vsize=11446008 memory=11528 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/534141/task/534180/stat : 534180 (fscip) S 534138 534141 526323 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534181] ppid=534138 vsize=11446008 memory=7628 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/534141/task/534181/stat : 534181 (fscip) S 534138 534141 526323 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534182] ppid=534138 vsize=11446008 memory=18468 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/534141/task/534182/stat : 534182 (fscip) S 534138 534141 526323 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2465873 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
Current children cumulated CPU time: 70927.8 s
Current children cumulated vsize: 11446008 KiB
Current children cumulated memory: 9863492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.5 s]
/proc/loadavg: 25.03 25.29 30.54 26/899 536308
/proc/meminfo: memFree=709141344/790760804 swapFree=131071996/131071996
[pid=534141] ppid=534138 vsize=11446008 memory=9874400 CPUtime=72001.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/stat : 534141 (fscip) S 534138 534141 526323 0 -1 1077936128 23559150 0 0 0 7192967 7209 0 0 20 0 41 0 88659945 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
/proc/534141/statm: 2861502 2468600 3030 3035 0 2675606 0
[pid=534141/tid=534143] ppid=534138 vsize=11446008 memory=279275282670192 CPUtime=3605.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534143/stat : 534143 (fscip) R 534138 534141 526323 0 -1 4194368 1028787 0 0 0 360382 133 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534144] ppid=534138 vsize=11446008 memory=4588442412404008 CPUtime=3605.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534144/stat : 534144 (fscip) R 534138 534141 526323 0 -1 4194368 1416412 0 0 0 360360 225 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534145] ppid=534138 vsize=11446008 memory=0 CPUtime=3605.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534145/stat : 534145 (fscip) R 534138 534141 526323 0 -1 4194368 1222986 0 0 0 359793 756 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534146] ppid=534138 vsize=11446008 memory=7140 CPUtime=3599.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534146/stat : 534146 (fscip) R 534138 534141 526323 0 -1 4194368 921196 0 0 0 359821 128 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534147] ppid=534138 vsize=11446008 memory=279271324407066 CPUtime=3594.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534147/stat : 534147 (fscip) R 534138 534141 526323 0 -1 4194368 1299194 0 0 0 359259 210 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534148] ppid=534138 vsize=11446008 memory=31232 CPUtime=3605.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534148/stat : 534148 (fscip) R 534138 534141 526323 0 -1 4194368 1177727 0 0 0 359758 806 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534149] ppid=534138 vsize=11446008 memory=11528 CPUtime=3605.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534149/stat : 534149 (fscip) R 534138 534141 526323 0 -1 4194368 993836 0 0 0 360431 136 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534150] ppid=534138 vsize=11446008 memory=9874400 CPUtime=3604.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534150/stat : 534150 (fscip) R 534138 534141 526323 0 -1 4194368 1275432 0 0 0 360211 203 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534151] ppid=534138 vsize=11446008 memory=279275282507968 CPUtime=3600.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534151/stat : 534151 (fscip) R 534138 534141 526323 0 -1 4194368 1240305 0 0 0 359257 774 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534152] ppid=534138 vsize=11446008 memory=279275284313648 CPUtime=3600.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534152/stat : 534152 (fscip) R 534138 534141 526323 0 -1 4194368 1027383 0 0 0 359866 138 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534153] ppid=534138 vsize=11446008 memory=25333125866717268 CPUtime=3606.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534153/stat : 534153 (fscip) R 534138 534141 526323 0 -1 4194368 1198053 0 0 0 360414 196 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534154] ppid=534138 vsize=11446008 memory=25333125866717268 CPUtime=3586.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534154/stat : 534154 (fscip) R 534138 534141 526323 0 -1 4194368 1273821 0 0 0 357831 835 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534155] ppid=534138 vsize=11446008 memory=25333125866717268 CPUtime=3605.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534155/stat : 534155 (fscip) R 534138 534141 526323 0 -1 4194368 989102 0 0 0 360425 132 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534156] ppid=534138 vsize=11446008 memory=279275285209376 CPUtime=3584.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534156/stat : 534156 (fscip) R 534138 534141 526323 0 -1 4194368 1434810 0 0 0 358227 221 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534157] ppid=534138 vsize=11446008 memory=7628 CPUtime=3577.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534157/stat : 534157 (fscip) R 534138 534141 526323 0 -1 4194368 1223422 0 0 0 356910 832 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534158] ppid=534138 vsize=11446008 memory=139637641787835 CPUtime=3605.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534158/stat : 534158 (fscip) R 534138 534141 526323 0 -1 4194368 858408 0 0 0 360472 114 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534159] ppid=534138 vsize=11446008 memory=279275283323520 CPUtime=3591.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534159/stat : 534159 (fscip) R 534138 534141 526323 0 -1 4194368 1482576 0 0 0 358868 234 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534160] ppid=534138 vsize=11446008 memory=279275284500432 CPUtime=3605.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534160/stat : 534160 (fscip) R 534138 534141 526323 0 -1 4194368 1175394 0 0 0 359816 763 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534161] ppid=534138 vsize=11446008 memory=11528 CPUtime=3605 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534161/stat : 534161 (fscip) R 534138 534141 526323 0 -1 4194368 984371 0 0 0 360365 135 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534162] ppid=534138 vsize=11446008 memory=31232 CPUtime=3605.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534162/stat : 534162 (fscip) R 534138 534141 526323 0 -1 4194368 1291625 0 0 0 360372 212 0 0 20 0 41 0 88660000 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534163] ppid=534138 vsize=11446008 memory=6720668739945381222 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/534141/task/534163/stat : 534163 (fscip) S 534138 534141 526323 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534164] ppid=534138 vsize=11446008 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/534141/task/534164/stat : 534164 (fscip) S 534138 534141 526323 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534165] ppid=534138 vsize=11446008 memory=2268 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/534141/task/534165/stat : 534165 (fscip) S 534138 534141 526323 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534166] ppid=534138 vsize=11446008 memory=25333125866717268 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/534141/task/534166/stat : 534166 (fscip) S 534138 534141 526323 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534167] ppid=534138 vsize=11446008 memory=5472 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/534141/task/534167/stat : 534167 (fscip) S 534138 534141 526323 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534168] ppid=534138 vsize=11446008 memory=25333125866717268 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/534141/task/534168/stat : 534168 (fscip) S 534138 534141 526323 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534169] ppid=534138 vsize=11446008 memory=9874136 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/534141/task/534169/stat : 534169 (fscip) S 534138 534141 526323 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534170] ppid=534138 vsize=11446008 memory=279275282990832 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/534141/task/534170/stat : 534170 (fscip) S 534138 534141 526323 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534171] ppid=534138 vsize=11446008 memory=9874400 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/534141/task/534171/stat : 534171 (fscip) S 534138 534141 526323 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534172] ppid=534138 vsize=11446008 memory=19936 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/534141/task/534172/stat : 534172 (fscip) S 534138 534141 526323 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534173] ppid=534138 vsize=11446008 memory=132 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/534141/task/534173/stat : 534173 (fscip) S 534138 534141 526323 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534174] ppid=534138 vsize=11446008 memory=7882261860494561896 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/534141/task/534174/stat : 534174 (fscip) S 534138 534141 526323 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534175] ppid=534138 vsize=11446008 memory=279275284339056 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/534141/task/534175/stat : 534175 (fscip) S 534138 534141 526323 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534176] ppid=534138 vsize=11446008 memory=9874400 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/534141/task/534176/stat : 534176 (fscip) S 534138 534141 526323 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534177] ppid=534138 vsize=11446008 memory=9874136 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/534141/task/534177/stat : 534177 (fscip) S 534138 534141 526323 0 -1 1077936192 150 0 0 0 1 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534178] ppid=534138 vsize=11446008 memory=6536 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/534141/task/534178/stat : 534178 (fscip) S 534138 534141 526323 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534179] ppid=534138 vsize=11446008 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534141/task/534179/stat : 534179 (fscip) S 534138 534141 526323 0 -1 1077936192 117 0 0 0 1 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534180] ppid=534138 vsize=11446008 memory=11528 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/534141/task/534180/stat : 534180 (fscip) S 534138 534141 526323 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534181] ppid=534138 vsize=11446008 memory=11528 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/534141/task/534181/stat : 534181 (fscip) S 534138 534141 526323 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
[pid=534141/tid=534182] ppid=534138 vsize=11446008 memory=9874136 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/534141/task/534182/stat : 534182 (fscip) S 534138 534141 526323 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 88660080 11720712192 2468600 809668444160 4194304 16622877 140737322958000 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 39940096 140737322963945 140737322964061 140737322964061 140737322971087 0
Current children cumulated CPU time: 72001.8 s
Current children cumulated vsize: 11446008 KiB
Current children cumulated memory: 9874400 KiB

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

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

# cumulated CPU time of all completed processes:  user=71929.9 s, system=72.2628 s

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

[startup+3636.61 s]*
/proc/loadavg: 25.03 25.29 30.54 7/860 536308
/proc/meminfo: memFree=716921376/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): 3636.69
CPU time (s): 72002.2
CPU user time (s): 71929.9
CPU system time (s): 72.2628
CPU usage (%): 1979.89
Max. virtual memory (cumulated for all children) (KiB): 11446008
Max. memory (cumulated for all children) (KiB): 9874400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71929.9
system time used= 72.2628
maximum resident set size= 9874400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23559297
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= 707325
involuntary context switches= 157315


# summary of solver processes directly reported to runsolver:
#   pid: 534141
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71929.9
#   total CPU system time (s): 72.2628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8408 second user time and 79.1635 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-09 18:26:13
IDJOB=4467749
IDBENCH=147756
IDSOLVER=3097
FILE ID=nodeD102/4467749-1723220773
RUNJOBID= nodeD102-1723211566-526336
SLURM_JOB_ID= 8266899
Free space on /tmp= 8588216 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.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-4467749-1723220773/watcher-4467749-1723220773 -o /tmp/evaluation-result-4467749-1723220773/solver-4467749-1723220773 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723211566-526336 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467749-1723220773.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= d2d0eb539d1ad3b17959abe287928b07
RANDOM SEED=965211490

nodeD102.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		: 3097.658
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		: 2952.003
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.95
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		: 3084.726
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	: 5005.96
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		: 3404.737
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	: 5005.94
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		: 3056.273
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		: 3081.128
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.95
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		: 3003.963
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	: 5005.96
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		: 3121.108
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	: 5005.94
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		: 3054.519
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		: 3082.392
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.95
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		: 3151.745
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	: 5005.96
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		: 3428.007
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	: 5005.94
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		: 3097.650
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		: 2894.327
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.95
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		: 3161.079
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	: 5005.96
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		: 3269.666
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	: 5005.94
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		: 3049.719
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		: 3082.381
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.95
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		: 3001.359
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	: 5005.96
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		: 2720.344
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	: 5005.94
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		: 3084.162
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		: 3082.369
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.95
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		: 2990.891
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	: 5005.96
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		: 2779.414
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	: 5005.94
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		: 3086.752
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		: 3082.355
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.95
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		: 3153.582
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	: 5005.96
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		: 2652.668
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	: 5005.94
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		: 3048.714
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		: 3082.351
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.95
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		: 2966.528
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	: 5005.96
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		: 2659.137
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	: 5005.94
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		: 3069.699
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		: 3082.328
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.95
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		: 3160.778
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	: 5005.96
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		: 2660.448
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	: 5005.94
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		: 3097.641
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		: 3073.530
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.95
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		: 3098.392
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	: 5005.96
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		: 2663.910
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	: 5005.94
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		: 3071.200
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		: 3082.214
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.95
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		: 3160.649
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	: 5005.96
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		: 2653.500
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	: 5005.94
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		: 3055.542
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		: 3082.167
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.95
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		: 3116.114
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	: 5005.96
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		: 2667.265
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	: 5005.94
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		: 2943.168
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		: 2965.313
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.95
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		: 3039.016
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	: 5005.96
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		: 2658.738
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	: 5005.94
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		: 3080.491
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		: 3082.064
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.95
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		: 3135.410
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	: 5005.96
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		: 2667.053
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	: 5005.94
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		: 3097.637
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		: 3080.690
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.95
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		: 3014.299
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	: 5005.96
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		: 2210.318
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	: 5005.94
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		: 3097.636
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		: 2919.013
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.95
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		: 3160.518
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	: 5005.96
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		: 2072.784
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	: 5005.94
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		: 3097.632
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		: 3081.908
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.95
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		: 3105.155
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	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2648.991
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	: 5005.94
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		: 3071.969
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		: 3081.857
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.95
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		: 3020.024
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	: 5005.96
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		: 2666.270
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	: 5005.94
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		: 3061.697
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		: 3081.811
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.95
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		: 3030.150
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	: 5005.96
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		: 2661.885
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	: 5005.94
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		: 3066.496
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		: 2947.954
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.95
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		: 3086.371
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	: 5005.96
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		: 3594.521
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        680802176 kB
MemAvailable:   743341212 kB
Buffers:          985028 kB
Cached:         64368740 kB
SwapCached:            0 kB
Active:          9247936 kB
Inactive:       96415952 kB
Active(anon):       2260 kB
Inactive(anon): 40338592 kB
Active(file):    9245676 kB
Inactive(file): 56077360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29340 kB
Writeback:           124 kB
AnonPages:      40309936 kB
Mapped:           135316 kB
Shmem:             30728 kB
KReclaimable:    1271056 kB
Slab:            1785472 kB
SReclaimable:    1271056 kB
SUnreclaim:       514416 kB
KernelStack:       16864 kB
PageTables:       105604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4503000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           819072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2750464 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:      774144 kB
DirectMap2M:    128698368 kB
DirectMap1G:    676331520 kB

Free space on /tmp at the end= 8588248 MiB
End job on nodeD102 at 2024-08-09 19:26:50