Trace number 4465637

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-07-30? (TO) 72001.9 3661.1

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUMab585d5a9f1265a4903b33e81faedd32
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.3591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.69/0.72	c Default LC presolving (default).
0.69/0.72	c ** Before presolving: virtualMemUsedAtLc = 702486207, getVmSize() = 461209600, SCIPgetMemUsed() = 408267439, SCIPgetMemTotal() = 421835423, SCIPgetMemExternEstim() = 280650784
0.69/0.72	c ** set memory limit for presolving in LC to 8.79388e+12 for SCIP **
26.92/27.08	c ** Estimated virtualMemUsedAtSolver = 732171662, getVmSize() = 888160256, SCIPgetMemUsed() = 513263597, SCIPgetMemTotal() = 817606709, SCIPgetMemExternEstim() = 280650784
26.92/27.08	c ** set memory limit for solvers to 4.18631e+11 for each SCIP **
26.92/27.08	c Original Problem   :
26.92/27.08	c   Problem name     : instance-4465637-1723597398
26.92/27.08	c   Variables        : 77106 (77106 binary, 0 integer, 0 implicit integer, 0 continuous)
26.92/27.08	c   Constraints      : 218779
26.92/27.08	c   Objective sense  : minimize
26.92/27.08	c Presolved Problem  :
26.92/27.08	c   Variables        : 67151 (67151 binary, 0 integer, 0 implicit integer, 0 continuous)
26.92/27.08	c   Constraints      : 73848
26.92/27.08	c Constraints        : Number
26.92/27.08	c   knapsack         : 13220 
26.92/27.08	c   setppc           : 1652 
26.92/27.08	c   and              : 58968 
26.92/27.08	c   logicor          : 8 
26.92/27.08	c ** Instance transfer method used: 0
27.09/27.24	c ** ParaScipInstance copy increased the number of variables. **
30.46/30.59	c LC is working with racing ramp-up and with rebuilding tree after racing.
30.46/30.60	c                                Nodes    Active                                            
30.46/30.60	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
183.92/38.66	c        39              2           1        20                -           0.0000          -
289.04/43.99	c        44             62          61        20                -           0.0000          -
390.51/49.06	c        49            142         141        20                -           0.0000          -
493.04/54.21	c        54            222         221        20                -           0.0000          -
592.28/59.29	c        59            322         321        20                -           0.0000          -
697.38/64.59	c        65            402         401        20                -           0.0000          -
800.62/69.75	c        70            502         501        20                -           0.0000          -
901.89/74.83	c        75            582         581        20                -           0.0000          -
1003.16/79.92	c        80            662         661        20                -           0.0000          -
1105.08/85.13	c        85            773         746        20                -           0.0000          -
1207.58/90.27	c        90            869         842        20                -           0.0000          -
1312.75/95.53	c        96            946         943        20                -           0.0000          -
1413.96/100.70	c       101           1043        1040        20                -           0.0000          -
1517.15/105.81	c       106           1123        1120        20                -           0.0000          -
1622.97/111.16	c       111           1206        1086        20                -           0.0000          -
1723.35/116.20	c       116           1349         779        20                -           0.0000          -
1822.42/121.29	c       121           1379         919        20                -           0.0000          -
1931.35/126.76	c       127           1447         400        20                -           0.0000          -
2032.28/131.80	c       132           1508         459        20                -           0.0000          -
2133.27/136.92	c       137           1483         259        20                -           0.0000          -
2238.24/142.21	c       142           1533         259        20                -           0.0000          -
2339.28/147.40	c       147           1573         299        20                -           0.0000          -
2440.35/152.44	c       152           1668         397        20                -           0.0000          -
2541.41/157.57	c       158           1699         338        20                -           0.0000          -
2644.43/162.73	c       163           1710         356        20                -           0.0000          -
2745.56/167.87	c       168           1753         389        20                -           0.0000          -
2854.59/173.38	c       173           1870         470        20                -           0.0000          -
2955.79/178.42	c       178           1919         505        20                -           0.0000          -
3060.98/183.79	c       184           1952         500        20                -           0.0000          -
3166.73/189.04	c       189           2072         240        20                -           0.0000          -
3269.37/194.30	c       194           2151         250        20                -           0.0000          -
3372.57/199.42	c       199           2198         247        20                -           0.0000          -
3471.75/204.49	c       204           2297         192        20                -           0.0000          -
3576.88/209.77	c       210           2352         210        20                -           0.0000          -
3679.98/214.92	c       215           2389         164        20                -           0.0000          -
3779.04/220.03	c       220           2442          15        20                -           0.0000          -
3886.06/225.39	c       225           2624         258        20                -           0.0000          -
3987.21/230.41	c       230           2673         230        20                -           0.0000          -
4094.31/235.87	c       236           2741         296        20                -           0.0000          -
4200.08/241.15	c       241           2761         312        20                -           0.0000          -
4302.31/246.31	c       246           2954          60        20                -           0.0000          -
4405.48/251.52	c       252           3037         141        20                -           0.0000          -
4518.45/257.25	c       257           2966          22        20                -           0.0000          -
4619.66/262.33	c       262           3045          28        20                -           0.0000          -
4718.74/267.38	c       267           3327          60        20                -           0.0000          -
4821.92/272.57	c       273           3217          30        20                -           0.0000          -
4929.08/277.97	c       278           3305          27        20                -           0.0000          -
5036.13/283.34	c       283           3347          24        20                -           0.0000          -
5145.19/288.82	c       289           3578         159        20                -           0.0000          -
5252.25/294.27	c       294           3627         202        20                -           0.0000          -
5357.41/299.51	c       300           3714         285        20                -           0.0000          -
5456.54/304.59	c       305           3750         319        20                -           0.0000          -
5559.54/309.79	c       310           3799         366        20                -           0.0000          -
5662.65/314.94	c       315           3813         378        20                -           0.0000          -
5767.69/320.25	c       320           3824         385        20                -           0.0000          -
5866.86/325.28	c       325           3903          28        20                -           0.0000          -
5970.01/330.41	c       330           3878         435        20                -           0.0000          -
6069.19/335.42	c       335           4087         191        20                -           0.0000          -
6174.29/340.70	c       341           4050         168        20                -           0.0000          -
6273.49/345.75	c       346           4228         330        20                -           0.0000          -
6376.53/351.02	c       351           4141         253        20                -           0.0000          -
6485.58/356.44	c       356           4190         276        20                -           0.0000          -
6592.66/361.86	c       362           4217         299        20                -           0.0000          -
6698.48/367.16	c       367           4236         316        20                -           0.0000          -
6800.76/372.38	c       372           4531         407        20                -           0.0000          -
6901.96/377.47	c       377           4595         268        20                -           0.0000          -
7009.14/382.81	c       383           4637         151        20                -           0.0000          -
7108.36/387.83	c       388           4757         251        20                -           0.0000          -
7212.22/393.08	c       393           4785         169        20                -           0.0000          -
7322.56/398.69	c       399           4839         132        20                -           0.0000          -
7425.76/403.84	c       404           4886         123        20                -           0.0000          -
7529.41/409.08	c       409           4550         195        20                -           0.0000          -
7631.60/414.28	c       414           4623           0        20                -           0.0000          -
7740.54/419.78	c       420           4689          62        20                -           0.0000          -
7841.65/424.85	c       425           4752          53        20                -           0.0000          -
7942.79/429.94	c       430           5336         389        20                -           0.0000          -
8044.59/435.07	c       435           4936          36        20                -           0.0000          -
8145.85/440.19	c       440           5432         151        20                -           0.0000          -
8248.10/445.35	c       445           5531         244        20                -           0.0000          -
8349.21/450.41	c       450           5624         329        20                -           0.0000          -
8450.30/455.54	c       456           5658         357        20                -           0.0000          -
8560.19/461.10	c       461           5759         456        20                -           0.0000          -
8668.32/466.57	c       467           5879         576        20                -           0.0000          -
8771.44/471.72	c       472           5904         599        20                -           0.0000          -
8874.58/476.91	c       477           5951         640        20                -           0.0000          -
8983.64/482.45	c       482           5975         662        20                -           0.0000          -
9095.26/488.11	c       488           6005         690        20                -           0.0000          -
9199.59/493.31	c       493           5705         185        20                -           0.0000          -
9304.73/498.61	c       499           6067         748        20                -           0.0000          -
9409.90/504.03	c       504           6128         807        20                -           0.0000          -
9511.99/509.09	c       509           6143         820        20                -           0.0000          -
9622.16/514.61	c       515           6170         845        20                -           0.0000          -
9725.19/519.83	c       520           6170         845        20                -           0.0000          -
9834.16/525.35	c       525           6250         925        20                -           0.0000          -
9933.22/530.37	c       530           6291         964        20                -           0.0000          -
10040.23/535.72	c       536           6291         964        20                -           0.0000          -
10141.25/540.85	c       541           6317         988        20                -           0.0000          -
10248.26/546.22	c       546           5998         216        20                -           0.0000          -
10355.05/551.64	c       552           6090         296        20                -           0.0000          -
10455.97/556.73	c       557           6482        1133        20                -           0.0000          -
10558.88/562.00	c       562           6217         223        20                -           0.0000          -
10663.86/567.30	c       567           6603        1252        20                -           0.0000          -
10772.81/572.73	c       573           6603        1252        20                -           0.0000          -
10885.67/578.40	c       578           6648        1295        20                -           0.0000          -
10986.66/583.57	c       584           6648        1295        20                -           0.0000          -
11096.32/589.09	c       589           6693        1338        20                -           0.0000          -
11200.44/594.34	c       594           6508         246        20                -           0.0000          -
11299.47/599.36	c       599           6699        1342        20                -           0.0000          -
11402.47/604.51	c       605           6701        1342        20                -           0.0000          -
11509.34/609.98	c       610           6701        1342        20                -           0.0000          -
11613.03/615.17	c       615           6764        1403        20                -           0.0000          -
11713.27/620.22	c       620           6764        1403        20                -           0.0000          -
11814.38/625.33	c       625           6607         307        20                -           0.0000          -
11917.45/630.50	c       630           6806        1439        20                -           0.0000          -
12018.44/635.70	c       636           6808        1439        20                -           0.0000          -
12128.28/641.17	c       641           6808        1439        20                -           0.0000          -
12228.48/646.21	c       646           6650           1        20                -           0.0000          -
12327.55/651.25	c       651           6874        1501        20                -           0.0000          -
12428.62/656.39	c       656           6874        1501        20                -           0.0000          -
12539.58/661.91	c       662           6907        1532        20                -           0.0000          -
12638.64/666.94	c       667           6946        1569        20                -           0.0000          -
12740.30/672.04	c       672           6973        1594        20                -           0.0000          -
12842.54/677.29	c       677           6981        1600        20                -           0.0000          -
12943.53/682.34	c       682           6981        1600        20                -           0.0000          -
13048.27/687.65	c       688           6981        1600        20                -           0.0000          -
13151.10/692.84	c       693           6987        1604        20                -           0.0000          -
13252.00/698.03	c       698           6987        1604        20                -           0.0000          -
13362.78/703.54	c       704           6987        1604        20                -           0.0000          -
13467.75/708.80	c       709           7010        1625        20                -           0.0000          -
13571.40/714.06	c       714           7010        1625        20                -           0.0000          -
13670.55/719.13	c       719           7347          14        20                -           0.0000          -
13772.78/724.20	c       724           7102        1713        20                -           0.0000          -
13875.81/729.42	c       729           7102        1713        20                -           0.0000          -
13978.83/734.63	c       735           7102        1713        20                -           0.0000          -
14079.96/739.70	c       740           7167        1774        20                -           0.0000          -
14179.11/744.72	c       745           7167        1774        20                -           0.0000          -
14288.05/750.26	c       750           7167        1774        20                -           0.0000          -
14389.02/755.32	c       755           7167        1774        20                -           0.0000          -
14492.12/760.58	c       761           7265        1870        20                -           0.0000          -
14597.16/765.81	c       766           7265        1870        20                -           0.0000          -
14698.29/770.94	c       771           7265        1870        20                -           0.0000          -
14803.38/776.24	c       776           8040         151        20                -           0.0000          -
14902.36/781.27	c       781           8071         172        20                -           0.0000          -
15003.52/786.34	c       786           7506        2109        20                -           0.0000          -
15106.67/791.59	c       792           7566        2167        20                -           0.0000          -
15209.80/796.73	c       797           7566        2167        20                -           0.0000          -
15320.87/802.37	c       802           7606        2205        20                -           0.0000          -
15423.81/807.54	c       808           7606        2205        20                -           0.0000          -
15524.90/812.68	c       813           7669        2266        20                -           0.0000          -
15628.06/817.87	c       818           7669        2266        20                -           0.0000          -
15729.25/823.00	c       823           7669        2266        20                -           0.0000          -
15831.11/828.12	c       828           7670        2265        20                -           0.0000          -
15933.57/833.24	c       833           7670        2265        20                -           0.0000          -
16034.71/838.36	c       838           8327         366        20                -           0.0000          -
16135.79/843.46	c       843           7682        2275        20                -           0.0000          -
16240.80/848.72	c       849           7682        2275        20                -           0.0000          -
16341.81/853.85	c       854           7685        2276        20                -           0.0000          -
16452.79/859.49	c       859           7685        2276        20                -           0.0000          -
16555.87/864.68	c       865           7688        2277        20                -           0.0000          -
16666.81/870.25	c       870           7688        2277        20                -           0.0000          -
16771.86/875.52	c       876           7698        2285        20                -           0.0000          -
16876.87/880.82	c       881           7698        2285        20                -           0.0000          -
16977.87/885.99	c       886           7698        2285        20                -           0.0000          -
17079.69/891.08	c       891           7709        2294        20                -           0.0000          -
17182.10/896.26	c       896           7709        2294        20                -           0.0000          -
17290.89/901.76	c       902           7709        2294        20                -           0.0000          -
17393.82/906.96	c       907           7709        2294        20                -           0.0000          -
17492.94/911.99	c       912           7718        2301        20                -           0.0000          -
17594.78/917.11	c       917           7718        2301        20                -           0.0000          -
17700.98/922.50	c       922           7718        2301        20                -           0.0000          -
17807.91/927.84	c       928           7718        2301        20                -           0.0000          -
17914.82/933.29	c       933           9024        1009        20                -           0.0000          -
18050.32/940.10	c       940           7737        2318        20                -           0.0000          -
18166.20/945.93	c       946           7737        2318        20                -           0.0000          -
18269.89/951.16	c       951           7742        2321        20                -           0.0000          -
18378.14/956.64	c       957           7742        2321        20                -           0.0000          -
18485.89/962.11	c       962           7742        2321        20                -           0.0000          -
18600.10/967.82	c       968           7742        2321        20                -           0.0000          -
18701.11/973.03	c       973           9464        1348        20                -           0.0000          -
18803.00/978.06	c       978           7787        2364        20                -           0.0000          -
18913.32/983.61	c       984           7787        2364        20                -           0.0000          -
19026.30/989.36	c       989           7787        2364        20                -           0.0000          -
19143.21/995.26	c       995           7787        2364        20                -           0.0000          -
19256.14/1001.04	c      1001           9565        1439        20                -           0.0000          -
19369.00/1006.69	c      1007           7841        2416        20                -           0.0000          -
19487.78/1012.66	c      1013           7841        2416        20                -           0.0000          -
19592.84/1017.93	c      1018           7841        2416        20                -           0.0000          -
19701.86/1023.48	c      1023           8001        2574        20                -           0.0000          -
19820.82/1029.43	c      1029           8001        2574        20                -           0.0000          -
19923.84/1034.63	c      1035           8122        2693        20                -           0.0000          -
20040.64/1040.59	c      1041           8122        2693        20                -           0.0000          -
20161.47/1046.64	c      1047           8122        2693        20                -           0.0000          -
20282.24/1052.73	c      1053           9651        1461        20                -           0.0000          -
20391.07/1058.20	c      1058           8135        2704        20                -           0.0000          -
20501.99/1063.84	c      1064           8135        2704        20                -           0.0000          -
20616.83/1069.62	c      1070           8135        2704        20                -           0.0000          -
20724.39/1075.05	c      1075           9656        1462        20                -           0.0000          -
20836.45/1080.74	c      1081           9656        1462        20                -           0.0000          -
20959.20/1086.92	c      1087           8171        2738        20                -           0.0000          -
21060.95/1092.08	c      1092           8171        2738        20                -           0.0000          -
21174.90/1097.87	c      1098           8171        2738        20                -           0.0000          -
21298.29/1104.08	c      1104           9664        1466        20                -           0.0000          -
21406.29/1109.58	c      1110           8203        2768        20                -           0.0000          -
21509.21/1114.80	c      1115           8203        2768        20                -           0.0000          -
21629.88/1120.85	c      1121           8203        2768        20                -           0.0000          -
21736.70/1126.20	c      1126           8203        2768        20                -           0.0000          -
21837.65/1131.35	c      1131           9673        1467        20                -           0.0000          -
21944.57/1136.77	c      1137           8257        2820        20                -           0.0000          -
22067.42/1142.96	c      1143           8257        2820        20                -           0.0000          -
22184.31/1148.82	c      1149           8257        2820        20                -           0.0000          -
22293.33/1154.38	c      1154           8325        2886        20                -           0.0000          -
22402.43/1159.86	c      1160           8325        2886        20                -           0.0000          -
22503.59/1164.97	c      1165           8325        2886        20                -           0.0000          -
22605.42/1170.13	c      1170           9730        1514        20                -           0.0000          -
22707.85/1175.20	c      1175           8349        2908        20                -           0.0000          -
22820.90/1180.93	c      1181           8349        2908        20                -           0.0000          -
22920.02/1185.97	c      1186           8349        2908        20                -           0.0000          -
23037.05/1191.89	c      1192           8349        2908        20                -           0.0000          -
23142.94/1197.18	c      1197           9740        1516        20                -           0.0000          -
23247.29/1202.46	c      1202           9740        1516        20                -           0.0000          -
23366.22/1208.44	c      1208           8412        2969        20                -           0.0000          -
23467.31/1213.54	c      1214           8412        2969        20                -           0.0000          -
23570.17/1218.70	c      1219           8412        2969        20                -           0.0000          -
23671.32/1223.82	c      1224           8412        2969        20                -           0.0000          -
23788.34/1229.75	c      1230           8436        2991        20                -           0.0000          -
23893.91/1235.13	c      1235           8436        2991        20                -           0.0000          -
23995.14/1240.16	c      1240           8436        2991        20                -           0.0000          -
24099.55/1245.49	c      1245           8436        2991        20                -           0.0000          -
24208.68/1251.04	c      1251           8436        2991        20                -           0.0000          -
24330.54/1257.04	c      1257           8436        2991        20                -           0.0000          -
24431.82/1262.17	c      1262           8612        3165        20                -           0.0000          -
24545.96/1268.02	c      1268           8717        3270        20                -           0.0000          -
24655.04/1273.43	c      1273           8717        3270        20                -           0.0000          -
24754.18/1278.47	c      1278           8717        3270        20                -           0.0000          -
24859.33/1283.78	c      1284           8739        3290        20                -           0.0000          -
24970.37/1289.39	c      1289           8739        3290        20                -           0.0000          -
25079.43/1294.88	c      1295           8739        3290        20                -           0.0000          -
25183.32/1300.09	c      1300           8739        3290        20                -           0.0000          -
25285.84/1305.22	c      1305           8739        3290        20                -           0.0000          -
25398.91/1310.93	c      1311           8739        3290        20                -           0.0000          -
25504.04/1316.28	c      1316           8743        3292        20                -           0.0000          -
25606.98/1321.42	c      1321           8743        3292        20                -           0.0000          -
25716.18/1326.90	c      1327           8743        3292        20                -           0.0000          -
25821.36/1332.26	c      1332           8743        3292        20                -           0.0000          -
25922.60/1337.37	c      1337           8743        3292        20                -           0.0000          -
26029.79/1342.79	c      1343           8743        3292        20                -           0.0000          -
26131.03/1347.88	c      1348           9899         544        20                -           0.0000          -
26252.10/1353.96	c      1354           8764        3311        20                -           0.0000          -
26357.27/1359.22	c      1359           8764        3311        20                -           0.0000          -
26456.51/1364.28	c      1364           8764        3311        20                -           0.0000          -
26559.72/1369.41	c      1369           8764        3311        20                -           0.0000          -
26658.82/1374.42	c      1374           8764        3311        20                -           0.0000          -
26763.99/1379.72	c      1380           9915         544        20                -           0.0000          -
26863.22/1384.73	c      1385           8780        3325        20                -           0.0000          -
26964.42/1389.84	c      1390           8780        3325        20                -           0.0000          -
27071.66/1395.21	c      1395           8780        3325        20                -           0.0000          -
27180.75/1400.73	c      1401           8780        3325        20                -           0.0000          -
27288.86/1406.19	c      1406           8780        3325        20                -           0.0000          -
27397.11/1411.60	c      1412           9931         544        20                -           0.0000          -
27502.32/1416.90	c      1417           8788        3331        20                -           0.0000          -
27607.48/1422.22	c      1422           8788        3331        20                -           0.0000          -
27720.54/1427.95	c      1428           8788        3331        20                -           0.0000          -
27824.78/1433.16	c      1433           9945         548        20                -           0.0000          -
27938.86/1438.90	c      1439           8817        3358        20                -           0.0000          -
28038.10/1443.93	c      1444           8817        3358        20                -           0.0000          -
28142.06/1449.17	c      1449          10120         719        20                -           0.0000          -
28252.46/1454.77	c      1455           8824        3363        20                -           0.0000          -
28353.66/1459.81	c      1460           8824        3363        20                -           0.0000          -
28454.89/1464.96	c      1465           8845        3382        20                -           0.0000          -
28554.12/1469.99	c      1470           8845        3382        20                -           0.0000          -
28658.02/1475.14	c      1475           8845        3382        20                -           0.0000          -
28760.51/1480.34	c      1480           8845        3382        20                -           0.0000          -
28859.80/1485.39	c      1485           8873        3408        20                -           0.0000          -
28960.94/1490.46	c      1490           8873        3408        20                -           0.0000          -
29066.14/1495.76	c      1496           8873        3408        20                -           0.0000          -
29185.06/1501.71	c      1502           8873        3408        20                -           0.0000          -
29284.29/1506.79	c      1507           8873        3408        20                -           0.0000          -
29392.24/1512.14	c      1512           8873        3408        20                -           0.0000          -
29491.61/1517.16	c      1517          10604        1187        20                -           0.0000          -
29597.89/1522.54	c      1523           8878        3411        20                -           0.0000          -
29707.69/1528.12	c      1528           8878        3411        20                -           0.0000          -
29819.99/1533.78	c      1534           8878        3411        20                -           0.0000          -
29929.11/1539.21	c      1539          11148        1731        20                -           0.0000          -
30030.32/1544.33	c      1544           8887        3418        20                -           0.0000          -
30135.50/1549.61	c      1550           8887        3418        20                -           0.0000          -
30248.59/1555.34	c      1555           8887        3418        20                -           0.0000          -
30359.73/1561.05	c      1561           8887        3418        20                -           0.0000          -
30474.80/1566.74	c      1567           8887        3418        20                -           0.0000          -
30580.69/1572.05	c      1572          11471        2050        20                -           0.0000          -
30691.06/1577.67	c      1578          11471        2050        20                -           0.0000          -
30802.16/1583.25	c      1583          11471        2050        20                -           0.0000          -
30903.36/1588.36	c      1588           8895        3424        20                -           0.0000          -
31008.49/1593.63	c      1594           8895        3424        20                -           0.0000          -
31107.70/1598.65	c      1599           8895        3424        20                -           0.0000          -
31215.59/1604.07	c      1604           8895        3424        20                -           0.0000          -
31318.01/1609.21	c      1609           8940        3467        20                -           0.0000          -
31437.06/1615.28	c      1615           8940        3467        20                -           0.0000          -
31550.09/1620.90	c      1621           8940        3467        20                -           0.0000          -
31649.32/1625.98	c      1626           8940        3467        20                -           0.0000          -
31758.44/1631.47	c      1631           8940        3467        20                -           0.0000          -
31863.61/1636.78	c      1637           8940        3467        20                -           0.0000          -
31964.75/1641.84	c      1642          11498        2071        20                -           0.0000          -
32083.76/1647.84	c      1648           8966        3491        20                -           0.0000          -
32184.98/1653.01	c      1653           8966        3491        20                -           0.0000          -
32315.84/1659.56	c      1660           8966        3491        20                -           0.0000          -
32423.03/1664.93	c      1665          11503        2072        20                -           0.0000          -
32534.15/1670.57	c      1671          11503        2072        20                -           0.0000          -
32637.35/1675.77	c      1676           9007        3530        20                -           0.0000          -
32738.56/1680.83	c      1681           9007        3530        20                -           0.0000          -
32844.45/1686.18	c      1686           9007        3530        20                -           0.0000          -
32950.78/1691.54	c      1692           9007        3530        20                -           0.0000          -
33067.87/1697.41	c      1697           9007        3530        20                -           0.0000          -
33169.08/1702.55	c      1703          11917        2482        20                -           0.0000          -
33274.25/1707.88	c      1708           9101        3620        20                -           0.0000          -
33385.38/1713.49	c      1713           9101        3620        20                -           0.0000          -
33486.52/1718.54	c      1719          11992        2557        20                -           0.0000          -
33593.69/1723.91	c      1724          11992        2557        20                -           0.0000          -
33708.78/1729.70	c      1730          11992        2557        20                -           0.0000          -
33816.69/1735.19	c      1735           9143        3660        20                -           0.0000          -
33929.05/1740.80	c      1741           9143        3660        20                -           0.0000          -
34048.13/1746.81	c      1747           9143        3660        20                -           0.0000          -
34155.29/1752.22	c      1752          12001        2564        20                -           0.0000          -
34262.47/1757.65	c      1758           9169        3684        20                -           0.0000          -
34363.70/1762.71	c      1763           9169        3684        20                -           0.0000          -
34464.92/1767.84	c      1768           9169        3684        20                -           0.0000          -
34566.14/1772.98	c      1773           9169        3684        20                -           0.0000          -
34668.04/1778.09	c      1778           9169        3684        20                -           0.0000          -
34780.43/1783.70	c      1784          12089        2650        20                -           0.0000          -
34895.49/1789.51	c      1790           9173        3686        20                -           0.0000          -
35002.67/1795.00	c      1795           9173        3686        20                -           0.0000          -
35109.82/1800.37	c      1800           9173        3686        20                -           0.0000          -
35213.03/1805.51	c      1806           9173        3686        20                -           0.0000          -
35314.25/1810.70	c      1811           9173        3686        20                -           0.0000          -
35417.54/1815.86	c      1816          12400        2959        20                -           0.0000          -
35521.47/1821.08	c      1821           9181        3692        20                -           0.0000          -
35633.75/1826.73	c      1827           9181        3692        20                -           0.0000          -
35736.96/1831.96	c      1832           9181        3692        20                -           0.0000          -
35848.09/1837.53	c      1838           9181        3692        20                -           0.0000          -
35955.21/1842.95	c      1843           9181        3692        20                -           0.0000          -
36064.35/1848.49	c      1848           9181        3692        20                -           0.0000          -
36165.67/1853.55	c      1854          12641        3198        20                -           0.0000          -
36268.74/1858.70	c      1859           9197        3706        20                -           0.0000          -
36367.97/1863.79	c      1864           9197        3706        20                -           0.0000          -
36469.19/1868.89	c      1869           9197        3706        20                -           0.0000          -
36584.29/1874.65	c      1875           9197        3706        20                -           0.0000          -
36695.37/1880.20	c      1880           9197        3706        20                -           0.0000          -
36798.58/1885.45	c      1885           9197        3706        20                -           0.0000          -
36899.77/1890.54	c      1891          12757        3310        20                -           0.0000          -
37012.88/1896.22	c      1896           9201        3708        20                -           0.0000          -
37114.08/1901.36	c      1901           9201        3708        20                -           0.0000          -
37213.29/1906.39	c      1906           9201        3708        20                -           0.0000          -
37322.44/1911.80	c      1912           9201        3708        20                -           0.0000          -
37435.43/1917.51	c      1918           9201        3708        20                -           0.0000          -
37550.50/1923.39	c      1923          12765        3316        20                -           0.0000          -
37653.68/1928.53	c      1929           9212        3717        20                -           0.0000          -
37758.85/1933.87	c      1934           9212        3717        20                -           0.0000          -
37862.70/1939.09	c      1939           9212        3717        20                -           0.0000          -
37967.18/1944.37	c      1944          12767        3316        20                -           0.0000          -
38090.19/1950.55	c      1951          12767        3316        20                -           0.0000          -
38209.25/1956.55	c      1957          12767        3316        20                -           0.0000          -
38308.38/1961.56	c      1962           9227        3730        20                -           0.0000          -
38413.42/1966.81	c      1967           9227        3730        20                -           0.0000          -
38512.65/1971.85	c      1972           9227        3730        20                -           0.0000          -
38613.79/1977.03	c      1977          12770        3317        20                -           0.0000          -
38726.87/1982.63	c      1983          12770        3317        20                -           0.0000          -
38832.04/1987.97	c      1988          12770        3317        20                -           0.0000          -
38945.10/1993.63	c      1994           9265        3766        20                -           0.0000          -
39061.99/1999.51	c      2000           9265        3766        20                -           0.0000          -
39165.18/2004.73	c      2005           9265        3766        20                -           0.0000          -
39268.36/2009.96	c      2010           9265        3766        20                -           0.0000          -
39373.51/2015.23	c      2015          12772        3317        20                -           0.0000          -
39472.73/2020.30	c      2020           9344        3843        20                -           0.0000          -
39575.91/2025.43	c      2025           9344        3843        20                -           0.0000          -
39681.08/2030.80	c      2031          12775        3318        20                -           0.0000          -
39804.12/2036.90	c      2037          12775        3318        20                -           0.0000          -
39905.97/2042.13	c      2042          12775        3318        20                -           0.0000          -
40022.34/2048.02	c      2048          12775        3318        20                -           0.0000          -
40143.90/2054.08	c      2054          12775        3318        20                -           0.0000          -
40246.50/2059.22	c      2059           9355        3852        20                -           0.0000          -
40351.67/2064.50	c      2064           9355        3852        20                -           0.0000          -
40464.69/2070.22	c      2070           9381        3876        20                -           0.0000          -
40575.82/2075.85	c      2076           9381        3876        20                -           0.0000          -
40677.00/2080.93	c      2081           9381        3876        20                -           0.0000          -
40782.15/2086.28	c      2086           9381        3876        20                -           0.0000          -
40885.34/2091.46	c      2091           9381        3876        20                -           0.0000          -
41000.33/2097.25	c      2097           9381        3876        20                -           0.0000          -
41116.07/2103.05	c      2103          13006        3411        20                -           0.0000          -
41220.52/2108.32	c      2108          13006        3411        20                -           0.0000          -
41321.72/2113.46	c      2113          13006        3411        20                -           0.0000          -
41436.80/2119.20	c      2119           9415        3908        20                -           0.0000          -
41536.01/2124.21	c      2124           9415        3908        20                -           0.0000          -
41641.18/2129.56	c      2130           9415        3908        20                -           0.0000          -
41751.24/2135.14	c      2135           9415        3908        20                -           0.0000          -
41859.38/2140.54	c      2141          13008        3411        20                -           0.0000          -
41969.32/2146.07	c      2146          13008        3411        20                -           0.0000          -
42075.60/2151.46	c      2151          13008        3411        20                -           0.0000          -
42182.75/2156.84	c      2157           9452        3943        20                -           0.0000          -
42289.84/2162.20	c      2162           9452        3943        20                -           0.0000          -
42391.05/2167.38	c      2167           9452        3943        20                -           0.0000          -
42502.18/2172.98	c      2173           9452        3943        20                -           0.0000          -
42604.20/2178.05	c      2178           9452        3943        20                -           0.0000          -
42705.53/2183.18	c      2183          13010        3411        20                -           0.0000          -
42813.66/2188.61	c      2189          13010        3411        20                -           0.0000          -
42930.75/2194.55	c      2195           9534        4023        20                -           0.0000          -
43037.92/2199.96	c      2200           9534        4023        20                -           0.0000          -
43141.89/2205.17	c      2205           9534        4023        20                -           0.0000          -
43258.78/2211.07	c      2211           9534        4023        20                -           0.0000          -
43371.21/2216.76	c      2217           9534        4023        20                -           0.0000          -
43474.40/2221.93	c      2222           9534        4023        20                -           0.0000          -
43613.29/2228.97	c      2229              2           1        20                -           0.0000          -
43715.21/2234.13	c      2234              2           1        20                -           0.0000          -
43816.58/2239.17	c      2239              2           1        20                -           0.0000          -
43924.69/2244.68	c      2245              2           1        20                -           0.0000          -
44035.80/2250.25	c      2250              2           1        20                -           0.0000          -
44140.89/2255.50	c      2256              2           1        20                -           0.0000          -
44242.01/2260.67	c      2261              2           1        20                -           0.0000          -
44345.12/2265.80	c      2266              2           1        20                -           0.0000          -
44454.22/2271.31	c      2271              2           1        20                -           0.0000          -
44568.01/2277.05	c      2277              2           1        20                -           0.0000          -
44674.39/2282.49	c      2282              2           1        20                -           0.0000          -
44779.54/2287.71	c      2288              2           1        20                -           0.0000          -
44882.68/2292.96	c      2293              2           1        20                -           0.0000          -
44984.60/2298.10	c      2298              2           1        20                -           0.0000          -
45094.84/2303.69	c      2304              2           1        20                -           0.0000          -
45199.97/2308.94	c      2309              2           1        20                -           0.0000          -
45307.00/2314.40	c      2314              2           1        20                -           0.0000          -
45408.15/2319.47	c      2319              2           1        20                -           0.0000          -
45509.27/2324.56	c      2325              2           1        20                -           0.0000          -
45612.44/2329.78	c      2330              2           1        20                -           0.0000          -
45715.62/2335.00	c      2335              2           1        20                -           0.0000          -
45822.62/2340.34	c      2340              2           1        20                -           0.0000          -
45941.67/2346.34	c      2346              2           1        20                -           0.0000          -
46046.84/2351.63	c      2352          13020        3411        20                -           0.0000          -
46154.65/2357.06	c      2357          13020        3411        20                -           0.0000          -
46255.65/2362.17	c      2362          13020        3411        20                -           0.0000          -
46364.08/2367.65	c      2368          13020        3411        20                -           0.0000          -
46471.47/2373.11	c      2373              3           2        20                -           0.0000          -
46583.88/2378.78	c      2379              3           2        20                -           0.0000          -
46685.03/2383.83	c      2384              3           2        20                -           0.0000          -
46784.17/2388.89	c      2389              3           2        20                -           0.0000          -
46885.32/2393.94	c      2394              3           2        20                -           0.0000          -
46996.36/2399.50	c      2400              3           2        20                -           0.0000          -
47101.50/2404.81	c      2405              2           1        20                -           0.0000          -
47208.65/2410.23	c      2410              2           1        20                -           0.0000          -
47310.00/2415.38	c      2415              2           1        20                -           0.0000          -
47416.99/2420.74	c      2421              2           1        20                -           0.0000          -
47527.87/2426.33	c      2426              2           1        20                -           0.0000          -
47628.83/2431.43	c      2431              2           1        20                -           0.0000          -
47743.88/2437.23	c      2437              2           1        20                -           0.0000          -
47842.93/2442.24	c      2442              2           1        20                -           0.0000          -
47950.06/2447.66	c      2448              2           1        20                -           0.0000          -
48055.21/2452.96	c      2453              2           1        20                -           0.0000          -
48157.07/2458.09	c      2458              2           1        20                -           0.0000          -
48259.56/2463.22	c      2463              2           1        20                -           0.0000          -
48362.73/2468.47	c      2468              2           1        20                -           0.0000          -
48463.89/2473.56	c      2474              2           1        20                -           0.0000          -
48567.06/2478.76	c      2479              2           1        20                -           0.0000          -
48668.22/2483.90	c      2484              2           1        20                -           0.0000          -
48769.41/2489.00	c      2489              2           1        20                -           0.0000          -
48874.58/2494.20	c      2494              2           1        20                -           0.0000          -
48981.69/2499.66	c      2500          13028        3411        20                -           0.0000          -
49082.66/2504.79	c      2505          13028        3411        20                -           0.0000          -
49185.82/2510.01	c      2510          13028        3411        20                -           0.0000          -
49287.81/2515.14	c      2515              5           4        20                -           0.0000          -
49390.01/2520.22	c      2520              5           4        20                -           0.0000          -
49491.17/2525.30	c      2525              5           4        20                -           0.0000          -
49594.32/2530.58	c      2531              3           2        20                -           0.0000          -
49695.46/2535.65	c      2536              3           2        20                -           0.0000          -
49798.60/2540.83	c      2541              3           2        20                -           0.0000          -
49902.21/2546.06	c      2546              3           2        20                -           0.0000          -
50006.74/2551.31	c      2551              3           2        20                -           0.0000          -
50109.87/2556.55	c      2557              6           5        20                -           0.0000          -
50212.98/2561.71	c      2562              6           5        20                -           0.0000          -
50316.11/2566.92	c      2567              6           5        20                -           0.0000          -
50421.21/2572.26	c      2572              6           5        20                -           0.0000          -
50526.32/2577.55	c      2578              6           5        20                -           0.0000          -
50627.44/2582.64	c      2583              6           5        20                -           0.0000          -
50732.63/2587.95	c      2588              6           5        20                -           0.0000          -
50831.82/2592.97	c      2593              6           5        20                -           0.0000          -
50936.96/2598.23	c      2598              6           5        20                -           0.0000          -
51046.10/2603.72	c      2604              6           5        20                -           0.0000          -
51145.27/2608.77	c      2609              6           5        20                -           0.0000          -
51251.08/2614.13	c      2614              6           5        20                -           0.0000          -
51361.46/2619.61	c      2620              6           5        20                -           0.0000          -
51469.08/2625.10	c      2625              6           5        20                -           0.0000          -
51571.46/2630.24	c      2630              6           5        20                -           0.0000          -
51672.62/2635.32	c      2635              6           5        20                -           0.0000          -
51786.59/2641.14	c      2641              6           5        20                -           0.0000          -
51894.86/2646.53	c      2647              6           5        20                -           0.0000          -
52001.98/2651.98	c      2652              6           5        20                -           0.0000          -
52103.83/2657.10	c      2657              6           5        20                -           0.0000          -
52205.22/2662.15	c      2662              6           5        20                -           0.0000          -
52304.41/2667.16	c      2667              6           5        20                -           0.0000          -
52410.60/2672.53	c      2673              6           5        20                -           0.0000          -
52511.75/2677.66	c      2678              6           5        20                -           0.0000          -
52612.91/2682.70	c      2683              6           5        20                -           0.0000          -
52712.07/2687.75	c      2688              6           5        20                -           0.0000          -
52821.16/2693.25	c      2693              6           5        20                -           0.0000          -
52922.31/2698.40	c      2698              6           5        20                -           0.0000          -
53025.46/2703.56	c      2704              6           5        20                -           0.0000          -
53132.48/2708.93	c      2709              6           5        20                -           0.0000          -
53234.34/2714.14	c      2714              6           5        20                -           0.0000          -
53342.74/2719.56	c      2720              6           5        20                -           0.0000          -
53445.71/2724.73	c      2725          13042        3411        20                -           0.0000          -
53546.78/2729.83	c      2730              6           5        20                -           0.0000          -
53653.84/2735.24	c      2735              6           5        20                -           0.0000          -
53756.96/2740.46	c      2740              6           5        20                -           0.0000          -
53862.07/2745.72	c      2746              6           5        20                -           0.0000          -
53970.11/2751.20	c      2751              6           5        20                -           0.0000          -
54072.31/2756.38	c      2756              6           5        20                -           0.0000          -
54181.45/2761.80	c      2762              6           5        20                -           0.0000          -
54282.62/2766.92	c      2767              6           5        20                -           0.0000          -
54387.67/2772.27	c      2772              6           5        20                -           0.0000          -
54488.84/2777.38	c      2777              6           5        20                -           0.0000          -
54590.01/2782.48	c      2782              6           5        20                -           0.0000          -
54693.17/2787.63	c      2788              6           5        20                -           0.0000          -
54794.44/2792.79	c      2793              6           5        20                -           0.0000          -
54902.20/2798.13	c      2798              6           5        20                -           0.0000          -
55001.56/2803.20	c      2803              6           5        20                -           0.0000          -
55105.78/2808.42	c      2808              7           6        20                -           0.0000          -
55212.88/2813.84	c      2814              7           6        20                -           0.0000          -
55314.05/2818.94	c      2819              7           6        20                -           0.0000          -
55423.08/2824.43	c      2824              7           6        20                -           0.0000          -
55537.01/2830.15	c      2830              7           6        20                -           0.0000          -
55637.33/2835.28	c      2835              7           6        20                -           0.0000          -
55753.07/2841.07	c      2841              7           6        20                -           0.0000          -
55852.32/2846.13	c      2846              7           6        20                -           0.0000          -
55958.52/2851.40	c      2851              7           6        20                -           0.0000          -
56072.44/2857.19	c      2857              7           6        20                -           0.0000          -
56176.67/2862.41	c      2862              7           6        20                -           0.0000          -
56283.82/2867.84	c      2868              7           6        20                -           0.0000          -
56383.01/2872.85	c      2873              7           6        20                -           0.0000          -
56484.16/2877.92	c      2878              7           6        20                -           0.0000          -
56588.02/2883.19	c      2883              7           6        20                -           0.0000          -
56696.39/2888.67	c      2889              7           6        20                -           0.0000          -
56807.47/2894.21	c      2894              7           6        20                -           0.0000          -
56906.65/2899.25	c      2899              7           6        20                -           0.0000          -
57013.77/2904.62	c      2905              7           6        20                -           0.0000          -
57130.80/2910.52	c      2911              7           6        20                -           0.0000          -
57240.73/2916.06	c      2916              7           6        20                -           0.0000          -
57339.67/2921.11	c      2921              7           6        20                -           0.0000          -
57442.25/2926.23	c      2926              7           6        20                -           0.0000          -
57541.46/2931.24	c      2931              7           6        20                -           0.0000          -
57652.51/2936.84	c      2937              7           6        20                -           0.0000          -
57753.70/2941.92	c      2942              7           6        20                -           0.0000          -
57852.90/2946.99	c      2947              8           7        20                -           0.0000          -
57963.94/2952.56	c      2953              8           7        20                -           0.0000          -
58069.03/2957.86	c      2958              8           7        20                -           0.0000          -
58168.19/2962.87	c      2963              8           7        20                -           0.0000          -
58281.28/2968.51	c      2969              8           7        20                -           0.0000          -
58380.46/2973.53	c      2974              8           7        20                -           0.0000          -
58485.52/2978.84	c      2979              8           7        20                -           0.0000          -
58592.61/2984.29	c      2984              8           7        20                -           0.0000          -
58699.73/2989.68	c      2990          13060        3411        20                -           0.0000          -
58804.94/2995.00	c      2995          13060        3411        20                -           0.0000          -
58910.02/3000.24	c      3000          13060        3411        20                -           0.0000          -
59014.86/3005.51	c      3006          13060        3411        20                -           0.0000          -
59119.89/3010.86	c      3011          13060        3411        20                -           0.0000          -
59220.99/3016.01	c      3016              9           8        20                -           0.0000          -
59340.04/3021.91	c      3022              9           8        20                -           0.0000          -
59443.83/3027.19	c      3027              9           8        20                -           0.0000          -
59544.30/3032.30	c      3032              9           8        20                -           0.0000          -
59653.45/3037.73	c      3038              9           8        20                -           0.0000          -
59762.55/3043.22	c      3043              9           8        20                -           0.0000          -
59875.61/3049.03	c      3049              9           8        20                -           0.0000          -
59977.40/3054.13	c      3054              9           8        20                -           0.0000          -
60078.72/3059.18	c      3059              9           8        20                -           0.0000          -
60192.88/3065.04	c      3065              9           8        20                -           0.0000          -
60294.88/3070.06	c      3070              9           8        20                -           0.0000          -
60399.19/3075.34	c      3075              9           8        20                -           0.0000          -
60502.37/3080.59	c      3081              9           8        20                -           0.0000          -
60605.56/3085.73	c      3086              9           8        20                -           0.0000          -
60714.66/3091.27	c      3091              9           8        20                -           0.0000          -
60819.74/3096.55	c      3097              9           8        20                -           0.0000          -
60920.86/3101.63	c      3102              9           8        20                -           0.0000          -
61026.01/3106.98	c      3107              9           8        20                -           0.0000          -
61131.16/3112.23	c      3112              9           8        20                -           0.0000          -
61244.01/3117.92	c      3118              9           8        20                -           0.0000          -
61349.03/3123.29	c      3123              9           8        20                -           0.0000          -
61450.17/3128.33	c      3128              9           8        20                -           0.0000          -
61561.27/3134.00	c      3134              9           8        20                -           0.0000          -
61676.33/3139.72	c      3140              9           8        20                -           0.0000          -
61779.49/3144.96	c      3145              9           8        20                -           0.0000          -
61883.30/3150.16	c      3150              9           8        20                -           0.0000          -
61983.72/3155.21	c      3155              9           8        20                -           0.0000          -
62082.72/3160.26	c      3160              9           8        20                -           0.0000          -
62195.82/3165.95	c      3166              9           8        20                -           0.0000          -
62297.50/3171.05	c      3171              9           8        20                -           0.0000          -
62402.07/3176.34	c      3176              9           8        20                -           0.0000          -
62509.22/3181.74	c      3182              9           8        20                -           0.0000          -
62620.32/3187.33	c      3187              9           8        20                -           0.0000          -
62723.49/3192.52	c      3193              9           8        20                -           0.0000          -
62840.55/3198.41	c      3198              9           8        20                -           0.0000          -
62952.38/3204.12	c      3204              9           8        20                -           0.0000          -
63066.70/3209.89	c      3210              9           8        20                -           0.0000          -
63173.91/3215.28	c      3215              9           8        20                -           0.0000          -
63275.02/3220.37	c      3220              9           8        20                -           0.0000          -
63380.18/3225.69	c      3226              9           8        20                -           0.0000          -
63485.36/3230.95	c      3231              9           8        20                -           0.0000          -
63590.49/3236.25	c      3236              9           8        20                -           0.0000          -
63697.63/3241.63	c      3242              9           8        20                -           0.0000          -
63807.45/3247.18	c      3247              9           8        20                -           0.0000          -
63913.89/3252.54	c      3253              9           8        20                -           0.0000          -
64014.96/3257.68	c      3258              9           8        20                -           0.0000          -
64120.12/3262.93	c      3263              9           8        20                -           0.0000          -
64235.16/3268.77	c      3269              9           8        20                -           0.0000          -
64338.32/3274.01	c      3274              9           8        20                -           0.0000          -
64440.16/3279.06	c      3279              9           8        20                -           0.0000          -
64542.79/3284.21	c      3284              9           8        20                -           0.0000          -
64645.76/3289.50	c      3290              9           8        20                -           0.0000          -
64754.65/3294.91	c      3295              9           8        20                -           0.0000          -
64858.58/3300.16	c      3300              9           8        20                -           0.0000          -
64958.90/3305.29	c      3305              9           8        20                -           0.0000          -
65064.07/3310.52	c      3311              9           8        20                -           0.0000          -
65163.26/3315.57	c      3316              9           8        20                -           0.0000          -
65266.43/3320.77	c      3321          13107        3432        20                -           0.0000          -
65374.26/3326.19	c      3326          13107        3432        20                -           0.0000          -
65476.73/3331.38	c      3331          13107        3432        20                -           0.0000          -
65579.92/3336.56	c      3337             12          11        20                -           0.0000          -
65685.12/3341.87	c      3342             12          11        20                -           0.0000          -
65786.30/3347.01	c      3347             12          11        20                -           0.0000          -
65901.23/3352.73	c      3353             12          11        20                -           0.0000          -
66002.31/3357.84	c      3358             12          11        20                -           0.0000          -
66101.52/3362.89	c      3363             12          11        20                -           0.0000          -
66218.57/3368.73	c      3369             12          11        20                -           0.0000          -
66326.41/3374.17	c      3374             12          11        20                -           0.0000          -
66428.88/3379.32	c      3379             12          11        20                -           0.0000          -
66530.09/3384.40	c      3384             11          10        20                -           0.0000          -
66633.29/3389.61	c      3390             11          10        20                -           0.0000          -
66738.40/3395.01	c      3395             11          10        20                -           0.0000          -
66843.55/3400.28	c      3400             11          10        20                -           0.0000          -
66948.74/3405.52	c      3406             11          10        20                -           0.0000          -
67053.92/3410.90	c      3411             11          10        20                -           0.0000          -
67155.11/3415.98	c      3416             11          10        20                -           0.0000          -
67262.23/3421.32	c      3421             11          10        20                -           0.0000          -
67371.11/3426.82	c      3427             11          10        20                -           0.0000          -
67470.27/3431.83	c      3432          13119        3436        20                -           0.0000          -
67579.30/3437.33	c      3437          13119        3436        20                -           0.0000          -
67690.39/3442.95	c      3443             14          13        20                -           0.0000          -
67792.27/3448.13	c      3448             12          11        20                -           0.0000          -
67900.56/3453.52	c      3454          13122        3437        20                -           0.0000          -
67999.65/3458.54	c      3459          13122        3437        20                -           0.0000          -
68102.77/3463.79	c      3464          13122        3437        20                -           0.0000          -
68203.96/3468.84	c      3469          13122        3437        20                -           0.0000          -
68307.67/3474.07	c      3474             13          12        20                -           0.0000          -
68414.07/3479.41	c      3479             13          12        20                -           0.0000          -
68513.27/3484.45	c      3484             13          12        20                -           0.0000          -
68612.46/3489.47	c      3489             13          12        20                -           0.0000          -
68713.63/3494.55	c      3495             13          12        20                -           0.0000          -
68812.78/3499.58	c      3500             13          12        20                -           0.0000          -
68915.93/3504.71	c      3505             13          12        20                -           0.0000          -
69019.10/3509.97	c      3510             13          12        20                -           0.0000          -
69124.22/3515.23	c      3515             13          12        20                -           0.0000          -
69227.38/3520.46	c      3520             13          12        20                -           0.0000          -
69330.47/3525.60	c      3526             13          12        20                -           0.0000          -
69435.60/3530.92	c      3531             13          12        20                -           0.0000          -
69534.79/3535.95	c      3536             13          12        20                -           0.0000          -
69639.87/3541.24	c      3541             13          12        20                -           0.0000          -
69742.98/3546.44	c      3546             13          12        20                -           0.0000          -
69844.19/3551.55	c      3552          13140        3449        20                -           0.0000          -
69945.39/3556.61	c      3557          13140        3449        20                -           0.0000          -
70048.59/3561.80	c      3562             19          14        20                -           0.0000          -
70147.81/3566.85	c      3567             19          14        20                -           0.0000          -
70248.98/3571.95	c      3572             19          14        20                -           0.0000          -
70350.88/3577.06	c      3577             19          14        20                -           0.0000          -
70452.21/3582.17	c      3582             19          14        20                -           0.0000          -
70556.54/3587.43	c      3587             19          14        20                -           0.0000          -
70661.74/3592.76	c      3593             19          14        20                -           0.0000          -
70769.57/3598.17	c      3598             19          14        20                -           0.0000          -
70868.70/3603.19	c      3603             19          14        20                -           0.0000          -
70969.19/3608.20	c      3608             19          14        20                -           0.0000          -
71068.38/3613.25	c      3613             19          14        20                -           0.0000          -
71171.54/3618.41	c      3618             19          14        20                -           0.0000          -
71270.72/3623.48	c      3623             19          14        20                -           0.0000          -
71379.83/3628.99	c      3629             19          14        20                -           0.0000          -
71488.94/3634.46	c      3634             19          14        20                -           0.0000          -
71600.69/3640.12	c      3640             19          14        20                -           0.0000          -
71713.05/3645.79	c      3646             19          14        20                -           0.0000          -
71814.26/3650.82	c      3651             19          14        20                -           0.0000          -
71915.46/3655.91	c      3656             19          14        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 (170385 MiB free)
  memory of node 1: 193531 MiB (70841 MiB free)
  memory of node 2: 193531 MiB (143314 MiB free)
  memory of node 3: 193531 MiB (146436 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-4465637-1723597398/watcher-4465637-1723597398 -o /tmp/evaluation-result-4465637-1723597398/solver-4465637-1723597398 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770151 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465637-1723597398.opb -qsol -t 72000 -sth 20 

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

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

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

solver pid=772353, runsolver pid=772350

[startup+0.100072 s]*
/proc/loadavg: 78.38 80.14 79.24 59/986 772354
/proc/meminfo: memFree=543665348/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=86352 memory=74036 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 16393 0 0 0 9 2 0 0 20 0 1 0 126322446 88424448 18509 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 21588 18509 2347 3035 0 17984 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 86352 KiB
Current children cumulated memory: 74036 KiB

[startup+0.219574 s]*
/proc/loadavg: 78.38 80.14 79.24 59/986 772354
/proc/meminfo: memFree=543603152/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=147700 memory=135252 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 31696 0 0 0 19 4 0 0 20 0 1 0 126322446 151244800 33813 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 36925 33813 2347 3035 0 33321 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 147700 KiB
Current children cumulated memory: 135252 KiB

[startup+0.319695 s]*
/proc/loadavg: 78.38 80.14 79.24 62/986 772354
/proc/meminfo: memFree=543555080/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=196100 memory=183392 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 43759 0 0 0 27 5 0 0 20 0 1 0 126322446 200806400 45848 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 49025 45848 2347 3035 0 45421 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 196100 KiB
Current children cumulated memory: 183392 KiB

[startup+0.700223 s]
/proc/loadavg: 78.38 80.14 79.24 64/986 772354
/proc/meminfo: memFree=543411784/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=430268 memory=418784 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 102992 0 0 0 55 14 0 0 20 0 1 0 126322446 440594432 104696 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 107567 104696 2539 3035 0 103963 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 430268 KiB
Current children cumulated memory: 418784 KiB

[startup+1.5002 s]
/proc/loadavg: 78.38 80.14 79.24 43/947 772354
/proc/meminfo: memFree=559527316/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=658640 memory=636560 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 139033 0 0 0 126 22 0 0 20 0 1 0 126322446 674447360 159140 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 164660 159140 2678 3035 0 161056 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 658640 KiB
Current children cumulated memory: 636560 KiB

[startup+3.12349 s]
/proc/loadavg: 78.38 80.14 79.24 24/902 772435
/proc/meminfo: memFree=605328956/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=658640 memory=636956 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 139059 0 0 0 287 23 0 0 20 0 1 0 126322446 674447360 159239 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 164660 159239 2726 3035 0 161056 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 658640 KiB
Current children cumulated memory: 636956 KiB

[startup+6.30025 s]
/proc/loadavg: 74.10 79.23 78.95 24/906 772446
/proc/meminfo: memFree=604510128/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=658640 memory=636956 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 139111 0 0 0 603 23 0 0 20 0 1 0 126322446 674447360 159239 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 164660 159239 2726 3035 0 161056 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 658640 KiB
Current children cumulated memory: 636956 KiB

[startup+12.7002 s]
/proc/loadavg: 70.01 78.29 78.65 24/906 772448
/proc/meminfo: memFree=604378944/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=658640 memory=636956 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 139189 0 0 0 1240 25 0 0 20 0 1 0 126322446 674447360 159239 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 164660 159239 2726 3035 0 161056 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 658640 KiB
Current children cumulated memory: 636956 KiB

[startup+25.5003 s]
/proc/loadavg: 59.75 75.62 77.77 24/904 772449
/proc/meminfo: memFree=604444824/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=695712 memory=672088 CPUtime=25.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) R 772350 772353 770141 0 -1 4194304 167273 0 0 0 2510 30 0 0 20 0 1 0 126322446 712409088 168022 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 173928 168022 2774 3035 0 170324 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 695712 KiB
Current children cumulated memory: 672088 KiB

[startup+51.1431 s]
/proc/loadavg: 48.88 71.80 76.45 24/904 772541
/proc/meminfo: memFree=699648956/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=15827868 memory=14317612 CPUtime=432.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) S 772350 772353 770141 0 -1 1077936128 3893310 0 0 0 40745 2489 0 0 20 0 41 0 126322446 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 3956967 3579403 2982 3035 0 3769083 0
[pid=772353/tid=772450] ppid=772350 vsize=15827868 memory=0 CPUtime=20.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772450/stat : 772450 (fscip) R 772350 772353 770141 0 -1 4194368 198982 0 0 0 1857 165 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772451] ppid=772350 vsize=15827868 memory=281436725160896 CPUtime=20.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772451/stat : 772451 (fscip) R 772350 772353 770141 0 -1 4194368 208307 0 0 0 1852 164 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772452] ppid=772350 vsize=15827868 memory=6836 CPUtime=20.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772452/stat : 772452 (fscip) R 772350 772353 770141 0 -1 4194368 140123 0 0 0 2021 27 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772453] ppid=772350 vsize=15827868 memory=13284120 CPUtime=20.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772453/stat : 772453 (fscip) R 772350 772353 770141 0 -1 4194368 198492 0 0 0 1868 156 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772454] ppid=772350 vsize=15827868 memory=7140 CPUtime=20.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772454/stat : 772454 (fscip) R 772350 772353 770141 0 -1 4194368 200502 0 0 0 1844 174 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772455] ppid=772350 vsize=15827868 memory=636956 CPUtime=20.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772455/stat : 772455 (fscip) R 772350 772353 770141 0 -1 4194368 147795 0 0 0 2016 28 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772456] ppid=772350 vsize=15827868 memory=1179632 CPUtime=20.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772456/stat : 772456 (fscip) R 772350 772353 770141 0 -1 4194368 199098 0 0 0 1882 145 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772457] ppid=772350 vsize=15827868 memory=0 CPUtime=20.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772457/stat : 772457 (fscip) R 772350 772353 770141 0 -1 4194368 202413 0 0 0 1850 168 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772458] ppid=772350 vsize=15827868 memory=5472 CPUtime=20.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772458/stat : 772458 (fscip) R 772350 772353 770141 0 -1 4194368 142723 0 0 0 2016 28 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772459] ppid=772350 vsize=15827868 memory=281436725918896 CPUtime=20.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772459/stat : 772459 (fscip) R 772350 772353 770141 0 -1 4194368 198291 0 0 0 1860 162 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772460] ppid=772350 vsize=15827868 memory=0 CPUtime=20.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772460/stat : 772460 (fscip) R 772350 772353 770141 0 -1 4194368 203641 0 0 0 1845 169 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772461] ppid=772350 vsize=15827868 memory=0 CPUtime=20.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772461/stat : 772461 (fscip) R 772350 772353 770141 0 -1 4194368 140771 0 0 0 2017 28 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772462] ppid=772350 vsize=15827868 memory=281436725530944 CPUtime=20.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772462/stat : 772462 (fscip) R 772350 772353 770141 0 -1 4194368 199111 0 0 0 1854 165 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772463] ppid=772350 vsize=15827868 memory=2244 CPUtime=20.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772463/stat : 772463 (fscip) R 772350 772353 770141 0 -1 4194368 214359 0 0 0 1838 177 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772464] ppid=772350 vsize=15827868 memory=19936 CPUtime=20.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772464/stat : 772464 (fscip) R 772350 772353 770141 0 -1 4194368 151028 0 0 0 2012 30 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772465] ppid=772350 vsize=15827868 memory=10556 CPUtime=20.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772465/stat : 772465 (fscip) R 772350 772353 770141 0 -1 4194368 196206 0 0 0 1853 167 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772466] ppid=772350 vsize=15827868 memory=6635496840598259 CPUtime=20.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772466/stat : 772466 (fscip) R 772350 772353 770141 0 -1 4194368 195443 0 0 0 1845 177 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772467] ppid=772350 vsize=15827868 memory=281436726189296 CPUtime=20 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772467/stat : 772467 (fscip) R 772350 772353 770141 0 -1 4194368 153964 0 0 0 1973 27 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772468] ppid=772350 vsize=15827868 memory=0 CPUtime=20.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772468/stat : 772468 (fscip) R 772350 772353 770141 0 -1 4194368 184811 0 0 0 1911 121 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772469] ppid=772350 vsize=15827868 memory=6219559413032707152 CPUtime=20.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772469/stat : 772469 (fscip) R 772350 772353 770141 0 -1 4194368 195694 0 0 0 1840 166 0 0 20 0 41 0 126325154 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772472] ppid=772350 vsize=15827868 memory=21400580794877870 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772472/stat : 772472 (fscip) S 772350 772353 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772473] ppid=772350 vsize=15827868 memory=3638099774297945184 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772473/stat : 772473 (fscip) S 772350 772353 770141 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772475] ppid=772350 vsize=15827868 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772475/stat : 772475 (fscip) S 772350 772353 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772474] ppid=772350 vsize=15827868 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772474/stat : 772474 (fscip) S 772350 772353 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772476] ppid=772350 vsize=15827868 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772476/stat : 772476 (fscip) S 772350 772353 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772477] ppid=772350 vsize=15827868 memory=7588935247545783144 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772477/stat : 772477 (fscip) S 772350 772353 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772478] ppid=772350 vsize=15827868 memory=281436725926960 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772478/stat : 772478 (fscip) S 772350 772353 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772479] ppid=772350 vsize=15827868 memory=21392407472111680 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772479/stat : 772479 (fscip) S 772350 772353 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772480] ppid=772350 vsize=15827868 memory=13412876 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772480/stat : 772480 (fscip) S 772350 772353 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772481] ppid=772350 vsize=15827868 memory=30888 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772481/stat : 772481 (fscip) S 772350 772353 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772482] ppid=772350 vsize=15827868 memory=13382904 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772482/stat : 772482 (fscip) S 772350 772353 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772483] ppid=772350 vsize=15827868 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772483/stat : 772483 (fscip) S 772350 772353 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772484] ppid=772350 vsize=15827868 memory=3457934006129288 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772484/stat : 772484 (fscip) S 772350 772353 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126325507 16207736832 3579403 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0

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

[pid=772353/tid=772474] ppid=772350 vsize=157719880 memory=7883664832567535464 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772474/stat : 772474 (fscip) S 772350 772353 770141 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772476] ppid=772350 vsize=157719880 memory=27712848 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772476/stat : 772476 (fscip) S 772350 772353 770141 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772477] ppid=772350 vsize=157719880 memory=7628 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772477/stat : 772477 (fscip) S 772350 772353 770141 0 -1 1077936192 87 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772478] ppid=772350 vsize=157719880 memory=27706352 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772478/stat : 772478 (fscip) S 772350 772353 770141 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772479] ppid=772350 vsize=157719880 memory=30888 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772479/stat : 772479 (fscip) S 772350 772353 770141 0 -1 1077936192 116 0 0 0 0 1 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772480] ppid=772350 vsize=157719880 memory=27535156 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772480/stat : 772480 (fscip) S 772350 772353 770141 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772481] ppid=772350 vsize=157719880 memory=27730088 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772481/stat : 772481 (fscip) S 772350 772353 770141 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772482] ppid=772350 vsize=157719880 memory=11536 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772482/stat : 772482 (fscip) S 772350 772353 770141 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772483] ppid=772350 vsize=157719880 memory=27641524 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772483/stat : 772483 (fscip) S 772350 772353 770141 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772484] ppid=772350 vsize=157719880 memory=11628 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772484/stat : 772484 (fscip) S 772350 772353 770141 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772485] ppid=772350 vsize=157719880 memory=13648 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772485/stat : 772485 (fscip) S 772350 772353 770141 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772486] ppid=772350 vsize=157719880 memory=27591000 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772486/stat : 772486 (fscip) S 772350 772353 770141 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772487] ppid=772350 vsize=157719880 memory=27567628 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772487/stat : 772487 (fscip) S 772350 772353 770141 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772488] ppid=772350 vsize=157719880 memory=11536 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772488/stat : 772488 (fscip) S 772350 772353 770141 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772489] ppid=772350 vsize=157719880 memory=27532924 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772489/stat : 772489 (fscip) S 772350 772353 770141 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772490] ppid=772350 vsize=157719880 memory=28748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772490/stat : 772490 (fscip) S 772350 772353 770141 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772491] ppid=772350 vsize=157719880 memory=7384 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772491/stat : 772491 (fscip) S 772350 772353 770141 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6933369 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
Current children cumulated CPU time: 71645.6 s
Current children cumulated vsize: 157719880 KiB
Current children cumulated memory: 27733476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3660.2 s]
/proc/loadavg: 80.99 80.86 80.47 82/1024 774591
/proc/meminfo: memFree=589228676/790760804 swapFree=131071996/131071996
[pid=772353] ppid=772350 vsize=157719880 memory=27782024 CPUtime=72000.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/stat : 772353 (fscip) S 772350 772353 770141 0 -1 1077936128 58368527 0 0 0 7191388 8689 0 0 20 0 41 0 126322446 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
/proc/772353/statm: 39429970 6945506 3030 3035 0 38729842 0
[pid=772353/tid=772450] ppid=772350 vsize=157719880 memory=27777300 CPUtime=3600.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772450/stat : 772450 (fscip) R 772350 772353 770141 0 -1 4194368 3811449 0 0 0 359591 479 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772451] ppid=772350 vsize=157719880 memory=2848 CPUtime=3596.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772451/stat : 772451 (fscip) R 772350 772353 770141 0 -1 4194368 2443503 0 0 0 359150 454 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772452] ppid=772350 vsize=157719880 memory=6604 CPUtime=3587.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772452/stat : 772452 (fscip) R 772350 772353 770141 0 -1 4194368 2755457 0 0 0 358395 386 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772453] ppid=772350 vsize=157719880 memory=35178404 CPUtime=3604.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772453/stat : 772453 (fscip) R 772350 772353 770141 0 -1 4194368 3335335 0 0 0 359993 429 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772454] ppid=772350 vsize=157719880 memory=2788 CPUtime=3604.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772454/stat : 772454 (fscip) R 772350 772353 770141 0 -1 4194368 2305422 0 0 0 359951 457 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772455] ppid=772350 vsize=157719880 memory=6908 CPUtime=3595.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772455/stat : 772455 (fscip) R 772350 772353 770141 0 -1 4194368 2937457 0 0 0 359163 399 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772456] ppid=772350 vsize=157719880 memory=33493724 CPUtime=3603.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772456/stat : 772456 (fscip) R 772350 772353 770141 0 -1 4194368 3976877 0 0 0 359849 473 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772457] ppid=772350 vsize=157719880 memory=281436725298640 CPUtime=3605.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772457/stat : 772457 (fscip) R 772350 772353 770141 0 -1 4194368 2425750 0 0 0 360052 473 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772458] ppid=772350 vsize=157719880 memory=4639081795090277734 CPUtime=3600.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772458/stat : 772458 (fscip) R 772350 772353 770141 0 -1 4194368 2248215 0 0 0 359798 290 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772459] ppid=772350 vsize=157719880 memory=0 CPUtime=3598.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772459/stat : 772459 (fscip) R 772350 772353 770141 0 -1 4194368 3074041 0 0 0 359368 486 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772460] ppid=772350 vsize=157719880 memory=28508477 CPUtime=3593.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772460/stat : 772460 (fscip) R 772350 772353 770141 0 -1 4194368 2410814 0 0 0 358844 470 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772461] ppid=772350 vsize=157719880 memory=4628 CPUtime=3594.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772461/stat : 772461 (fscip) R 772350 772353 770141 0 -1 4194368 2593239 0 0 0 359163 329 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772462] ppid=772350 vsize=157719880 memory=6055652847293562906 CPUtime=3601.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772462/stat : 772462 (fscip) R 772350 772353 770141 0 -1 4194368 3896993 0 0 0 359674 477 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772463] ppid=772350 vsize=157719880 memory=67009 CPUtime=3596.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772463/stat : 772463 (fscip) R 772350 772353 770141 0 -1 4194368 2308824 0 0 0 359176 490 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772464] ppid=772350 vsize=157719880 memory=67348 CPUtime=3601.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772464/stat : 772464 (fscip) R 772350 772353 770141 0 -1 4194368 2522664 0 0 0 359820 328 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772465] ppid=772350 vsize=157719880 memory=67678 CPUtime=3599.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772465/stat : 772465 (fscip) R 772350 772353 770141 0 -1 4194368 3919078 0 0 0 359491 500 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772466] ppid=772350 vsize=157719880 memory=68009 CPUtime=3605.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772466/stat : 772466 (fscip) R 772350 772353 770141 0 -1 4194368 2284168 0 0 0 360106 456 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772467] ppid=772350 vsize=157719880 memory=84725 CPUtime=3592.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772467/stat : 772467 (fscip) R 772350 772353 770141 0 -1 4194368 2551817 0 0 0 358936 347 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772468] ppid=772350 vsize=157719880 memory=35181 CPUtime=3591.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772468/stat : 772468 (fscip) R 772350 772353 770141 0 -1 4194368 3922515 0 0 0 358713 427 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772469] ppid=772350 vsize=157719880 memory=45452 CPUtime=3598.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772469/stat : 772469 (fscip) R 772350 772353 770141 0 -1 4194368 2420015 0 0 0 359406 478 0 0 20 0 41 0 126325154 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772472] ppid=772350 vsize=157719880 memory=1793120 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772472/stat : 772472 (fscip) S 772350 772353 770141 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772473] ppid=772350 vsize=157719880 memory=1981544 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772473/stat : 772473 (fscip) S 772350 772353 770141 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772475] ppid=772350 vsize=157719880 memory=2183900 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772475/stat : 772475 (fscip) S 772350 772353 770141 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772474] ppid=772350 vsize=157719880 memory=7521117379253266493 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772474/stat : 772474 (fscip) S 772350 772353 770141 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772476] ppid=772350 vsize=157719880 memory=2848 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772476/stat : 772476 (fscip) S 772350 772353 770141 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772477] ppid=772350 vsize=157719880 memory=6604 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772477/stat : 772477 (fscip) S 772350 772353 770141 0 -1 1077936192 88 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772478] ppid=772350 vsize=157719880 memory=5472 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772478/stat : 772478 (fscip) S 772350 772353 770141 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772479] ppid=772350 vsize=157719880 memory=16336 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772479/stat : 772479 (fscip) S 772350 772353 770141 0 -1 1077936192 119 0 0 0 0 1 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772480] ppid=772350 vsize=157719880 memory=2268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772480/stat : 772480 (fscip) S 772350 772353 770141 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772481] ppid=772350 vsize=157719880 memory=6120 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772481/stat : 772481 (fscip) S 772350 772353 770141 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772482] ppid=772350 vsize=157719880 memory=1848 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772482/stat : 772482 (fscip) S 772350 772353 770141 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772483] ppid=772350 vsize=157719880 memory=38604 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772483/stat : 772483 (fscip) S 772350 772353 770141 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772484] ppid=772350 vsize=157719880 memory=33100 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772484/stat : 772484 (fscip) S 772350 772353 770141 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772485] ppid=772350 vsize=157719880 memory=2244 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772485/stat : 772485 (fscip) S 772350 772353 770141 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772486] ppid=772350 vsize=157719880 memory=19936 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772486/stat : 772486 (fscip) S 772350 772353 770141 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772487] ppid=772350 vsize=157719880 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772487/stat : 772487 (fscip) S 772350 772353 770141 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772488] ppid=772350 vsize=157719880 memory=2183900 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772488/stat : 772488 (fscip) S 772350 772353 770141 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772489] ppid=772350 vsize=157719880 memory=6692 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772489/stat : 772489 (fscip) S 772350 772353 770141 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772490] ppid=772350 vsize=157719880 memory=281436725558144 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772490/stat : 772490 (fscip) S 772350 772353 770141 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
[pid=772353/tid=772491] ppid=772350 vsize=157719880 memory=-6950016921787703339 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/772353/task/772491/stat : 772491 (fscip) S 772350 772353 770141 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 126325507 161505157120 6945506 809668444160 4194304 16623229 140732714381344 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39440384 140732714386438 140732714386556 140732714386556 140732714393584 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 157719880 KiB
Current children cumulated memory: 27782024 KiB

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

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

# cumulated CPU time of all completed processes:  user=71914.1 s, system=87.7794 s

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

[startup+3660.8 s]
/proc/loadavg: 80.99 80.86 80.47 63/985 774591
/proc/meminfo: memFree=592738504/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3661 s]*
/proc/loadavg: 80.99 80.86 80.47 62/985 774591
/proc/meminfo: memFree=614879876/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): 3661.1
CPU time (s): 72001.9
CPU user time (s): 71914.1
CPU system time (s): 87.7794
CPU usage (%): 1966.68
Max. virtual memory (cumulated for all children) (KiB): 157785416
Max. memory (cumulated for all children) (KiB): 27782024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71914.1
system time used= 87.7794
maximum resident set size= 27782364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58368558
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= 1709406
involuntary context switches= 317879


# summary of solver processes directly reported to runsolver:
#   pid: 772353
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71914.1
#   total CPU system time (s): 87.7794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.9582 second user time and 87.9718 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 03:03:18
IDJOB=4465637
IDBENCH=147714
IDSOLVER=3094
FILE ID=nodeD102/4465637-1723597398
RUNJOBID= nodeD102-1723593750-770151
SLURM_JOB_ID= 8267899
Free space on /tmp= 8588092 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.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-4465637-1723597398/watcher-4465637-1723597398 -o /tmp/evaluation-result-4465637-1723597398/solver-4465637-1723597398 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770151 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465637-1723597398.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= ab585d5a9f1265a4903b33e81faedd32
RANDOM SEED=252825532

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		: 2371.018
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		: 3194.662
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		: 3199.537
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		: 3064.217
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		: 2603.820
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		: 3194.662
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		: 3199.537
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		: 3064.208
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		: 2999.249
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		: 3194.659
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		: 2941.126
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		: 3064.191
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		: 2597.384
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		: 3194.658
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		: 3199.537
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		: 3064.184
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		: 2692.974
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		: 3194.656
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		: 3199.537
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		: 3064.175
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		: 2366.263
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		: 3194.654
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		: 3199.536
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		: 3061.213
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		: 2642.433
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		: 3194.651
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		: 3199.536
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		: 3064.138
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		: 1719.404
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		: 3194.650
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		: 3199.536
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		: 3064.132
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		: 2660.471
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		: 3188.871
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		: 3198.327
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		: 3064.121
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		: 2379.699
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		: 3193.447
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		: 3199.536
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		: 3051.406
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		: 2652.613
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		: 3194.644
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		: 2993.625
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		: 3064.130
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		: 3620.902
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		: 3194.642
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		: 3199.535
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		: 3064.167
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		: 3461.922
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		: 3194.642
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		: 3199.535
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		: 3064.208
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		: 3153.622
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		: 3194.035
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		: 3199.535
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		: 2948.921
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		: 3216.916
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		: 3194.641
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		: 3199.535
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		: 3052.592
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		: 3701.973
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		: 3194.638
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		: 3199.535
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		: 3064.352
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		: 2647.461
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		: 3194.636
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		: 3199.534
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		: 3064.401
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		: 2917.480
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		: 3194.635
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		: 3073.112
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		: 3064.457
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		: 2983.591
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		: 3194.634
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		: 3098.331
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		: 3064.510
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		: 2669.295
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		: 3194.632
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		: 3199.534
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		: 2989.895
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:        543722076 kB
MemAvailable:   611357212 kB
Buffers:         1253964 kB
Cached:         69160520 kB
SwapCached:            0 kB
Active:          9714932 kB
Inactive:       232371764 kB
Active(anon):       2264 kB
Inactive(anon): 171708432 kB
Active(file):    9712668 kB
Inactive(file): 60663332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36288 kB
Writeback:             0 kB
AnonPages:      171661124 kB
Mapped:           141172 kB
Shmem:             38920 kB
KReclaimable:    1357328 kB
Slab:            1902040 kB
SReclaimable:    1357328 kB
SUnreclaim:       544712 kB
KernelStack:       16944 kB
PageTables:       383812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   69907460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1123968 kB
HardwareCorrupted:     0 kB
AnonHugePages:  44773376 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:     1189888 kB
DirectMap2M:    240480256 kB
DirectMap1G:    564133888 kB

Free space on /tmp at the end= 8588164 MiB
End job on nodeD102 at 2024-08-14 04:04:20