Trace number 4465650

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.5 3656.92

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12011_1-unsat.opb
MD5SUMcdcb4d035b8e87f1109f75a28aea48eb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37510
Total number of constraints119740
Number of constraints which are clauses119124
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints616
Minimum length of a constraint1
Maximum length of a constraint95
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 556
Number of bits of the biggest sum of numbers10
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.38	c Default LC presolving (default).
0.33/0.38	c ** Before presolving: virtualMemUsedAtLc = 370965812, getVmSize() = 254820352, SCIPgetMemUsed() = 211719331, SCIPgetMemTotal() = 222933211, SCIPgetMemExternEstim() = 148032601
0.33/0.38	c ** set memory limit for presolving in LC to 8.79492e+12 for SCIP **
27.18/27.36	c ** Estimated virtualMemUsedAtSolver = 335263712, getVmSize() = 399597568, SCIPgetMemUsed() = 245468287, SCIPgetMemTotal() = 354862967, SCIPgetMemExternEstim() = 148032601
27.18/27.36	c ** set memory limit for solvers to 4.18756e+11 for each SCIP **
27.18/27.36	c Original Problem   :
27.18/27.36	c   Problem name     : instance-4465650-1722508792
27.18/27.36	c   Variables        : 37510 (37510 binary, 0 integer, 0 implicit integer, 0 continuous)
27.18/27.36	c   Constraints      : 119740
27.18/27.36	c   Objective sense  : minimize
27.18/27.36	c Presolved Problem  :
27.18/27.36	c   Variables        : 21935 (21935 binary, 0 integer, 0 implicit integer, 0 continuous)
27.18/27.36	c   Constraints      : 36221
27.18/27.36	c Constraints        : Number
27.18/27.36	c   knapsack         : 576 
27.18/27.36	c   setppc           : 26247 
27.18/27.36	c   and              : 9384 
27.18/27.36	c   logicor          : 14 
27.18/27.36	c ** Instance transfer method used: 0
27.28/27.43	c ** ParaScipInstance copy increased the number of variables. **
28.70/28.82	c LC is working with racing ramp-up and with rebuilding tree after racing.
28.70/28.82	c                                Nodes    Active                                            
28.70/28.82	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
695.77/62.62	c        63              2           1        20                -           0.0000          -
796.73/67.73	c        68            217         160        20                -           0.0000          -
897.64/72.81	c        73            482         118        20                -           0.0000          -
998.70/77.95	c        78            583         119        20                -           0.0000          -
1100.52/83.11	c        83            954          50        20                -           0.0000          -
1204.88/88.31	c        88           1138          44        20                -           0.0000          -
1308.05/93.56	c        94           1442          92        20                -           0.0000          -
1411.21/98.70	c        99           1747          57        20                -           0.0000          -
1512.39/103.82	c       104           2088          32        20                -           0.0000          -
1613.58/109.03	c       109           2260           1        20                -           0.0000          -
1715.24/114.09	c       114           2569          49        20                -           0.0000          -
1817.84/119.20	c       119           2827          46        20                -           0.0000          -
1916.97/124.26	c       124           3179          29        20                -           0.0000          -
2016.15/129.28	c       129           3486          50        20                -           0.0000          -
2115.35/134.29	c       134           3784          38        20                -           0.0000          -
2218.52/139.44	c       139           3665          52        20                -           0.0000          -
2321.68/144.61	c       145           3903          48        20                -           0.0000          -
2422.87/149.77	c       150           4162          67        20                -           0.0000          -
2524.06/154.87	c       155           4652          49        20                -           0.0000          -
2625.24/160.00	c       160           5155          42        20                -           0.0000          -
2727.21/165.06	c       165           4959          51        20                -           0.0000          -
2829.54/170.23	c       170           5282          52        20                -           0.0000          -
2930.66/175.32	c       175           5607          41        20                -           0.0000          -
3031.81/180.48	c       180           5891          53        20                -           0.0000          -
3134.94/185.69	c       186           6624          39        20                -           0.0000          -
3238.07/190.85	c       191           6853          41        20                -           0.0000          -
3339.28/195.98	c       196           7104          37        20                -           0.0000          -
3438.47/201.01	c       201           7375          41        20                -           0.0000          -
3540.25/206.12	c       206           7020          48        20                -           0.0000          -
3642.77/211.21	c       211           7207          46        20                -           0.0000          -
3743.93/216.33	c       216           7478          49        20                -           0.0000          -
3847.09/221.53	c       222           7715          46        20                -           0.0000          -
3950.25/226.78	c       227           8009          56        20                -           0.0000          -
4053.44/231.90	c       232           8354          23        20                -           0.0000          -
4152.65/236.95	c       237           8660          40        20                -           0.0000          -
4254.37/242.05	c       242           8931          43        20                -           0.0000          -
4353.47/247.11	c       247           8823          52        20                -           0.0000          -
4452.75/252.12	c       252           9792          30        20                -           0.0000          -
4555.21/257.24	c       257           9804          30        20                -           0.0000          -
4656.35/262.33	c       262           9353          52        20                -           0.0000          -
4759.48/267.59	c       268          10419          19        20                -           0.0000          -
4864.60/272.81	c       273           9704          47        20                -           0.0000          -
4965.68/278.01	c       278           9885          49        20                -           0.0000          -
5069.73/283.19	c       283          10071          49        20                -           0.0000          -
5177.93/288.64	c       289          10287          44        20                -           0.0000          -
5279.11/293.79	c       294          10489          43        20                -           0.0000          -
5382.26/298.93	c       299          10712          52        20                -           0.0000          -
5486.16/304.17	c       304          10902          51        20                -           0.0000          -
5590.39/309.41	c       309          11117          48        20                -           0.0000          -
5691.48/314.50	c       314          11382          49        20                -           0.0000          -
5790.57/319.59	c       320          12989          43        20                -           0.0000          -
5891.69/324.67	c       325          13250          43        20                -           0.0000          -
5996.73/329.92	c       330          12094          54        20                -           0.0000          -
6098.39/335.11	c       335          12318          53        20                -           0.0000          -
6200.91/340.25	c       340          12541          53        20                -           0.0000          -
6300.11/345.28	c       345          14559          37        20                -           0.0000          -
6403.31/350.47	c       350          14791          33        20                -           0.0000          -
6506.49/355.60	c       356          15039          30        20                -           0.0000          -
6609.68/360.82	c       361          15353          35        20                -           0.0000          -
6710.88/365.97	c       366          15596          31        20                -           0.0000          -
6812.70/371.11	c       371          15442          41        20                -           0.0000          -
6915.28/376.28	c       376          15678          43        20                -           0.0000          -
7018.28/381.49	c       381          16462          28        20                -           0.0000          -
7123.39/386.76	c       387          16241          40        20                -           0.0000          -
7226.57/391.90	c       392          16545          48        20                -           0.0000          -
7325.75/396.98	c       397          16810          49        20                -           0.0000          -
7427.56/402.10	c       402          17760          31        20                -           0.0000          -
7530.12/407.23	c       407          15366          31        20                -           0.0000          -
7631.42/412.39	c       412          15654          36        20                -           0.0000          -
7732.51/417.49	c       417          15943          29        20                -           0.0000          -
7835.71/422.61	c       423          16203          25        20                -           0.0000          -
7934.91/427.65	c       428          19187          29        20                -           0.0000          -
8038.10/432.81	c       433          18494          46        20                -           0.0000          -
8141.80/438.04	c       438          19751          26        20                -           0.0000          -
8244.27/443.22	c       443          19974          28        20                -           0.0000          -
8347.39/448.48	c       448          17484          27        20                -           0.0000          -
8450.55/453.65	c       454          20437          29        20                -           0.0000          -
8553.69/458.83	c       459          20647          29        20                -           0.0000          -
8657.39/464.04	c       464          18271          35        20                -           0.0000          -
8759.80/469.25	c       469          20411          60        20                -           0.0000          -
8862.89/474.43	c       474          18773          32        20                -           0.0000          -
8965.97/479.67	c       480          20982          47        20                -           0.0000          -
9069.05/484.82	c       485          21258          46        20                -           0.0000          -
9174.48/490.17	c       490          21506          43        20                -           0.0000          -
9278.80/495.42	c       495          21744          38        20                -           0.0000          -
9381.91/500.61	c       501          20050          28        20                -           0.0000          -
9483.02/505.78	c       506          20319          31        20                -           0.0000          -
9588.70/511.08	c       511          22993          29        20                -           0.0000          -
9691.25/516.23	c       516          23203          25        20                -           0.0000          -
9792.44/521.33	c       521          23403          26        20                -           0.0000          -
9893.64/526.45	c       526          23134          43        20                -           0.0000          -
9996.83/531.62	c       532          21490          37        20                -           0.0000          -
10102.04/536.94	c       537          23628          44        20                -           0.0000          -
10203.87/542.03	c       542          23822          39        20                -           0.0000          -
10308.37/547.39	c       547          24057          51        20                -           0.0000          -
10411.53/552.51	c       553          24300          52        20                -           0.0000          -
10514.72/557.71	c       558          24489          49        20                -           0.0000          -
10613.94/562.77	c       563          25050          30        20                -           0.0000          -
10717.14/567.90	c       568          25221          30        20                -           0.0000          -
10816.36/573.04	c       573          25407          35        20                -           0.0000          -
10923.40/578.34	c       578          23720          39        20                -           0.0000          -
11022.57/583.39	c       583          23977          49        20                -           0.0000          -
11125.79/588.52	c       589          24200          40        20                -           0.0000          -
11230.94/593.84	c       594          24488          49        20                -           0.0000          -
11330.16/598.89	c       599          26097          43        20                -           0.0000          -
11433.92/604.09	c       604          26304          47        20                -           0.0000          -
11540.50/609.48	c       609          26486          44        20                -           0.0000          -
11643.69/614.66	c       615          26700          42        20                -           0.0000          -
11746.88/619.88	c       620          26933          45        20                -           0.0000          -
11850.73/625.12	c       625          25587          43        20                -           0.0000          -
11955.22/630.34	c       630          27519          32        20                -           0.0000          -
12056.42/635.47	c       635          27730          31        20                -           0.0000          -
12159.60/640.62	c       641          27943          26        20                -           0.0000          -
12258.81/645.63	c       646          28135          28        20                -           0.0000          -
12362.20/650.84	c       651          26402          43        20                -           0.0000          -
12465.82/656.08	c       656          28351          48        20                -           0.0000          -
12572.32/661.40	c       661          26757          44        20                -           0.0000          -
12673.53/666.59	c       667          28745          49        20                -           0.0000          -
12778.69/671.84	c       672          27114          53        20                -           0.0000          -
12882.52/677.12	c       677          27337          56        20                -           0.0000          -
12987.01/682.39	c       682          29902          60        20                -           0.0000          -
13090.21/687.55	c       688          29545          43        20                -           0.0000          -
13197.34/692.91	c       693          28023          45        20                -           0.0000          -
13299.15/698.10	c       698          28231          46        20                -           0.0000          -
13403.62/703.39	c       703          28431          45        20                -           0.0000          -
13506.81/708.54	c       709          31084          34        20                -           0.0000          -
13609.99/713.78	c       714          28787          43        20                -           0.0000          -
13717.83/719.17	c       719          31540          37        20                -           0.0000          -
13820.33/724.39	c       724          29197          44        20                -           0.0000          -
13925.53/729.60	c       730          29374          45        20                -           0.0000          -
14028.71/734.85	c       735          32208          33        20                -           0.0000          -
14132.36/740.08	c       740          32422          32        20                -           0.0000          -
14235.06/745.28	c       745          32643          30        20                -           0.0000          -
14338.23/750.44	c       750          32960          41        20                -           0.0000          -
14443.40/755.72	c       756          33216          48        20                -           0.0000          -
14544.60/760.89	c       761          33469          40        20                -           0.0000          -
14645.81/766.02	c       766          33725          28        20                -           0.0000          -
14747.66/771.07	c       771          34029          38        20                -           0.0000          -
14849.08/776.16	c       776          33750          41        20                -           0.0000          -
14951.37/781.30	c       781          31527          35        20                -           0.0000          -
15054.57/786.56	c       787          31773          34        20                -           0.0000          -
15157.76/791.77	c       792          32091          50        20                -           0.0000          -
15260.96/796.92	c       797          32389          43        20                -           0.0000          -
15362.86/802.05	c       802          32628          39        20                -           0.0000          -
15465.33/807.26	c       807          32893          49        20                -           0.0000          -
15566.53/812.39	c       812          33133          49        20                -           0.0000          -
15667.73/817.41	c       817          35874          50        20                -           0.0000          -
15766.97/822.43	c       822          36672          32        20                -           0.0000          -
15868.16/827.55	c       828          36903          32        20                -           0.0000          -
15971.29/832.72	c       833          37172          34        20                -           0.0000          -
16074.48/838.00	c       838          37479          38        20                -           0.0000          -
16178.50/843.18	c       843          34507          50        20                -           0.0000          -
16278.79/848.29	c       848          37441          55        20                -           0.0000          -
16383.95/853.51	c       854          34995          52        20                -           0.0000          -
16485.16/858.62	c       859          35213          50        20                -           0.0000          -
16584.38/863.66	c       864          38125          42        20                -           0.0000          -
16683.61/868.68	c       869          38384          46        20                -           0.0000          -
16786.80/873.81	c       874          35798          47        20                -           0.0000          -
16888.01/879.01	c       879          39533          34        20                -           0.0000          -
16991.88/884.17	c       884          39767          30        20                -           0.0000          -
17098.36/889.58	c       890          40059          37        20                -           0.0000          -
17201.56/894.79	c       895          39679          42        20                -           0.0000          -
17304.79/899.98	c       900          39960          39        20                -           0.0000          -
17409.94/905.26	c       905          40147          41        20                -           0.0000          -
17514.94/910.55	c       911          40437          41        20                -           0.0000          -
17616.15/915.63	c       916          40775          42        20                -           0.0000          -
17717.35/920.78	c       921          40965          41        20                -           0.0000          -
17820.49/925.96	c       926          41127          39        20                -           0.0000          -
17919.73/931.01	c       931          42296          33        20                -           0.0000          -
18026.81/936.33	c       936          38550          48        20                -           0.0000          -
18130.00/941.54	c       942          42742          30        20                -           0.0000          -
18233.20/946.76	c       947          42949          29        20                -           0.0000          -
18336.43/951.99	c       952          43222          31        20                -           0.0000          -
18441.50/957.23	c       957          39495          50        20                -           0.0000          -
18544.68/962.40	c       962          43738          34        20                -           0.0000          -
18645.89/967.58	c       968          44003          35        20                -           0.0000          -
18749.12/972.77	c       973          40267          46        20                -           0.0000          -
18854.89/978.07	c       978          44508          34        20                -           0.0000          -
18954.26/983.09	c       983          40759          47        20                -           0.0000          -
19056.61/988.26	c       988          40933          44        20                -           0.0000          -
19163.75/993.64	c       994          41173          46        20                -           0.0000          -
19264.96/998.79	c       999          45564          29        20                -           0.0000          -
19368.16/1004.01	c      1004          45841          38        20                -           0.0000          -
19471.96/1009.16	c      1009          46063          37        20                -           0.0000          -
19576.44/1014.41	c      1014          46333          41        20                -           0.0000          -
19679.54/1019.68	c      1020          46583          35        20                -           0.0000          -
19782.73/1024.83	c      1025          46869          38        20                -           0.0000          -
19886.55/1030.06	c      1030          46184          45        20                -           0.0000          -
19991.08/1035.30	c      1035          47451          37        20                -           0.0000          -
20094.28/1040.54	c      1041          47753          37        20                -           0.0000          -
20195.49/1045.69	c      1046          46973          39        20                -           0.0000          -
20298.68/1050.83	c      1051          48293          35        20                -           0.0000          -
20399.91/1056.01	c      1056          48550          36        20                -           0.0000          -
20503.97/1061.16	c      1061          48826          40        20                -           0.0000          -
20608.25/1066.41	c      1066          47971          40        20                -           0.0000          -
20711.37/1071.62	c      1072          48223          44        20                -           0.0000          -
20812.59/1076.78	c      1077          48471          42        20                -           0.0000          -
20915.79/1081.92	c      1082          48749          39        20                -           0.0000          -
21017.55/1087.12	c      1087          45030          43        20                -           0.0000          -
21118.65/1092.19	c      1092          45255          46        20                -           0.0000          -
21221.14/1097.38	c      1097          45462          46        20                -           0.0000          -
21324.28/1102.52	c      1103          45664          40        20                -           0.0000          -
21429.45/1107.84	c      1108          45884          45        20                -           0.0000          -
21533.31/1113.05	c      1113          46070          43        20                -           0.0000          -
21635.85/1118.21	c      1118          50577          40        20                -           0.0000          -
21739.02/1123.45	c      1123          50867          41        20                -           0.0000          -
21844.20/1128.73	c      1129          51146          37        20                -           0.0000          -
21947.40/1133.97	c      1134          51400          37        20                -           0.0000          -
22052.56/1139.20	c      1139          52527          46        20                -           0.0000          -
22153.77/1144.34	c      1144          52772          36        20                -           0.0000          -
22254.99/1149.49	c      1149          53009          34        20                -           0.0000          -
22358.18/1154.63	c      1155          52516          39        20                -           0.0000          -
22461.38/1159.84	c      1160          52795          36        20                -           0.0000          -
22562.58/1165.03	c      1165          53822          34        20                -           0.0000          -
22666.66/1170.18	c      1170          54059          35        20                -           0.0000          -
22768.95/1175.39	c      1175          48708          42        20                -           0.0000          -
22872.13/1180.57	c      1181          54544          35        20                -           0.0000          -
22979.30/1185.95	c      1186          49144          44        20                -           0.0000          -
23081.13/1191.11	c      1191          55034          34        20                -           0.0000          -
23183.78/1196.21	c      1196          55267          34        20                -           0.0000          -
23286.88/1201.44	c      1201          49793          44        20                -           0.0000          -
23386.04/1206.46	c      1206          50022          43        20                -           0.0000          -
23491.21/1211.78	c      1212          50252          47        20                -           0.0000          -
23594.41/1217.02	c      1217          50518          44        20                -           0.0000          -
23696.23/1222.12	c      1222          55991          39        20                -           0.0000          -
23800.78/1227.38	c      1227          56825          34        20                -           0.0000          -
23903.96/1232.59	c      1233          57070          35        20                -           0.0000          -
24007.15/1237.80	c      1238          56852          60        20                -           0.0000          -
24110.35/1242.94	c      1243          57080          44        20                -           0.0000          -
24217.49/1248.30	c      1248          57292          40        20                -           0.0000          -
24318.69/1253.44	c      1253          57550          40        20                -           0.0000          -
24421.89/1258.62	c      1259          57825          41        20                -           0.0000          -
24523.08/1263.74	c      1264          58109          41        20                -           0.0000          -
24624.27/1268.80	c      1269          58361          43        20                -           0.0000          -
24723.43/1273.82	c      1274          53052          42        20                -           0.0000          -
24824.57/1278.97	c      1279          58828          58        20                -           0.0000          -
24928.47/1284.16	c      1284          53508          42        20                -           0.0000          -
25028.90/1289.21	c      1289          59408          32        20                -           0.0000          -
25130.10/1294.35	c      1294          54008          43        20                -           0.0000          -
25231.30/1299.49	c      1299          54237          42        20                -           0.0000          -
25334.45/1304.69	c      1305          60406          26        20                -           0.0000          -
25437.56/1309.90	c      1310          54667          41        20                -           0.0000          -
25541.39/1315.12	c      1315          54867          40        20                -           0.0000          -
25645.91/1320.34	c      1320          61235          28        20                -           0.0000          -
25748.95/1325.51	c      1326          61491          35        20                -           0.0000          -
25852.15/1330.72	c      1331          61735          35        20                -           0.0000          -
25955.35/1335.96	c      1336          61951          31        20                -           0.0000          -
26059.42/1341.18	c      1341          62126          30        20                -           0.0000          -
26161.72/1346.33	c      1346          62325          30        20                -           0.0000          -
26266.85/1351.60	c      1352          62263          43        20                -           0.0000          -
26368.05/1356.76	c      1357          62497          43        20                -           0.0000          -
26473.91/1362.04	c      1362          62736          42        20                -           0.0000          -
26576.40/1367.26	c      1367          62960          43        20                -           0.0000          -
26681.58/1372.58	c      1373          63175          47        20                -           0.0000          -
26786.75/1377.84	c      1378          63405          46        20                -           0.0000          -
26887.96/1382.97	c      1383          63653          42        20                -           0.0000          -
26991.64/1388.13	c      1388          63897          40        20                -           0.0000          -
27098.28/1393.51	c      1394          64094          41        20                -           0.0000          -
27203.47/1398.87	c      1399          64283          39        20                -           0.0000          -
27304.68/1404.00	c      1404          64526          42        20                -           0.0000          -
27408.52/1409.16	c      1409          64721          41        20                -           0.0000          -
27511.04/1414.31	c      1414          64906          43        20                -           0.0000          -
27614.23/1419.56	c      1420          65118          40        20                -           0.0000          -
27717.42/1424.72	c      1425          60082          46        20                -           0.0000          -
27823.22/1430.06	c      1430          65673          28        20                -           0.0000          -
27924.65/1435.19	c      1435          65916          35        20                -           0.0000          -
28026.97/1440.37	c      1440          66145          32        20                -           0.0000          -
28130.17/1445.55	c      1446          66368          34        20                -           0.0000          -
28233.36/1450.76	c      1451          61289          46        20                -           0.0000          -
28336.54/1455.93	c      1456          61517          40        20                -           0.0000          -
28438.46/1461.12	c      1461          61723          40        20                -           0.0000          -
28542.90/1466.36	c      1466          61970          41        20                -           0.0000          -
28644.10/1471.46	c      1471          62223          42        20                -           0.0000          -
28747.30/1476.64	c      1477          67678          35        20                -           0.0000          -
28850.49/1481.85	c      1482          67905          35        20                -           0.0000          -
28956.23/1487.14	c      1487          68119          32        20                -           0.0000          -
29058.76/1492.35	c      1492          68357          34        20                -           0.0000          -
29159.97/1497.48	c      1497          68497          52        20                -           0.0000          -
29263.15/1502.69	c      1503          68747          45        20                -           0.0000          -
29366.34/1507.87	c      1508          68981          40        20                -           0.0000          -
29467.54/1512.96	c      1513          69224          44        20                -           0.0000          -
29569.35/1518.10	c      1518          69340          33        20                -           0.0000          -
29671.84/1523.29	c      1523          69560          32        20                -           0.0000          -
29777.03/1528.59	c      1529          69819          31        20                -           0.0000          -
29880.21/1533.77	c      1534          70087          34        20                -           0.0000          -
29983.41/1538.93	c      1539          70325          34        20                -           0.0000          -
30087.28/1544.16	c      1544          70552          33        20                -           0.0000          -
30191.77/1549.41	c      1549          70734          32        20                -           0.0000          -
30294.95/1554.61	c      1555          70950          30        20                -           0.0000          -
30400.14/1559.93	c      1560          71150          31        20                -           0.0000          -
30501.90/1565.04	c      1565          71335          33        20                -           0.0000          -
30603.42/1570.17	c      1570          71537          37        20                -           0.0000          -
30705.71/1575.30	c      1575          71732          37        20                -           0.0000          -
30804.90/1580.33	c      1580          72498          44        20                -           0.0000          -
30906.11/1585.42	c      1585          72744          44        20                -           0.0000          -
31007.33/1590.54	c      1591          72289          34        20                -           0.0000          -
31108.54/1595.69	c      1596          73149          42        20                -           0.0000          -
31211.66/1600.86	c      1601          73367          43        20                -           0.0000          -
31312.87/1605.94	c      1606          73615          46        20                -           0.0000          -
31414.87/1611.04	c      1611          73879          42        20                -           0.0000          -
31517.26/1616.21	c      1616          74152          44        20                -           0.0000          -
31620.45/1621.43	c      1621          74414          45        20                -           0.0000          -
31723.66/1626.64	c      1627          74655          39        20                -           0.0000          -
31824.87/1631.75	c      1632          74922          47        20                -           0.0000          -
31924.17/1636.79	c      1637          73933          28        20                -           0.0000          -
32025.30/1641.84	c      1642          70110          41        20                -           0.0000          -
32126.54/1647.00	c      1647          70359          43        20                -           0.0000          -
32230.38/1652.14	c      1652          70619          42        20                -           0.0000          -
32330.91/1657.29	c      1657          76139          45        20                -           0.0000          -
32434.12/1662.45	c      1662          76371          45        20                -           0.0000          -
32539.29/1667.79	c      1668          76606          42        20                -           0.0000          -
32647.21/1673.17	c      1673          71529          40        20                -           0.0000          -
32749.63/1678.31	c      1678          75719          31        20                -           0.0000          -
32852.82/1683.59	c      1684          75911          27        20                -           0.0000          -
32956.04/1688.72	c      1689          77580          47        20                -           0.0000          -
33059.21/1694.01	c      1694          72575          41        20                -           0.0000          -
33161.17/1699.14	c      1699          78096          39        20                -           0.0000          -
33265.57/1704.32	c      1704          73089          41        20                -           0.0000          -
33366.79/1709.46	c      1709          73346          43        20                -           0.0000          -
33466.01/1714.49	c      1714          73584          39        20                -           0.0000          -
33567.23/1719.50	c      1720          77412          27        20                -           0.0000          -
33668.44/1724.68	c      1725          77630          31        20                -           0.0000          -
33771.75/1729.86	c      1730          77862          30        20                -           0.0000          -
33872.84/1734.99	c      1735          78065          31        20                -           0.0000          -
33976.73/1740.18	c      1740          78264          31        20                -           0.0000          -
34083.17/1745.55	c      1746          78462          29        20                -           0.0000          -
34184.39/1750.65	c      1751          78671          27        20                -           0.0000          -
34285.60/1755.74	c      1756          78902          28        20                -           0.0000          -
34384.82/1760.79	c      1761          79114          31        20                -           0.0000          -
34487.95/1765.97	c      1766          76068          40        20                -           0.0000          -
34591.82/1771.17	c      1771          81830          40        20                -           0.0000          -
34692.29/1776.25	c      1776          82110          42        20                -           0.0000          -
34795.48/1781.45	c      1781          82340          45        20                -           0.0000          -
34898.61/1786.64	c      1787          77123          39        20                -           0.0000          -
34999.81/1791.74	c      1792          77389          45        20                -           0.0000          -
35101.02/1796.84	c      1797          77661          45        20                -           0.0000          -
35202.23/1802.00	c      1802          83349          39        20                -           0.0000          -
35307.38/1807.22	c      1807          83596          43        20                -           0.0000          -
35408.51/1812.32	c      1812          83856          39        20                -           0.0000          -
35509.67/1817.43	c      1817          81579          29        20                -           0.0000          -
35612.80/1822.64	c      1823          81760          30        20                -           0.0000          -
35715.99/1827.86	c      1828          81928          32        20                -           0.0000          -
35817.19/1833.00	c      1833          82118          28        20                -           0.0000          -
35924.34/1838.32	c      1838          85120          42        20                -           0.0000          -
36025.55/1843.48	c      1843          85380          41        20                -           0.0000          -
36128.75/1848.63	c      1849          82766          32        20                -           0.0000          -
36227.97/1853.69	c      1854          82980          31        20                -           0.0000          -
36331.16/1858.88	c      1859          80651          40        20                -           0.0000          -
36435.00/1864.12	c      1864          80901          39        20                -           0.0000          -
36537.51/1869.25	c      1869          81189          38        20                -           0.0000          -
36640.71/1874.40	c      1874          86824          42        20                -           0.0000          -
36739.92/1879.46	c      1879          87063          40        20                -           0.0000          -
36839.14/1884.49	c      1884          87345          40        20                -           0.0000          -
36942.34/1889.67	c      1890          87610          36        20                -           0.0000          -
37043.54/1894.79	c      1895          87896          39        20                -           0.0000          -
37142.76/1899.79	c      1900          84992          30        20                -           0.0000          -
37243.96/1904.90	c      1905          82922          55        20                -           0.0000          -
37347.76/1910.05	c      1910          83202          49        20                -           0.0000          -
37450.32/1915.29	c      1915          83483          55        20                -           0.0000          -
37553.52/1920.46	c      1920          89106          37        20                -           0.0000          -
37658.69/1925.72	c      1926          84087          38        20                -           0.0000          -
37760.09/1930.90	c      1931          84362          48        20                -           0.0000          -
37861.30/1936.01	c      1936          84591          48        20                -           0.0000          -
37963.19/1941.06	c      1941          90087          43        20                -           0.0000          -
38062.22/1946.11	c      1946          90344          43        20                -           0.0000          -
38163.35/1951.15	c      1951          87194          22        20                -           0.0000          -
38263.90/1956.29	c      1956          87468          27        20                -           0.0000          -
38369.09/1961.59	c      1962          85667          44        20                -           0.0000          -
38470.29/1966.68	c      1967          85887          45        20                -           0.0000          -
38575.49/1971.92	c      1972          86147          45        20                -           0.0000          -
38679.25/1977.15	c      1977          86372          44        20                -           0.0000          -
38779.85/1982.27	c      1982          86598          48        20                -           0.0000          -
38879.07/1987.29	c      1987          86832          47        20                -           0.0000          -
38982.26/1992.50	c      1992          88966          32        20                -           0.0000          -
39085.40/1997.62	c      1998          89186          27        20                -           0.0000          -
39186.62/2002.77	c      2003          89387          26        20                -           0.0000          -
39292.43/2008.08	c      2008          89595          30        20                -           0.0000          -
39394.84/2013.23	c      2013          89756          31        20                -           0.0000          -
39496.04/2018.35	c      2018          89979          24        20                -           0.0000          -
39599.17/2023.54	c      2024          90198          31        20                -           0.0000          -
39700.39/2028.69	c      2029          90411          30        20                -           0.0000          -
39803.58/2033.89	c      2034          88911          44        20                -           0.0000          -
39907.38/2039.09	c      2039          89185          45        20                -           0.0000          -
40009.96/2044.22	c      2044          89480          45        20                -           0.0000          -
40113.13/2049.48	c      2049          91259          23        20                -           0.0000          -
40216.26/2054.67	c      2055          91468          26        20                -           0.0000          -
40324.11/2060.06	c      2060          90192          45        20                -           0.0000          -
40426.61/2065.26	c      2065          96133          45        20                -           0.0000          -
40531.79/2070.60	c      2071          96379          43        20                -           0.0000          -
40634.98/2075.76	c      2076          90931          48        20                -           0.0000          -
40738.18/2081.03	c      2081          91169          45        20                -           0.0000          -
40845.32/2086.31	c      2086          92715          32        20                -           0.0000          -
40946.46/2091.44	c      2091          91604          44        20                -           0.0000          -
41049.64/2096.69	c      2097          93152          29        20                -           0.0000          -
41154.82/2101.90	c      2102          93397          45        20                -           0.0000          -
41258.73/2107.19	c      2107          98001          45        20                -           0.0000          -
41363.17/2112.41	c      2112          98246          49        20                -           0.0000          -
41466.36/2117.63	c      2118          98512          44        20                -           0.0000          -
41571.53/2122.94	c      2123          98739          41        20                -           0.0000          -
41673.39/2128.10	c      2128          98988          41        20                -           0.0000          -
41777.89/2133.38	c      2133          99273          46        20                -           0.0000          -
41879.10/2138.49	c      2138          99528          39        20                -           0.0000          -
41980.31/2143.51	c      2144          99798          49        20                -           0.0000          -
42083.50/2148.77	c      2149          99999          41        20                -           0.0000          -
42186.70/2154.02	c      2154         100277          48        20                -           0.0000          -
42293.79/2159.31	c      2159         100532          44        20                -           0.0000          -
42396.98/2164.58	c      2165         100767          42        20                -           0.0000          -
42502.14/2169.82	c      2170          95932          34        20                -           0.0000          -
42603.35/2174.97	c      2175          96184          33        20                -           0.0000          -
42705.21/2180.06	c      2180          96378          32        20                -           0.0000          -
42809.72/2185.32	c      2185          96600          29        20                -           0.0000          -
42912.91/2190.57	c      2191          96849          34        20                -           0.0000          -
43016.11/2195.77	c      2196          97094          35        20                -           0.0000          -
43117.32/2200.87	c      2201          97327          30        20                -           0.0000          -
43223.01/2206.17	c      2206          97490          31        20                -           0.0000          -
43325.67/2211.35	c      2211          96880          44        20                -           0.0000          -
43426.88/2216.48	c      2216          97880          31        20                -           0.0000          -
43526.10/2221.49	c      2221         103573          46        20                -           0.0000          -
43631.28/2226.78	c      2227          97536          43        20                -           0.0000          -
43732.54/2231.86	c      2232         103999          47        20                -           0.0000          -
43836.32/2237.07	c      2237         104246          43        20                -           0.0000          -
43940.76/2242.35	c      2242          98990          28        20                -           0.0000          -
44041.98/2247.43	c      2247          99242          35        20                -           0.0000          -
44149.15/2252.84	c      2253          99472          29        20                -           0.0000          -
44253.22/2258.06	c      2258          99670          32        20                -           0.0000          -
44355.51/2263.28	c      2263          99862          32        20                -           0.0000          -
44458.70/2268.44	c      2268         100040          31        20                -           0.0000          -
44561.90/2273.60	c      2274         100240          29        20                -           0.0000          -
44663.10/2278.72	c      2279         100461          33        20                -           0.0000          -
44762.26/2283.78	c      2284         106435          46        20                -           0.0000          -
44865.46/2289.03	c      2289         106684          46        20                -           0.0000          -
44970.58/2294.25	c      2294         106965          44        20                -           0.0000          -
45073.76/2299.40	c      2299         107193          44        20                -           0.0000          -
45172.85/2304.42	c      2304         107412          47        20                -           0.0000          -
45274.08/2309.54	c      2310         101692          32        20                -           0.0000          -
45377.27/2314.75	c      2315         101876          29        20                -           0.0000          -
45480.48/2319.98	c      2320         101792          41        20                -           0.0000          -
45584.34/2325.18	c      2325         102279          30        20                -           0.0000          -
45688.80/2330.40	c      2330         108592          30        20                -           0.0000          -
45790.01/2335.58	c      2336         102691          27        20                -           0.0000          -
45891.22/2340.68	c      2341         102769          40        20                -           0.0000          -
45992.43/2345.79	c      2346         103066          48        20                -           0.0000          -
46093.62/2350.85	c      2351         103309          44        20                -           0.0000          -
46197.47/2356.12	c      2356         110001          38        20                -           0.0000          -
46301.98/2361.30	c      2361         103774          46        20                -           0.0000          -
46403.14/2366.49	c      2366         104005          40        20                -           0.0000          -
46506.32/2371.67	c      2372         110641          29        20                -           0.0000          -
46611.51/2376.95	c      2377         104279          31        20                -           0.0000          -
46713.35/2382.13	c      2382         104493          31        20                -           0.0000          -
46817.81/2387.36	c      2387         104701          32        20                -           0.0000          -
46921.00/2392.51	c      2393         104916          31        20                -           0.0000          -
47024.21/2397.72	c      2398         105107          37        20                -           0.0000          -
47125.40/2402.84	c      2403         105415          56        20                -           0.0000          -
47226.64/2407.99	c      2408         105789          48        20                -           0.0000          -
47328.19/2413.06	c      2413         106130          47        20                -           0.0000          -
47427.47/2418.07	c      2418         106090          41        20                -           0.0000          -
47526.61/2423.12	c      2423         112937          33        20                -           0.0000          -
47633.16/2428.41	c      2428         113103          30        20                -           0.0000          -
47736.34/2433.62	c      2434         113308          34        20                -           0.0000          -
47835.56/2438.63	c      2439         113555          35        20                -           0.0000          -
47938.75/2443.84	c      2444         113766          31        20                -           0.0000          -
48045.88/2449.27	c      2449         113987          29        20                -           0.0000          -
48147.08/2454.34	c      2454         114248          34        20                -           0.0000          -
48252.26/2459.68	c      2460         114521          33        20                -           0.0000          -
48357.43/2464.94	c      2465         114773          30        20                -           0.0000          -
48456.64/2470.00	c      2470         115021          30        20                -           0.0000          -
48560.48/2475.19	c      2475         109355          35        20                -           0.0000          -
48662.99/2480.31	c      2480         115542          34        20                -           0.0000          -
48766.18/2485.58	c      2486         109943          38        20                -           0.0000          -
48867.38/2490.68	c      2491         116008          30        20                -           0.0000          -
48970.54/2495.86	c      2496         116252          28        20                -           0.0000          -
49071.66/2500.91	c      2501         109931          42        20                -           0.0000          -
49173.43/2506.07	c      2506         110174          36        20                -           0.0000          -
49275.87/2511.24	c      2511         110430          37        20                -           0.0000          -
49377.00/2516.33	c      2516         110684          36        20                -           0.0000          -
49476.12/2521.38	c      2521         111748          37        20                -           0.0000          -
49577.26/2526.40	c      2526         112047          39        20                -           0.0000          -
49680.33/2531.62	c      2532         112346          37        20                -           0.0000          -
49781.49/2536.70	c      2537         111786          42        20                -           0.0000          -
49882.67/2541.88	c      2542         112050          39        20                -           0.0000          -
49986.43/2547.07	c      2547         112343          40        20                -           0.0000          -
50088.91/2552.22	c      2552         112627          41        20                -           0.0000          -
50192.08/2557.41	c      2557         112887          39        20                -           0.0000          -
50293.20/2562.51	c      2563         113136          42        20                -           0.0000          -
50396.36/2567.78	c      2568         113396          42        20                -           0.0000          -
50502.13/2573.04	c      2573         113672          41        20                -           0.0000          -
50603.38/2578.19	c      2578         113948          41        20                -           0.0000          -
50705.80/2583.30	c      2583         114220          38        20                -           0.0000          -
50804.95/2588.37	c      2588         120257          26        20                -           0.0000          -
50906.06/2593.45	c      2593         120484          26        20                -           0.0000          -
51007.27/2598.59	c      2599         120717          35        20                -           0.0000          -
51106.48/2603.60	c      2604         115618          40        20                -           0.0000          -
51207.69/2608.61	c      2609         115572          43        20                -           0.0000          -
51310.88/2613.83	c      2614         115830          45        20                -           0.0000          -
51416.77/2619.17	c      2619         116323          39        20                -           0.0000          -
51517.24/2624.30	c      2624         116354          43        20                -           0.0000          -
51622.42/2629.51	c      2630         116633          46        20                -           0.0000          -
51723.62/2634.69	c      2635         116916          40        20                -           0.0000          -
51828.81/2639.95	c      2640         122513          34        20                -           0.0000          -
51930.69/2645.09	c      2645         122716          30        20                -           0.0000          -
52031.87/2650.16	c      2650         117627          44        20                -           0.0000          -
52136.35/2655.45	c      2655         117881          35        20                -           0.0000          -
52239.53/2660.69	c      2661         118137          37        20                -           0.0000          -
52342.72/2665.82	c      2666         118411          39        20                -           0.0000          -
52443.93/2670.93	c      2671         118680          38        20                -           0.0000          -
52545.77/2676.10	c      2676         118982          41        20                -           0.0000          -
52648.30/2681.23	c      2681         119210          32        20                -           0.0000          -
52751.42/2686.42	c      2686         119461          46        20                -           0.0000          -
52858.59/2691.84	c      2692         119738          44        20                -           0.0000          -
52959.73/2696.96	c      2697         119988          40        20                -           0.0000          -
53066.87/2702.37	c      2702         120138          45        20                -           0.0000          -
53170.07/2707.58	c      2708         120570          44        20                -           0.0000          -
53273.00/2712.71	c      2713         120869          41        20                -           0.0000          -
53376.19/2717.93	c      2718         121166          39        20                -           0.0000          -
53478.13/2723.08	c      2723         126128          42        20                -           0.0000          -
53582.54/2728.34	c      2728         121707          42        20                -           0.0000          -
53685.74/2733.57	c      2734         126605          33        20                -           0.0000          -
53788.93/2738.74	c      2739         126835          30        20                -           0.0000          -
53894.73/2744.03	c      2744         127048          28        20                -           0.0000          -
53996.02/2749.17	c      2749         127212          30        20                -           0.0000          -
54095.31/2754.20	c      2754         127482          36        20                -           0.0000          -
54199.67/2759.40	c      2759         127685          33        20                -           0.0000          -
54302.87/2764.61	c      2765         127879          33        20                -           0.0000          -
54404.07/2769.74	c      2770         128085          30        20                -           0.0000          -
54505.28/2774.87	c      2775         128313          32        20                -           0.0000          -
54608.93/2780.07	c      2780         128574          36        20                -           0.0000          -
54711.60/2785.29	c      2785         123880          52        20                -           0.0000          -
54814.72/2790.41	c      2790         124128          62        20                -           0.0000          -
54913.94/2795.45	c      2795         124386          50        20                -           0.0000          -
55015.14/2800.50	c      2800         125157          37        20                -           0.0000          -
55114.37/2805.57	c      2806         125420          37        20                -           0.0000          -
55219.54/2810.90	c      2811         125697          38        20                -           0.0000          -
55323.44/2816.06	c      2816         125928          35        20                -           0.0000          -
55425.86/2821.25	c      2821         126189          45        20                -           0.0000          -
55527.00/2826.32	c      2826         130502          34        20                -           0.0000          -
55626.23/2831.33	c      2831         130744          29        20                -           0.0000          -
55727.45/2836.43	c      2836         126101          46        20                -           0.0000          -
55830.58/2841.65	c      2842         131192          31        20                -           0.0000          -
55933.79/2846.83	c      2847         131392          30        20                -           0.0000          -
56034.89/2851.98	c      2852         131596          30        20                -           0.0000          -
56142.02/2857.30	c      2857         131810          31        20                -           0.0000          -
56245.22/2862.51	c      2863         132065          30        20                -           0.0000          -
56348.41/2867.72	c      2868         132285          29        20                -           0.0000          -
56451.59/2872.93	c      2873         127995          40        20                -           0.0000          -
56555.28/2878.17	c      2878         132789          30        20                -           0.0000          -
56657.91/2883.33	c      2883         128485          40        20                -           0.0000          -
56757.13/2888.37	c      2888         133258          30        20                -           0.0000          -
56862.12/2893.61	c      2894         128940          36        20                -           0.0000          -
56967.28/2898.96	c      2899         129652          38        20                -           0.0000          -
57069.16/2904.10	c      2904         129457          39        20                -           0.0000          -
57173.63/2909.33	c      2909         129695          36        20                -           0.0000          -
57276.81/2914.52	c      2915         129961          39        20                -           0.0000          -
57378.01/2919.65	c      2920         130224          41        20                -           0.0000          -
57483.19/2924.93	c      2925         130444          35        20                -           0.0000          -
57586.96/2930.15	c      2930         130698          37        20                -           0.0000          -
57689.41/2935.39	c      2935         130927          44        20                -           0.0000          -
57792.59/2940.56	c      2941         131176          39        20                -           0.0000          -
57895.76/2945.71	c      2946         135600          32        20                -           0.0000          -
57996.96/2950.89	c      2951         135800          30        20                -           0.0000          -
58101.01/2956.05	c      2956         136039          36        20                -           0.0000          -
58209.25/2961.51	c      2962         136237          29        20                -           0.0000          -
58310.45/2966.61	c      2967         136456          32        20                -           0.0000          -
58411.65/2971.76	c      2972         136650          25        20                -           0.0000          -
58514.84/2976.95	c      2977         136854          30        20                -           0.0000          -
58616.88/2982.09	c      2982         137098          30        20                -           0.0000          -
58721.20/2987.32	c      2987         137310          28        20                -           0.0000          -
58824.37/2992.53	c      2993         134315          44        20                -           0.0000          -
58925.52/2997.69	c      2998         134598          43        20                -           0.0000          -
59030.70/3002.93	c      3003         134865          40        20                -           0.0000          -
59132.51/3008.08	c      3008         135133          39        20                -           0.0000          -
59235.01/3013.24	c      3013         135419          38        20                -           0.0000          -
59338.19/3018.43	c      3018         135039          39        20                -           0.0000          -
59437.37/3023.44	c      3023         135307          35        20                -           0.0000          -
59536.53/3028.45	c      3028         139165          35        20                -           0.0000          -
59639.72/3033.68	c      3034         136493          39        20                -           0.0000          -
59740.94/3038.76	c      3039         139681          38        20                -           0.0000          -
59842.10/3043.80	c      3044         137031          41        20                -           0.0000          -
59941.32/3048.88	c      3049         136703          35        20                -           0.0000          -
60042.53/3054.01	c      3054         136955          37        20                -           0.0000          -
60144.38/3059.09	c      3059         137247          36        20                -           0.0000          -
60243.60/3064.12	c      3064         137451          30        20                -           0.0000          -
60346.15/3069.22	c      3069         137708          33        20                -           0.0000          -
60445.34/3074.29	c      3074         138656          42        20                -           0.0000          -
60552.51/3079.63	c      3080         141477          31        20                -           0.0000          -
60653.71/3084.75	c      3085         141675          30        20                -           0.0000          -
60756.90/3090.02	c      3090         141863          32        20                -           0.0000          -
60862.06/3095.28	c      3095         142142          34        20                -           0.0000          -
60963.27/3100.37	c      3100         142371          36        20                -           0.0000          -
61062.43/3105.38	c      3105         140111          34        20                -           0.0000          -
61165.63/3110.58	c      3111         139658          37        20                -           0.0000          -
61268.78/3115.78	c      3116         139902          40        20                -           0.0000          -
61371.99/3120.94	c      3121         140152          40        20                -           0.0000          -
61471.21/3125.97	c      3126         140358          34        20                -           0.0000          -
61576.37/3131.24	c      3131         140620          36        20                -           0.0000          -
61679.58/3136.41	c      3136         140883          37        20                -           0.0000          -
61784.75/3141.71	c      3142         141163          30        20                -           0.0000          -
61883.98/3146.73	c      3147         141409          45        20                -           0.0000          -
61987.14/3151.94	c      3152         141648          33        20                -           0.0000          -
62094.27/3157.31	c      3157         142602          39        20                -           0.0000          -
62195.51/3162.44	c      3162         142860          34        20                -           0.0000          -
62298.70/3167.69	c      3168         142347          32        20                -           0.0000          -
62401.89/3172.80	c      3173         143386          37        20                -           0.0000          -
62503.12/3177.94	c      3178         142864          36        20                -           0.0000          -
62606.93/3183.16	c      3183         143101          32        20                -           0.0000          -
62707.46/3188.27	c      3188         143328          34        20                -           0.0000          -
62810.65/3193.48	c      3193         143563          33        20                -           0.0000          -
62911.88/3198.59	c      3199         143835          32        20                -           0.0000          -
63013.09/3203.68	c      3204         145042          38        20                -           0.0000          -
63116.29/3208.84	c      3209         145305          37        20                -           0.0000          -
63217.51/3214.02	c      3214         145552          35        20                -           0.0000          -
63321.38/3219.19	c      3219         148176          33        20                -           0.0000          -
63423.84/3224.31	c      3224         146106          34        20                -           0.0000          -
63525.06/3229.47	c      3229         146396          39        20                -           0.0000          -
63628.26/3234.65	c      3235         146667          37        20                -           0.0000          -
63731.47/3239.88	c      3240         149159          29        20                -           0.0000          -
63835.46/3245.08	c      3245         149401          31        20                -           0.0000          -
63936.55/3250.17	c      3250         149660          31        20                -           0.0000          -
64035.99/3255.19	c      3255         147784          39        20                -           0.0000          -
64136.31/3260.26	c      3260         148077          40        20                -           0.0000          -
64239.36/3265.47	c      3265         148347          43        20                -           0.0000          -
64342.56/3270.61	c      3271         148616          37        20                -           0.0000          -
64445.69/3275.85	c      3276         147309          35        20                -           0.0000          -
64546.90/3281.00	c      3281         147542          40        20                -           0.0000          -
64650.65/3286.18	c      3286         147812          43        20                -           0.0000          -
64751.28/3291.27	c      3291         148052          43        20                -           0.0000          -
64850.50/3296.28	c      3296         149966          31        20                -           0.0000          -
64953.64/3301.45	c      3301         148606          38        20                -           0.0000          -
65054.85/3306.54	c      3307         148893          42        20                -           0.0000          -
65153.95/3311.55	c      3312         149108          40        20                -           0.0000          -
65255.16/3316.62	c      3317         152610          32        20                -           0.0000          -
65356.31/3321.73	c      3322         152834          31        20                -           0.0000          -
65459.50/3326.90	c      3327         151376          33        20                -           0.0000          -
65563.42/3332.15	c      3332         151591          40        20                -           0.0000          -
65667.91/3337.46	c      3337         151792          37        20                -           0.0000          -
65769.08/3342.59	c      3343         152059          36        20                -           0.0000          -
65874.27/3347.80	c      3348         152312          36        20                -           0.0000          -
65975.48/3352.99	c      3353         152585          34        20                -           0.0000          -
66079.32/3358.14	c      3358         152854          34        20                -           0.0000          -
66181.85/3363.36	c      3363         151835          40        20                -           0.0000          -
66284.99/3368.59	c      3369         153377          38        20                -           0.0000          -
66390.10/3373.86	c      3374         153638          36        20                -           0.0000          -
66493.98/3379.04	c      3379         153893          34        20                -           0.0000          -
66596.45/3384.21	c      3384         154126          35        20                -           0.0000          -
66697.65/3389.36	c      3389         154411          37        20                -           0.0000          -
66802.85/3394.66	c      3395         154642          34        20                -           0.0000          -
66905.98/3399.87	c      3400         154905          37        20                -           0.0000          -
67007.21/3405.04	c      3405         155160          38        20                -           0.0000          -
67109.12/3410.08	c      3410         155407          40        20                -           0.0000          -
67211.60/3415.25	c      3415         155631          34        20                -           0.0000          -
67314.80/3420.47	c      3420         155871          34        20                -           0.0000          -
67416.00/3425.56	c      3426         156147          32        20                -           0.0000          -
67519.26/3430.77	c      3431         156389          34        20                -           0.0000          -
67620.41/3435.88	c      3436         156659          36        20                -           0.0000          -
67726.43/3441.16	c      3441         156957          39        20                -           0.0000          -
67826.73/3446.26	c      3446         157205          31        20                -           0.0000          -
67927.93/3451.30	c      3451         156175          49        20                -           0.0000          -
68027.17/3456.31	c      3456         158874          32        20                -           0.0000          -
68126.38/3461.38	c      3461         157915          38        20                -           0.0000          -
68227.50/3466.40	c      3466         159427          35        20                -           0.0000          -
68326.72/3471.47	c      3471         159678          29        20                -           0.0000          -
68431.90/3476.77	c      3477         159970          34        20                -           0.0000          -
68535.11/3481.93	c      3482         158967          32        20                -           0.0000          -
68636.93/3487.08	c      3487         160500          30        20                -           0.0000          -
68739.49/3492.23	c      3492         160778          32        20                -           0.0000          -
68840.70/3497.37	c      3497         161052          32        20                -           0.0000          -
68941.90/3502.41	c      3502         158337          45        20                -           0.0000          -
69041.05/3507.48	c      3507         161477          33        20                -           0.0000          -
69142.27/3512.59	c      3513         161709          32        20                -           0.0000          -
69247.47/3517.82	c      3518         160594          36        20                -           0.0000          -
69348.67/3522.93	c      3523         160842          39        20                -           0.0000          -
69452.59/3528.14	c      3528         162437          30        20                -           0.0000          -
69553.07/3533.28	c      3533         161387          38        20                -           0.0000          -
69654.27/3538.37	c      3538         161671          32        20                -           0.0000          -
69753.50/3543.39	c      3543         163159          34        20                -           0.0000          -
69854.71/3548.45	c      3548         160193          41        20                -           0.0000          -
69955.93/3553.54	c      3554         162462          41        20                -           0.0000          -
70057.14/3558.67	c      3559         162746          37        20                -           0.0000          -
70160.35/3563.82	c      3564         163033          39        20                -           0.0000          -
70264.27/3569.08	c      3569         163309          38        20                -           0.0000          -
70368.71/3574.33	c      3574         163536          38        20                -           0.0000          -
70471.92/3579.56	c      3580         161537          43        20                -           0.0000          -
70577.11/3584.81	c      3585         161742          42        20                -           0.0000          -
70678.32/3589.95	c      3590         161985          44        20                -           0.0000          -
70780.12/3595.12	c      3595         162213          44        20                -           0.0000          -
70882.70/3600.29	c      3600         162425          41        20                -           0.0000          -
70989.86/3605.60	c      3606         162617          41        20                -           0.0000          -
71091.05/3610.79	c      3611         162853          42        20                -           0.0000          -
71194.29/3615.91	c      3616         163089          46        20                -           0.0000          -
71293.48/3620.93	c      3621         166576          36        20                -           0.0000          -
71392.71/3626.02	c      3626         166817          33        20                -           0.0000          -
71497.84/3631.22	c      3631         167035          33        20                -           0.0000          -
71601.03/3636.42	c      3636         164024          43        20                -           0.0000          -
71702.24/3641.60	c      3642         164266          43        20                -           0.0000          -
71807.43/3646.85	c      3647         164464          41        20                -           0.0000          -
71908.64/3651.97	c      3652         164707          44        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (190397 MiB free)
  memory of node 1: 193531 MiB (191610 MiB free)
  memory of node 2: 193531 MiB (192743 MiB free)
  memory of node 3: 193531 MiB (192518 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-4465650-1722508792/watcher-4465650-1722508792 -o /tmp/evaluation-result-4465650-1722508792/solver-4465650-1722508792 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103616 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465650-1722508792.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100116 s]*
/proc/loadavg: 49.52 75.40 81.27 7/863 105491
/proc/meminfo: memFree=785629224/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=86128 memory=73984 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 16417 0 0 0 8 2 0 0 20 0 1 0 17465950 88195072 18496 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 21532 18496 2347 3035 0 17928 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 86128 KiB
Current children cumulated memory: 73984 KiB

[startup+0.218494 s]*
/proc/loadavg: 49.52 75.40 81.27 5/863 105492
/proc/meminfo: memFree=785559796/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=163392 memory=151888 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 36333 0 0 0 17 5 0 0 20 0 1 0 17465950 167313408 37972 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 40848 37972 2539 3035 0 37244 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 163392 KiB
Current children cumulated memory: 151888 KiB

[startup+0.318271 s]*
/proc/loadavg: 49.52 75.40 81.27 5/863 105492
/proc/meminfo: memFree=785486784/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=229204 memory=215512 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 52178 0 0 0 25 8 0 0 20 0 1 0 17465950 234704896 53878 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 57301 53878 2539 3035 0 53697 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 229204 KiB
Current children cumulated memory: 215512 KiB

[startup+0.700256 s]
/proc/loadavg: 45.95 74.23 80.86 5/863 105492
/proc/meminfo: memFree=785438248/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=268628 memory=254804 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 61959 0 0 0 60 9 0 0 20 0 1 0 17465950 275075072 63701 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 67157 63701 2598 3035 0 63553 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 268628 KiB
Current children cumulated memory: 254804 KiB

[startup+1.5002 s]
/proc/loadavg: 45.95 74.23 80.86 5/863 105492
/proc/meminfo: memFree=785382288/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=315908 memory=301884 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 73512 0 0 0 138 11 0 0 20 0 1 0 17465950 323489792 75471 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 78977 75471 2678 3035 0 75373 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 315908 KiB
Current children cumulated memory: 301884 KiB

[startup+3.11864 s]
/proc/loadavg: 45.95 74.23 80.86 5/883 105512
/proc/meminfo: memFree=784686400/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=315372 memory=301368 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 76868 0 0 0 298 12 0 0 20 0 1 0 17465950 322940928 75342 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 78843 75342 2758 3035 0 75239 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 315372 KiB
Current children cumulated memory: 301368 KiB

[startup+6.30021 s]
/proc/loadavg: 45.64 73.70 80.65 43/943 105572
/proc/meminfo: memFree=779260124/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=332548 memory=318172 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 80583 0 0 0 614 13 0 0 20 0 1 0 17465950 340529152 79543 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 83137 79543 2758 3035 0 79533 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 332548 KiB
Current children cumulated memory: 318172 KiB

[startup+12.7003 s]
/proc/loadavg: 45.35 73.17 80.45 38/940 105579
/proc/meminfo: memFree=778976520/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=337944 memory=323108 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 81827 0 0 0 1251 14 0 0 20 0 1 0 17465950 346054656 80777 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 84486 80777 2758 3035 0 80882 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 337944 KiB
Current children cumulated memory: 323108 KiB

[startup+25.5003 s]
/proc/loadavg: 43.83 71.92 79.96 63/986 105970
/proc/meminfo: memFree=781462120/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=341016 memory=326264 CPUtime=25.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) R 105487 105490 103606 0 -1 4194304 82601 0 0 0 2525 14 0 0 20 0 1 0 17465950 349200384 81566 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 85254 81566 2758 3035 0 81650 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 341016 KiB
Current children cumulated memory: 326264 KiB

[startup+51.1399 s]
/proc/loadavg: 52.99 71.50 79.57 63/986 106319
/proc/meminfo: memFree=775522368/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=4700308 memory=3731004 CPUtime=469.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) S 105487 105490 103606 0 -1 1077936128 1391100 0 0 0 46678 252 0 0 20 0 41 0 17465950 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 1175077 932751 2790 3035 0 1045808 0
[pid=105490/tid=105971] ppid=105487 vsize=4700308 memory=11424 CPUtime=22.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105971/stat : 105971 (fscip) R 105487 105490 103606 0 -1 4194368 63616 0 0 0 2202 12 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105972] ppid=105487 vsize=4700308 memory=25333125866717268 CPUtime=22.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105972/stat : 105972 (fscip) R 105487 105490 103606 0 -1 4194368 65421 0 0 0 2201 11 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105973] ppid=105487 vsize=4700308 memory=18248 CPUtime=22.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105973/stat : 105973 (fscip) R 105487 105490 103606 0 -1 4194368 64531 0 0 0 2204 9 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105974] ppid=105487 vsize=4700308 memory=281011526314696 CPUtime=22.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105974/stat : 105974 (fscip) R 105487 105490 103606 0 -1 4194368 59115 0 0 0 2203 10 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105975] ppid=105487 vsize=4700308 memory=11424 CPUtime=22.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105975/stat : 105975 (fscip) R 105487 105490 103606 0 -1 4194368 65609 0 0 0 2196 13 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105976] ppid=105487 vsize=4700308 memory=281011523878208 CPUtime=22.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105976/stat : 105976 (fscip) R 105487 105490 103606 0 -1 4194368 64588 0 0 0 2202 11 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105977] ppid=105487 vsize=4700308 memory=281011526065952 CPUtime=22.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105977/stat : 105977 (fscip) R 105487 105490 103606 0 -1 4194368 63596 0 0 0 2200 11 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105978] ppid=105487 vsize=4700308 memory=14396 CPUtime=22.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105978/stat : 105978 (fscip) R 105487 105490 103606 0 -1 4194368 65431 0 0 0 2203 10 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105979] ppid=105487 vsize=4700308 memory=0 CPUtime=22.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105979/stat : 105979 (fscip) R 105487 105490 103606 0 -1 4194368 64709 0 0 0 2200 12 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105980] ppid=105487 vsize=4700308 memory=7380107216309015404 CPUtime=22.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105980/stat : 105980 (fscip) R 105487 105490 103606 0 -1 4194368 63797 0 0 0 2203 10 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105981] ppid=105487 vsize=4700308 memory=2268 CPUtime=22.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105981/stat : 105981 (fscip) R 105487 105490 103606 0 -1 4194368 64366 0 0 0 2202 11 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105982] ppid=105487 vsize=4700308 memory=910816534805600 CPUtime=22.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105982/stat : 105982 (fscip) R 105487 105490 103606 0 -1 4194368 65421 0 0 0 2203 11 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105983] ppid=105487 vsize=4700308 memory=281011524338864 CPUtime=22.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105983/stat : 105983 (fscip) R 105487 105490 103606 0 -1 4194368 64146 0 0 0 2197 11 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105984] ppid=105487 vsize=4700308 memory=1996 CPUtime=22.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105984/stat : 105984 (fscip) R 105487 105490 103606 0 -1 4194368 65759 0 0 0 2201 13 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105985] ppid=105487 vsize=4700308 memory=2189 CPUtime=22.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105985/stat : 105985 (fscip) R 105487 105490 103606 0 -1 4194368 64882 0 0 0 2202 12 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105986] ppid=105487 vsize=4700308 memory=0 CPUtime=22.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105986/stat : 105986 (fscip) R 105487 105490 103606 0 -1 4194368 64075 0 0 0 2203 11 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105987] ppid=105487 vsize=4700308 memory=2152 CPUtime=21.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105987/stat : 105987 (fscip) R 105487 105490 103606 0 -1 4194368 65964 0 0 0 2127 13 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105988] ppid=105487 vsize=4700308 memory=6056 CPUtime=22.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105988/stat : 105988 (fscip) R 105487 105490 103606 0 -1 4194368 65593 0 0 0 2202 12 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105989] ppid=105487 vsize=4700308 memory=2190 CPUtime=22.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105989/stat : 105989 (fscip) R 105487 105490 103606 0 -1 4194368 62335 0 0 0 2204 10 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105990] ppid=105487 vsize=4700308 memory=0 CPUtime=22.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105990/stat : 105990 (fscip) R 105487 105490 103606 0 -1 4194368 64859 0 0 0 2201 13 0 0 20 0 41 0 17468686 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106031] ppid=105487 vsize=4700308 memory=281011524235072 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106031/stat : 106031 (fscip) S 105487 105490 103606 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 41 0 17468832 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106032] ppid=105487 vsize=4700308 memory=455249554835690 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106032/stat : 106032 (fscip) S 105487 105490 103606 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 17468832 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106033] ppid=105487 vsize=4700308 memory=281011523100704 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106033/stat : 106033 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106034] ppid=105487 vsize=4700308 memory=455249554835690 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106034/stat : 106034 (fscip) S 105487 105490 103606 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106035] ppid=105487 vsize=4700308 memory=11424 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106035/stat : 106035 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106036] ppid=105487 vsize=4700308 memory=14396 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106036/stat : 106036 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106037] ppid=105487 vsize=4700308 memory=7668592679242392680 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106037/stat : 106037 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106038] ppid=105487 vsize=4700308 memory=7381225432183826538 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106038/stat : 106038 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106039] ppid=105487 vsize=4700308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106039/stat : 106039 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106040] ppid=105487 vsize=4700308 memory=281011524952800 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106040/stat : 106040 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106041] ppid=105487 vsize=4700308 memory=8031758706142176362 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106041/stat : 106041 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106042] ppid=105487 vsize=4700308 memory=2268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106042/stat : 106042 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106043] ppid=105487 vsize=4700308 memory=1996 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106043/stat : 106043 (fscip) S 105487 105490 103606 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 17468833 4813115392 932751 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0

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

[pid=105490/tid=106034] ppid=105487 vsize=10471496 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106034/stat : 106034 (fscip) S 105487 105490 103606 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106035] ppid=105487 vsize=10471496 memory=9169812 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106035/stat : 106035 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106036] ppid=105487 vsize=10471496 memory=9180704 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106036/stat : 106036 (fscip) S 105487 105490 103606 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106037] ppid=105487 vsize=10471496 memory=124 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106037/stat : 106037 (fscip) S 105487 105490 103606 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106038] ppid=105487 vsize=10471496 memory=16325789170925620 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106038/stat : 106038 (fscip) S 105487 105490 103606 0 -1 1077936192 205 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106039] ppid=105487 vsize=10471496 memory=140505762034529 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106039/stat : 106039 (fscip) S 105487 105490 103606 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106040] ppid=105487 vsize=10471496 memory=64 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106040/stat : 106040 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106041] ppid=105487 vsize=10471496 memory=281011524510352 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106041/stat : 106041 (fscip) S 105487 105490 103606 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106042] ppid=105487 vsize=10471496 memory=21532913230794417 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106042/stat : 106042 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106043] ppid=105487 vsize=10471496 memory=9180704 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106043/stat : 106043 (fscip) S 105487 105490 103606 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106044] ppid=105487 vsize=10471496 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106044/stat : 106044 (fscip) S 105487 105490 103606 0 -1 1077936192 206 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106045] ppid=105487 vsize=10471496 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106045/stat : 106045 (fscip) S 105487 105490 103606 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106046] ppid=105487 vsize=10471496 memory=9180552 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106046/stat : 106046 (fscip) S 105487 105490 103606 0 -1 1077936192 206 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106047] ppid=105487 vsize=10471496 memory=9180716 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106047/stat : 106047 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106048] ppid=105487 vsize=10471496 memory=9180704 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106048/stat : 106048 (fscip) S 105487 105490 103606 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106049] ppid=105487 vsize=10471496 memory=40372 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106049/stat : 106049 (fscip) S 105487 105490 103606 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106050] ppid=105487 vsize=10471496 memory=6720667661958986337 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106050/stat : 106050 (fscip) S 105487 105490 103606 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295179 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
Current children cumulated CPU time: 71718.1 s
Current children cumulated vsize: 10471496 KiB
Current children cumulated memory: 9180716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3656.6 s]
/proc/loadavg: 81.47 80.89 80.58 81/1024 108470
/proc/meminfo: memFree=726214892/790760800 swapFree=131071996/131071996
[pid=105490] ppid=105487 vsize=10471496 memory=9182280 CPUtime=72001.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/stat : 105490 (fscip) S 105487 105490 103606 0 -1 1077936128 24853929 0 0 0 7196260 3931 0 0 20 0 41 0 17465950 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
/proc/105490/statm: 2617874 2295570 3318 3035 0 2434290 0
[pid=105490/tid=105971] ppid=105487 vsize=10471496 memory=25333125866717268 CPUtime=3605.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105971/stat : 105971 (fscip) R 105487 105490 103606 0 -1 4194368 476268 0 0 0 360469 71 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105972] ppid=105487 vsize=10471496 memory=11604 CPUtime=3605.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105972/stat : 105972 (fscip) R 105487 105490 103606 0 -1 4194368 602453 0 0 0 360434 79 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105973] ppid=105487 vsize=10471496 memory=11580 CPUtime=3578.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105973/stat : 105973 (fscip) R 105487 105490 103606 0 -1 4194368 2882366 0 0 0 357366 499 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105974] ppid=105487 vsize=10471496 memory=11580 CPUtime=3599.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105974/stat : 105974 (fscip) R 105487 105490 103606 0 -1 4194368 554856 0 0 0 359916 67 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105975] ppid=105487 vsize=10471496 memory=6944656592387989600 CPUtime=3602.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105975/stat : 105975 (fscip) R 105487 105490 103606 0 -1 4194368 585279 0 0 0 360219 68 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105976] ppid=105487 vsize=10471496 memory=6655300316397320554 CPUtime=3593.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105976/stat : 105976 (fscip) R 105487 105490 103606 0 -1 4194368 2763752 0 0 0 358883 488 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105977] ppid=105487 vsize=10471496 memory=7087924065689821754 CPUtime=3604.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105977/stat : 105977 (fscip) R 105487 105490 103606 0 -1 4194368 575700 0 0 0 360397 70 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105978] ppid=105487 vsize=10471496 memory=2712 CPUtime=3604.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105978/stat : 105978 (fscip) R 105487 105490 103606 0 -1 4194368 577870 0 0 0 360371 64 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105979] ppid=105487 vsize=10471496 memory=6884 CPUtime=3578.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105979/stat : 105979 (fscip) R 105487 105490 103606 0 -1 4194368 2921691 0 0 0 357339 500 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105980] ppid=105487 vsize=10471496 memory=6137996 CPUtime=3603.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105980/stat : 105980 (fscip) R 105487 105490 103606 0 -1 4194368 466375 0 0 0 360325 61 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105981] ppid=105487 vsize=10471496 memory=3 CPUtime=3594.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105981/stat : 105981 (fscip) R 105487 105490 103606 0 -1 4194368 616182 0 0 0 359332 71 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105982] ppid=105487 vsize=10471496 memory=-3613632129057124466 CPUtime=3596.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105982/stat : 105982 (fscip) R 105487 105490 103606 0 -1 4194368 2749815 0 0 0 359203 469 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105983] ppid=105487 vsize=10471496 memory=0 CPUtime=3603.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105983/stat : 105983 (fscip) R 105487 105490 103606 0 -1 4194368 457182 0 0 0 360284 61 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105984] ppid=105487 vsize=10471496 memory=10588 CPUtime=3605.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105984/stat : 105984 (fscip) R 105487 105490 103606 0 -1 4194368 636144 0 0 0 360433 69 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105985] ppid=105487 vsize=10471496 memory=7162552 CPUtime=3592.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105985/stat : 105985 (fscip) R 105487 105490 103606 0 -1 4194368 3025517 0 0 0 358736 516 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105986] ppid=105487 vsize=10471496 memory=0 CPUtime=3604.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105986/stat : 105986 (fscip) R 105487 105490 103606 0 -1 4194368 469200 0 0 0 360359 51 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105987] ppid=105487 vsize=10471496 memory=10499 CPUtime=3602.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105987/stat : 105987 (fscip) R 105487 105490 103606 0 -1 4194368 587592 0 0 0 360184 67 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105988] ppid=105487 vsize=10471496 memory=7074004 CPUtime=3588.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105988/stat : 105988 (fscip) R 105487 105490 103606 0 -1 4194368 2711250 0 0 0 358407 477 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105989] ppid=105487 vsize=10471496 memory=0 CPUtime=3604 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105989/stat : 105989 (fscip) R 105487 105490 103606 0 -1 4194368 516273 0 0 0 360335 65 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=105990] ppid=105487 vsize=10471496 memory=8710 CPUtime=3605.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/105990/stat : 105990 (fscip) R 105487 105490 103606 0 -1 4194368 570160 0 0 0 360466 66 0 0 20 0 41 0 17468686 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106031] ppid=105487 vsize=10471496 memory=5800351 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106031/stat : 106031 (fscip) S 105487 105490 103606 0 -1 1077936192 211 0 0 0 2 0 0 0 20 0 41 0 17468832 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106032] ppid=105487 vsize=10471496 memory=281011323244425 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106032/stat : 106032 (fscip) S 105487 105490 103606 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 17468832 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106033] ppid=105487 vsize=10471496 memory=8323350987516068516 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106033/stat : 106033 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106034] ppid=105487 vsize=10471496 memory=6564 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106034/stat : 106034 (fscip) S 105487 105490 103606 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106035] ppid=105487 vsize=10471496 memory=20021608 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106035/stat : 106035 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106036] ppid=105487 vsize=10471496 memory=2688 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106036/stat : 106036 (fscip) S 105487 105490 103606 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106037] ppid=105487 vsize=10471496 memory=6840 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106037/stat : 106037 (fscip) S 105487 105490 103606 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106038] ppid=105487 vsize=10471496 memory=24872760 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106038/stat : 106038 (fscip) S 105487 105490 103606 0 -1 1077936192 205 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106039] ppid=105487 vsize=10471496 memory=6720664367752690280 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106039/stat : 106039 (fscip) S 105487 105490 103606 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106040] ppid=105487 vsize=10471496 memory=8323350987516068516 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106040/stat : 106040 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106041] ppid=105487 vsize=10471496 memory=8428 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106041/stat : 106041 (fscip) S 105487 105490 103606 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106042] ppid=105487 vsize=10471496 memory=28356 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106042/stat : 106042 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106043] ppid=105487 vsize=10471496 memory=31820 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106043/stat : 106043 (fscip) S 105487 105490 103606 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106044] ppid=105487 vsize=10471496 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106044/stat : 106044 (fscip) S 105487 105490 103606 0 -1 1077936192 206 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106045] ppid=105487 vsize=10471496 memory=7636 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106045/stat : 106045 (fscip) S 105487 105490 103606 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106046] ppid=105487 vsize=10471496 memory=18248 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106046/stat : 106046 (fscip) S 105487 105490 103606 0 -1 1077936192 206 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106047] ppid=105487 vsize=10471496 memory=20216 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106047/stat : 106047 (fscip) S 105487 105490 103606 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106048] ppid=105487 vsize=10471496 memory=5636 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106048/stat : 106048 (fscip) S 105487 105490 103606 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106049] ppid=105487 vsize=10471496 memory=11468 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106049/stat : 106049 (fscip) S 105487 105490 103606 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
[pid=105490/tid=106050] ppid=105487 vsize=10471496 memory=13908 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/105490/task/106050/stat : 106050 (fscip) S 105487 105490 103606 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 17468833 10722811904 2295570 809668444160 4194304 16623229 140730957222288 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 28794880 140730957227017 140730957227135 140730957227135 140730957234160 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 10471496 KiB
Current children cumulated memory: 9182280 KiB

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

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

# cumulated CPU time of all completed processes:  user=71962.8 s, system=39.6137 s

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

[startup+3656.82 s]
/proc/loadavg: 81.52 80.91 80.59 62/985 108470
/proc/meminfo: memFree=729736492/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3656.9 s]
/proc/loadavg: 81.52 80.91 80.59 62/985 108470
/proc/meminfo: memFree=729736492/790760800 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): 3656.92
CPU time (s): 72002.5
CPU user time (s): 71962.8
CPU system time (s): 39.6137
CPU usage (%): 1968.94
Max. virtual memory (cumulated for all children) (KiB): 10471496
Max. memory (cumulated for all children) (KiB): 9182280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71962.8
system time used= 39.6137
maximum resident set size= 9182280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24853943
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= 190754
involuntary context switches= 212859


# summary of solver processes directly reported to runsolver:
#   pid: 105490
#   total CPU time (s): 72002.5
#   total CPU user time (s): 71962.8
#   total CPU system time (s): 39.6137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.6638 second user time and 81.6792 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-01 12:39:52
IDJOB=4465650
IDBENCH=154365
IDSOLVER=3094
FILE ID=nodeD101/4465650-1722508792
RUNJOBID= nodeD101-1722508775-103616
SLURM_JOB_ID= 8254261
Free space on /tmp= 8622824 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12011_1-unsat.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-4465650-1722508792/watcher-4465650-1722508792 -o /tmp/evaluation-result-4465650-1722508792/solver-4465650-1722508792 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103616 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465650-1722508792.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= cdcb4d035b8e87f1109f75a28aea48eb
RANDOM SEED=753841473

nodeD101.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	: 0x5003102
cpu MHz		: 2801.473
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 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	: 0x5003102
cpu MHz		: 2614.870
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2605.401
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2603.233
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2631.649
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 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	: 0x5003102
cpu MHz		: 2630.910
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2626.967
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.869
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2632.452
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 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	: 0x5003102
cpu MHz		: 2630.532
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2621.956
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2630.235
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3689.662
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 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	: 0x5003102
cpu MHz		: 2879.865
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2630.288
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3113.860
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3634.104
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 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	: 0x5003102
cpu MHz		: 2629.797
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2625.717
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2619.279
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1198.785
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 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	: 0x5003102
cpu MHz		: 2639.734
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2631.584
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2641.935
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2016.919
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 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	: 0x5003102
cpu MHz		: 2632.328
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2630.983
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2636.547
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3138.342
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 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	: 0x5003102
cpu MHz		: 2638.280
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3894.622
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3894.627
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3278.201
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 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	: 0x5003102
cpu MHz		: 2633.054
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2631.386
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.790
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3355.260
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 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	: 0x5003102
cpu MHz		: 2638.389
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2625.198
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2629.141
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3840.499
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 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	: 0x5003102
cpu MHz		: 3894.633
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2625.910
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2623.393
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2957.368
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 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	: 0x5003102
cpu MHz		: 2634.524
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2637.444
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2639.731
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2614.288
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 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	: 0x5003102
cpu MHz		: 2628.633
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2623.635
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2628.278
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1616.881
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 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	: 0x5003102
cpu MHz		: 2639.644
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2627.364
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2629.759
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1666.367
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 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	: 0x5003102
cpu MHz		: 2640.100
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2634.513
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2639.201
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1507.260
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 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	: 0x5003102
cpu MHz		: 2642.838
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2642.211
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2638.442
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2654.593
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 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	: 0x5003102
cpu MHz		: 2627.086
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2633.761
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2623.317
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2652.855
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 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	: 0x5003102
cpu MHz		: 2641.367
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2643.067
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2651.376
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2641.704
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 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	: 0x5003102
cpu MHz		: 2644.196
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2639.347
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2635.705
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2660.113
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 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	: 0x5003102
cpu MHz		: 3718.200
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3765.406
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3715.541
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        785685844 kB
MemAvailable:   783915276 kB
Buffers:          233572 kB
Cached:          1094288 kB
SwapCached:            0 kB
Active:           406392 kB
Inactive:        2268628 kB
Active(anon):       2128 kB
Inactive(anon):  1367580 kB
Active(file):     404264 kB
Inactive(file):   901048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            128712 kB
Writeback:             0 kB
AnonPages:       1345832 kB
Mapped:           123352 kB
Shmem:             22536 kB
KReclaimable:     140872 kB
Slab:             475332 kB
SReclaimable:     140872 kB
SUnreclaim:       334460 kB
KernelStack:       15008 kB
PageTables:        12036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1243704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           251136 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD101 at 2024-08-01 13:40:49