Trace number 4465642

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) 72003.7 3686.03

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUMc8aab35d42bad0d90391f6d533654bf0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.2834
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.33/0.37	c Default LC presolving (default).
0.33/0.38	c ** Before presolving: virtualMemUsedAtLc = 374840979, getVmSize() = 257347584, SCIPgetMemUsed() = 216373547, SCIPgetMemTotal() = 225691435, SCIPgetMemExternEstim() = 149149544
0.33/0.38	c ** set memory limit for presolving in LC to 8.79491e+12 for SCIP **
55.01/55.33	c ** Estimated virtualMemUsedAtSolver = 385209741, getVmSize() = 476291072, SCIPgetMemUsed() = 276977780, SCIPgetMemTotal() = 428665068, SCIPgetMemExternEstim() = 149149544
55.01/55.33	c ** set memory limit for solvers to 4.1874e+11 for each SCIP **
55.01/55.33	c Original Problem   :
55.01/55.33	c   Problem name     : instance-4465642-1723597401
55.01/55.33	c   Variables        : 40605 (40605 binary, 0 integer, 0 implicit integer, 0 continuous)
55.01/55.33	c   Constraints      : 118930
55.01/55.33	c   Objective sense  : minimize
55.01/55.33	c Presolved Problem  :
55.01/55.33	c   Variables        : 33159 (33159 binary, 0 integer, 0 implicit integer, 0 continuous)
55.01/55.33	c   Constraints      : 34766
55.01/55.33	c Constraints        : Number
55.01/55.33	c   knapsack         : 1740 
55.01/55.33	c   setppc           : 1078 
55.01/55.33	c   and              : 31931 
55.01/55.33	c   logicor          : 17 
55.01/55.33	c ** Instance transfer method used: 0
55.12/55.41	c ** ParaScipInstance copy increased the number of variables. **
56.65/56.98	c LC is working with racing ramp-up and with rebuilding tree after racing.
56.65/56.98	c                                Nodes    Active                                            
56.65/56.98	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
671.55/88.06	c        88              2           1        20                -           0.0000          -
787.83/94.00	c        94            292         210        20                -           0.0000          -
889.51/99.07	c        99            241         181        20                -           0.0000          -
993.78/104.38	c       104            505          29        20                -           0.0000          -
1098.82/109.63	c       110            500          23        20                -           0.0000          -
1203.88/114.96	c       115            577          21        20                -           0.0000          -
1310.73/120.35	c       120            748          30        20                -           0.0000          -
1429.76/126.31	c       126            902          51        20                -           0.0000          -
1532.87/131.59	c       132           1148          53        20                -           0.0000          -
1639.98/136.99	c       137           1059          38        20                -           0.0000          -
1753.04/142.63	c       143            382          79        20                -           0.0000          -
1854.21/147.74	c       148            504          58        20                -           0.0000          -
1965.38/153.32	c       153           1344          88        20                -           0.0000          -
2064.57/158.39	c       158           1762          38        20                -           0.0000          -
2167.73/163.59	c       164             80          79        20                -           0.0000          -
2270.80/168.75	c       169            365          80        20                -           0.0000          -
2371.91/173.80	c       174           1014          36        20                -           0.0000          -
2471.07/178.91	c       179            597          28        20                -           0.0000          -
2574.98/184.12	c       184            694          30        20                -           0.0000          -
2677.52/189.20	c       189           1478         173        20                -           0.0000          -
2782.76/194.59	c       195           1847         132        20                -           0.0000          -
2894.58/200.13	c       200            951          33        20                -           0.0000          -
2999.02/205.44	c       205           2138          43        20                -           0.0000          -
3104.13/210.75	c       211           2300          29        20                -           0.0000          -
3207.29/215.97	c       216           1216          80        20                -           0.0000          -
3309.17/221.13	c       221           2667          25        20                -           0.0000          -
3411.53/226.23	c       226           2891          27        20                -           0.0000          -
3514.72/231.42	c       231           1769          18        20                -           0.0000          -
3613.94/236.45	c       236           1936          17        20                -           0.0000          -
3713.13/241.49	c       242           3420          32        20                -           0.0000          -
3818.31/246.74	c       247           3626          36        20                -           0.0000          -
3921.54/251.96	c       252           2297          26        20                -           0.0000          -
4025.06/257.15	c       257           2406          25        20                -           0.0000          -
4127.50/262.30	c       262           4173          19        20                -           0.0000          -
4226.69/267.37	c       267           2552          26        20                -           0.0000          -
4327.88/272.44	c       272           2620          23        20                -           0.0000          -
4430.94/277.62	c       278           2698          25        20                -           0.0000          -
4534.13/282.88	c       283           2748          23        20                -           0.0000          -
4641.27/288.23	c       288           2858          29        20                -           0.0000          -
4742.59/293.31	c       293           2937          23        20                -           0.0000          -
4841.72/298.33	c       298           5049          20        20                -           0.0000          -
4942.77/303.48	c       303           5131          22        20                -           0.0000          -
5049.93/308.89	c       309           3142          23        20                -           0.0000          -
5153.83/314.10	c       314           5314          20        20                -           0.0000          -
5255.05/319.14	c       319           5395          20        20                -           0.0000          -
5355.50/324.20	c       324           5481          17        20                -           0.0000          -
5462.58/329.61	c       330           3382          23        20                -           0.0000          -
5565.62/334.86	c       335           3456          24        20                -           0.0000          -
5664.35/339.88	c       340           5735          41        20                -           0.0000          -
5767.98/345.04	c       345           3693         144        20                -           0.0000          -
5874.66/350.40	c       350           3872          25        20                -           0.0000          -
5977.57/355.65	c       356           3975          25        20                -           0.0000          -
6078.50/360.77	c       361           6823         396        20                -           0.0000          -
6181.68/365.94	c       366           6835         394        20                -           0.0000          -
6281.07/370.96	c       371           6842         286        20                -           0.0000          -
6379.85/376.01	c       376           5044         258        20                -           0.0000          -
6481.95/381.12	c       381           7393          70        20                -           0.0000          -
6582.59/386.19	c       386           7523          59        20                -           0.0000          -
6685.18/391.34	c       391           5739          60        20                -           0.0000          -
6786.40/396.46	c       396           7792          59        20                -           0.0000          -
6887.48/401.50	c       402           6078          53        20                -           0.0000          -
6990.64/406.72	c       407           8120          19        20                -           0.0000          -
7091.82/411.80	c       412           8280          17        20                -           0.0000          -
7198.99/417.28	c       417           6733          43        20                -           0.0000          -
7306.14/422.68	c       423           8546          19        20                -           0.0000          -
7407.31/427.70	c       428           7193          53        20                -           0.0000          -
7506.50/432.79	c       433           7507          57        20                -           0.0000          -
7607.87/437.84	c       438           7711          40        20                -           0.0000          -
7714.49/443.24	c       443           7937          37        20                -           0.0000          -
7821.64/448.60	c       449           9016          15        20                -           0.0000          -
7922.84/453.70	c       454           8360          45        20                -           0.0000          -
8022.03/458.75	c       459           8599          67        20                -           0.0000          -
8123.25/463.84	c       464           9227          16        20                -           0.0000          -
8224.46/468.95	c       469           9286          19        20                -           0.0000          -
8323.68/474.04	c       474           9307          52        20                -           0.0000          -
8432.69/479.41	c       479           9554          35        20                -           0.0000          -
8531.73/484.48	c       484           9656          33        20                -           0.0000          -
8638.64/489.84	c       490           9790          30        20                -           0.0000          -
8742.48/495.08	c       495           9676          18        20                -           0.0000          -
8844.96/500.24	c       500           9749          15        20                -           0.0000          -
8948.06/505.45	c       505           9856          21        20                -           0.0000          -
9047.09/510.48	c       510          10012          18        20                -           0.0000          -
9150.13/515.61	c       516          10281          20        20                -           0.0000          -
9251.21/520.76	c       521          10803          76        20                -           0.0000          -
9350.37/525.79	c       526          11071          58        20                -           0.0000          -
9451.46/530.81	c       531          11206          48        20                -           0.0000          -
9555.21/536.09	c       536          11340          42        20                -           0.0000          -
9657.70/541.21	c       541          11455          52        20                -           0.0000          -
9766.83/546.73	c       547          11615          26        20                -           0.0000          -
9865.98/551.76	c       552          11931          22        20                -           0.0000          -
9967.19/556.80	c       557          12031          53        20                -           0.0000          -
10072.98/562.17	c       562          12214          19        20                -           0.0000          -
10175.54/567.30	c       567          12352          20        20                -           0.0000          -
10274.71/572.35	c       572          12553          85        20                -           0.0000          -
10375.57/577.41	c       577          12718          52        20                -           0.0000          -
10474.61/582.42	c       582          12884          52        20                -           0.0000          -
10575.79/587.51	c       588          13000          37        20                -           0.0000          -
10680.78/592.81	c       593          13067          37        20                -           0.0000          -
10784.55/598.06	c       598          13198          36        20                -           0.0000          -
10887.04/603.29	c       603          13248          14        20                -           0.0000          -
10990.12/608.43	c       608          13380          18        20                -           0.0000          -
11093.23/613.67	c       614          13493          20        20                -           0.0000          -
11194.40/618.71	c       619          13516          38        20                -           0.0000          -
11297.62/623.96	c       624          13565          33        20                -           0.0000          -
11399.30/629.06	c       629          13681          40        20                -           0.0000          -
11501.70/634.23	c       634          13834          54        20                -           0.0000          -
11604.80/639.47	c       639          14007          37        20                -           0.0000          -
11711.91/644.80	c       645          14169          18        20                -           0.0000          -
11813.07/650.00	c       650          14298          36        20                -           0.0000          -
11918.16/655.27	c       655          14398          29        20                -           0.0000          -
12023.25/660.58	c       661          14634          57        20                -           0.0000          -
12130.38/665.93	c       666          14674          19        20                -           0.0000          -
12237.46/671.36	c       671          14802          17        20                -           0.0000          -
12342.63/676.62	c       677          14897          19        20                -           0.0000          -
12443.84/681.74	c       682          15001          21        20                -           0.0000          -
12554.96/687.39	c       687          15416          61        20                -           0.0000          -
12658.15/692.58	c       693          15608          38        20                -           0.0000          -
12763.19/697.89	c       698          15372          17        20                -           0.0000          -
12866.86/703.05	c       703          15497          18        20                -           0.0000          -
12966.18/708.13	c       708          15954          35        20                -           0.0000          -
13067.10/713.19	c       713          15755          19        20                -           0.0000          -
13167.55/718.25	c       718          15851          17        20                -           0.0000          -
13268.74/723.31	c       723          16199          44        20                -           0.0000          -
13373.80/728.60	c       729          16340          30        20                -           0.0000          -
13476.72/733.83	c       734          16500          98        20                -           0.0000          -
13575.87/738.89	c       739          16657          37        20                -           0.0000          -
13677.05/743.96	c       744          16398          19        20                -           0.0000          -
13786.15/749.45	c       749          16520          17        20                -           0.0000          -
13893.32/754.87	c       755          17094          54        20                -           0.0000          -
14000.44/760.28	c       760          17273          34        20                -           0.0000          -
14099.66/765.29	c       765          16902          18        20                -           0.0000          -
14200.87/770.38	c       770          16994          16        20                -           0.0000          -
14304.06/775.52	c       776          17662          31        20                -           0.0000          -
14409.23/780.82	c       781          17778          29        20                -           0.0000          -
14515.13/786.14	c       786          17884          28        20                -           0.0000          -
14614.31/791.18	c       791          18096          97        20                -           0.0000          -
14714.72/796.22	c       796          17622          14        20                -           0.0000          -
14815.93/801.37	c       801          17735          18        20                -           0.0000          -
14917.13/806.40	c       806          18428          33        20                -           0.0000          -
15018.35/811.51	c       812          17899          19        20                -           0.0000          -
15117.51/816.56	c       817          18615          36        20                -           0.0000          -
15220.62/821.75	c       822          18714          31        20                -           0.0000          -
15321.84/826.91	c       827          18339          58        20                -           0.0000          -
15427.61/832.13	c       832          18686          25        20                -           0.0000          -
15530.12/837.36	c       837          18949          30        20                -           0.0000          -
15635.27/842.67	c       843          19163          20        20                -           0.0000          -
15746.37/848.21	c       848          19260          31        20                -           0.0000          -
15853.51/853.62	c       854          19563          29        20                -           0.0000          -
15961.34/859.05	c       859          19774          17        20                -           0.0000          -
16060.71/864.11	c       864          19999          74        20                -           0.0000          -
16162.98/869.23	c       869          20233          36        20                -           0.0000          -
16264.17/874.30	c       874          20212          18        20                -           0.0000          -
16369.15/879.67	c       880          20335          37        20                -           0.0000          -
16474.29/884.90	c       885          20664          52        20                -           0.0000          -
16573.39/889.94	c       890          20570          17        20                -           0.0000          -
16675.28/895.08	c       895          20990          44        20                -           0.0000          -
16777.74/900.29	c       900          20797          21        20                -           0.0000          -
16880.81/905.42	c       905          20916          20        20                -           0.0000          -
16983.96/910.66	c       911          21506          59        20                -           0.0000          -
17085.07/915.71	c       916          21151          25        20                -           0.0000          -
17188.12/920.97	c       921          21736          40        20                -           0.0000          -
17290.12/926.13	c       926          21385          16        20                -           0.0000          -
17392.40/931.28	c       931          22016         113        20                -           0.0000          -
17493.58/936.38	c       936          22297          98        20                -           0.0000          -
17600.50/941.74	c       942          21687          18        20                -           0.0000          -
17703.81/947.02	c       947          21763          17        20                -           0.0000          -
17810.74/952.32	c       952          23097          48        20                -           0.0000          -
17909.72/957.39	c       957          22029          14        20                -           0.0000          -
18012.99/962.56	c       963          22174          77        20                -           0.0000          -
18114.09/967.60	c       968          23504          39        20                -           0.0000          -
18215.23/972.74	c       973          22404          24        20                -           0.0000          -
18318.42/977.94	c       978          23977          55        20                -           0.0000          -
18423.55/983.25	c       983          24159          27        20                -           0.0000          -
18528.64/988.57	c       989          24386          18        20                -           0.0000          -
18629.82/993.64	c       994          24526          41        20                -           0.0000          -
18731.00/998.71	c       999          23032          19        20                -           0.0000          -
18832.15/1003.85	c      1004          23128          14        20                -           0.0000          -
18941.24/1009.38	c      1009          24953          20        20                -           0.0000          -
19042.37/1014.43	c      1014          23254          16        20                -           0.0000          -
19149.53/1019.86	c      1020          23450          33        20                -           0.0000          -
19256.67/1025.21	c      1025          23802          89        20                -           0.0000          -
19359.80/1030.46	c      1030          25735         109        20                -           0.0000          -
19459.00/1035.49	c      1036          25938          38        20                -           0.0000          -
19560.03/1040.53	c      1041          26049          24        20                -           0.0000          -
19662.98/1045.76	c      1046          24610          17        20                -           0.0000          -
19770.81/1051.16	c      1051          26318          19        20                -           0.0000          -
19871.23/1056.20	c      1056          26450          19        20                -           0.0000          -
19978.33/1061.66	c      1062          26632          18        20                -           0.0000          -
20088.30/1067.16	c      1067          25022          17        20                -           0.0000          -
20190.57/1072.38	c      1072          25174          21        20                -           0.0000          -
20291.73/1077.44	c      1077          26927          15        20                -           0.0000          -
20394.84/1082.61	c      1083          27083          20        20                -           0.0000          -
20500.02/1087.91	c      1088          27224          15        20                -           0.0000          -
20599.17/1092.94	c      1093          25519          17        20                -           0.0000          -
20700.72/1098.03	c      1098          25580          15        20                -           0.0000          -
20803.26/1103.22	c      1103          27750          18        20                -           0.0000          -
20902.43/1108.23	c      1108          27901          51        20                -           0.0000          -
21005.53/1113.41	c      1113          28088          17        20                -           0.0000          -
21108.37/1118.67	c      1119          28198          16        20                -           0.0000          -
21209.52/1123.75	c      1124          26031          21        20                -           0.0000          -
21315.44/1129.07	c      1129          26158          18        20                -           0.0000          -
21414.57/1134.14	c      1134          28852          45        20                -           0.0000          -
21520.68/1139.44	c      1139              2           1        20                -           0.0000          -
21623.82/1144.63	c      1145              2           1        20                -           0.0000          -
21726.97/1149.88	c      1150              2           1        20                -           0.0000          -
21828.31/1154.95	c      1155              2           1        20                -           0.0000          -
21929.94/1160.03	c      1160              2           1        20                -           0.0000          -
22031.24/1165.15	c      1165              2           1        20                -           0.0000          -
22135.49/1170.46	c      1170              2           1        20                -           0.0000          -
22236.53/1175.53	c      1176              2           1        20                -           0.0000          -
22339.78/1180.78	c      1181              2           1        20                -           0.0000          -
22450.61/1186.37	c      1186              2           1        20                -           0.0000          -
22551.76/1191.48	c      1191              2           1        20                -           0.0000          -
22652.90/1196.51	c      1197              2           1        20                -           0.0000          -
22760.08/1201.93	c      1202              2           1        20                -           0.0000          -
22865.24/1207.25	c      1207              3           2        20                -           0.0000          -
22972.39/1212.64	c      1213              3           2        20                -           0.0000          -
23080.11/1218.11	c      1218              2           1        20                -           0.0000          -
23186.56/1223.42	c      1223              2           1        20                -           0.0000          -
23293.57/1228.83	c      1229              2           1        20                -           0.0000          -
23397.45/1234.09	c      1234              2           1        20                -           0.0000          -
23498.62/1239.18	c      1239              2           1        20                -           0.0000          -
23599.09/1244.28	c      1244              2           1        20                -           0.0000          -
23702.29/1249.43	c      1249              2           1        20                -           0.0000          -
23809.47/1254.81	c      1255              2           1        20                -           0.0000          -
23908.73/1259.87	c      1260              2           1        20                -           0.0000          -
24009.92/1264.92	c      1265              2           1        20                -           0.0000          -
24111.73/1270.05	c      1270              2           1        20                -           0.0000          -
24214.05/1275.28	c      1275              2           1        20                -           0.0000          -
24315.17/1280.32	c      1280              3           2        20                -           0.0000          -
24414.39/1285.32	c      1285              3           2        20                -           0.0000          -
24513.39/1290.35	c      1290              3           2        20                -           0.0000          -
24612.62/1295.40	c      1295              3           2        20                -           0.0000          -
24713.79/1300.41	c      1300              3           2        20                -           0.0000          -
24814.83/1305.55	c      1306              3           2        20                -           0.0000          -
24917.97/1310.71	c      1311              3           2        20                -           0.0000          -
25019.09/1315.86	c      1316              3           2        20                -           0.0000          -
25122.92/1321.06	c      1321              3           2        20                -           0.0000          -
25224.01/1326.17	c      1326            114          64        20                -           0.0000          -
25332.58/1331.64	c      1332            114          64        20                -           0.0000          -
25431.71/1336.65	c      1337            114          64        20                -           0.0000          -
25532.92/1341.70	c      1342            114          64        20                -           0.0000          -
25635.96/1347.02	c      1347            114          64        20                -           0.0000          -
25744.91/1352.41	c      1352            114          64        20                -           0.0000          -
25843.86/1357.48	c      1357            114          64        20                -           0.0000          -
25944.89/1362.56	c      1363            114          64        20                -           0.0000          -
26051.96/1368.00	c      1368            114          64        20                -           0.0000          -
26151.08/1373.02	c      1373            114          64        20                -           0.0000          -
26254.85/1378.15	c      1378            122          67        20                -           0.0000          -
26355.21/1383.26	c      1383            122          67        20                -           0.0000          -
26460.31/1388.57	c      1389            122          67        20                -           0.0000          -
26563.52/1393.74	c      1394            122          67        20                -           0.0000          -
26669.17/1399.06	c      1399            122          67        20                -           0.0000          -
26775.78/1404.43	c      1404            122          67        20                -           0.0000          -
26878.98/1409.64	c      1410             17          16        20                -           0.0000          -
26980.08/1414.76	c      1415             17          16        20                -           0.0000          -
27081.12/1419.83	c      1420             18          17        20                -           0.0000          -
27182.29/1424.98	c      1425          31719          15        20                -           0.0000          -
27286.12/1430.17	c      1430            174          11        20                -           0.0000          -
27390.57/1435.46	c      1435             57          53        20                -           0.0000          -
27491.65/1440.50	c      1441             69          53        20                -           0.0000          -
27590.77/1445.55	c      1446          35996          12        20                -           0.0000          -
27691.93/1450.64	c      1451             81          59        20                -           0.0000          -
27799.79/1456.04	c      1456             81          59        20                -           0.0000          -
27898.87/1461.11	c      1461             81          59        20                -           0.0000          -
28001.26/1466.26	c      1466             81          59        20                -           0.0000          -
28100.47/1471.27	c      1471             81          59        20                -           0.0000          -
28201.61/1476.38	c      1476             81          59        20                -           0.0000          -
28302.55/1481.48	c      1481             81          59        20                -           0.0000          -
28407.50/1486.72	c      1487             81          59        20                -           0.0000          -
28513.30/1492.05	c      1492             81          59        20                -           0.0000          -
28612.37/1497.08	c      1497             81          59        20                -           0.0000          -
28718.70/1502.41	c      1502             81          59        20                -           0.0000          -
28825.72/1507.81	c      1508             81          59        20                -           0.0000          -
28924.92/1512.86	c      1513             81          59        20                -           0.0000          -
29023.92/1517.88	c      1518            209           3        20                -           0.0000          -
29131.05/1523.29	c      1523            209           3        20                -           0.0000          -
29234.03/1528.50	c      1528             82          60        20                -           0.0000          -
29341.18/1533.81	c      1534             82          60        20                -           0.0000          -
29440.31/1538.81	c      1539             82          60        20                -           0.0000          -
29541.29/1543.99	c      1544             82          60        20                -           0.0000          -
29640.41/1549.02	c      1549             82          60        20                -           0.0000          -
29742.06/1554.03	c      1554             82          60        20                -           0.0000          -
29841.25/1559.12	c      1559             82          60        20                -           0.0000          -
29943.81/1564.20	c      1564            211           5        20                -           0.0000          -
30048.90/1569.51	c      1570             83          61        20                -           0.0000          -
30150.08/1574.66	c      1575             83          61        20                -           0.0000          -
30251.26/1579.74	c      1580             83          61        20                -           0.0000          -
30352.36/1584.84	c      1585             83          61        20                -           0.0000          -
30456.10/1590.11	c      1590             83          61        20                -           0.0000          -
30557.23/1595.15	c      1595             83          61        20                -           0.0000          -
30657.81/1600.22	c      1600             83          61        20                -           0.0000          -
30758.84/1605.31	c      1605             83          61        20                -           0.0000          -
30858.04/1610.36	c      1610             83          61        20                -           0.0000          -
30957.15/1615.37	c      1615             88          56        20                -           0.0000          -
31058.29/1620.41	c      1620             98          13        20                -           0.0000          -
31163.39/1625.75	c      1626             98          13        20                -           0.0000          -
31264.59/1630.89	c      1631             98          13        20                -           0.0000          -
31368.35/1636.09	c      1636             98          13        20                -           0.0000          -
31467.54/1641.10	c      1641             98          13        20                -           0.0000          -
31566.75/1646.10	c      1646            246          19        20                -           0.0000          -
31666.12/1651.12	c      1651            246          19        20                -           0.0000          -
31767.10/1656.19	c      1656            246          19        20                -           0.0000          -
31867.48/1661.26	c      1661            246          19        20                -           0.0000          -
31966.58/1666.28	c      1666            246          19        20                -           0.0000          -
32067.76/1671.31	c      1671            246          19        20                -           0.0000          -
32168.71/1676.44	c      1676            246          19        20                -           0.0000          -
32267.91/1681.47	c      1681            246          19        20                -           0.0000          -
32375.05/1686.88	c      1687            246          19        20                -           0.0000          -
32484.14/1692.37	c      1692            246          19        20                -           0.0000          -
32591.22/1697.72	c      1698            246          19        20                -           0.0000          -
32694.40/1703.02	c      1703            246          19        20                -           0.0000          -
32799.45/1708.26	c      1708            246          19        20                -           0.0000          -
32904.20/1713.54	c      1714            246          19        20                -           0.0000          -
33005.29/1718.69	c      1719            246          19        20                -           0.0000          -
33106.43/1723.70	c      1724            246          19        20                -           0.0000          -
33209.40/1729.00	c      1729            246          19        20                -           0.0000          -
33308.48/1734.01	c      1734            248          21        20                -           0.0000          -
33410.23/1739.08	c      1739            254          27        20                -           0.0000          -
33511.47/1744.14	c      1744            261          27        20                -           0.0000          -
33611.80/1749.23	c      1749            270          19        20                -           0.0000          -
33710.99/1754.24	c      1754            276          22        20                -           0.0000          -
33818.07/1759.65	c      1760          44845          14        20                -           0.0000          -
33921.20/1764.87	c      1765            285          17        20                -           0.0000          -
34022.38/1769.95	c      1770            293          18        20                -           0.0000          -
34121.54/1774.97	c      1775          40541          19        20                -           0.0000          -
34223.17/1780.08	c      1780            233          15        20                -           0.0000          -
34327.69/1785.30	c      1785            316          22        20                -           0.0000          -
34426.78/1790.34	c      1790            323          12        20                -           0.0000          -
34527.82/1795.46	c      1795            250          13        20                -           0.0000          -
34628.85/1800.51	c      1801            250          13        20                -           0.0000          -
34731.96/1805.71	c      1806            250          13        20                -           0.0000          -
34835.14/1810.97	c      1811            250          13        20                -           0.0000          -
34936.94/1816.12	c      1816            252          12        20                -           0.0000          -
35038.06/1821.15	c      1821            252          12        20                -           0.0000          -
35140.46/1826.34	c      1826            252          12        20                -           0.0000          -
35239.67/1831.36	c      1831            252          12        20                -           0.0000          -
35344.72/1836.66	c      1837            253          13        20                -           0.0000          -
35445.93/1841.76	c      1842            253          13        20                -           0.0000          -
35546.99/1846.81	c      1847            254          14        20                -           0.0000          -
35648.18/1851.95	c      1852            254          14        20                -           0.0000          -
35750.21/1857.09	c      1857            254          14        20                -           0.0000          -
35854.52/1862.35	c      1862            254          14        20                -           0.0000          -
35967.88/1868.04	c      1868            254          14        20                -           0.0000          -
36070.44/1873.25	c      1873            254          14        20                -           0.0000          -
36169.47/1878.28	c      1878            254          14        20                -           0.0000          -
36272.52/1883.49	c      1883            254          14        20                -           0.0000          -
36377.31/1888.75	c      1889            389          16        20                -           0.0000          -
36480.44/1893.92	c      1894            389          16        20                -           0.0000          -
36579.58/1899.03	c      1899            389          16        20                -           0.0000          -
36683.53/1904.15	c      1904            389          16        20                -           0.0000          -
36785.81/1909.36	c      1909            392          14        20                -           0.0000          -
36886.98/1914.45	c      1914            264          15        20                -           0.0000          -
36988.17/1919.55	c      1920            403          18        20                -           0.0000          -
37089.33/1924.62	c      1925            277          15        20                -           0.0000          -
37192.49/1929.82	c      1930            277          15        20                -           0.0000          -
37293.66/1934.93	c      1935            277          15        20                -           0.0000          -
37392.81/1939.96	c      1940            282          16        20                -           0.0000          -
37494.38/1945.10	c      1945          43773          14        20                -           0.0000          -
37596.86/1950.22	c      1950            284          18        20                -           0.0000          -
37696.05/1955.23	c      1955            284          18        20                -           0.0000          -
37797.24/1960.37	c      1960            284          18        20                -           0.0000          -
37898.39/1965.45	c      1965            289          17        20                -           0.0000          -
37999.40/1970.59	c      1971            440          11        20                -           0.0000          -
38109.16/1976.04	c      1976            440          11        20                -           0.0000          -
38211.62/1981.28	c      1981            440          11        20                -           0.0000          -
38314.80/1986.44	c      1986            442          10        20                -           0.0000          -
38417.90/1991.60	c      1992            442          10        20                -           0.0000          -
38521.08/1996.84	c      1997            442          10        20                -           0.0000          -
38622.13/2001.91	c      2002            442          10        20                -           0.0000          -
38721.11/2006.95	c      2007            443          11        20                -           0.0000          -
38822.83/2012.03	c      2012            443          11        20                -           0.0000          -
38925.17/2017.22	c      2017            443          11        20                -           0.0000          -
39028.34/2022.45	c      2022            350          12        20                -           0.0000          -
39129.43/2027.59	c      2028            444          12        20                -           0.0000          -
39230.64/2032.60	c      2033            444          12        20                -           0.0000          -
39331.84/2037.71	c      2038            445          13        20                -           0.0000          -
39431.05/2042.72	c      2043            445          13        20                -           0.0000          -
39530.06/2047.72	c      2048            445          13        20                -           0.0000          -
39631.23/2052.82	c      2053            445          13        20                -           0.0000          -
39732.26/2057.96	c      2058            445          13        20                -           0.0000          -
39837.40/2063.27	c      2063            445          13        20                -           0.0000          -
39940.50/2068.46	c      2068            445          13        20                -           0.0000          -
40039.71/2073.48	c      2073            445          13        20                -           0.0000          -
40142.85/2078.68	c      2079            445          13        20                -           0.0000          -
40246.06/2083.89	c      2084            445          13        20                -           0.0000          -
40347.18/2088.94	c      2089            445          13        20                -           0.0000          -
40449.08/2094.05	c      2094            445          13        20                -           0.0000          -
40553.57/2099.33	c      2099            365          10        20                -           0.0000          -
40652.80/2104.39	c      2104            365          10        20                -           0.0000          -
40759.91/2109.79	c      2110            365          10        20                -           0.0000          -
40861.11/2114.80	c      2115            366          11        20                -           0.0000          -
40972.23/2120.41	c      2120            456          12        20                -           0.0000          -
41071.39/2125.45	c      2125          55426          15        20                -           0.0000          -
41172.52/2130.53	c      2131            371          16        20                -           0.0000          -
41271.73/2135.58	c      2136            371          16        20                -           0.0000          -
41372.80/2140.68	c      2141            371          16        20                -           0.0000          -
41473.88/2145.71	c      2146            373          18        20                -           0.0000          -
41574.87/2150.87	c      2151            375          20        20                -           0.0000          -
41676.03/2155.93	c      2156            375          20        20                -           0.0000          -
41783.14/2161.33	c      2161            375          20        20                -           0.0000          -
41888.29/2166.68	c      2167            375          20        20                -           0.0000          -
41997.92/2172.15	c      2172            483          16        20                -           0.0000          -
42098.64/2177.22	c      2177            383          22        20                -           0.0000          -
42201.81/2182.42	c      2182            384          23        20                -           0.0000          -
42302.89/2187.59	c      2188            496          15        20                -           0.0000          -
42404.09/2192.61	c      2193            387          26        20                -           0.0000          -
42505.29/2197.71	c      2198            388          27        20                -           0.0000          -
42606.45/2202.80	c      2203            388          27        20                -           0.0000          -
42707.68/2207.99	c      2208          50180          16        20                -           0.0000          -
42809.51/2213.07	c      2213            514          16        20                -           0.0000          -
42908.57/2218.11	c      2218            517          17        20                -           0.0000          -
43011.00/2223.23	c      2223            520          16        20                -           0.0000          -
43114.10/2228.42	c      2228          50587          14        20                -           0.0000          -
43213.25/2233.43	c      2233            410          33        20                -           0.0000          -
43312.42/2238.44	c      2238            410          33        20                -           0.0000          -
43415.63/2243.62	c      2244            413          33        20                -           0.0000          -
43520.76/2249.03	c      2249            548          21        20                -           0.0000          -
43624.58/2254.16	c      2254            551          19        20                -           0.0000          -
43723.84/2259.19	c      2259            553          21        20                -           0.0000          -
43826.26/2264.36	c      2264            430          32        20                -           0.0000          -
43927.29/2269.50	c      2270            561          21        20                -           0.0000          -
44030.47/2274.62	c      2275            443          28        20                -           0.0000          -
44129.66/2279.67	c      2280            567          19        20                -           0.0000          -
44234.81/2284.92	c      2285            450          33        20                -           0.0000          -
44334.00/2290.00	c      2290          52322          23        20                -           0.0000          -
44433.12/2295.03	c      2295            578          14        20                -           0.0000          -
44534.90/2300.07	c      2300            462          29        20                -           0.0000          -
44634.27/2305.11	c      2305          52709          14        20                -           0.0000          -
44735.19/2310.15	c      2310            587          15        20                -           0.0000          -
44837.79/2315.38	c      2315            587          15        20                -           0.0000          -
44940.90/2320.56	c      2321            589          13        20                -           0.0000          -
45041.86/2325.61	c      2326            589          13        20                -           0.0000          -
45140.61/2330.68	c      2331            590          14        20                -           0.0000          -
45241.80/2335.72	c      2336            591          15        20                -           0.0000          -
45340.93/2340.76	c      2341            593          17        20                -           0.0000          -
45446.63/2346.14	c      2346            501          15        20                -           0.0000          -
45551.13/2351.31	c      2351            501          15        20                -           0.0000          -
45654.30/2356.58	c      2357            501          15        20                -           0.0000          -
45759.38/2361.82	c      2362            501          15        20                -           0.0000          -
45858.56/2366.87	c      2367            503          10        20                -           0.0000          -
45959.68/2371.92	c      2372            503          10        20                -           0.0000          -
46061.42/2377.08	c      2377            503          10        20                -           0.0000          -
46162.55/2382.14	c      2382            503          10        20                -           0.0000          -
46262.76/2387.20	c      2387            504          11        20                -           0.0000          -
46367.65/2392.59	c      2393            504          11        20                -           0.0000          -
46470.74/2397.78	c      2398          55427          31        20                -           0.0000          -
46571.91/2402.84	c      2403            505          12        20                -           0.0000          -
46670.97/2407.87	c      2408            505          12        20                -           0.0000          -
46772.02/2412.92	c      2413            506          13        20                -           0.0000          -
46871.07/2417.99	c      2418            506          13        20                -           0.0000          -
46972.99/2423.05	c      2423            506          13        20                -           0.0000          -
47074.06/2428.18	c      2428            507          14        20                -           0.0000          -
47174.47/2433.26	c      2433            507          14        20                -           0.0000          -
47275.63/2438.36	c      2438            508          15        20                -           0.0000          -
47374.78/2443.39	c      2443            508          15        20                -           0.0000          -
47479.86/2448.62	c      2449            651          17        20                -           0.0000          -
47584.99/2453.94	c      2454            510          17        20                -           0.0000          -
47686.85/2459.08	c      2459            510          17        20                -           0.0000          -
47785.89/2464.09	c      2464            511          18        20                -           0.0000          -
47888.25/2469.21	c      2469            512          19        20                -           0.0000          -
47989.39/2474.32	c      2474            512          19        20                -           0.0000          -
48088.57/2479.37	c      2479            512          19        20                -           0.0000          -
48187.75/2484.38	c      2484            512          19        20                -           0.0000          -
48288.59/2489.47	c      2489            512          19        20                -           0.0000          -
48387.74/2494.48	c      2494            512          19        20                -           0.0000          -
48492.89/2499.77	c      2500            512          19        20                -           0.0000          -
48592.08/2504.78	c      2505            512          19        20                -           0.0000          -
48695.23/2509.90	c      2510            512          19        20                -           0.0000          -
48794.36/2514.96	c      2515            512          19        20                -           0.0000          -
48893.63/2520.01	c      2520            512          19        20                -           0.0000          -
48997.60/2525.19	c      2525            512          19        20                -           0.0000          -
49099.81/2530.34	c      2530            512          19        20                -           0.0000          -
49202.97/2535.57	c      2536            512          19        20                -           0.0000          -
49308.03/2540.81	c      2541            512          19        20                -           0.0000          -
49413.79/2546.19	c      2546            512          19        20                -           0.0000          -
49514.28/2551.24	c      2551            512          19        20                -           0.0000          -
49613.47/2556.27	c      2556            512          19        20                -           0.0000          -
49714.65/2561.36	c      2561            512          19        20                -           0.0000          -
49819.73/2566.66	c      2567            512          19        20                -           0.0000          -
49920.83/2571.73	c      2572            512          19        20                -           0.0000          -
50020.03/2576.75	c      2577            512          19        20                -           0.0000          -
50121.15/2581.83	c      2582            512          19        20                -           0.0000          -
50222.28/2586.94	c      2587            512          19        20                -           0.0000          -
50326.06/2592.16	c      2592            512          19        20                -           0.0000          -
50426.55/2597.20	c      2597            512          19        20                -           0.0000          -
50529.68/2602.41	c      2602            512          19        20                -           0.0000          -
50628.89/2607.49	c      2608            512          19        20                -           0.0000          -
50730.06/2612.57	c      2613            512          19        20                -           0.0000          -
50829.24/2617.60	c      2618            512          19        20                -           0.0000          -
50936.34/2622.96	c      2623            512          19        20                -           0.0000          -
51038.27/2628.04	c      2628            512          19        20                -           0.0000          -
51137.37/2633.05	c      2633            512          19        20                -           0.0000          -
51245.79/2638.50	c      2638            512          19        20                -           0.0000          -
51344.98/2643.58	c      2644            512          19        20                -           0.0000          -
51446.13/2648.60	c      2649            512          19        20                -           0.0000          -
51545.32/2653.66	c      2654            512          19        20                -           0.0000          -
51644.46/2658.68	c      2659            512          19        20                -           0.0000          -
51755.49/2664.23	c      2664            512          19        20                -           0.0000          -
51862.61/2669.68	c      2670            512          19        20                -           0.0000          -
51963.79/2674.74	c      2675            512          19        20                -           0.0000          -
52064.87/2679.89	c      2680            512          19        20                -           0.0000          -
52168.67/2685.08	c      2685            512          19        20                -           0.0000          -
52267.97/2690.12	c      2690            512          19        20                -           0.0000          -
52374.25/2695.41	c      2695            512          19        20                -           0.0000          -
52473.47/2700.46	c      2700            512          19        20                -           0.0000          -
52572.50/2705.49	c      2706            512          19        20                -           0.0000          -
52675.71/2710.64	c      2711            512          19        20                -           0.0000          -
52776.85/2715.73	c      2716            512          19        20                -           0.0000          -
52877.97/2720.81	c      2721            512          19        20                -           0.0000          -
52977.18/2725.86	c      2726            512          19        20                -           0.0000          -
53080.95/2731.08	c      2731            512          19        20                -           0.0000          -
53187.34/2736.42	c      2736            512          19        20                -           0.0000          -
53288.52/2741.55	c      2742            512          19        20                -           0.0000          -
53389.72/2746.63	c      2747            512          19        20                -           0.0000          -
53494.74/2752.00	c      2752            512          19        20                -           0.0000          -
53599.83/2757.20	c      2757            512          19        20                -           0.0000          -
53702.89/2762.48	c      2762            512          19        20                -           0.0000          -
53810.03/2767.81	c      2768            512          19        20                -           0.0000          -
53911.15/2772.94	c      2773            512          19        20                -           0.0000          -
54012.94/2778.13	c      2778            512          19        20                -           0.0000          -
54117.46/2783.31	c      2783            512          19        20                -           0.0000          -
54216.67/2788.39	c      2788            512          19        20                -           0.0000          -
54319.83/2793.57	c      2794            512          19        20                -           0.0000          -
54419.05/2798.59	c      2799            512          19        20                -           0.0000          -
54521.98/2803.75	c      2804            512          19        20                -           0.0000          -
54623.17/2808.82	c      2809            512          19        20                -           0.0000          -
54726.84/2814.07	c      2814            512          19        20                -           0.0000          -
54837.41/2819.66	c      2820            512          19        20                -           0.0000          -
54946.87/2825.13	c      2825            512          19        20                -           0.0000          -
55047.52/2830.21	c      2830            512          19        20                -           0.0000          -
55146.73/2835.22	c      2835            512          19        20                -           0.0000          -
55245.88/2840.27	c      2840            512          19        20                -           0.0000          -
55347.06/2845.34	c      2845            512          19        20                -           0.0000          -
55448.26/2850.42	c      2850            512          19        20                -           0.0000          -
55547.47/2855.43	c      2855            512          19        20                -           0.0000          -
55650.68/2860.61	c      2861            512          19        20                -           0.0000          -
55753.85/2865.85	c      2866            512          19        20                -           0.0000          -
55855.01/2870.94	c      2871            512          19        20                -           0.0000          -
55956.40/2876.09	c      2876            512          19        20                -           0.0000          -
56061.08/2881.38	c      2881            512          19        20                -           0.0000          -
56162.27/2886.43	c      2886            512          19        20                -           0.0000          -
56269.44/2891.89	c      2892            512          19        20                -           0.0000          -
56373.32/2897.05	c      2897            512          19        20                -           0.0000          -
56481.68/2902.57	c      2903            512          19        20                -           0.0000          -
56596.70/2908.31	c      2908            512          19        20                -           0.0000          -
56699.88/2913.53	c      2914            512          19        20                -           0.0000          -
56799.09/2918.56	c      2919            512          19        20                -           0.0000          -
56900.30/2923.61	c      2924            512          19        20                -           0.0000          -
56999.53/2928.63	c      2929            512          19        20                -           0.0000          -
57098.68/2933.65	c      2934            512          19        20                -           0.0000          -
57199.73/2938.71	c      2939            512          19        20                -           0.0000          -
57300.96/2943.85	c      2944            512          19        20                -           0.0000          -
57404.87/2949.12	c      2949            512          19        20                -           0.0000          -
57506.09/2954.16	c      2954            512          19        20                -           0.0000          -
57605.24/2959.17	c      2959            512          19        20                -           0.0000          -
57707.77/2964.40	c      2964            512          19        20                -           0.0000          -
57814.93/2969.71	c      2970            512          19        20                -           0.0000          -
57918.04/2974.93	c      2975            512          19        20                -           0.0000          -
58020.02/2980.12	c      2980            512          19        20                -           0.0000          -
58124.10/2985.40	c      2985            512          19        20                -           0.0000          -
58225.23/2990.47	c      2990            512          19        20                -           0.0000          -
58330.37/2995.76	c      2996            512          19        20                -           0.0000          -
58431.60/3000.81	c      3001            512          19        20                -           0.0000          -
58535.55/3006.09	c      3006            512          19        20                -           0.0000          -
58641.76/3011.46	c      3011            512          19        20                -           0.0000          -
58742.89/3016.53	c      3017            512          19        20                -           0.0000          -
58842.10/3021.56	c      3022            512          19        20                -           0.0000          -
58949.44/3027.03	c      3027            512          19        20                -           0.0000          -
59051.00/3032.08	c      3032            512          19        20                -           0.0000          -
59150.18/3037.11	c      3037            512          19        20                -           0.0000          -
59249.20/3042.13	c      3042            512          19        20                -           0.0000          -
59351.72/3047.30	c      3047            512          19        20                -           0.0000          -
59458.81/3052.65	c      3053            512          19        20                -           0.0000          -
59563.97/3058.01	c      3058            512          19        20                -           0.0000          -
59665.74/3063.05	c      3063            512          19        20                -           0.0000          -
59764.97/3068.11	c      3068            512          19        20                -           0.0000          -
59866.22/3073.16	c      3073            512          19        20                -           0.0000          -
59966.70/3078.25	c      3078            512          19        20                -           0.0000          -
60069.86/3083.42	c      3083            512          19        20                -           0.0000          -
60171.00/3088.55	c      3089            512          19        20                -           0.0000          -
60273.97/3093.71	c      3094            512          19        20                -           0.0000          -
60373.18/3098.71	c      3099            512          19        20                -           0.0000          -
60474.37/3103.83	c      3104            512          19        20                -           0.0000          -
60575.59/3109.01	c      3109            512          19        20                -           0.0000          -
60684.37/3114.40	c      3114            512          19        20                -           0.0000          -
60785.46/3119.53	c      3120            512          19        20                -           0.0000          -
60884.39/3124.57	c      3125            512          19        20                -           0.0000          -
60983.58/3129.60	c      3130            512          19        20                -           0.0000          -
61084.78/3134.67	c      3135            512          19        20                -           0.0000          -
61185.87/3139.73	c      3140            512          19        20                -           0.0000          -
61285.04/3144.79	c      3145            512          19        20                -           0.0000          -
61386.27/3149.81	c      3150            512          19        20                -           0.0000          -
61487.49/3154.91	c      3155            512          19        20                -           0.0000          -
61586.73/3159.97	c      3160            512          19        20                -           0.0000          -
61690.60/3165.18	c      3165            512          19        20                -           0.0000          -
61794.98/3170.46	c      3170            512          19        20                -           0.0000          -
61898.15/3175.64	c      3176            512          19        20                -           0.0000          -
61997.08/3180.66	c      3181            512          19        20                -           0.0000          -
62100.20/3185.87	c      3186            512          19        20                -           0.0000          -
62201.38/3190.98	c      3191            512          19        20                -           0.0000          -
62300.57/3196.01	c      3196            512          19        20                -           0.0000          -
62404.45/3201.16	c      3201            512          19        20                -           0.0000          -
62504.99/3206.28	c      3206            512          19        20                -           0.0000          -
62610.08/3211.58	c      3212            512          19        20                -           0.0000          -
62717.17/3217.01	c      3217            512          19        20                -           0.0000          -
62826.32/3222.43	c      3222            512          19        20                -           0.0000          -
62929.49/3227.64	c      3228            512          19        20                -           0.0000          -
63030.66/3232.73	c      3233            512          19        20                -           0.0000          -
63131.89/3237.84	c      3238            512          19        20                -           0.0000          -
63231.10/3242.86	c      3243            512          19        20                -           0.0000          -
63330.33/3247.88	c      3248            512          19        20                -           0.0000          -
63429.44/3252.90	c      3253            512          19        20                -           0.0000          -
63533.19/3258.05	c      3258            512          19        20                -           0.0000          -
63632.66/3263.12	c      3263            512          19        20                -           0.0000          -
63733.82/3268.18	c      3268            512          19        20                -           0.0000          -
63834.27/3273.26	c      3273            512          19        20                -           0.0000          -
63935.52/3278.31	c      3278            512          19        20                -           0.0000          -
64034.72/3283.32	c      3283            512          19        20                -           0.0000          -
64135.96/3288.43	c      3288            512          19        20                -           0.0000          -
64244.99/3293.92	c      3294            512          19        20                -           0.0000          -
64346.83/3299.12	c      3299            512          19        20                -           0.0000          -
64451.33/3304.39	c      3304            512          19        20                -           0.0000          -
64552.47/3309.42	c      3309            512          19        20                -           0.0000          -
64651.72/3314.46	c      3314            512          19        20                -           0.0000          -
64752.95/3319.53	c      3320            975          24        20                -           0.0000          -
64852.14/3324.56	c      3325            975          24        20                -           0.0000          -
64957.21/3329.89	c      3330            975          24        20                -           0.0000          -
65058.10/3334.92	c      3335            975          24        20                -           0.0000          -
65159.86/3340.12	c      3340            975          24        20                -           0.0000          -
65261.17/3345.15	c      3345            975          24        20                -           0.0000          -
65361.62/3350.21	c      3350            975          24        20                -           0.0000          -
65460.94/3355.27	c      3355            975          24        20                -           0.0000          -
65563.91/3360.47	c      3360            975          24        20                -           0.0000          -
65669.08/3365.79	c      3366            975          24        20                -           0.0000          -
65774.96/3371.06	c      3371            975          24        20                -           0.0000          -
65877.43/3376.23	c      3376            975          24        20                -           0.0000          -
65976.64/3381.24	c      3381            975          24        20                -           0.0000          -
66077.83/3386.32	c      3386            975          24        20                -           0.0000          -
66176.88/3391.34	c      3391            975          24        20                -           0.0000          -
66278.05/3396.41	c      3396            975          24        20                -           0.0000          -
66377.27/3401.46	c      3401            975          24        20                -           0.0000          -
66480.38/3406.63	c      3407            975          24        20                -           0.0000          -
66583.30/3411.86	c      3412            975          24        20                -           0.0000          -
66682.49/3416.86	c      3417            975          24        20                -           0.0000          -
66781.73/3421.87	c      3422            975          24        20                -           0.0000          -
66885.56/3427.05	c      3427            975          24        20                -           0.0000          -
66986.62/3432.15	c      3432            975          24        20                -           0.0000          -
67086.80/3437.24	c      3437            975          24        20                -           0.0000          -
67187.90/3442.36	c      3442            975          24        20                -           0.0000          -
67299.05/3447.95	c      3448            975          24        20                -           0.0000          -
67398.20/3452.97	c      3453            975          24        20                -           0.0000          -
67500.04/3458.06	c      3458            975          24        20                -           0.0000          -
67599.10/3463.11	c      3463            975          24        20                -           0.0000          -
67705.58/3468.43	c      3468            975          24        20                -           0.0000          -
67804.66/3473.46	c      3473            976          24        20                -           0.0000          -
67903.86/3478.47	c      3478            978          26        20                -           0.0000          -
68004.95/3483.54	c      3484            980          25        20                -           0.0000          -
68106.12/3488.63	c      3489            983          26        20                -           0.0000          -
68205.34/3493.67	c      3494            984          27        20                -           0.0000          -
68306.43/3498.75	c      3499            984          27        20                -           0.0000          -
68407.55/3503.89	c      3504            984          27        20                -           0.0000          -
68511.21/3509.11	c      3509            984          27        20                -           0.0000          -
68613.82/3514.24	c      3514            984          27        20                -           0.0000          -
68713.01/3519.25	c      3519            586          28        20                -           0.0000          -
68816.16/3524.41	c      3524          90016          11        20                -           0.0000          -
68915.38/3529.45	c      3529            989          32        20                -           0.0000          -
69016.44/3534.58	c      3535            594          29        20                -           0.0000          -
69117.61/3539.66	c      3540          90315          13        20                -           0.0000          -
69220.69/3544.90	c      3545            597          28        20                -           0.0000          -
69321.83/3549.93	c      3550            599          28        20                -           0.0000          -
69423.51/3555.09	c      3555            604          28        20                -           0.0000          -
69522.73/3560.12	c      3560           1005          24        20                -           0.0000          -
69623.98/3565.15	c      3565           1009          22        20                -           0.0000          -
69723.20/3570.18	c      3570            610          32        20                -           0.0000          -
69823.74/3575.20	c      3575            610          32        20                -           0.0000          -
69922.95/3580.29	c      3580            610          32        20                -           0.0000          -
70026.08/3585.47	c      3585            612          31        20                -           0.0000          -
70125.23/3590.49	c      3590            612          31        20                -           0.0000          -
70228.36/3595.62	c      3596            612          31        20                -           0.0000          -
70327.56/3600.64	c      3601            613          32        20                -           0.0000          -
70426.59/3605.70	c      3606            614          33        20                -           0.0000          -
70534.23/3611.09	c      3611           1027          17        20                -           0.0000          -
70633.58/3616.12	c      3616           1029          19        20                -           0.0000          -
70737.81/3621.32	c      3621           1032          17        20                -           0.0000          -
70837.00/3626.38	c      3626           1034          14        20                -           0.0000          -
70938.20/3631.40	c      3631           1035          15        20                -           0.0000          -
71039.28/3636.59	c      3637           1038          16        20                -           0.0000          -
71140.49/3641.63	c      3642           1039          17        20                -           0.0000          -
71243.70/3646.90	c      3647           1039          17        20                -           0.0000          -
71352.78/3652.31	c      3652           1042          15        20                -           0.0000          -
71451.82/3657.38	c      3657            645          32        20                -           0.0000          -
71553.02/3662.41	c      3662            648          31        20                -           0.0000          -
71660.24/3667.80	c      3668           1045          18        20                -           0.0000          -
71761.50/3672.97	c      3673            651          32        20                -           0.0000          -
71868.70/3678.36	c      3678            653          27        20                -           0.0000          -
71967.96/3683.37	c      3683           1052          18        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 (169776 MiB free)
  memory of node 1: 193531 MiB (70891 MiB free)
  memory of node 2: 193531 MiB (175488 MiB free)
  memory of node 3: 193531 MiB (174897 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-4465642-1723597401/watcher-4465642-1723597401 -o /tmp/evaluation-result-4465642-1723597401/solver-4465642-1723597401 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770154 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465642-1723597401.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100118 s]*
/proc/loadavg: 74.10 79.23 78.95 24/906 772446
/proc/meminfo: memFree=605085480/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=85184 memory=72640 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 16069 0 0 0 8 3 0 0 20 0 1 0 126322759 87228416 18160 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 21296 18160 2347 3035 0 17692 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 85184 KiB
Current children cumulated memory: 72640 KiB

[startup+0.218868 s]*
/proc/loadavg: 74.10 79.23 78.95 25/906 772446
/proc/meminfo: memFree=604941604/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=171988 memory=160240 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 38349 0 0 0 17 6 0 0 20 0 1 0 126322759 176115712 40060 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 42997 40060 2539 3035 0 39393 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 171988 KiB
Current children cumulated memory: 160240 KiB

[startup+0.322978 s]*
/proc/loadavg: 74.10 79.23 78.95 24/906 772446
/proc/meminfo: memFree=604817412/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=234012 memory=221488 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 53622 0 0 0 25 8 0 0 20 0 1 0 126322759 239628288 55372 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 58503 55372 2539 3035 0 54899 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 234012 KiB
Current children cumulated memory: 221488 KiB

[startup+0.700268 s]
/proc/loadavg: 74.10 79.23 78.95 24/906 772446
/proc/meminfo: memFree=604701928/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=358172 memory=342248 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 79579 0 0 0 56 13 0 0 20 0 1 0 126322759 366768128 85562 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 89543 85562 2678 3035 0 85939 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 358172 KiB
Current children cumulated memory: 342248 KiB

[startup+1.50025 s]
/proc/loadavg: 74.10 79.23 78.95 24/906 772446
/proc/meminfo: memFree=604422076/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=358172 memory=342248 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 79591 0 0 0 136 13 0 0 20 0 1 0 126322759 366768128 85562 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 89543 85562 2678 3035 0 85939 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 358172 KiB
Current children cumulated memory: 342248 KiB

[startup+3.11864 s]
/proc/loadavg: 74.10 79.23 78.95 24/906 772446
/proc/meminfo: memFree=604510192/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=358172 memory=342248 CPUtime=3.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 79613 0 0 0 296 13 0 0 20 0 1 0 126322759 366768128 85562 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 89543 85562 2678 3035 0 85939 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 358172 KiB
Current children cumulated memory: 342248 KiB

[startup+6.30023 s]
/proc/loadavg: 70.01 78.29 78.65 24/906 772448
/proc/meminfo: memFree=604379664/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=358172 memory=342536 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 79633 0 0 0 613 14 0 0 20 0 1 0 126322759 366768128 85634 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 89543 85634 2726 3035 0 85939 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 358172 KiB
Current children cumulated memory: 342536 KiB

[startup+12.7002 s]
/proc/loadavg: 66.25 77.38 78.35 24/906 772448
/proc/meminfo: memFree=604378248/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=358172 memory=342536 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 79655 0 0 0 1250 14 0 0 20 0 1 0 126322759 366768128 85634 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 89543 85634 2726 3035 0 85939 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 358172 KiB
Current children cumulated memory: 342536 KiB

[startup+25.5002 s]
/proc/loadavg: 59.75 75.62 77.77 24/924 772471
/proc/meminfo: memFree=603499028/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=358172 memory=342536 CPUtime=25.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 79678 0 0 0 2523 14 0 0 20 0 1 0 126322759 366768128 85634 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 89543 85634 2726 3035 0 85939 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 358172 KiB
Current children cumulated memory: 342536 KiB

[startup+51.1189 s]
/proc/loadavg: 46.89 71.01 76.17 24/904 772541
/proc/meminfo: memFree=699589928/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=397712 memory=382624 CPUtime=50.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) R 772442 772445 770141 0 -1 4194304 101561 0 0 0 5067 19 0 0 20 0 1 0 126322759 407257088 95656 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 99428 95656 2774 3035 0 95824 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 397712 KiB
Current children cumulated memory: 382624 KiB

[startup+102.301 s]
/proc/loadavg: 52.57 68.58 75.05 62/984 772631
/proc/meminfo: memFree=684628856/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=8688016 memory=7487212 CPUtime=954.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) S 772442 772445 770141 0 -1 1077936128 2953364 0 0 0 94954 462 0 0 20 0 41 0 126322759 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 2172004 1871803 3014 3035 0 2024707 0
[pid=772445/tid=772543] ppid=772442 vsize=8688016 memory=666876 CPUtime=45.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772543/stat : 772543 (fscip) R 772442 772445 770141 0 -1 4194368 104706 0 0 0 4488 15 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772544] ppid=772442 vsize=8688016 memory=280134276042416 CPUtime=45.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772544/stat : 772544 (fscip) R 772442 772445 770141 0 -1 4194368 184632 0 0 0 4472 31 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772545] ppid=772442 vsize=8688016 memory=0 CPUtime=45.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772545/stat : 772545 (fscip) R 772442 772445 770141 0 -1 4194368 104621 0 0 0 4486 16 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772546] ppid=772442 vsize=8688016 memory=7084532071747638352 CPUtime=45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772546/stat : 772546 (fscip) R 772442 772445 770141 0 -1 4194368 187587 0 0 0 4473 27 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772547] ppid=772442 vsize=8688016 memory=0 CPUtime=45.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772547/stat : 772547 (fscip) R 772442 772445 770141 0 -1 4194368 104458 0 0 0 4485 16 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772548] ppid=772442 vsize=8688016 memory=380272 CPUtime=45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772548/stat : 772548 (fscip) R 772442 772445 770141 0 -1 4194368 116526 0 0 0 4483 17 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772549] ppid=772442 vsize=8688016 memory=25333125866717268 CPUtime=45.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772549/stat : 772549 (fscip) R 772442 772445 770141 0 -1 4194368 109841 0 0 0 4486 16 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772550] ppid=772442 vsize=8688016 memory=0 CPUtime=45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772550/stat : 772550 (fscip) R 772442 772445 770141 0 -1 4194368 189867 0 0 0 4471 29 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772551] ppid=772442 vsize=8688016 memory=25333125866717268 CPUtime=44.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772551/stat : 772551 (fscip) R 772442 772445 770141 0 -1 4194368 116584 0 0 0 4459 18 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772552] ppid=772442 vsize=8688016 memory=6636282819613608 CPUtime=45.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772552/stat : 772552 (fscip) R 772442 772445 770141 0 -1 4194368 192113 0 0 0 4473 31 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772553] ppid=772442 vsize=8688016 memory=280134275976992 CPUtime=45.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772553/stat : 772553 (fscip) R 772442 772445 770141 0 -1 4194368 150325 0 0 0 4481 21 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772554] ppid=772442 vsize=8688016 memory=280134276408672 CPUtime=45.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772554/stat : 772554 (fscip) R 772442 772445 770141 0 -1 4194368 104620 0 0 0 4487 14 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772555] ppid=772442 vsize=8688016 memory=0 CPUtime=45.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772555/stat : 772555 (fscip) R 772442 772445 770141 0 -1 4194368 149108 0 0 0 4480 22 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772556] ppid=772442 vsize=8688016 memory=7524197098538494567 CPUtime=45.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772556/stat : 772556 (fscip) R 772442 772445 770141 0 -1 4194368 187217 0 0 0 4472 31 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772557] ppid=772442 vsize=8688016 memory=342536 CPUtime=45.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772557/stat : 772557 (fscip) R 772442 772445 770141 0 -1 4194368 104870 0 0 0 4487 15 0 0 20 0 41 0 126328292 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772558] ppid=772442 vsize=8688016 memory=-6441953309067754346 CPUtime=45.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772558/stat : 772558 (fscip) R 772442 772445 770141 0 -1 4194368 149732 0 0 0 4477 24 0 0 20 0 41 0 126328293 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772559] ppid=772442 vsize=8688016 memory=38604 CPUtime=45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772559/stat : 772559 (fscip) R 772442 772445 770141 0 -1 4194368 194506 0 0 0 4470 30 0 0 20 0 41 0 126328293 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772560] ppid=772442 vsize=8688016 memory=33100 CPUtime=43.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772560/stat : 772560 (fscip) R 772442 772445 770141 0 -1 4194368 104771 0 0 0 4362 17 0 0 20 0 41 0 126328293 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772561] ppid=772442 vsize=8688016 memory=0 CPUtime=44.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772561/stat : 772561 (fscip) R 772442 772445 770141 0 -1 4194368 164649 0 0 0 4474 24 0 0 20 0 41 0 126328293 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772562] ppid=772442 vsize=8688016 memory=3457676308091698 CPUtime=45.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772562/stat : 772562 (fscip) R 772442 772445 770141 0 -1 4194368 104704 0 0 0 4487 15 0 0 20 0 41 0 126328293 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772563] ppid=772442 vsize=8688016 memory=-6513729428128971623 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772563/stat : 772563 (fscip) S 772442 772445 770141 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 126328458 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772564] ppid=772442 vsize=8688016 memory=40204 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772564/stat : 772564 (fscip) S 772442 772445 770141 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 41 0 126328458 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772565] ppid=772442 vsize=8688016 memory=6153140174853661265 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772565/stat : 772565 (fscip) S 772442 772445 770141 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 126328458 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772566] ppid=772442 vsize=8688016 memory=280134277023984 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772566/stat : 772566 (fscip) S 772442 772445 770141 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 126328458 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772567] ppid=772442 vsize=8688016 memory=5772568 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772567/stat : 772567 (fscip) S 772442 772445 770141 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 126328458 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772568] ppid=772442 vsize=8688016 memory=2324533987096609121 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772568/stat : 772568 (fscip) S 772442 772445 770141 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 126328458 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772569] ppid=772442 vsize=8688016 memory=11536 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772569/stat : 772569 (fscip) S 772442 772445 770141 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 126328458 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772570] ppid=772442 vsize=8688016 memory=40204 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772570/stat : 772570 (fscip) S 772442 772445 770141 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 126328458 8896528384 1871803 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0

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

[pid=772445/tid=772566] ppid=772442 vsize=93777560 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772566/stat : 772566 (fscip) S 772442 772445 770141 0 -1 1077936192 59 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772567] ppid=772442 vsize=93777560 memory=354876 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772567/stat : 772567 (fscip) S 772442 772445 770141 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772568] ppid=772442 vsize=93777560 memory=355445 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772568/stat : 772568 (fscip) S 772442 772445 770141 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772569] ppid=772442 vsize=93777560 memory=280134276367296 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772569/stat : 772569 (fscip) S 772442 772445 770141 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772570] ppid=772442 vsize=93777560 memory=33362260 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772570/stat : 772570 (fscip) S 772442 772445 770141 0 -1 1077936192 162 0 0 0 2 1 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772571] ppid=772442 vsize=93777560 memory=280134277401984 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772571/stat : 772571 (fscip) S 772442 772445 770141 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772572] ppid=772442 vsize=93777560 memory=7230078760107861568 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772572/stat : 772572 (fscip) S 772442 772445 770141 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772573] ppid=772442 vsize=93777560 memory=31818640 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772573/stat : 772573 (fscip) S 772442 772445 770141 0 -1 1077936192 151 0 0 0 4 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772574] ppid=772442 vsize=93777560 memory=32932436 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772574/stat : 772574 (fscip) S 772442 772445 770141 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772575] ppid=772442 vsize=93777560 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772575/stat : 772575 (fscip) S 772442 772445 770141 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772576] ppid=772442 vsize=93777560 memory=140067139725126 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772576/stat : 772576 (fscip) S 772442 772445 770141 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772577] ppid=772442 vsize=93777560 memory=18544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772577/stat : 772577 (fscip) S 772442 772445 770141 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772578] ppid=772442 vsize=93777560 memory=20276 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772578/stat : 772578 (fscip) S 772442 772445 770141 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772579] ppid=772442 vsize=93777560 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772579/stat : 772579 (fscip) S 772442 772445 770141 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772580] ppid=772442 vsize=93777560 memory=33404472 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772580/stat : 772580 (fscip) S 772442 772445 770141 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772581] ppid=772442 vsize=93777560 memory=10556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772581/stat : 772581 (fscip) S 772442 772445 770141 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772582] ppid=772442 vsize=93777560 memory=5472 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772582/stat : 772582 (fscip) S 772442 772445 770141 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8352001 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
Current children cumulated CPU time: 71154.4 s
Current children cumulated vsize: 93777560 KiB
Current children cumulated memory: 33408004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3685 s]*
/proc/loadavg: 74.17 79.27 79.95 63/984 774642
/proc/meminfo: memFree=612483080/790760804 swapFree=131071996/131071996
[pid=772445] ppid=772442 vsize=93777560 memory=33669164 CPUtime=72002.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/stat : 772445 (fscip) S 772442 772445 770141 0 -1 1077936128 54111403 0 0 0 7191682 8539 0 0 20 0 41 0 126322759 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
/proc/772445/statm: 23444390 8417291 3030 3035 0 23119191 0
[pid=772445/tid=772543] ppid=772442 vsize=93777560 memory=-8960584808180130492 CPUtime=3600.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772543/stat : 772543 (fscip) R 772442 772445 770141 0 -1 4194368 3750996 0 0 0 359711 323 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772544] ppid=772442 vsize=93777560 memory=5788080272693356114 CPUtime=3597.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772544/stat : 772544 (fscip) R 772442 772445 770141 0 -1 4194368 2051220 0 0 0 359248 548 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772545] ppid=772442 vsize=93777560 memory=7668617976414236519 CPUtime=3598.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772545/stat : 772545 (fscip) R 772442 772445 770141 0 -1 4194368 2743612 0 0 0 359427 465 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772546] ppid=772442 vsize=93777560 memory=0 CPUtime=3600.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772546/stat : 772546 (fscip) R 772442 772445 770141 0 -1 4194368 3486658 0 0 0 359717 309 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772547] ppid=772442 vsize=93777560 memory=7295937320558357861 CPUtime=3598.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772547/stat : 772547 (fscip) R 772442 772445 770141 0 -1 4194368 1923147 0 0 0 359342 499 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772548] ppid=772442 vsize=93777560 memory=4639921903646762853 CPUtime=3595.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772548/stat : 772548 (fscip) R 772442 772445 770141 0 -1 4194368 2660105 0 0 0 359057 451 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772549] ppid=772442 vsize=93777560 memory=0 CPUtime=3599.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772549/stat : 772549 (fscip) R 772442 772445 770141 0 -1 4194368 2742604 0 0 0 359678 239 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772550] ppid=772442 vsize=93777560 memory=280134277222288 CPUtime=3600.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772550/stat : 772550 (fscip) R 772442 772445 770141 0 -1 4194368 1975203 0 0 0 359494 527 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772551] ppid=772442 vsize=93777560 memory=7740675570452163945 CPUtime=3586.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772551/stat : 772551 (fscip) R 772442 772445 770141 0 -1 4194368 2592734 0 0 0 358229 427 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772552] ppid=772442 vsize=93777560 memory=7740675570452163945 CPUtime=3600.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772552/stat : 772552 (fscip) R 772442 772445 770141 0 -1 4194368 3825143 0 0 0 359698 340 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772553] ppid=772442 vsize=93777560 memory=7882825841123484012 CPUtime=3593.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772553/stat : 772553 (fscip) R 772442 772445 770141 0 -1 4194368 1953182 0 0 0 358867 507 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772554] ppid=772442 vsize=93777560 memory=0 CPUtime=3590.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772554/stat : 772554 (fscip) R 772442 772445 770141 0 -1 4194368 2737898 0 0 0 358647 430 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772555] ppid=772442 vsize=93777560 memory=0 CPUtime=3598.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772555/stat : 772555 (fscip) R 772442 772445 770141 0 -1 4194368 3383159 0 0 0 359526 291 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772556] ppid=772442 vsize=93777560 memory=59615035523941 CPUtime=3603.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772556/stat : 772556 (fscip) R 772442 772445 770141 0 -1 4194368 2085813 0 0 0 359827 564 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772557] ppid=772442 vsize=93777560 memory=14974460134425994 CPUtime=3593.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772557/stat : 772557 (fscip) R 772442 772445 770141 0 -1 4194368 2814243 0 0 0 358919 466 0 0 20 0 41 0 126328292 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772558] ppid=772442 vsize=93777560 memory=14408220252834336 CPUtime=3601.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772558/stat : 772558 (fscip) R 772442 772445 770141 0 -1 4194368 3460142 0 0 0 359861 302 0 0 20 0 41 0 126328293 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772559] ppid=772442 vsize=93777560 memory=2019697 CPUtime=3602.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772559/stat : 772559 (fscip) R 772442 772445 770141 0 -1 4194368 1921365 0 0 0 359748 515 0 0 20 0 41 0 126328293 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772560] ppid=772442 vsize=93777560 memory=2157704 CPUtime=3585.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772560/stat : 772560 (fscip) R 772442 772445 770141 0 -1 4194368 2619861 0 0 0 358154 443 0 0 20 0 41 0 126328293 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772561] ppid=772442 vsize=93777560 memory=2196677 CPUtime=3599.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772561/stat : 772561 (fscip) R 772442 772445 770141 0 -1 4194368 3294849 0 0 0 359625 282 0 0 20 0 41 0 126328293 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772562] ppid=772442 vsize=93777560 memory=7596555984379729002 CPUtime=3598.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772562/stat : 772562 (fscip) R 772442 772445 770141 0 -1 4194368 1957292 0 0 0 359337 550 0 0 20 0 41 0 126328293 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772563] ppid=772442 vsize=93777560 memory=7596555984379729002 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772563/stat : 772563 (fscip) S 772442 772445 770141 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772564] ppid=772442 vsize=93777560 memory=7596555984379729002 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772564/stat : 772564 (fscip) S 772442 772445 770141 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772565] ppid=772442 vsize=93777560 memory=3762534507777197329 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772565/stat : 772565 (fscip) S 772442 772445 770141 0 -1 1077936192 103 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772566] ppid=772442 vsize=93777560 memory=7596555984379729002 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772566/stat : 772566 (fscip) S 772442 772445 770141 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772567] ppid=772442 vsize=93777560 memory=7596555984379729002 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772567/stat : 772567 (fscip) S 772442 772445 770141 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772568] ppid=772442 vsize=93777560 memory=7596555984379729002 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772568/stat : 772568 (fscip) S 772442 772445 770141 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772569] ppid=772442 vsize=93777560 memory=5684 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772569/stat : 772569 (fscip) S 772442 772445 770141 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772570] ppid=772442 vsize=93777560 memory=7020078739454126169 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772570/stat : 772570 (fscip) S 772442 772445 770141 0 -1 1077936192 165 0 0 0 2 1 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772571] ppid=772442 vsize=93777560 memory=7 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772571/stat : 772571 (fscip) S 772442 772445 770141 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772572] ppid=772442 vsize=93777560 memory=7229515827384642133 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772572/stat : 772572 (fscip) S 772442 772445 770141 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772573] ppid=772442 vsize=93777560 memory=8099794738022471784 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772573/stat : 772573 (fscip) S 772442 772445 770141 0 -1 1077936192 154 0 0 0 4 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772574] ppid=772442 vsize=93777560 memory=8514701219730392225 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772574/stat : 772574 (fscip) S 772442 772445 770141 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772575] ppid=772442 vsize=93777560 memory=-9180700527125751131 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772575/stat : 772575 (fscip) S 772442 772445 770141 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772576] ppid=772442 vsize=93777560 memory=7665792252989631329 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772576/stat : 772576 (fscip) S 772442 772445 770141 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772577] ppid=772442 vsize=93777560 memory=6944656574467694672 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772577/stat : 772577 (fscip) S 772442 772445 770141 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772578] ppid=772442 vsize=93777560 memory=-3535470204654027098 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772578/stat : 772578 (fscip) S 772442 772445 770141 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772579] ppid=772442 vsize=93777560 memory=6944656592455097440 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772579/stat : 772579 (fscip) S 772442 772445 770141 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772580] ppid=772442 vsize=93777560 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772580/stat : 772580 (fscip) S 772442 772445 770141 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772581] ppid=772442 vsize=93777560 memory=8171065125692123723 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772581/stat : 772581 (fscip) S 772442 772445 770141 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
[pid=772445/tid=772582] ppid=772442 vsize=93777560 memory=-6535503224579184995 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/772445/task/772582/stat : 772582 (fscip) S 772442 772445 770141 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 126328458 96028221440 8417291 809668444160 4194304 16623229 140720781773344 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 24735744 140720781775878 140720781775996 140720781775996 140720781783024 0
Current children cumulated CPU time: 72002.2 s
Current children cumulated vsize: 93777560 KiB
Current children cumulated memory: 33669164 KiB

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

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

# cumulated CPU time of all completed processes:  user=71917.4 s, system=86.3683 s

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

[startup+3685.6 s]
/proc/loadavg: 74.17 79.27 79.95 43/945 774642
/proc/meminfo: memFree=616333456/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3686 s]*
/proc/loadavg: 71.59 78.65 79.75 43/945 774642
/proc/meminfo: memFree=645203296/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3686.03
CPU time (s): 72003.7
CPU user time (s): 71917.4
CPU system time (s): 86.3683
CPU usage (%): 1953.42
Max. virtual memory (cumulated for all children) (KiB): 93777560
Max. memory (cumulated for all children) (KiB): 33669164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71917.3
system time used= 86.3683
maximum resident set size= 33669172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54111473
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= 164043
involuntary context switches= 366970


# summary of solver processes directly reported to runsolver:
#   pid: 772445
#   total CPU time (s): 72003.7
#   total CPU user time (s): 71917.4
#   total CPU system time (s): 86.3683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.674 second user time and 83.9271 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 03:03:21
IDJOB=4465642
IDBENCH=147734
IDSOLVER=3094
FILE ID=nodeD102/4465642-1723597401
RUNJOBID= nodeD102-1723593750-770154
SLURM_JOB_ID= 8267899
Free space on /tmp= 8588184 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465642-1723597401/watcher-4465642-1723597401 -o /tmp/evaluation-result-4465642-1723597401/solver-4465642-1723597401 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770154 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465642-1723597401.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c8aab35d42bad0d90391f6d533654bf0
RANDOM SEED=252825532

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        605258388 kB
MemAvailable:   672794656 kB
Buffers:         1253968 kB
Cached:         69063688 kB
SwapCached:            0 kB
Active:          9623544 kB
Inactive:       171076984 kB
Active(anon):       2280 kB
Inactive(anon): 110419668 kB
Active(file):    9621264 kB
Inactive(file): 60657316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            105348 kB
Writeback:             4 kB
AnonPages:      110378212 kB
Mapped:           134720 kB
Shmem:             38920 kB
KReclaimable:    1354432 kB
Slab:            1899296 kB
SReclaimable:    1354432 kB
SUnreclaim:       544864 kB
KernelStack:       15696 kB
PageTables:       237072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   55847020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1123968 kB
HardwareCorrupted:     0 kB
AnonHugePages:  37703680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1189888 kB
DirectMap2M:    240480256 kB
DirectMap1G:    564133888 kB

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