Trace number 4465675

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) 72002 3649.47

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-21.opb
MD5SUMabfa2b7f448cb4339f1b1eeb1bae5b59
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 benchmark46.0198
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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.33/0.43	c Default LC presolving (default).
0.43/0.44	c ** Before presolving: virtualMemUsedAtLc = 388565348, getVmSize() = 254062592, SCIPgetMemUsed() = 201743210, SCIPgetMemTotal() = 221567698, SCIPgetMemExternEstim() = 166997650
0.43/0.44	c ** set memory limit for presolving in LC to 8.79487e+12 for SCIP **
6.76/6.85	c ** Estimated virtualMemUsedAtSolver = 500991840, getVmSize() = 635297792, SCIPgetMemUsed() = 377985566, SCIPgetMemTotal() = 584490110, SCIPgetMemExternEstim() = 166997650
6.76/6.85	c ** set memory limit for solvers to 4.18704e+11 for each SCIP **
6.76/6.85	c Original Problem   :
6.76/6.85	c   Problem name     : instance-4465675-1723619749
6.76/6.85	c   Variables        : 7351 (7351 binary, 0 integer, 0 implicit integer, 0 continuous)
6.76/6.85	c   Constraints      : 155824
6.76/6.85	c   Objective sense  : minimize
6.76/6.85	c Presolved Problem  :
6.76/6.85	c   Variables        : 7350 (7350 binary, 0 integer, 0 implicit integer, 0 continuous)
6.76/6.85	c   Constraints      : 153618
6.76/6.85	c Constraints        : Number
6.76/6.85	c   knapsack         : 15969 
6.76/6.85	c   setppc           : 31648 
6.76/6.85	c   linear           : 1 
6.76/6.85	c   logicor          : 106000 
6.76/6.85	c ** Instance transfer method used: 0
6.98/7.08	c ** ParaScipInstance copy does not increase the number of variables. **
10.56/10.69	c LC is working with racing ramp-up and with rebuilding tree after racing.
10.56/10.69	c                                Nodes    Active                                            
10.56/10.69	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
178.67/19.40	c        19              2           1        20                -           0.0000          -
278.06/24.51	c        25            689         388        20                -           0.0000          -
376.63/29.53	c        30            637         261        20                -           0.0000          -
477.31/34.60	c        35           1735          54        20                -           0.0000          -
577.76/39.73	c        40           2969        1058        20                -           0.0000          -
686.27/45.21	c        45           2590         634        20                -           0.0000          -
793.09/50.60	c        51           2791         769        20                -           0.0000          -
897.86/55.93	c        56           5354         745        20                -           0.0000          -
999.13/61.11	c        61           4437          41        20                -           0.0000          -
1100.98/66.23	c        66           4663          41        20                -           0.0000          -
1201.67/71.37	c        71           5304         469        20                -           0.0000          -
1306.35/76.62	c        77           6142          74        20                -           0.0000          -
1407.07/81.75	c        82           6678          64        20                -           0.0000          -
1509.66/86.94	c        87           7603         245        20                -           0.0000          -
1611.35/92.12	c        92           7832         407        20                -           0.0000          -
1713.17/97.21	c        97           8791         486        20                -           0.0000          -
1813.83/102.32	c       102           9435         449        20                -           0.0000          -
1912.64/107.38	c       107          10391          47        20                -           0.0000          -
2013.41/112.49	c       112          12223         530        20                -           0.0000          -
2116.18/117.68	c       118          12072          68        20                -           0.0000          -
2216.76/122.72	c       123          13903         480        20                -           0.0000          -
2315.50/127.74	c       128          15122         269        20                -           0.0000          -
2416.34/132.85	c       133          16225         512        20                -           0.0000          -
2517.22/137.96	c       138          17256         364        20                -           0.0000          -
2615.95/143.01	c       143          15305          83        20                -           0.0000          -
2717.19/148.06	c       148          14210          29        20                -           0.0000          -
2816.03/153.12	c       153          14675          27        20                -           0.0000          -
2915.22/158.14	c       158          15152          34        20                -           0.0000          -
3016.14/163.19	c       163          15552          29        20                -           0.0000          -
3118.15/168.36	c       168          15955          32        20                -           0.0000          -
3218.81/173.42	c       173          16367          31        20                -           0.0000          -
3317.65/178.48	c       178          16744          32        20                -           0.0000          -
3418.60/183.58	c       184          17133          37        20                -           0.0000          -
3521.55/188.78	c       189          17514          35        20                -           0.0000          -
3622.54/193.86	c       194          17933          29        20                -           0.0000          -
3723.37/198.93	c       199          18116           0        20                -           0.0000          -
3826.81/204.13	c       204          20483         257        20                -           0.0000          -
3925.62/209.19	c       209          21525          91        20                -           0.0000          -
4025.66/214.30	c       214          22544          64        20                -           0.0000          -
4128.42/219.41	c       219              2           1        20                -           0.0000          -
4231.07/224.63	c       225              9           8        20                -           0.0000          -
4331.89/229.71	c       230             10           9        20                -           0.0000          -
4432.65/234.88	c       235             12          11        20                -           0.0000          -
4533.51/240.00	c       240             12          11        20                -           0.0000          -
4635.09/245.12	c       245             12          11        20                -           0.0000          -
4737.19/250.24	c       250             12          11        20                -           0.0000          -
4838.18/255.32	c       255             12          11        20                -           0.0000          -
4939.18/260.45	c       260          32848         231        20                -           0.0000          -
5040.04/265.56	c       266             13          12        20                -           0.0000          -
5140.99/270.66	c       271             13          12        20                -           0.0000          -
5241.84/275.71	c       276             13          12        20                -           0.0000          -
5340.71/280.73	c       281             13          12        20                -           0.0000          -
5441.65/285.88	c       286             13          12        20                -           0.0000          -
5542.58/290.95	c       291             13          12        20                -           0.0000          -
5644.35/296.06	c       296             13          12        20                -           0.0000          -
5746.44/301.21	c       301             25          24        20                -           0.0000          -
5845.26/306.29	c       306             27          26        20                -           0.0000          -
5946.13/311.37	c       311             28          27        20                -           0.0000          -
6046.98/316.44	c       316             28          27        20                -           0.0000          -
6147.88/321.54	c       322             28          27        20                -           0.0000          -
6248.50/326.67	c       327          39156          84        20                -           0.0000          -
6349.33/331.75	c       332             33          32        20                -           0.0000          -
6450.34/336.81	c       337             33          32        20                -           0.0000          -
6551.11/341.93	c       342              2           1        20                -           0.0000          -
6652.83/347.07	c       347              5           4        20                -           0.0000          -
6754.80/352.21	c       352             42          41        20                -           0.0000          -
6853.78/357.29	c       357             42          41        20                -           0.0000          -
6956.68/362.40	c       362             42          41        20                -           0.0000          -
7055.58/367.50	c       367             42          41        20                -           0.0000          -
7158.46/372.60	c       373              7           6        20                -           0.0000          -
7257.45/377.67	c       378             45          44        20                -           0.0000          -
7358.36/382.79	c       383             45          44        20                -           0.0000          -
7459.28/387.88	c       388             45          44        20                -           0.0000          -
7560.23/392.90	c       393             45          44        20                -           0.0000          -
7661.79/398.12	c       398             45          44        20                -           0.0000          -
7764.01/403.22	c       403             45          44        20                -           0.0000          -
7865.01/408.34	c       408             14          13        20                -           0.0000          -
7963.95/413.35	c       413             14          13        20                -           0.0000          -
8063.00/418.37	c       418             14          13        20                -           0.0000          -
8164.06/423.47	c       423             14          13        20                -           0.0000          -
8265.19/428.57	c       429             14          13        20                -           0.0000          -
8366.27/433.67	c       434             14          13        20                -           0.0000          -
8465.44/438.68	c       439             14          13        20                -           0.0000          -
8566.57/443.76	c       444             14          13        20                -           0.0000          -
8667.49/448.84	c       449             14          13        20                -           0.0000          -
8768.40/453.95	c       454             14          13        20                -           0.0000          -
8870.23/459.08	c       459             14          13        20                -           0.0000          -
8971.54/464.18	c       464             14          13        20                -           0.0000          -
9073.71/469.39	c       469             14          13        20                -           0.0000          -
9176.63/474.56	c       475             14          13        20                -           0.0000          -
9277.63/479.67	c       480             14          13        20                -           0.0000          -
9378.76/484.73	c       485             14          13        20                -           0.0000          -
9479.92/489.86	c       490             14          13        20                -           0.0000          -
9581.06/494.98	c       495             14          13        20                -           0.0000          -
9683.02/500.11	c       500             14          13        20                -           0.0000          -
9786.98/505.39	c       505             14          13        20                -           0.0000          -
9889.82/510.51	c       510             14          13        20                -           0.0000          -
9990.89/515.60	c       516             14          13        20                -           0.0000          -
10093.97/520.82	c       521             14          13        20                -           0.0000          -
10194.81/525.90	c       526             14          13        20                -           0.0000          -
10293.86/531.03	c       531             14          13        20                -           0.0000          -
10395.40/536.12	c       536             14          13        20                -           0.0000          -
10497.79/541.21	c       541             14          13        20                -           0.0000          -
10596.57/546.27	c       546             14          13        20                -           0.0000          -
10695.61/551.28	c       551             14          13        20                -           0.0000          -
10798.60/556.41	c       556             14          13        20                -           0.0000          -
10897.55/561.47	c       561             14          13        20                -           0.0000          -
10998.00/566.55	c       567             14          13        20                -           0.0000          -
11097.08/571.57	c       572             14          13        20                -           0.0000          -
11199.90/576.73	c       577             14          13        20                -           0.0000          -
11300.83/581.87	c       582             14          13        20                -           0.0000          -
11401.70/586.97	c       587             14          13        20                -           0.0000          -
11503.49/592.09	c       592             14          13        20                -           0.0000          -
11605.76/597.22	c       597             14          13        20                -           0.0000          -
11706.74/602.36	c       602             14          13        20                -           0.0000          -
11807.64/607.42	c       607             14          13        20                -           0.0000          -
11908.51/612.60	c       613             14          13        20                -           0.0000          -
12011.43/617.72	c       618             14          13        20                -           0.0000          -
12112.36/622.86	c       623             14          13        20                -           0.0000          -
12213.27/627.95	c       628             14          13        20                -           0.0000          -
12312.20/633.00	c       633             14          13        20                -           0.0000          -
12413.60/638.05	c       638             14          13        20                -           0.0000          -
12514.88/643.17	c       643             14          13        20                -           0.0000          -
12614.80/648.25	c       648             14          13        20                -           0.0000          -
12715.68/653.31	c       653             14          13        20                -           0.0000          -
12814.73/658.38	c       658             14          13        20                -           0.0000          -
12915.72/663.47	c       663             14          13        20                -           0.0000          -
13016.71/668.51	c       669             14          13        20                -           0.0000          -
13115.65/673.58	c       674             14          13        20                -           0.0000          -
13218.56/678.71	c       679             14          13        20                -           0.0000          -
13317.61/683.74	c       684             14          13        20                -           0.0000          -
13418.76/688.83	c       689             14          13        20                -           0.0000          -
13519.50/693.90	c       694             24          21        20                -           0.0000          -
13618.52/698.93	c       699             24          21        20                -           0.0000          -
13717.60/703.97	c       704             24          21        20                -           0.0000          -
13816.68/708.97	c       709             24          21        20                -           0.0000          -
13918.44/714.05	c       714             24          21        20                -           0.0000          -
14017.33/719.08	c       719             24          21        20                -           0.0000          -
14119.57/724.24	c       724             24          21        20                -           0.0000          -
14220.63/729.37	c       729             24          21        20                -           0.0000          -
14321.63/734.47	c       734             24          21        20                -           0.0000          -
14422.72/739.55	c       740             24          21        20                -           0.0000          -
14523.62/744.69	c       745             24          21        20                -           0.0000          -
14626.66/749.81	c       750            192         191        20                -           0.0000          -
14727.70/754.95	c       755            192         191        20                -           0.0000          -
14829.45/760.04	c       760            192         191        20                -           0.0000          -
14928.43/765.13	c       765            192         191        20                -           0.0000          -
15030.66/770.26	c       770            192         191        20                -           0.0000          -
15133.68/775.43	c       775            192         191        20                -           0.0000          -
15234.75/780.56	c       781            192         191        20                -           0.0000          -
15335.43/785.62	c       786            192         191        20                -           0.0000          -
15436.37/790.74	c       791            192         191        20                -           0.0000          -
15537.24/795.87	c       796            192         191        20                -           0.0000          -
15638.33/800.95	c       801            192         191        20                -           0.0000          -
15737.23/806.01	c       806            192         191        20                -           0.0000          -
15840.85/811.15	c       811            192         191        20                -           0.0000          -
15941.00/816.27	c       816            192         191        20                -           0.0000          -
16041.91/821.39	c       821            192         191        20                -           0.0000          -
16144.90/826.52	c       827             33          29        20                -           0.0000          -
16243.96/831.55	c       832             33          29        20                -           0.0000          -
16345.01/836.65	c       837             33          29        20                -           0.0000          -
16448.04/841.83	c       842             33          29        20                -           0.0000          -
16549.00/846.93	c       847             70          67        20                -           0.0000          -
16648.00/852.00	c       852             35          33        20                -           0.0000          -
16746.90/857.03	c       857             35          33        20                -           0.0000          -
16848.54/862.07	c       862             35          33        20                -           0.0000          -
16950.75/867.20	c       867             35          33        20                -           0.0000          -
17051.81/872.32	c       872             35          33        20                -           0.0000          -
17150.69/877.39	c       877             36          32        20                -           0.0000          -
17251.60/882.42	c       882             36          32        20                -           0.0000          -
17350.75/887.45	c       887             82          79        20                -           0.0000          -
17451.85/892.56	c       893             38          32        20                -           0.0000          -
17552.74/897.69	c       898             38          32        20                -           0.0000          -
17653.82/902.79	c       903             38          32        20                -           0.0000          -
17756.71/907.99	c       908             38          32        20                -           0.0000          -
17855.85/913.03	c       913             38          32        20                -           0.0000          -
17959.78/918.14	c       918             38          32        20                -           0.0000          -
18059.96/923.25	c       923             38          32        20                -           0.0000          -
18160.86/928.36	c       928             38          32        20                -           0.0000          -
18263.91/933.51	c       934             93          90        20                -           0.0000          -
18364.94/938.64	c       939             39          33        20                -           0.0000          -
18463.99/943.68	c       944             39          33        20                -           0.0000          -
18564.99/948.80	c       949             39          33        20                -           0.0000          -
18670.64/954.05	c       954             39          33        20                -           0.0000          -
18771.48/959.15	c       959             39          33        20                -           0.0000          -
18872.01/964.23	c       964            272         271        20                -           0.0000          -
18972.99/969.31	c       969            105         102        20                -           0.0000          -
19074.07/974.41	c       974             39          35        20                -           0.0000          -
19175.07/979.55	c       980            111         108        20                -           0.0000          -
19275.97/984.68	c       985            111         108        20                -           0.0000          -
19379.06/989.83	c       990             42          36        20                -           0.0000          -
19480.10/994.95	c       995             42          36        20                -           0.0000          -
19579.29/1000.03	c      1000            300         297        20                -           0.0000          -
19681.07/1005.10	c      1005             43          37        20                -           0.0000          -
19783.40/1010.22	c      1010            306         303        20                -           0.0000          -
19884.50/1015.30	c      1015             44          38        20                -           0.0000          -
19983.64/1020.31	c      1020             46          40        20                -           0.0000          -
20084.77/1025.47	c      1025            317         314        20                -           0.0000          -
20185.82/1030.55	c      1031             50          44        20                -           0.0000          -
20288.82/1035.74	c      1036             52          46        20                -           0.0000          -
20390.09/1040.88	c      1041             54          48        20                -           0.0000          -
20490.78/1046.01	c      1046             54          48        20                -           0.0000          -
20592.64/1051.12	c      1051             55          51        20                -           0.0000          -
20694.94/1056.20	c      1056             55          51        20                -           0.0000          -
20794.02/1061.27	c      1061             55          51        20                -           0.0000          -
20895.20/1066.37	c      1066             55          51        20                -           0.0000          -
20996.31/1071.45	c      1071             55          51        20                -           0.0000          -
21097.33/1076.55	c      1077             58          52        20                -           0.0000          -
21196.41/1081.55	c      1082             62          56        20                -           0.0000          -
21299.42/1086.76	c      1087            363         360        20                -           0.0000          -
21400.50/1091.83	c      1092             67          61        20                -           0.0000          -
21499.78/1096.90	c      1097            158         155        20                -           0.0000          -
21600.51/1102.00	c      1102             74          68        20                -           0.0000          -
21702.44/1107.05	c      1107             76          70        20                -           0.0000          -
21801.32/1112.07	c      1112             76          70        20                -           0.0000          -
21902.13/1117.14	c      1117             76          70        20                -           0.0000          -
22001.50/1122.20	c      1122             76          70        20                -           0.0000          -
22101.63/1127.21	c      1127             76          70        20                -           0.0000          -
22202.71/1132.33	c      1132             76          70        20                -           0.0000          -
22301.78/1137.39	c      1137             76          70        20                -           0.0000          -
22402.86/1142.46	c      1142             76          70        20                -           0.0000          -
22505.82/1147.61	c      1148             76          70        20                -           0.0000          -
22604.79/1152.68	c      1153            192         189        20                -           0.0000          -
22705.87/1157.78	c      1158            421         418        20                -           0.0000          -
22806.96/1162.89	c      1163             85          79        20                -           0.0000          -
22908.03/1167.92	c      1168            425         422        20                -           0.0000          -
23007.07/1173.03	c      1173            425         422        20                -           0.0000          -
23108.83/1178.11	c      1178             90          84        20                -           0.0000          -
23210.03/1183.19	c      1183             90          84        20                -           0.0000          -
23310.20/1188.25	c      1188             90          84        20                -           0.0000          -
23411.25/1193.33	c      1193             90          84        20                -           0.0000          -
23512.31/1198.47	c      1198             90          84        20                -           0.0000          -
23613.37/1203.57	c      1204             90          84        20                -           0.0000          -
23714.15/1208.63	c      1209             90          84        20                -           0.0000          -
23815.10/1213.71	c      1214             90          84        20                -           0.0000          -
23914.06/1218.72	c      1219            219         216        20                -           0.0000          -
24014.95/1223.80	c      1224             94          88        20                -           0.0000          -
24115.90/1228.91	c      1229            472         469        20                -           0.0000          -
24217.63/1234.05	c      1234            472         469        20                -           0.0000          -
24319.92/1239.22	c      1239            224         221        20                -           0.0000          -
24420.92/1244.30	c      1244             99          93        20                -           0.0000          -
24521.97/1249.40	c      1249            226         223        20                -           0.0000          -
24620.93/1254.49	c      1254            484         481        20                -           0.0000          -
24723.92/1259.62	c      1260            104          98        20                -           0.0000          -
24824.93/1264.73	c      1265            230         227        20                -           0.0000          -
24925.89/1269.83	c      1270            108         102        20                -           0.0000          -
25026.93/1274.98	c      1275            500         497        20                -           0.0000          -
25125.94/1280.03	c      1280            110         104        20                -           0.0000          -
25227.43/1285.11	c      1285            110         104        20                -           0.0000          -
25328.44/1290.16	c      1290            110         104        20                -           0.0000          -
25428.42/1295.21	c      1295            110         104        20                -           0.0000          -
25529.44/1300.37	c      1300            112         106        20                -           0.0000          -
25632.46/1305.52	c      1306            112         106        20                -           0.0000          -
25733.50/1310.69	c      1311            112         106        20                -           0.0000          -
25834.53/1315.76	c      1316            112         106        20                -           0.0000          -
25935.46/1320.88	c      1321            112         106        20                -           0.0000          -
26038.93/1326.08	c      1326            116         110        20                -           0.0000          -
26141.26/1331.24	c      1331            116         110        20                -           0.0000          -
26242.14/1336.32	c      1336            116         110        20                -           0.0000          -
26343.22/1341.41	c      1341            116         110        20                -           0.0000          -
26444.15/1346.53	c      1347            117         111        20                -           0.0000          -
26543.24/1351.58	c      1352            559         556        20                -           0.0000          -
26646.26/1356.74	c      1357            562         559        20                -           0.0000          -
26747.30/1361.82	c      1362            120         114        20                -           0.0000          -
26848.37/1366.91	c      1367            120         114        20                -           0.0000          -
26950.18/1372.05	c      1372            120         114        20                -           0.0000          -
27051.37/1377.16	c      1377            120         114        20                -           0.0000          -
27151.50/1382.25	c      1382            120         114        20                -           0.0000          -
27252.46/1387.38	c      1387            120         114        20                -           0.0000          -
27355.47/1392.50	c      1392            120         114        20                -           0.0000          -
27454.53/1397.56	c      1398            120         114        20                -           0.0000          -
27555.59/1402.61	c      1403            122         116        20                -           0.0000          -
27654.58/1407.70	c      1408            302         299        20                -           0.0000          -
27757.63/1412.84	c      1413            123         117        20                -           0.0000          -
27858.63/1417.94	c      1418            124         118        20                -           0.0000          -
27957.59/1423.01	c      1423            125         119        20                -           0.0000          -
28059.52/1428.11	c      1428            600         597        20                -           0.0000          -
28161.37/1433.23	c      1433            600         597        20                -           0.0000          -
28262.15/1438.34	c      1438            314         311        20                -           0.0000          -
28363.23/1443.41	c      1443            128         124        20                -           0.0000          -
28462.19/1448.43	c      1448            128         124        20                -           0.0000          -
28563.23/1453.53	c      1454            128         124        20                -           0.0000          -
28664.29/1458.67	c      1459            128         124        20                -           0.0000          -
28765.24/1463.76	c      1464            128         124        20                -           0.0000          -
28865.99/1468.86	c      1469            129         123        20                -           0.0000          -
28964.89/1473.89	c      1474            130         124        20                -           0.0000          -
29065.97/1479.01	c      1479            130         124        20                -           0.0000          -
29165.04/1484.03	c      1484            130         124        20                -           0.0000          -
29266.75/1489.09	c      1489            342         339        20                -           0.0000          -
29369.03/1494.28	c      1494            342         339        20                -           0.0000          -
29472.03/1499.42	c      1499            132         126        20                -           0.0000          -
29571.11/1504.48	c      1504            132         126        20                -           0.0000          -
29672.02/1509.57	c      1510            132         126        20                -           0.0000          -
29773.07/1514.61	c      1515            132         126        20                -           0.0000          -
29874.13/1519.73	c      1520            132         126        20                -           0.0000          -
29977.04/1524.96	c      1525            132         126        20                -           0.0000          -
30076.15/1530.04	c      1530            132         126        20                -           0.0000          -
30177.93/1535.13	c      1535            132         126        20                -           0.0000          -
30282.19/1540.30	c      1540            132         126        20                -           0.0000          -
30381.14/1545.35	c      1545            132         126        20                -           0.0000          -
30480.21/1550.39	c      1550            132         126        20                -           0.0000          -
30583.21/1555.55	c      1556            132         126        20                -           0.0000          -
30684.17/1560.61	c      1561            132         126        20                -           0.0000          -
30786.98/1565.80	c      1566            132         126        20                -           0.0000          -
30887.98/1570.93	c      1571            132         126        20                -           0.0000          -
30987.01/1575.95	c      1576            132         126        20                -           0.0000          -
31086.00/1581.03	c      1581            684         681        20                -           0.0000          -
31187.66/1586.05	c      1586            139         133        20                -           0.0000          -
31286.70/1591.09	c      1591            139         133        20                -           0.0000          -
31385.66/1596.11	c      1596            139         133        20                -           0.0000          -
31487.88/1601.26	c      1601            139         133        20                -           0.0000          -
31586.90/1606.28	c      1606            139         133        20                -           0.0000          -
31687.89/1611.31	c      1611            139         133        20                -           0.0000          -
31790.89/1616.52	c      1617            139         133        20                -           0.0000          -
31891.96/1621.67	c      1622            372         369        20                -           0.0000          -
31992.91/1626.77	c      1627            372         369        20                -           0.0000          -
32091.85/1631.79	c      1632            141         137        20                -           0.0000          -
32194.77/1636.93	c      1637            141         137        20                -           0.0000          -
32293.79/1641.94	c      1642            141         137        20                -           0.0000          -
32392.69/1646.97	c      1647            141         137        20                -           0.0000          -
32497.69/1652.26	c      1652            141         137        20                -           0.0000          -
32598.69/1657.37	c      1657            141         137        20                -           0.0000          -
32697.71/1662.39	c      1662            141         137        20                -           0.0000          -
32802.60/1667.61	c      1668            379         376        20                -           0.0000          -
32903.66/1672.75	c      1673            144         138        20                -           0.0000          -
33004.69/1677.81	c      1678            737         734        20                -           0.0000          -
33105.77/1682.90	c      1683            145         139        20                -           0.0000          -
33207.60/1688.11	c      1688            146         140        20                -           0.0000          -
33309.57/1693.21	c      1693            146         140        20                -           0.0000          -
33408.50/1698.23	c      1698            146         140        20                -           0.0000          -
33511.44/1703.46	c      1703            756         753        20                -           0.0000          -
33614.41/1708.60	c      1709            154         148        20                -           0.0000          -
33715.49/1713.73	c      1714            154         148        20                -           0.0000          -
33816.59/1718.86	c      1719            154         148        20                -           0.0000          -
33917.46/1723.91	c      1724            402         399        20                -           0.0000          -
34019.08/1729.08	c      1729            156         150        20                -           0.0000          -
34120.16/1734.16	c      1734            156         150        20                -           0.0000          -
34219.19/1739.18	c      1739            156         150        20                -           0.0000          -
34319.35/1744.25	c      1744            158         152        20                -           0.0000          -
34420.22/1749.39	c      1749            158         152        20                -           0.0000          -
34521.11/1754.47	c      1754            158         152        20                -           0.0000          -
34622.04/1759.59	c      1760            158         152        20                -           0.0000          -
34722.59/1764.66	c      1765            160         154        20                -           0.0000          -
34823.43/1769.78	c      1770            160         154        20                -           0.0000          -
34924.33/1774.84	c      1775            160         154        20                -           0.0000          -
35023.30/1779.86	c      1780            160         154        20                -           0.0000          -
35126.84/1785.09	c      1785            432         429        20                -           0.0000          -
35225.86/1790.09	c      1790            162         156        20                -           0.0000          -
35333.95/1795.51	c      1796            162         156        20                -           0.0000          -
35434.83/1800.66	c      1801            450         447        20                -           0.0000          -
35535.70/1805.73	c      1806            829         824        20                -           0.0000          -
35634.59/1810.80	c      1811            456         453        20                -           0.0000          -
35737.43/1816.03	c      1816            456         453        20                -           0.0000          -
35839.02/1821.12	c      1821            170         164        20                -           0.0000          -
35940.72/1826.21	c      1826            170         164        20                -           0.0000          -
36041.60/1831.32	c      1831            170         164        20                -           0.0000          -
36140.28/1836.35	c      1836            170         164        20                -           0.0000          -
36240.99/1841.42	c      1841            170         164        20                -           0.0000          -
36343.70/1846.61	c      1847            172         166        20                -           0.0000          -
36444.53/1851.73	c      1852            472         469        20                -           0.0000          -
36545.56/1856.82	c      1857            472         469        20                -           0.0000          -
36646.19/1861.96	c      1862            176         170        20                -           0.0000          -
36747.89/1867.07	c      1867            176         170        20                -           0.0000          -
36846.47/1872.13	c      1872            176         170        20                -           0.0000          -
36947.23/1877.15	c      1877            176         170        20                -           0.0000          -
37047.10/1882.27	c      1882            909         902        20                -           0.0000          -
37147.83/1887.33	c      1887            912         905        20                -           0.0000          -
37248.70/1892.49	c      1892            182         176        20                -           0.0000          -
37349.57/1897.56	c      1898            182         176        20                -           0.0000          -
37450.49/1902.67	c      1903            182         176        20                -           0.0000          -
37551.39/1907.74	c      1908            182         176        20                -           0.0000          -
37650.33/1912.80	c      1913            182         176        20                -           0.0000          -
37753.19/1917.91	c      1918            928         921        20                -           0.0000          -
37854.98/1923.07	c      1923            516         513        20                -           0.0000          -
37955.95/1928.17	c      1928            188         182        20                -           0.0000          -
38055.76/1933.21	c      1933            188         182        20                -           0.0000          -
38156.62/1938.39	c      1938            188         182        20                -           0.0000          -
38257.48/1943.48	c      1943            188         182        20                -           0.0000          -
38360.16/1948.60	c      1949            529         526        20                -           0.0000          -
38459.07/1953.66	c      1954            976         967        20                -           0.0000          -
38559.94/1958.73	c      1959            978         969        20                -           0.0000          -
38660.80/1963.83	c      1964            983         974        20                -           0.0000          -
38759.83/1968.89	c      1969            546         541        20                -           0.0000          -
38860.51/1973.92	c      1974            988         979        20                -           0.0000          -
38961.88/1979.07	c      1979            988         979        20                -           0.0000          -
39062.71/1984.20	c      1984            989         980        20                -           0.0000          -
39164.93/1989.31	c      1989            218         210        20                -           0.0000          -
39263.60/1994.38	c      1994            218         210        20                -           0.0000          -
39364.43/1999.47	c      1999            218         210        20                -           0.0000          -
39465.22/2004.58	c      2005            220         212        20                -           0.0000          -
39566.10/2009.66	c      2010            220         212        20                -           0.0000          -
39664.99/2014.68	c      2015           1003         994        20                -           0.0000          -
39765.86/2019.72	c      2020           1003         994        20                -           0.0000          -
39864.51/2024.77	c      2025            566         561        20                -           0.0000          -
39965.37/2029.87	c      2030            566         561        20                -           0.0000          -
40066.25/2035.01	c      2035            566         561        20                -           0.0000          -
40167.86/2040.13	c      2040            566         561        20                -           0.0000          -
40269.99/2045.20	c      2045            566         561        20                -           0.0000          -
40368.89/2050.25	c      2050            234         226        20                -           0.0000          -
40469.68/2055.30	c      2055            571         566        20                -           0.0000          -
40568.52/2060.37	c      2060            571         566        20                -           0.0000          -
40669.22/2065.43	c      2065           1027        1018        20                -           0.0000          -
40767.90/2070.46	c      2070           1027        1018        20                -           0.0000          -
40868.67/2075.56	c      2076           1027        1018        20                -           0.0000          -
40969.42/2080.62	c      2081           1027        1018        20                -           0.0000          -
41068.25/2085.68	c      2086            250         242        20                -           0.0000          -
41169.15/2090.75	c      2091            250         242        20                -           0.0000          -
41270.05/2095.82	c      2096           1039        1030        20                -           0.0000          -
41368.96/2100.86	c      2101            591         584        20                -           0.0000          -
41469.81/2105.94	c      2106            591         584        20                -           0.0000          -
41571.35/2111.09	c      2111            591         584        20                -           0.0000          -
41672.37/2116.17	c      2116            591         584        20                -           0.0000          -
41772.53/2121.25	c      2121            262         254        20                -           0.0000          -
41873.47/2126.37	c      2126            262         254        20                -           0.0000          -
41972.55/2131.39	c      2131            262         254        20                -           0.0000          -
42073.56/2136.40	c      2136            262         254        20                -           0.0000          -
42174.59/2141.54	c      2142            600         593        20                -           0.0000          -
42275.61/2146.68	c      2147            600         593        20                -           0.0000          -
42376.44/2151.77	c      2152            600         593        20                -           0.0000          -
42477.05/2156.85	c      2157            272         264        20                -           0.0000          -
42577.69/2161.91	c      2162            272         264        20                -           0.0000          -
42676.54/2166.97	c      2167            275         267        20                -           0.0000          -
42777.99/2172.10	c      2172            615         608        20                -           0.0000          -
42878.91/2177.18	c      2177            283         275        20                -           0.0000          -
42979.09/2182.24	c      2182            621         614        20                -           0.0000          -
43079.83/2187.31	c      2187            621         614        20                -           0.0000          -
43180.70/2192.40	c      2192            286         278        20                -           0.0000          -
43279.56/2197.45	c      2197            286         278        20                -           0.0000          -
43380.46/2202.52	c      2203            286         278        20                -           0.0000          -
43479.34/2207.58	c      2208            286         278        20                -           0.0000          -
43578.23/2212.59	c      2213            286         278        20                -           0.0000          -
43679.04/2217.68	c      2218            286         278        20                -           0.0000          -
43779.87/2222.78	c      2223            286         278        20                -           0.0000          -
43880.57/2227.87	c      2228            286         278        20                -           0.0000          -
43981.35/2232.98	c      2233            286         278        20                -           0.0000          -
44082.93/2238.05	c      2238            286         278        20                -           0.0000          -
44184.95/2243.20	c      2243           1228        1205        20                -           0.0000          -
44283.70/2248.25	c      2248            638         629        20                -           0.0000          -
44384.56/2253.31	c      2253            300         292        20                -           0.0000          -
44483.40/2258.38	c      2258           1250        1227        20                -           0.0000          -
44582.23/2263.40	c      2263            304         296        20                -           0.0000          -
44683.05/2268.44	c      2268            650         639        20                -           0.0000          -
44783.91/2273.58	c      2274            650         639        20                -           0.0000          -
44884.62/2278.67	c      2279            650         639        20                -           0.0000          -
44987.27/2283.81	c      2284            320         312        20                -           0.0000          -
45088.00/2288.94	c      2289            320         312        20                -           0.0000          -
45186.52/2293.99	c      2294            320         312        20                -           0.0000          -
45288.08/2299.07	c      2299           1281        1251        20                -           0.0000          -
45390.09/2304.21	c      2304            661         650        20                -           0.0000          -
45490.89/2309.38	c      2309           1287        1257        20                -           0.0000          -
45591.63/2314.44	c      2314            666         655        20                -           0.0000          -
45692.33/2319.55	c      2320           1294        1264        20                -           0.0000          -
45793.01/2324.65	c      2325           1312        1277        20                -           0.0000          -
45891.90/2329.69	c      2330           1312        1277        20                -           0.0000          -
45994.61/2334.89	c      2335           1312        1277        20                -           0.0000          -
46095.47/2339.94	c      2340           1312        1277        20                -           0.0000          -
46196.65/2345.07	c      2345            679         668        20                -           0.0000          -
46297.52/2350.16	c      2350            380         372        20                -           0.0000          -
46397.71/2355.23	c      2355            380         372        20                -           0.0000          -
46498.59/2360.35	c      2360            380         372        20                -           0.0000          -
46597.91/2365.47	c      2365            380         372        20                -           0.0000          -
46697.35/2370.57	c      2371            380         372        20                -           0.0000          -
46798.24/2375.63	c      2376           1344        1309        20                -           0.0000          -
46899.15/2380.70	c      2381            389         381        20                -           0.0000          -
47000.00/2385.80	c      2386           1356        1321        20                -           0.0000          -
47098.88/2390.90	c      2391           1356        1321        20                -           0.0000          -
47199.70/2396.02	c      2396           1358        1323        20                -           0.0000          -
47303.00/2401.16	c      2401           1362        1327        20                -           0.0000          -
47403.25/2406.26	c      2406            709         696        20                -           0.0000          -
47504.14/2411.34	c      2411            424         414        20                -           0.0000          -
47604.95/2416.47	c      2416           1371        1336        20                -           0.0000          -
47705.88/2421.56	c      2422           1371        1336        20                -           0.0000          -
47808.61/2426.70	c      2427           1371        1336        20                -           0.0000          -
47907.54/2431.77	c      2432            440         428        20                -           0.0000          -
48008.41/2436.89	c      2437            440         428        20                -           0.0000          -
48109.29/2442.02	c      2442            440         428        20                -           0.0000          -
48210.86/2447.11	c      2447            440         428        20                -           0.0000          -
48313.03/2452.23	c      2452            440         428        20                -           0.0000          -
48413.77/2457.35	c      2457            440         428        20                -           0.0000          -
48514.54/2462.41	c      2462            440         428        20                -           0.0000          -
48613.26/2467.43	c      2467            440         428        20                -           0.0000          -
48712.12/2472.47	c      2472           1409        1374        20                -           0.0000          -
48812.89/2477.53	c      2478           1412        1377        20                -           0.0000          -
48915.69/2482.78	c      2483           1412        1377        20                -           0.0000          -
49016.49/2487.87	c      2488           1412        1377        20                -           0.0000          -
49117.34/2492.93	c      2493            452         440        20                -           0.0000          -
49216.21/2498.03	c      2498            452         440        20                -           0.0000          -
49317.64/2503.08	c      2503            452         440        20                -           0.0000          -
49416.54/2508.11	c      2508            452         440        20                -           0.0000          -
49518.59/2513.26	c      2513            740         725        20                -           0.0000          -
49619.41/2518.35	c      2518            740         725        20                -           0.0000          -
49720.26/2523.43	c      2523            740         725        20                -           0.0000          -
49823.11/2528.61	c      2529            457         445        20                -           0.0000          -
49922.03/2533.62	c      2534            457         445        20                -           0.0000          -
50022.77/2538.78	c      2539            457         445        20                -           0.0000          -
50124.34/2543.84	c      2544            457         445        20                -           0.0000          -
50222.49/2548.89	c      2549            457         445        20                -           0.0000          -
50323.23/2553.95	c      2554            457         445        20                -           0.0000          -
50422.09/2559.00	c      2559            457         445        20                -           0.0000          -
50523.76/2564.05	c      2564            461         449        20                -           0.0000          -
50624.37/2569.15	c      2569            461         449        20                -           0.0000          -
50724.60/2574.22	c      2574            461         449        20                -           0.0000          -
50823.34/2579.29	c      2579            461         449        20                -           0.0000          -
50924.09/2584.30	c      2584            461         449        20                -           0.0000          -
51022.99/2589.34	c      2589            461         449        20                -           0.0000          -
51123.85/2594.48	c      2594            461         449        20                -           0.0000          -
51224.38/2599.54	c      2600            461         449        20                -           0.0000          -
51323.17/2604.57	c      2605            461         449        20                -           0.0000          -
51424.09/2609.68	c      2610            461         449        20                -           0.0000          -
51524.97/2614.70	c      2615            461         449        20                -           0.0000          -
51625.86/2619.84	c      2620            461         449        20                -           0.0000          -
51726.75/2624.91	c      2625            767         748        20                -           0.0000          -
51825.65/2629.99	c      2630            470         458        20                -           0.0000          -
51927.15/2635.10	c      2635            772         753        20                -           0.0000          -
52029.12/2640.20	c      2640           1739        1468        20                -           0.0000          -
52129.91/2645.30	c      2645            775         756        20                -           0.0000          -
52230.74/2650.44	c      2650           1743        1472        20                -           0.0000          -
52329.60/2655.46	c      2655         450130         182        20                -           0.0000          -
52430.39/2660.52	c      2661            783         762        20                -           0.0000          -
52537.01/2666.01	c      2666            783         762        20                -           0.0000          -
52638.68/2671.09	c      2671            783         762        20                -           0.0000          -
52739.60/2676.17	c      2676            509         497        20                -           0.0000          -
52839.64/2681.26	c      2681           1767        1496        20                -           0.0000          -
52942.27/2686.45	c      2686            787         766        20                -           0.0000          -
53045.19/2691.63	c      2692            520         508        20                -           0.0000          -
53146.17/2696.72	c      2697            520         508        20                -           0.0000          -
53247.21/2701.82	c      2702            520         508        20                -           0.0000          -
53348.12/2706.95	c      2707            520         508        20                -           0.0000          -
53449.99/2712.05	c      2712            520         508        20                -           0.0000          -
53548.96/2717.06	c      2717            520         508        20                -           0.0000          -
53649.71/2722.17	c      2722            520         508        20                -           0.0000          -
53751.81/2727.33	c      2727            520         508        20                -           0.0000          -
53852.69/2732.47	c      2732           1776           0        20                -           0.0000          -
53951.56/2737.48	c      2737           1776           0        20                -           0.0000          -
54058.21/2742.85	c      2743           1776           0        20                -           0.0000          -
54159.03/2747.96	c      2748           1776           0        20                -           0.0000          -
54260.68/2753.05	c      2753           1776           0        20                -           0.0000          -
54362.71/2758.24	c      2758           1776           0        20                -           0.0000          -
54461.59/2763.30	c      2763           1776           0        20                -           0.0000          -
54564.43/2768.41	c      2768           1776           0        20                -           0.0000          -
54663.33/2773.47	c      2773           1776           0        20                -           0.0000          -
54764.28/2778.56	c      2779           1776           0        20                -           0.0000          -
54865.23/2783.64	c      2784           1776           0        20                -           0.0000          -
54966.19/2788.72	c      2789           1776           0        20                -           0.0000          -
55065.26/2793.78	c      2794           1776           0        20                -           0.0000          -
55168.23/2798.91	c      2799           1776           0        20                -           0.0000          -
55269.87/2804.12	c      2804           1776           0        20                -           0.0000          -
55370.70/2809.17	c      2809           1776           0        20                -           0.0000          -
55472.88/2814.30	c      2814           1776           0        20                -           0.0000          -
55571.79/2819.39	c      2819           1776           0        20                -           0.0000          -
55674.76/2824.56	c      2825           1776           0        20                -           0.0000          -
55775.66/2829.64	c      2830           1776           0        20                -           0.0000          -
55876.71/2834.79	c      2835           1776           0        20                -           0.0000          -
55977.85/2839.84	c      2840           1776           0        20                -           0.0000          -
56076.78/2844.89	c      2845           1776           0        20                -           0.0000          -
56177.85/2849.95	c      2850           1776           0        20                -           0.0000          -
56279.51/2855.04	c      2855           1776           0        20                -           0.0000          -
56378.64/2860.08	c      2860           1776           0        20                -           0.0000          -
56480.98/2865.25	c      2865           1776           0        20                -           0.0000          -
56582.04/2870.31	c      2870           1776           0        20                -           0.0000          -
56681.09/2875.39	c      2875           1776           0        20                -           0.0000          -
56782.11/2880.46	c      2880           1776           0        20                -           0.0000          -
56883.14/2885.52	c      2886            567         555        20                -           0.0000          -
56982.20/2890.54	c      2891            567         555        20                -           0.0000          -
57083.25/2895.66	c      2896            567         555        20                -           0.0000          -
57186.22/2900.81	c      2901            567         555        20                -           0.0000          -
57285.18/2905.88	c      2906            567         555        20                -           0.0000          -
57388.81/2911.08	c      2911            567         555        20                -           0.0000          -
57489.94/2916.18	c      2916           1789          13        20                -           0.0000          -
57589.94/2921.27	c      2921            844         821        20                -           0.0000          -
57688.84/2926.29	c      2926            844         821        20                -           0.0000          -
57791.70/2931.48	c      2931            591         579        20                -           0.0000          -
57892.58/2936.59	c      2937            851         826        20                -           0.0000          -
57993.47/2941.69	c      2942            851         826        20                -           0.0000          -
58096.31/2946.83	c      2947            851         826        20                -           0.0000          -
58197.20/2951.91	c      2952            607         595        20                -           0.0000          -
58295.89/2957.02	c      2957            607         595        20                -           0.0000          -
58394.69/2962.03	c      2962            607         595        20                -           0.0000          -
58496.12/2967.06	c      2967            854         829        20                -           0.0000          -
58596.92/2972.16	c      2972           1808          32        20                -           0.0000          -
58695.96/2977.19	c      2977            621         609        20                -           0.0000          -
58795.81/2982.25	c      2982            858         833        20                -           0.0000          -
58896.52/2987.37	c      2987            635         623        20                -           0.0000          -
58997.43/2992.46	c      2992            635         623        20                -           0.0000          -
59098.31/2997.55	c      2998            861         836        20                -           0.0000          -
59199.20/3002.68	c      3003            861         836        20                -           0.0000          -
59302.09/3007.83	c      3008           1819          43        20                -           0.0000          -
59401.03/3012.88	c      3013           1819          43        20                -           0.0000          -
59501.87/3018.01	c      3018            647         635        20                -           0.0000          -
59603.53/3023.08	c      3023            647         635        20                -           0.0000          -
59702.44/3028.08	c      3028            647         635        20                -           0.0000          -
59804.55/3033.26	c      3033            647         635        20                -           0.0000          -
59905.25/3038.32	c      3038           1827          51        20                -           0.0000          -
60006.03/3043.42	c      3043            651         639        20                -           0.0000          -
60106.89/3048.53	c      3049            651         639        20                -           0.0000          -
60205.60/3053.59	c      3054            870         845        20                -           0.0000          -
60308.28/3058.72	c      3059            870         845        20                -           0.0000          -
60407.20/3063.78	c      3064            870         845        20                -           0.0000          -
60508.12/3068.86	c      3069            872         847        20                -           0.0000          -
60609.02/3073.92	c      3074            872         847        20                -           0.0000          -
60707.92/3078.94	c      3079            872         847        20                -           0.0000          -
60809.66/3084.13	c      3084            872         847        20                -           0.0000          -
60911.81/3089.27	c      3089            872         847        20                -           0.0000          -
61012.76/3094.37	c      3094            668         656        20                -           0.0000          -
61113.72/3099.46	c      3099            668         656        20                -           0.0000          -
61214.60/3104.56	c      3105            668         656        20                -           0.0000          -
61315.53/3109.61	c      3110            877         852        20                -           0.0000          -
61414.54/3114.65	c      3115            671         659        20                -           0.0000          -
61515.54/3119.78	c      3120            671         659        20                -           0.0000          -
61616.59/3124.87	c      3125            671         659        20                -           0.0000          -
61715.67/3129.88	c      3130            671         659        20                -           0.0000          -
61816.72/3135.01	c      3135            671         659        20                -           0.0000          -
61918.53/3140.09	c      3140            671         659        20                -           0.0000          -
62020.64/3145.23	c      3145            671         659        20                -           0.0000          -
62121.74/3150.35	c      3150            671         659        20                -           0.0000          -
62222.80/3155.42	c      3155            671         659        20                -           0.0000          -
62323.86/3160.57	c      3161            671         659        20                -           0.0000          -
62424.86/3165.66	c      3166            671         659        20                -           0.0000          -
62525.93/3170.76	c      3171           1902         126        20                -           0.0000          -
62627.00/3175.80	c      3176            892         865        20                -           0.0000          -
62728.01/3180.92	c      3181            892         865        20                -           0.0000          -
62829.72/3186.09	c      3186           1906         130        20                -           0.0000          -
62928.76/3191.10	c      3191            688         676        20                -           0.0000          -
63033.12/3196.32	c      3196            688         676        20                -           0.0000          -
63134.13/3201.42	c      3201            688         676        20                -           0.0000          -
63235.04/3206.59	c      3207            688         676        20                -           0.0000          -
63336.11/3211.62	c      3212            692         680        20                -           0.0000          -
63437.23/3216.79	c      3217            692         680        20                -           0.0000          -
63540.32/3221.90	c      3222            692         680        20                -           0.0000          -
63639.44/3226.96	c      3227            692         680        20                -           0.0000          -
63741.04/3232.07	c      3232            692         680        20                -           0.0000          -
63843.59/3237.25	c      3237            692         680        20                -           0.0000          -
63944.70/3242.39	c      3242            692         680        20                -           0.0000          -
64045.80/3247.41	c      3247            692         680        20                -           0.0000          -
64146.93/3252.51	c      3253            692         680        20                -           0.0000          -
64246.07/3257.59	c      3258            692         680        20                -           0.0000          -
64347.25/3262.62	c      3263            692         680        20                -           0.0000          -
64448.41/3267.70	c      3268            692         680        20                -           0.0000          -
64547.62/3272.78	c      3273            692         680        20                -           0.0000          -
64648.80/3277.87	c      3278            692         680        20                -           0.0000          -
64749.95/3282.98	c      3283            692         680        20                -           0.0000          -
64851.85/3288.06	c      3288            692         680        20                -           0.0000          -
64956.22/3293.31	c      3293            692         680        20                -           0.0000          -
65055.42/3298.39	c      3298            692         680        20                -           0.0000          -
65156.59/3303.49	c      3303            692         680        20                -           0.0000          -
65257.79/3308.58	c      3309            692         680        20                -           0.0000          -
65358.97/3313.68	c      3314            692         680        20                -           0.0000          -
65462.14/3318.80	c      3319            692         680        20                -           0.0000          -
65563.35/3323.91	c      3324            692         680        20                -           0.0000          -
65662.52/3328.94	c      3329            692         680        20                -           0.0000          -
65764.46/3334.10	c      3334            692         680        20                -           0.0000          -
65865.47/3339.16	c      3339            692         680        20                -           0.0000          -
65965.97/3344.29	c      3344            692         680        20                -           0.0000          -
66069.07/3349.44	c      3349            692         680        20                -           0.0000          -
66170.21/3354.52	c      3355            692         680        20                -           0.0000          -
66271.35/3359.67	c      3360            692         680        20                -           0.0000          -
66372.44/3364.80	c      3365            692         680        20                -           0.0000          -
66473.51/3369.86	c      3370           1972         196        20                -           0.0000          -
66572.68/3374.86	c      3375           1972         196        20                -           0.0000          -
66673.79/3379.96	c      3380            927         900        20                -           0.0000          -
66775.79/3385.11	c      3385            701         689        20                -           0.0000          -
66878.01/3390.22	c      3390         615888         297        20                -           0.0000          -
66979.12/3395.30	c      3395            706         694        20                -           0.0000          -
67078.25/3400.38	c      3400           1984         208        20                -           0.0000          -
67181.29/3405.51	c      3406            711         699        20                -           0.0000          -
67280.42/3410.60	c      3411            711         699        20                -           0.0000          -
67383.52/3415.70	c      3416            711         699        20                -           0.0000          -
67482.58/3420.75	c      3421            711         699        20                -           0.0000          -
67581.73/3425.78	c      3426            711         699        20                -           0.0000          -
67682.79/3430.89	c      3431            711         699        20                -           0.0000          -
67783.91/3435.99	c      3436            955         924        20                -           0.0000          -
67890.88/3441.30	c      3441            955         924        20                -           0.0000          -
67991.95/3446.45	c      3446           1990         214        20                -           0.0000          -
68092.91/3451.52	c      3452           1990         214        20                -           0.0000          -
68193.91/3456.64	c      3457           1990         214        20                -           0.0000          -
68294.99/3461.77	c      3462            716         704        20                -           0.0000          -
68396.08/3466.85	c      3467            716         704        20                -           0.0000          -
68497.17/3471.90	c      3472            716         704        20                -           0.0000          -
68596.27/3477.01	c      3477            967         936        20                -           0.0000          -
68695.31/3482.02	c      3482            967         936        20                -           0.0000          -
68800.32/3487.20	c      3487           2010         234        20                -           0.0000          -
68901.50/3492.31	c      3492           2010         234        20                -           0.0000          -
69000.54/3497.36	c      3497           2010         234        20                -           0.0000          -
69101.57/3502.41	c      3502           2010         234        20                -           0.0000          -
69204.59/3507.65	c      3508           2010         234        20                -           0.0000          -
69305.66/3512.72	c      3513           2010         234        20                -           0.0000          -
69404.77/3517.78	c      3518           2010         234        20                -           0.0000          -
69505.85/3522.88	c      3523           2010         234        20                -           0.0000          -
69611.69/3528.14	c      3528           2010         234        20                -           0.0000          -
69711.98/3533.24	c      3533           2010         234        20                -           0.0000          -
69813.07/3538.33	c      3538           2010         234        20                -           0.0000          -
69916.15/3543.56	c      3544           2010         234        20                -           0.0000          -
70017.22/3548.68	c      3549           2010         234        20                -           0.0000          -
70118.26/3553.73	c      3554           2010         234        20                -           0.0000          -
70217.31/3558.79	c      3559           2010         234        20                -           0.0000          -
70318.48/3563.81	c      3564           2010         234        20                -           0.0000          -
70419.43/3569.00	c      3569           2010         234        20                -           0.0000          -
70521.28/3574.04	c      3574           2010         234        20                -           0.0000          -
70620.37/3579.12	c      3579           2010         234        20                -           0.0000          -
70722.70/3584.20	c      3584           2010         234        20                -           0.0000          -
70821.76/3589.26	c      3589           2010         234        20                -           0.0000          -
70922.84/3594.40	c      3594           2010         234        20                -           0.0000          -
71023.91/3599.48	c      3599           2010         234        20                -           0.0000          -
71127.02/3604.69	c      3605           2010         234        20                -           0.0000          -
71228.12/3609.80	c      3610           2010         234        20                -           0.0000          -
71331.21/3615.01	c      3615           2010         234        20                -           0.0000          -
71433.03/3620.04	c      3620           2010         234        20                -           0.0000          -
71532.08/3625.08	c      3625           2010         234        20                -           0.0000          -
71636.14/3630.39	c      3630           2010         234        20                -           0.0000          -
71737.31/3635.49	c      3635           2010         234        20                -           0.0000          -
71840.42/3640.61	c      3641           2010         234        20                -           0.0000          -
71941.54/3645.76	c      3646           2010         234        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (163780 MiB free)
  memory of node 1: 193494 MiB (134928 MiB free)
  memory of node 2: 193531 MiB (169875 MiB free)
  memory of node 3: 193531 MiB (189933 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-4465675-1723619749/watcher-4465675-1723619749 -o /tmp/evaluation-result-4465675-1723619749/solver-4465675-1723619749 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757989 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465675-1723619749.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100105 s]*
/proc/loadavg: 65.28 48.11 48.12 62/981 758346
/proc/meminfo: memFree=674279536/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=65360 memory=52792 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) R 758342 758345 757976 0 -1 4194304 11150 0 0 0 10 1 0 0 20 0 1 0 128558067 66928640 13198 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 16340 13198 2347 3035 0 12736 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 65360 KiB
Current children cumulated memory: 52792 KiB

[startup+0.220867 s]*
/proc/loadavg: 65.28 48.11 48.12 62/981 758346
/proc/meminfo: memFree=674236052/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=107352 memory=95004 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) R 758342 758345 757976 0 -1 4194304 21661 0 0 0 20 3 0 0 20 0 1 0 128558067 109928448 23751 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 26838 23751 2347 3035 0 23234 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 107352 KiB
Current children cumulated memory: 95004 KiB

[startup+0.320376 s]*
/proc/loadavg: 65.28 48.11 48.12 62/981 758346
/proc/meminfo: memFree=674171416/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=176268 memory=164800 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) R 758342 758345 757976 0 -1 4194304 39673 0 0 0 27 6 0 0 20 0 1 0 128558067 180498432 41200 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 44067 41200 2539 3035 0 40463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 176268 KiB
Current children cumulated memory: 164800 KiB

[startup+0.700325 s]
/proc/loadavg: 65.28 48.11 48.12 62/981 758346
/proc/meminfo: memFree=674076540/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=309472 memory=285008 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) R 758342 758345 757976 0 -1 4194304 65038 0 0 0 59 10 0 0 20 0 1 0 128558067 316899328 71252 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 77368 71252 2630 3035 0 73764 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 309472 KiB
Current children cumulated memory: 285008 KiB

[startup+1.50029 s]
/proc/loadavg: 65.28 48.11 48.12 62/981 758346
/proc/meminfo: memFree=673932744/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=372984 memory=355092 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) R 758342 758345 757976 0 -1 4194304 94119 0 0 0 133 15 0 0 20 0 1 0 128558067 381935616 88773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 93246 88773 2710 3035 0 89642 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 372984 KiB
Current children cumulated memory: 355092 KiB

[startup+3.121 s]
/proc/loadavg: 64.94 48.33 48.19 62/981 758346
/proc/meminfo: memFree=673864880/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=372984 memory=356544 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) R 758342 758345 757976 0 -1 4194304 94407 0 0 0 294 16 0 0 20 0 1 0 128558067 381935616 89136 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 93246 89136 2758 3035 0 89642 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 372984 KiB
Current children cumulated memory: 356544 KiB

[startup+6.30029 s]
/proc/loadavg: 64.94 48.33 48.19 62/981 758347
/proc/meminfo: memFree=673617020/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=581420 memory=543716 CPUtime=6.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) R 758342 758345 757976 0 -1 4194304 99824 0 0 0 606 20 0 0 20 0 1 0 128558067 595374080 135929 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 145355 135929 2758 3035 0 141751 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 581420 KiB
Current children cumulated memory: 543716 KiB

[startup+12.7016 s]
/proc/loadavg: 65.85 49.06 48.43 81/1021 758387
/proc/meminfo: memFree=666058608/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=8004740 memory=6578828 CPUtime=48.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) S 758342 758345 757976 0 -1 1077936128 1577753 0 0 0 4431 382 0 0 20 0 41 0 128558067 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 2001185 1644707 2790 3035 0 1902385 0
[pid=758345/tid=758348] ppid=758342 vsize=8004740 memory=10544 CPUtime=2.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758348/stat : 758348 (fscip) R 758342 758345 757976 0 -1 4194368 80917 0 0 0 184 21 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758349] ppid=758342 vsize=8004740 memory=33000 CPUtime=2.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758349/stat : 758349 (fscip) R 758342 758345 757976 0 -1 4194368 69290 0 0 0 185 18 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758350] ppid=758342 vsize=8004740 memory=2316 CPUtime=2.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758350/stat : 758350 (fscip) R 758342 758345 757976 0 -1 4194368 69120 0 0 0 190 17 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758351] ppid=758342 vsize=8004740 memory=16164 CPUtime=2.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758351/stat : 758351 (fscip) R 758342 758345 757976 0 -1 4194368 77906 0 0 0 185 19 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758352] ppid=758342 vsize=8004740 memory=40960 CPUtime=2.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758352/stat : 758352 (fscip) R 758342 758345 757976 0 -1 4194368 69280 0 0 0 187 16 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758353] ppid=758342 vsize=8004740 memory=5512 CPUtime=2.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758353/stat : 758353 (fscip) R 758342 758345 757976 0 -1 4194368 69076 0 0 0 191 15 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758354] ppid=758342 vsize=8004740 memory=10544 CPUtime=2.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758354/stat : 758354 (fscip) R 758342 758345 757976 0 -1 4194368 78403 0 0 0 186 18 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758355] ppid=758342 vsize=8004740 memory=11448 CPUtime=2.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758355/stat : 758355 (fscip) R 758342 758345 757976 0 -1 4194368 68567 0 0 0 189 16 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758356] ppid=758342 vsize=8004740 memory=7791008 CPUtime=2.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758356/stat : 758356 (fscip) R 758342 758345 757976 0 -1 4194368 69106 0 0 0 190 16 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758357] ppid=758342 vsize=8004740 memory=0 CPUtime=2.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758357/stat : 758357 (fscip) R 758342 758345 757976 0 -1 4194368 78480 0 0 0 186 18 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758358] ppid=758342 vsize=8004740 memory=279696189691904 CPUtime=2.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758358/stat : 758358 (fscip) R 758342 758345 757976 0 -1 4194368 69107 0 0 0 187 16 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758359] ppid=758342 vsize=8004740 memory=279696189550240 CPUtime=2.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758359/stat : 758359 (fscip) R 758342 758345 757976 0 -1 4194368 69292 0 0 0 186 18 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758360] ppid=758342 vsize=8004740 memory=0 CPUtime=2.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758360/stat : 758360 (fscip) R 758342 758345 757976 0 -1 4194368 78256 0 0 0 189 19 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758361] ppid=758342 vsize=8004740 memory=0 CPUtime=2.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758361/stat : 758361 (fscip) R 758342 758345 757976 0 -1 4194368 69092 0 0 0 189 16 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758362] ppid=758342 vsize=8004740 memory=25333125866717268 CPUtime=2.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758362/stat : 758362 (fscip) R 758342 758345 757976 0 -1 4194368 69292 0 0 0 185 18 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758363] ppid=758342 vsize=8004740 memory=2316 CPUtime=2.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758363/stat : 758363 (fscip) R 758342 758345 757976 0 -1 4194368 78298 0 0 0 187 19 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758364] ppid=758342 vsize=8004740 memory=2374800 CPUtime=2.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758364/stat : 758364 (fscip) R 758342 758345 757976 0 -1 4194368 69074 0 0 0 188 16 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758365] ppid=758342 vsize=8004740 memory=2060856 CPUtime=1.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758365/stat : 758365 (fscip) R 758342 758345 757976 0 -1 4194368 69288 0 0 0 183 16 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758366] ppid=758342 vsize=8004740 memory=418527 CPUtime=2.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758366/stat : 758366 (fscip) R 758342 758345 757976 0 -1 4194368 78677 0 0 0 188 18 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758367] ppid=758342 vsize=8004740 memory=0 CPUtime=2.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758367/stat : 758367 (fscip) R 758342 758345 757976 0 -1 4194368 69716 0 0 0 188 17 0 0 20 0 41 0 128558752 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758368] ppid=758342 vsize=8004740 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758368/stat : 758368 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758369] ppid=758342 vsize=8004740 memory=25493972391727769 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758369/stat : 758369 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758370] ppid=758342 vsize=8004740 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758370/stat : 758370 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758371] ppid=758342 vsize=8004740 memory=10544 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758371/stat : 758371 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758372] ppid=758342 vsize=8004740 memory=279696189797648 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758372/stat : 758372 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758373] ppid=758342 vsize=8004740 memory=279696189386912 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758373/stat : 758373 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644707 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758374] ppid=758342 vsize=8004740 memory=40960 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758374/stat : 758374 (fscip) S 758342 758345 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758375] ppid=758342 vsize=8004740 memory=10544 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758375/stat : 758375 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758376] ppid=758342 vsize=8004740 memory=279696189703488 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758376/stat : 758376 (fscip) R 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758377] ppid=758342 vsize=8004740 memory=5578340 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758377/stat : 758377 (fscip) R 758342 758345 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758378] ppid=758342 vsize=8004740 memory=8865688338547187 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758378/stat : 758378 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758379] ppid=758342 vsize=8004740 memory=6944613755495348631 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758379/stat : 758379 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758380] ppid=758342 vsize=8004740 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758380/stat : 758380 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758381] ppid=758342 vsize=8004740 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758381/stat : 758381 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758382] ppid=758342 vsize=8004740 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758382/stat : 758382 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644773 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758383] ppid=758342 vsize=8004740 memory=6514245618836650 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758383/stat : 758383 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644839 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758384] ppid=758342 vsize=8004740 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758384/stat : 758384 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644839 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758385] ppid=758342 vsize=8004740 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758385/stat : 758385 (fscip) R 758342 758345 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644839 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758386] ppid=758342 vsize=8004740 memory=16164 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758386/stat : 758386 (fscip) S 758342 758345 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644839 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758387] ppid=758342 vsize=8004740 memory=279696189201248 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758387/stat : 758387 (fscip) S 758342 758345 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128559136 8196853760 1644839 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
Current children cumulated CPU time: 48.13 s
Current children cumulated vsize: 8004740 KiB
Current children cumulated memory: 6578828 KiB

[startup+25.5016 s]
/proc/loadavg: 68.03 50.08 48.77 79/1021 758390

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

/proc/758345/task/758374/stat : 758374 (fscip) S 758342 758345 757976 0 -1 1077936192 175 0 0 0 2 2 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758375] ppid=758342 vsize=41140344 memory=6720662147204398956 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758375/stat : 758375 (fscip) S 758342 758345 757976 0 -1 1077936192 179 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758376] ppid=758342 vsize=41140344 memory=27555412 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758376/stat : 758376 (fscip) S 758342 758345 757976 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758377] ppid=758342 vsize=41140344 memory=11448 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758377/stat : 758377 (fscip) S 758342 758345 757976 0 -1 1077936192 159 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758378] ppid=758342 vsize=41140344 memory=27684892 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758378/stat : 758378 (fscip) S 758342 758345 757976 0 -1 1077936192 147 0 0 0 1 2 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758379] ppid=758342 vsize=41140344 memory=11448 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758379/stat : 758379 (fscip) S 758342 758345 757976 0 -1 1077936192 226 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758380] ppid=758342 vsize=41140344 memory=40960 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758380/stat : 758380 (fscip) S 758342 758345 757976 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758381] ppid=758342 vsize=41140344 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758381/stat : 758381 (fscip) S 758342 758345 757976 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758382] ppid=758342 vsize=41140344 memory=6368485033051579497 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758382/stat : 758382 (fscip) S 758342 758345 757976 0 -1 1077936192 225 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758383] ppid=758342 vsize=41140344 memory=27730984 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758383/stat : 758383 (fscip) S 758342 758345 757976 0 -1 1077936192 170 0 0 0 0 4 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758384] ppid=758342 vsize=41140344 memory=2316 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758384/stat : 758384 (fscip) S 758342 758345 757976 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758385] ppid=758342 vsize=41140344 memory=33000 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758385/stat : 758385 (fscip) S 758342 758345 757976 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758386] ppid=758342 vsize=41140344 memory=33000 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758386/stat : 758386 (fscip) S 758342 758345 757976 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758387] ppid=758342 vsize=41140344 memory=1804 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758387/stat : 758387 (fscip) S 758342 758345 757976 0 -1 1077936192 216 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6933964 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
Current children cumulated CPU time: 71874.1 s
Current children cumulated vsize: 41140344 KiB
Current children cumulated memory: 27735856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3648.7 s]
/proc/loadavg: 80.30 73.20 74.78 81/1021 760508
/proc/meminfo: memFree=547499148/790760804 swapFree=131071996/131071996
[pid=758345] ppid=758342 vsize=41140344 memory=27759864 CPUtime=72001 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/stat : 758345 (fscip) S 758342 758345 757976 0 -1 1077936128 66344927 0 0 0 7187057 13046 0 0 20 0 41 0 128558067 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
/proc/758345/statm: 10285086 6939966 3030 3035 0 9939648 0
[pid=758345/tid=758348] ppid=758342 vsize=41140344 memory=16325789170925620 CPUtime=3603.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758348/stat : 758348 (fscip) R 758342 758345 757976 0 -1 4194368 3348932 0 0 0 359721 593 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758349] ppid=758342 vsize=41140344 memory=64 CPUtime=3604.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758349/stat : 758349 (fscip) R 758342 758345 757976 0 -1 4194368 4106909 0 0 0 359855 576 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758350] ppid=758342 vsize=41140344 memory=6514348698051778 CPUtime=3595.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758350/stat : 758350 (fscip) R 758342 758345 757976 0 -1 4194368 1718801 0 0 0 358845 700 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758351] ppid=758342 vsize=41140344 memory=0 CPUtime=3601.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758351/stat : 758351 (fscip) R 758342 758345 757976 0 -1 4194368 3269889 0 0 0 359754 417 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758352] ppid=758342 vsize=41140344 memory=11448 CPUtime=3602.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758352/stat : 758352 (fscip) R 758342 758345 757976 0 -1 4194368 4414437 0 0 0 359580 634 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758353] ppid=758342 vsize=41140344 memory=279696191183456 CPUtime=3591.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758353/stat : 758353 (fscip) R 758342 758345 757976 0 -1 4194368 1846664 0 0 0 358281 906 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758354] ppid=758342 vsize=41140344 memory=279696189433728 CPUtime=3598.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758354/stat : 758354 (fscip) R 758342 758345 757976 0 -1 4194368 3316051 0 0 0 359384 428 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758355] ppid=758342 vsize=41140344 memory=11448 CPUtime=3601.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758355/stat : 758355 (fscip) R 758342 758345 757976 0 -1 4194368 4519433 0 0 0 359480 629 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758356] ppid=758342 vsize=41140344 memory=7451321480598873651 CPUtime=3601.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758356/stat : 758356 (fscip) R 758342 758345 757976 0 -1 4194368 1791525 0 0 0 359168 957 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758357] ppid=758342 vsize=41140344 memory=0 CPUtime=3603.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758357/stat : 758357 (fscip) R 758342 758345 757976 0 -1 4194368 3308688 0 0 0 359920 417 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758358] ppid=758342 vsize=41140344 memory=0 CPUtime=3598.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758358/stat : 758358 (fscip) R 758342 758345 757976 0 -1 4194368 4561248 0 0 0 359179 666 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758359] ppid=758342 vsize=41140344 memory=30962685530996822 CPUtime=3593.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758359/stat : 758359 (fscip) R 758342 758345 757976 0 -1 4194368 1699014 0 0 0 358639 709 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758360] ppid=758342 vsize=41140344 memory=22236845287342215 CPUtime=3594.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758360/stat : 758360 (fscip) R 758342 758345 757976 0 -1 4194368 3462155 0 0 0 359070 429 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758361] ppid=758342 vsize=41140344 memory=0 CPUtime=3600.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758361/stat : 758361 (fscip) R 758342 758345 757976 0 -1 4194368 4355077 0 0 0 359313 747 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758362] ppid=758342 vsize=41140344 memory=27669172 CPUtime=3595.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758362/stat : 758362 (fscip) R 758342 758345 757976 0 -1 4194368 1853648 0 0 0 358661 908 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758363] ppid=758342 vsize=41140344 memory=279696189790400 CPUtime=3594.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758363/stat : 758363 (fscip) R 758342 758345 757976 0 -1 4194368 3051573 0 0 0 359033 382 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758364] ppid=758342 vsize=41140344 memory=22376693378386420 CPUtime=3604.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758364/stat : 758364 (fscip) R 758342 758345 757976 0 -1 4194368 5584199 0 0 0 359543 929 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758365] ppid=758342 vsize=41140344 memory=25333125866717268 CPUtime=3596.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758365/stat : 758365 (fscip) R 758342 758345 757976 0 -1 4194368 1962440 0 0 0 358819 813 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758366] ppid=758342 vsize=41140344 memory=0 CPUtime=3605.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758366/stat : 758366 (fscip) R 758342 758345 757976 0 -1 4194368 3418127 0 0 0 360149 421 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758367] ppid=758342 vsize=41140344 memory=6368485033051579497 CPUtime=3605.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758367/stat : 758367 (fscip) R 758342 758345 757976 0 -1 4194368 4620371 0 0 0 359848 708 0 0 20 0 41 0 128558752 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758368] ppid=758342 vsize=41140344 memory=21392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758368/stat : 758368 (fscip) S 758342 758345 757976 0 -1 1077936192 102 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758369] ppid=758342 vsize=41140344 memory=2208 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758369/stat : 758369 (fscip) S 758342 758345 757976 0 -1 1077936192 192 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758370] ppid=758342 vsize=41140344 memory=279696193507680 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758370/stat : 758370 (fscip) S 758342 758345 757976 0 -1 1077936192 171 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758371] ppid=758342 vsize=41140344 memory=279696192968560 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758371/stat : 758371 (fscip) S 758342 758345 757976 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758372] ppid=758342 vsize=41140344 memory=6720662147204398956 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758372/stat : 758372 (fscip) S 758342 758345 757976 0 -1 1077936192 228 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758373] ppid=758342 vsize=41140344 memory=27555412 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758373/stat : 758373 (fscip) S 758342 758345 757976 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758374] ppid=758342 vsize=41140344 memory=5600 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758374/stat : 758374 (fscip) S 758342 758345 757976 0 -1 1077936192 175 0 0 0 2 2 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758375] ppid=758342 vsize=41140344 memory=27703352 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758375/stat : 758375 (fscip) S 758342 758345 757976 0 -1 1077936192 179 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758376] ppid=758342 vsize=41140344 memory=11448 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758376/stat : 758376 (fscip) S 758342 758345 757976 0 -1 1077936192 216 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758377] ppid=758342 vsize=41140344 memory=279696190226928 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758377/stat : 758377 (fscip) S 758342 758345 757976 0 -1 1077936192 159 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758378] ppid=758342 vsize=41140344 memory=27692556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758378/stat : 758378 (fscip) S 758342 758345 757976 0 -1 1077936192 147 0 0 0 1 2 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758379] ppid=758342 vsize=41140344 memory=27679972 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758379/stat : 758379 (fscip) S 758342 758345 757976 0 -1 1077936192 226 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758380] ppid=758342 vsize=41140344 memory=1668 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758380/stat : 758380 (fscip) S 758342 758345 757976 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758381] ppid=758342 vsize=41140344 memory=27683692 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758381/stat : 758381 (fscip) S 758342 758345 757976 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758382] ppid=758342 vsize=41140344 memory=40960 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758382/stat : 758382 (fscip) S 758342 758345 757976 0 -1 1077936192 225 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758383] ppid=758342 vsize=41140344 memory=10544 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758383/stat : 758383 (fscip) S 758342 758345 757976 0 -1 1077936192 170 0 0 0 0 4 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758384] ppid=758342 vsize=41140344 memory=27715384 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758384/stat : 758384 (fscip) S 758342 758345 757976 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758385] ppid=758342 vsize=41140344 memory=27709348 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758385/stat : 758385 (fscip) S 758342 758345 757976 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758386] ppid=758342 vsize=41140344 memory=27720184 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758386/stat : 758386 (fscip) S 758342 758345 757976 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
[pid=758345/tid=758387] ppid=758342 vsize=41140344 memory=10544 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/758345/task/758387/stat : 758387 (fscip) S 758342 758345 757976 0 -1 1077936192 216 0 0 0 4 0 0 0 20 0 41 0 128559136 42127712256 6939966 809668444160 4194304 16623229 140723655483008 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54013952 140723655484422 140723655484540 140723655484540 140723655491568 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 41140344 KiB
Current children cumulated memory: 27759864 KiB

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

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

# cumulated CPU time of all completed processes:  user=71870.8 s, system=131.198 s

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

[startup+3648.81 s]*
/proc/loadavg: 80.30 73.20 74.78 62/982 760508
/proc/meminfo: memFree=550985736/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3649.2 s]
/proc/loadavg: 80.30 73.20 74.78 62/982 760508
/proc/meminfo: memFree=557372944/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3649.4 s]
/proc/loadavg: 80.30 73.20 74.78 62/982 760508
/proc/meminfo: memFree=557372944/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): 3649.47
CPU time (s): 72002
CPU user time (s): 71870.8
CPU system time (s): 131.198
CPU usage (%): 1972.94
Max. virtual memory (cumulated for all children) (KiB): 41140344
Max. memory (cumulated for all children) (KiB): 27763284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71870.8
system time used= 131.198
maximum resident set size= 27764484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66344927
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= 1586154
involuntary context switches= 343230


# summary of solver processes directly reported to runsolver:
#   pid: 758345
#   total CPU time (s): 72002
#   total CPU user time (s): 71870.8
#   total CPU system time (s): 131.198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.1752 second user time and 90.1258 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 09:15:49
IDJOB=4465675
IDBENCH=155589
IDSOLVER=3094
FILE ID=nodeD105/4465675-1723619749
RUNJOBID= nodeD105-1723619306-757989
SLURM_JOB_ID= 8267910
Free space on /tmp= 8622780 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-21.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-4465675-1723619749/watcher-4465675-1723619749 -o /tmp/evaluation-result-4465675-1723619749/solver-4465675-1723619749 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757989 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465675-1723619749.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= abfa2b7f448cb4339f1b1eeb1bae5b59
RANDOM SEED=1470918018

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        674323828 kB
MemAvailable:   679005592 kB
Buffers:         1211584 kB
Cached:          6759148 kB
SwapCached:            0 kB
Active:          1694984 kB
Inactive:       111049048 kB
Active(anon):       2168 kB
Inactive(anon): 104810040 kB
Active(file):    1692816 kB
Inactive(file):  6239008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             34908 kB
Writeback:            68 kB
AnonPages:      104769508 kB
Mapped:           138228 kB
Shmem:             38920 kB
KReclaimable:     339284 kB
Slab:             773712 kB
SReclaimable:     339284 kB
SUnreclaim:       434428 kB
KernelStack:       16768 kB
PageTables:       243572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   34587300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1140480 kB
HardwareCorrupted:     0 kB
AnonHugePages:  29239296 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:     1214464 kB
DirectMap2M:    158666752 kB
DirectMap1G:    645922816 kB

Free space on /tmp at the end= 8622728 MiB
End job on nodeD105 at 2024-08-14 10:16:39