Trace number 4465401

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.8 3658.93

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_14_shg.opb
MD5SUMc0e25a71d8726d42148f3e780c01ff44
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14300
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint93
Number of terms in the objective function 14300
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14300
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14300
Number of bits of the biggest sum of numbers14
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)
1.78/1.80	c Default LC presolving (default).
1.78/1.80	c ** Before presolving: virtualMemUsedAtLc = 988159393, getVmSize() = 768765952, SCIPgetMemUsed() = 527426553, SCIPgetMemTotal() = 730975913, SCIPgetMemExternEstim() = 257183480
1.78/1.80	c ** set memory limit for presolving in LC to 8.79298e+12 for SCIP **
18.21/18.37	c ** Estimated virtualMemUsedAtSolver = 2856490482, getVmSize() = 4290285568, SCIPgetMemUsed() = 2312061859, SCIPgetMemTotal() = 4027552243, SCIPgetMemExternEstim() = 257183480
18.21/18.37	c ** set memory limit for solvers to 4.17962e+11 for each SCIP **
18.21/18.37	c Original Problem   :
18.21/18.37	c   Problem name     : instance-4465401-1723611439
18.21/18.37	c   Variables        : 14300 (14300 binary, 0 integer, 0 implicit integer, 0 continuous)
18.21/18.37	c   Constraints      : 65280
18.21/18.37	c   Objective sense  : minimize
18.21/18.37	c Presolved Problem  :
18.21/18.37	c   Variables        : 14300 (14300 binary, 0 integer, 0 implicit integer, 0 continuous)
18.21/18.37	c   Constraints      : 65280
18.21/18.37	c Constraints        : Number
18.21/18.37	c   logicor          : 65280 
18.21/18.37	c ** Instance transfer method used: 0
18.62/18.75	c ** ParaScipInstance copy does not increase the number of variables. **
25.60/25.75	c LC is working with racing ramp-up and with rebuilding tree after racing.
25.60/25.75	c                                Nodes    Active                                            
25.60/25.75	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
328.87/41.53	c *      42              0           1        20          68.0000                -          -
328.87/41.53	c        42              0           1        20          68.0000                -          -
426.14/46.57	c        47              2           1        20          68.0000           0.0000          -
895.89/70.45	c        70              2           1        20          68.0000           0.0000          -
1210.55/86.34	c *      86              4           3        20          67.0000           0.0000          -
1210.55/86.34	c        86              4           3        20          67.0000           0.0000          -
1222.35/86.93	c *      87              4           3        20          60.0000           0.0000          -
1396.40/95.78	c        96              4           3        20          60.0000           0.0000          -
1884.99/120.46	c       120             22          21        20          60.0000           0.0000          -
1993.99/126.03	c       126             42          41        20          60.0000           0.0000          -
2378.34/145.35	c       145             42          41        20          60.0000           0.0000          -
2481.23/150.57	c       151             71          72        20          60.0000           0.0000          -
2582.36/155.60	c       156            102         101        20          60.0000           0.0000          -
2978.46/175.67	c       176            122         121        20          60.0000           0.0000          -
3079.54/180.73	c       181            142         141        20          60.0000           0.0000          -
3432.41/198.51	c       199            142         141        20          60.0000           0.0000          -
3533.45/203.69	c       204            202         201        20          60.0000           0.0000          -
3634.56/208.79	c       209            222         223        20          60.0000           0.0000          -
3753.49/214.77	c       215           1002        1001        20          60.0000           0.0000          -
3888.28/221.57	c       222           1002        1001        20          60.0000           0.0000          -
3989.40/226.67	c       227           1019        1018        20          60.0000           0.0000          -
4090.55/231.73	c       232           1150         102        20          60.0000           0.0000          -
4191.49/236.87	c       237           1251         201        20          60.0000           0.0000          -
4295.28/242.07	c       242           2231        1181        20          60.0000           0.0000          -
4632.08/259.08	c       259           2251        1201        20          60.0000           0.0000          -
4742.35/264.60	c       265           2251        1201        20          60.0000           0.0000          -
4847.42/269.96	c       270           2491        1441        20          60.0000           0.0000          -
4946.32/274.97	c       275           3106        2056        20          60.0000           0.0000          -
5048.26/280.06	c       280           4283        3233        20          60.0000           0.0000          -
5149.49/285.18	c       285           4690        3642        20          60.0000           1.0000          -
5249.47/290.21	c       290           4811        3761        20          60.0000           1.0000          -
5354.38/295.57	c       296           5611        4561        20          60.0000           1.0000          -
5457.39/300.74	c       301           6594        5544        20          60.0000           1.0000          -
5558.46/305.84	c       306           8010        6960        20          60.0000           1.0000          -
5659.52/310.90	c       311          10392        9342        20          60.0000           1.0000          -
5758.65/315.99	c       316          10392        9342        20          60.0000           1.0000          -
6019.00/329.10	c       329          10392        9342        20          60.0000           1.0000          -
6123.25/334.40	c       334          10271        9221        20          60.0000           1.0000          -
6226.24/339.59	c       340          12671       11621        20          60.0000           1.0000          -
6514.12/354.07	c       354          12671       11621        20          60.0000           1.0000          -
6626.18/359.76	c       360          12871       11821        20          60.0000           1.0000          -
6735.13/365.22	c       365          13539       12491        20          60.0000           1.0000          -
6839.85/370.54	c       371          13540       12490        20          60.0000           1.0000          -
6951.61/376.16	c       376          15258       13879        20          60.0000           1.0000          -
7062.05/381.78	c       382          15258       13879        20          60.0000           1.0000          -
7165.22/387.03	c       387          15258       13879        20          60.0000           1.0000          -
7278.29/392.63	c       393          15349       13870        20          60.0000           1.0000          -
7381.44/397.84	c       398          15349       13870        20          60.0000           1.0000          -
7485.21/403.11	c       403          15284       13872        20          60.0000           1.0000          -
7591.65/408.44	c       408          15752         401        20          60.0000           1.0000          -
7696.77/413.80	c       414          16352        1001        20          60.0000           1.0000          -
7799.89/418.90	c       419          16964        1613        20          60.0000           1.0000          -
7898.94/423.91	c       424          17600        2241        20          60.0000           1.0000          -
8000.62/429.05	c       429          18300        2941        20          60.0000           1.0000          -
8102.83/434.25	c       434          19020        3661        20          60.0000           1.0000          -
8205.73/439.41	c       439          19827        4468        20          60.0000           1.0000          -
8304.70/444.48	c       444          20880        5521        20          60.0000           1.0000          -
8405.65/449.59	c       450          22740        7381        20          60.0000           1.0000          -
8508.65/454.71	c       455          27308       11515        20          60.0000           1.0000          -
8609.73/459.89	c       460          27308       11515        20          60.0000           1.0000          -
8722.72/465.53	c       466          27656       11698        20          60.0000           1.0000          -
8825.80/470.75	c       471          27656       11698        20          60.0000           1.0000          -
8926.87/475.85	c       476          27735       11521        20          60.0000           1.0000          -
9027.93/481.04	c       481          28135         421        20          60.0000           1.0000          -
9136.91/486.40	c       486          28735        1021        20          60.0000           1.0000          -
9241.90/491.72	c       492          29335        1621        20          60.0000           1.0000          -
9344.92/496.95	c       497          29952        2238        20          60.0000           1.0000          -
9448.49/502.15	c       502          30635        2921        20          60.0000           1.0000          -
9550.84/507.35	c       507          31335        3621        20          60.0000           1.0000          -
9651.81/512.43	c       512          34504        7195        20          60.0000           1.0000          -
9750.78/517.50	c       518          37541       10232        20          60.0000           1.0000          -
9855.70/522.77	c       523          39843       10763        20          60.0000           1.0000          -
9958.66/527.95	c       528          37255        9541        20          60.0000           1.0000          -
10063.67/533.28	c       533          38557       10648        20          60.0000           1.0000          -
10170.73/538.62	c       539          40459       10701        20          60.0000           1.0000          -
10281.71/544.21	c       544          40459       10701        20          60.0000           1.0000          -
10384.90/549.44	c       549          40459       10701        20          60.0000           1.0000          -
10492.07/554.80	c       555          40051       11228        20          60.0000           1.0000          -
10595.92/560.07	c       560          40051       11228        20          60.0000           1.0000          -
10697.06/565.17	c       565          40051       11228        20          60.0000           1.0000          -
10803.49/570.53	c       571          40363         281        20          60.0000           1.0000          -
10904.64/575.68	c       576          40923         841        20          60.0000           1.0000          -
11005.77/580.71	c       581          40419        1101        20          60.0000           1.0000          -
11104.91/585.75	c       586          42003        1921        20          60.0000           1.0000          -
11210.65/591.05	c       591          41635        2317        20          60.0000           1.0000          -
11309.95/596.10	c       596          43303        3221        20          60.0000           1.0000          -
11411.01/601.19	c       601          50361        9861        20          60.0000           1.0000          -
11513.24/606.35	c       606          51163       10233        20          60.0000           1.0000          -
11614.29/611.42	c       611          46263        6181        20          60.0000           1.0000          -
11717.36/616.65	c       617          51509       10157        20          60.0000           1.0000          -
11822.48/621.99	c       622          50733       10540        20          60.0000           1.0000          -
11929.55/627.37	c       627          52353       12385        20          60.0000           1.0000          -
12030.69/632.43	c       632          52857       12377        20          60.0000           1.0000          -
12131.84/637.51	c       638          53354       12377        20          60.0000           1.0000          -
12230.99/642.57	c       643          53520       12375        20          60.0000           1.0000          -
12332.16/647.62	c       648          53520       12375        20          60.0000           1.0000          -
12437.29/652.90	c       653          53520       12375        20          60.0000           1.0000          -
12550.34/658.68	c       659          52842       10124        20          60.0000           1.0000          -
12658.11/664.06	c       664          52842       10124        20          60.0000           1.0000          -
12764.56/669.45	c       669          52842       10124        20          60.0000           1.0000          -
12865.74/674.60	c       675          55906        2341        20          60.0000           1.0000          -
12968.89/679.79	c       680          52197       10329        20          60.0000           1.0000          -
13072.05/684.97	c       685          52197       10329        20          60.0000           1.0000          -
13173.88/690.07	c       690          52197       10329        20          60.0000           1.0000          -
13275.29/695.17	c       695          52499         301        20          60.0000           1.0000          -
13375.39/700.24	c       700          52959         761        20          60.0000           1.0000          -
13476.54/705.39	c       705          56956        4101        20          60.0000           1.0000          -
13577.69/710.44	c       710          66079       10452        20          60.0000           1.0000          -
13678.84/715.52	c       716          59916        7061        20          60.0000           1.0000          -
13778.00/720.59	c       721          66381       10446        20          60.0000           1.0000          -
13879.14/725.63	c       726          56239        4041        20          60.0000           1.0000          -
13984.27/730.91	c       731          57379        5181        20          60.0000           1.0000          -
14085.90/736.05	c       736          63861        8871        20          60.0000           1.0000          -
14185.24/741.12	c       741          67291       10382        20          60.0000           1.0000          -
14291.64/746.47	c       746          64075        8858        20          60.0000           1.0000          -
14398.77/751.85	c       752          64190       10214        20          60.0000           1.0000          -
14502.64/757.09	c       757          64250        8858        20          60.0000           1.0000          -
14605.11/762.23	c       762          67974       10395        20          60.0000           1.0000          -
14704.24/767.26	c       767          64469       10204        20          60.0000           1.0000          -
14805.42/772.34	c       772          64535        8853        20          60.0000           1.0000          -
14906.56/777.44	c       777          64672       10218        20          60.0000           1.0000          -
15011.70/782.72	c       783          64768        8844        20          60.0000           1.0000          -
15112.88/787.83	c       788          68708       10376        20          60.0000           1.0000          -
15214.07/792.92	c       793          64986       10191        20          60.0000           1.0000          -
15313.28/797.95	c       798          65448        8843        20          60.0000           1.0000          -
15424.37/803.56	c       804          65180       10186        20          60.0000           1.0000          -
15527.48/808.77	c       809          65729        8840        20          60.0000           1.0000          -
15638.57/814.31	c       814          66461       11238        20          60.0000           1.0000          -
15741.71/819.59	c       820          69380       10372        20          60.0000           1.0000          -
15844.82/824.76	c       825          69380       10372        20          60.0000           1.0000          -
15953.91/830.26	c       830          67496       10181        20          60.0000           1.0000          -
16061.05/835.64	c       836          69919         481        20          60.0000           1.0000          -
16164.20/840.80	c       841          70499        1061        20          60.0000           1.0000          -
16263.39/845.87	c       846          66404        8839        20          60.0000           1.0000          -
16364.56/850.98	c       851          67936       10187        20          60.0000           1.0000          -
16463.76/856.04	c       856          72259        2821        20          60.0000           1.0000          -
16565.62/861.04	c       861          66645        8836        20          60.0000           1.0000          -
16670.01/866.39	c       866          66645        8836        20          60.0000           1.0000          -
16777.15/871.75	c       872          66645        8836        20          60.0000           1.0000          -
16878.21/876.81	c       877          77796        8358        20          60.0000           1.0000          -
16982.00/882.10	c       882          68784         721        20          60.0000           1.0000          -
17086.41/887.36	c       887          69384        1321        20          60.0000           1.0000          -
17187.58/892.45	c       892          82089       12135        20          60.0000           1.0000          -
17294.70/897.83	c       898          82291       12132        20          60.0000           1.0000          -
17395.75/902.95	c       903          71304        3241        20          60.0000           1.0000          -
17494.94/907.97	c       908          82685       12131        20          60.0000           1.0000          -
17596.61/913.07	c       913          82906       12132        20          60.0000           1.0000          -
17695.80/918.08	c       918          74927        8281        20          60.0000           1.0000          -
17796.79/923.16	c       923          77421       10684        20          60.0000           1.0000          -
17896.99/928.25	c       928          83591       12133        20          60.0000           1.0000          -
18000.16/933.42	c       933          77741       10653        20          60.0000           1.0000          -
18105.29/938.72	c       939          77958       10582        20          60.0000           1.0000          -
18204.41/943.79	c       944          78100       10576        20          60.0000           1.0000          -
18305.60/948.82	c       949          84432       12135        20          60.0000           1.0000          -
18406.79/954.01	c       954          78472       10566        20          60.0000           1.0000          -
18513.93/959.31	c       959          78641       10552        20          60.0000           1.0000          -
18615.11/964.45	c       964          78799       10542        20          60.0000           1.0000          -
18714.33/969.48	c       969          78990       10532        20          60.0000           1.0000          -
18821.47/974.87	c       975          85301       12136        20          60.0000           1.0000          -
18927.51/980.18	c       980          79320       10303        20          60.0000           1.0000          -
19031.75/985.40	c       985          83654       12060        20          60.0000           1.0000          -
19136.77/990.70	c       991          79635       10290        20          60.0000           1.0000          -
19239.93/996.01	c       996          79870       10281        20          60.0000           1.0000          -
19343.86/1001.19	c      1001          80000       10279        20          60.0000           1.0000          -
19446.20/1006.35	c      1006          80147       10287        20          60.0000           1.0000          -
19557.32/1011.98	c      1012          84891       12057        20          60.0000           1.0000          -
19661.15/1017.15	c      1017          85108       12062        20          60.0000           1.0000          -
19761.68/1022.22	c      1022          85491       12061        20          60.0000           1.0000          -
19868.80/1027.61	c      1028          85706       12058        20          60.0000           1.0000          -
19973.97/1032.98	c      1033          80889       10249        20          60.0000           1.0000          -
20078.93/1038.26	c      1038          81008       10250        20          60.0000           1.0000          -
20178.11/1043.27	c      1043          81119       10256        20          60.0000           1.0000          -
20279.32/1048.39	c      1048          87922       12131        20          60.0000           1.0000          -
20384.50/1053.63	c      1054          88118       12134        20          60.0000           1.0000          -
20492.27/1059.12	c      1059          88251       12133        20          60.0000           1.0000          -
20598.61/1064.41	c      1064          88251       12133        20          60.0000           1.0000          -
20703.74/1069.74	c      1070          88251       12133        20          60.0000           1.0000          -
20806.92/1075.01	c      1075          87464       12062        20          60.0000           1.0000          -
20910.72/1080.17	c      1080          87464       12062        20          60.0000           1.0000          -
21017.18/1085.51	c      1086          87464       12062        20          60.0000           1.0000          -
21122.35/1090.84	c      1091          88037         393        20          60.0000           1.0000          -
21228.31/1096.16	c      1096          88585         941        20          60.0000           1.0000          -
21334.52/1101.51	c      1102          91554        3301        20          60.0000           1.0000          -
21439.68/1106.83	c      1107          82451       10246        20          60.0000           1.0000          -
21540.85/1112.01	c      1112          82548       10234        20          60.0000           1.0000          -
21642.74/1117.11	c      1117          82658       10235        20          60.0000           1.0000          -
21744.06/1122.15	c      1122          91885        4241        20          60.0000           1.0000          -
21844.28/1127.29	c      1127          82846       10243        20          60.0000           1.0000          -
21949.39/1132.60	c      1133          82942       10231        20          60.0000           1.0000          -
22052.46/1137.73	c      1138          83050       10232        20          60.0000           1.0000          -
22155.62/1142.98	c      1143          99718       11959        20          60.0000           1.0000          -
22259.34/1148.16	c      1148         102154       12350        20          60.0000           1.0000          -
22361.74/1153.37	c      1153         102491       12354        20          60.0000           1.0000          -
22462.96/1158.47	c      1158          83418       10231        20          60.0000           1.0000          -
22568.14/1163.73	c      1164          83418       10231        20          60.0000           1.0000          -
22671.28/1169.03	c      1169          83418       10231        20          60.0000           1.0000          -
22773.19/1174.06	c      1174         100965       11888        20          60.0000           1.0000          -
22874.62/1179.15	c      1179          83871         441        20          60.0000           1.0000          -
22978.80/1184.46	c      1184          84471        1041        20          60.0000           1.0000          -
23082.00/1189.61	c      1190          85073        1643        20          60.0000           1.0000          -
23185.19/1194.82	c      1195          85751        2321        20          60.0000           1.0000          -
23286.38/1200.02	c      1200          86468        3038        20          60.0000           1.0000          -
23391.47/1205.23	c      1205         102274       11887        20          60.0000           1.0000          -
23496.65/1210.50	c      1210         102499       11871        20          60.0000           1.0000          -
23597.84/1215.61	c      1216         102698       11870        20          60.0000           1.0000          -
23701.04/1220.83	c      1221         102898       11871        20          60.0000           1.0000          -
23800.29/1225.87	c      1226         103075       11872        20          60.0000           1.0000          -
23901.52/1230.91	c      1231         103277       11867        20          60.0000           1.0000          -
24003.64/1236.09	c      1236          95000       10916        20          60.0000           1.0000          -
24107.94/1241.38	c      1241         103614       11867        20          60.0000           1.0000          -
24213.15/1246.67	c      1247         103778       11865        20          60.0000           1.0000          -
24314.39/1251.78	c      1252         103951       11869        20          60.0000           1.0000          -
24415.57/1256.88	c      1257         108808       12349        20          60.0000           1.0000          -
24516.80/1261.95	c      1262         109103       12357        20          60.0000           1.0000          -
24623.98/1267.37	c      1267          96337       10908        20          60.0000           1.0000          -
24727.20/1272.51	c      1273          96649       10914        20          60.0000           1.0000          -
24830.24/1277.78	c      1278          96842       10909        20          60.0000           1.0000          -
24933.48/1282.99	c      1283          97079       10908        20          60.0000           1.0000          -
25038.69/1288.27	c      1288          97268       10910        20          60.0000           1.0000          -
25139.91/1293.31	c      1293         110857       12353        20          60.0000           1.0000          -
25241.18/1298.48	c      1298         105806       11864        20          60.0000           1.0000          -
25342.45/1303.59	c      1304         111442       12355        20          60.0000           1.0000          -
25447.70/1308.80	c      1309         111674       12353        20          60.0000           1.0000          -
25548.91/1313.90	c      1314         112059       12350        20          60.0000           1.0000          -
25648.10/1319.02	c      1319          98515       10910        20          60.0000           1.0000          -
25751.57/1324.18	c      1324         106861       11868        20          60.0000           1.0000          -
25852.17/1329.23	c      1329         112945       12355        20          60.0000           1.0000          -
25957.41/1334.52	c      1335          99205       10908        20          60.0000           1.0000          -
26056.71/1339.58	c      1340         113239       12355        20          60.0000           1.0000          -
26156.00/1344.60	c      1345         113239       12355        20          60.0000           1.0000          -
26261.19/1349.88	c      1350         113239       12355        20          60.0000           1.0000          -
26362.46/1354.99	c      1355          99986       10904        20          60.0000           1.0000          -
26464.41/1360.07	c      1360         100150       10908        20          60.0000           1.0000          -
26566.94/1365.20	c      1365         113590       12353        20          60.0000           1.0000          -
26672.18/1370.51	c      1371         108589       11866        20          60.0000           1.0000          -
26773.29/1375.63	c      1376         108765       11869        20          60.0000           1.0000          -
26878.54/1381.02	c      1381         100906       10908        20          60.0000           1.0000          -
26982.46/1386.16	c      1386         101115       10906        20          60.0000           1.0000          -
27081.50/1391.20	c      1391         101213       10902        20          60.0000           1.0000          -
27181.98/1396.26	c      1396         101360       10907        20          60.0000           1.0000          -
27281.16/1401.29	c      1401         115619       12355        20          60.0000           1.0000          -
27384.40/1406.44	c      1406         115929       12353        20          60.0000           1.0000          -
27489.64/1411.78	c      1412         116158       12354        20          60.0000           1.0000          -
27595.80/1417.07	c      1417         116408       12352        20          60.0000           1.0000          -
27696.71/1422.14	c      1422         110355       11870        20          60.0000           1.0000          -
27801.24/1427.46	c      1427         116631       12353        20          60.0000           1.0000          -
27908.38/1432.87	c      1433         116631       12353        20          60.0000           1.0000          -
28017.38/1438.34	c      1438         116631       12353        20          60.0000           1.0000          -
28120.58/1443.52	c      1444         103210       10909        20          60.0000           1.0000          -
28219.81/1448.59	c      1449         111200       11864        20          60.0000           1.0000          -
28321.02/1453.64	c      1454         118030        1361        20          60.0000           1.0000          -
28428.85/1459.09	c      1459         103841       10906        20          60.0000           1.0000          -
28533.32/1464.39	c      1464         111649       11867        20          60.0000           1.0000          -
28636.50/1469.58	c      1470         104204       10905        20          60.0000           1.0000          -
28741.64/1474.87	c      1475         111977       11863        20          60.0000           1.0000          -
28842.74/1479.94	c      1480         112124       11867        20          60.0000           1.0000          -
28941.78/1485.02	c      1485         104743       10904        20          60.0000           1.0000          -
29043.53/1490.09	c      1490         104889       10904        20          60.0000           1.0000          -
29145.56/1495.25	c      1495         105052       10903        20          60.0000           1.0000          -
29250.70/1500.53	c      1501         112732       11863        20          60.0000           1.0000          -
29353.87/1505.79	c      1506         112732       11863        20          60.0000           1.0000          -
29457.05/1510.92	c      1511         112732       11863        20          60.0000           1.0000          -
29560.91/1516.17	c      1516         112732       11863        20          60.0000           1.0000          -
29660.86/1521.29	c      1521         129980       12031        20          60.0000           1.0000          -
29761.86/1526.30	c      1526         130183       12028        20          60.0000           1.0000          -
29862.93/1531.41	c      1531         112901       11868        20          60.0000           1.0000          -
29970.08/1536.90	c      1537         112901       11868        20          60.0000           1.0000          -
30075.91/1542.16	c      1542         112901       11868        20          60.0000           1.0000          -
30178.24/1547.33	c      1547         106790       10902        20          60.0000           1.0000          -
30279.23/1552.46	c      1552         131153       12026        20          60.0000           1.0000          -
30380.28/1557.53	c      1558         114034        1121        20          60.0000           1.0000          -
30485.38/1562.83	c      1563         114634        1721        20          60.0000           1.0000          -
30584.57/1567.86	c      1568         107542       10899        20          60.0000           1.0000          -
30683.78/1572.87	c      1573         131850       12021        20          60.0000           1.0000          -
30785.16/1577.97	c      1578         132001       12023        20          60.0000           1.0000          -
30884.09/1582.99	c      1583         108026       10901        20          60.0000           1.0000          -
30983.26/1588.00	c      1588         132372       12023        20          60.0000           1.0000          -
31082.44/1593.04	c      1593         121694        8781        20          60.0000           1.0000          -
31184.24/1598.13	c      1598         108487       10904        20          60.0000           1.0000          -
31286.56/1603.25	c      1603         108487       10904        20          60.0000           1.0000          -
31389.53/1608.42	c      1608         108487       10904        20          60.0000           1.0000          -
31490.48/1613.55	c      1614         108487       10904        20          60.0000           1.0000          -
31591.52/1618.66	c      1619         108525       10917        20          60.0000           1.0000          -
31692.70/1623.72	c      1624         133614       12023        20          60.0000           1.0000          -
31798.44/1629.06	c      1629         127345       12196        20          60.0000           1.0000          -
31900.82/1634.24	c      1634         127616       12193        20          60.0000           1.0000          -
31999.77/1639.26	c      1639         127934       12199        20          60.0000           1.0000          -
32098.90/1644.29	c      1644         128171       12191        20          60.0000           1.0000          -
32202.08/1649.48	c      1649         134591       12023        20          60.0000           1.0000          -
32307.24/1654.73	c      1655         128832       12194        20          60.0000           1.0000          -
32406.37/1659.77	c      1660         110011       10899        20          60.0000           1.0000          -
32509.55/1664.95	c      1665         129469       12194        20          60.0000           1.0000          -
32608.75/1669.96	c      1670         129782       12195        20          60.0000           1.0000          -
32710.28/1675.09	c      1675         135490       12019        20          60.0000           1.0000          -
32812.76/1680.29	c      1680         110714       10903        20          60.0000           1.0000          -
32915.63/1685.49	c      1685         110817       10898        20          60.0000           1.0000          -
33020.81/1690.75	c      1691         110817       10898        20          60.0000           1.0000          -
33120.00/1695.76	c      1696         110817       10898        20          60.0000           1.0000          -
33223.12/1700.91	c      1701         110817       10898        20          60.0000           1.0000          -
33324.98/1706.05	c      1706         111134         316        20          60.0000           1.0000          -
33424.22/1711.09	c      1711         111699         881        20          60.0000           1.0000          -
33523.26/1716.14	c      1716         136930       12019        20          60.0000           1.0000          -
33625.49/1721.25	c      1721         132882       12190        20          60.0000           1.0000          -
33726.67/1726.36	c      1726         133227       12192        20          60.0000           1.0000          -
33825.81/1731.38	c      1731         114334        3516        20          60.0000           1.0000          -
33926.95/1736.42	c      1736         137692       12018        20          60.0000           1.0000          -
34032.10/1741.74	c      1742         134303       12195        20          60.0000           1.0000          -
34135.27/1746.98	c      1747         134590       12188        20          60.0000           1.0000          -
34240.40/1752.22	c      1752         121660       10619        20          60.0000           1.0000          -
34343.58/1757.47	c      1757         122017       10615        20          60.0000           1.0000          -
34446.71/1762.62	c      1763         122210       10614        20          60.0000           1.0000          -
34545.92/1767.67	c      1768         122314       10615        20          60.0000           1.0000          -
34650.99/1772.90	c      1773         136302       12189        20          60.0000           1.0000          -
34750.03/1778.00	c      1778         136594       12188        20          60.0000           1.0000          -
34851.92/1783.04	c      1783         136878       12190        20          60.0000           1.0000          -
34954.31/1788.21	c      1788         137168       12190        20          60.0000           1.0000          -
35055.47/1793.31	c      1793         122984       10613        20          60.0000           1.0000          -
35158.61/1798.50	c      1798         123116       10613        20          60.0000           1.0000          -
35257.81/1803.58	c      1804         123284       10613        20          60.0000           1.0000          -
35360.98/1808.74	c      1809         140405       12016        20          60.0000           1.0000          -
35462.15/1813.87	c      1814         140609       12016        20          60.0000           1.0000          -
35571.25/1819.32	c      1819         140808       12015        20          60.0000           1.0000          -
35672.43/1824.49	c      1824         141031       12016        20          60.0000           1.0000          -
35775.60/1829.66	c      1830         124079       10610        20          60.0000           1.0000          -
35878.77/1834.86	c      1835         141402       12017        20          60.0000           1.0000          -
35984.84/1840.18	c      1840         141595       12018        20          60.0000           1.0000          -
36087.05/1845.38	c      1845         140572       12189        20          60.0000           1.0000          -
36192.18/1850.64	c      1851         140862       12186        20          60.0000           1.0000          -
36293.21/1855.75	c      1856         141202       12188        20          60.0000           1.0000          -
36394.38/1860.89	c      1861         141363       12190        20          60.0000           1.0000          -
36495.54/1866.00	c      1866         142567       12016        20          60.0000           1.0000          -
36599.22/1871.15	c      1871         142746       12017        20          60.0000           1.0000          -
36705.50/1876.50	c      1876         142138       12189        20          60.0000           1.0000          -
36806.45/1881.65	c      1882         142438       12188        20          60.0000           1.0000          -
36909.45/1886.83	c      1887         143314       12015        20          60.0000           1.0000          -
37010.26/1891.98	c      1892         142998       12187        20          60.0000           1.0000          -
37109.39/1897.01	c      1897         143407       12186        20          60.0000           1.0000          -
37216.45/1902.31	c      1902         143724       12186        20          60.0000           1.0000          -
37317.48/1907.48	c      1907         144031       12189        20          60.0000           1.0000          -
37418.66/1912.57	c      1913         144279       12187        20          60.0000           1.0000          -
37517.72/1917.58	c      1918         126819       10290        20          60.0000           1.0000          -
37620.67/1922.79	c      1923         144725       12014        20          60.0000           1.0000          -
37728.45/1928.14	c      1928         145221       12189        20          60.0000           1.0000          -
37828.83/1933.28	c      1933         145486       12187        20          60.0000           1.0000          -
37932.00/1938.41	c      1938         145740       12186        20          60.0000           1.0000          -
38031.27/1943.49	c      1943         145617       12016        20          60.0000           1.0000          -
38134.26/1948.62	c      1949         127694       10290        20          60.0000           1.0000          -
38237.41/1953.81	c      1954         146071       12016        20          60.0000           1.0000          -
38341.23/1959.06	c      1959         128017       10289        20          60.0000           1.0000          -
38442.27/1964.18	c      1964         128189       10291        20          60.0000           1.0000          -
38542.61/1969.28	c      1969         128359       10291        20          60.0000           1.0000          -
38645.54/1974.48	c      1974         147623       12187        20          60.0000           1.0000          -
38748.56/1979.66	c      1980         147965       12187        20          60.0000           1.0000          -
38853.56/1984.96	c      1985         147350       12014        20          60.0000           1.0000          -
38957.46/1990.17	c      1990         147567       12014        20          60.0000           1.0000          -
39057.47/1995.27	c      1995         147795       12013        20          60.0000           1.0000          -
39158.24/2000.37	c      2000         129234       10291        20          60.0000           1.0000          -
39261.34/2005.52	c      2006         149628       12183        20          60.0000           1.0000          -
39364.52/2010.78	c      2011         149955       12187        20          60.0000           1.0000          -
39467.60/2016.00	c      2016         129697       10291        20          60.0000           1.0000          -
39571.47/2021.18	c      2021         148953       12015        20          60.0000           1.0000          -
39671.87/2026.23	c      2026         150961       12188        20          60.0000           1.0000          -
39771.07/2031.25	c      2031         130109       10290        20          60.0000           1.0000          -
39870.06/2036.25	c      2036         149544       12013        20          60.0000           1.0000          -
39973.21/2041.46	c      2041         149784       12016        20          60.0000           1.0000          -
40078.28/2046.77	c      2047         149984       12014        20          60.0000           1.0000          -
40184.06/2052.08	c      2052         150211       12015        20          60.0000           1.0000          -
40288.50/2057.32	c      2057         130844       10289        20          60.0000           1.0000          -
40389.66/2062.43	c      2062         150647       12018        20          60.0000           1.0000          -
40488.67/2067.44	c      2067         150894       12014        20          60.0000           1.0000          -
40591.81/2072.60	c      2073         151119       12015        20          60.0000           1.0000          -
40692.99/2077.76	c      2078         131548       10284        20          60.0000           1.0000          -
40801.99/2083.24	c      2083         153834       12187        20          60.0000           1.0000          -
40911.11/2088.74	c      2089         154050       12184        20          60.0000           1.0000          -
41014.20/2093.95	c      2094         154050       12184        20          60.0000           1.0000          -
41115.99/2099.06	c      2099         154050       12184        20          60.0000           1.0000          -
41218.53/2104.24	c      2104         154050       12184        20          60.0000           1.0000          -
41317.53/2109.27	c      2109         152574       12016        20          60.0000           1.0000          -
41420.62/2114.45	c      2114         152799       12016        20          60.0000           1.0000          -
41525.77/2119.73	c      2120         153007       12015        20          60.0000           1.0000          -
41631.57/2125.08	c      2125         153206       12012        20          60.0000           1.0000          -
41734.06/2130.25	c      2130         153430       12012        20          60.0000           1.0000          -
41836.88/2135.48	c      2135         157333        3281        20          60.0000           1.0000          -
41938.00/2140.54	c      2141         153770       12016        20          60.0000           1.0000          -
42037.19/2145.59	c      2146         153770       12016        20          60.0000           1.0000          -
42147.00/2151.05	c      2151         153770       12016        20          60.0000           1.0000          -
42249.17/2156.26	c      2156         153770       12016        20          60.0000           1.0000          -
42350.36/2161.37	c      2161         166235       11849        20          60.0000           1.0000          -
42455.43/2166.65	c      2167         154695         921        20          60.0000           1.0000          -
42558.62/2171.82	c      2172         155295        1521        20          60.0000           1.0000          -
42659.70/2177.00	c      2177         134647       10286        20          60.0000           1.0000          -
42764.76/2182.24	c      2182         134835       10286        20          60.0000           1.0000          -
42869.91/2187.58	c      2188         167486       11841        20          60.0000           1.0000          -
42973.07/2192.71	c      2193         167748       11838        20          60.0000           1.0000          -
43074.24/2197.81	c      2198         160055        6281        20          60.0000           1.0000          -
43175.39/2202.91	c      2203         162355        8581        20          60.0000           1.0000          -
43277.20/2208.04	c      2208         135668       10288        20          60.0000           1.0000          -
43376.36/2213.09	c      2213         135842       10288        20          60.0000           1.0000          -
43475.42/2218.12	c      2218         168641       11835        20          60.0000           1.0000          -
43577.93/2223.28	c      2223         168837       11839        20          60.0000           1.0000          -
43688.96/2228.81	c      2229         168995       11836        20          60.0000           1.0000          -
43794.71/2234.18	c      2234         169251       11836        20          60.0000           1.0000          -
43899.14/2239.45	c      2239         136600       10285        20          60.0000           1.0000          -
44002.28/2244.65	c      2245         136750       10284        20          60.0000           1.0000          -
44101.45/2249.69	c      2250         136931       10286        20          60.0000           1.0000          -
44206.50/2254.91	c      2255         137153       10287        20          60.0000           1.0000          -
44305.62/2259.95	c      2260         137313       10286        20          60.0000           1.0000          -
44409.34/2265.17	c      2265         170361       11835        20          60.0000           1.0000          -
44515.75/2270.58	c      2271         137651       10284        20          60.0000           1.0000          -
44622.75/2276.03	c      2276         170717       11834        20          60.0000           1.0000          -
44727.55/2281.21	c      2281         137955       10288        20          60.0000           1.0000          -
44828.62/2286.39	c      2286         171099       11837        20          60.0000           1.0000          -
44931.66/2291.59	c      2292         171263       11838        20          60.0000           1.0000          -
45034.77/2296.74	c      2297         171480       11837        20          60.0000           1.0000          -
45137.89/2301.95	c      2302         171690       11834        20          60.0000           1.0000          -
45242.97/2307.29	c      2307         138720       10282        20          60.0000           1.0000          -
45346.00/2312.44	c      2312         138916       10285        20          60.0000           1.0000          -
45449.01/2317.65	c      2318         139063       10287        20          60.0000           1.0000          -
45550.19/2322.73	c      2323         139213       10282        20          60.0000           1.0000          -
45649.15/2327.76	c      2328         172574       11835        20          60.0000           1.0000          -
45757.20/2333.19	c      2333         139468       10284        20          60.0000           1.0000          -
45857.05/2338.22	c      2338         172072       12176        20          60.0000           1.0000          -
45957.95/2343.36	c      2343         139706       10285        20          60.0000           1.0000          -
46057.05/2348.38	c      2348         139856       10283        20          60.0000           1.0000          -
46160.06/2353.60	c      2354         172675       12169        20          60.0000           1.0000          -
46261.20/2358.65	c      2359         174159       11834        20          60.0000           1.0000          -
46366.32/2363.94	c      2364         174419       11831        20          60.0000           1.0000          -
46468.41/2369.07	c      2369         174642       11832        20          60.0000           1.0000          -
46570.57/2374.29	c      2374         173561       12170        20          60.0000           1.0000          -
46675.70/2379.50	c      2380         173814       12174        20          60.0000           1.0000          -
46778.74/2384.76	c      2385         174114       12167        20          60.0000           1.0000          -
46886.49/2390.15	c      2390         174411       12179        20          60.0000           1.0000          -
46990.80/2395.46	c      2395         174606       12180        20          60.0000           1.0000          -
47099.89/2400.90	c      2401         141665       10286        20          60.0000           1.0000          -
47201.74/2406.06	c      2406         141868       10284        20          60.0000           1.0000          -
47303.11/2411.16	c      2411         142053       10284        20          60.0000           1.0000          -
47403.22/2416.27	c      2416         176669       11834        20          60.0000           1.0000          -
47507.86/2421.57	c      2422         176877       11835        20          60.0000           1.0000          -
47610.81/2426.70	c      2427         177082       11834        20          60.0000           1.0000          -
47711.85/2431.84	c      2432         176351       12182        20          60.0000           1.0000          -
47812.98/2436.95	c      2437         177392       11835        20          60.0000           1.0000          -
47917.06/2442.16	c      2442         177557       11835        20          60.0000           1.0000          -
48021.20/2447.43	c      2447         177795       11834        20          60.0000           1.0000          -
48124.35/2452.69	c      2453         143410       10286        20          60.0000           1.0000          -
48229.47/2457.90	c      2458         178276       11835        20          60.0000           1.0000          -
48333.46/2463.17	c      2463         143684       10287        20          60.0000           1.0000          -
48435.59/2468.38	c      2468         143881       10284        20          60.0000           1.0000          -
48540.64/2473.67	c      2474         178350       12177        20          60.0000           1.0000          -
48645.71/2478.96	c      2479         178576       12178        20          60.0000           1.0000          -
48747.42/2484.08	c      2484         179211       11832        20          60.0000           1.0000          -
48853.64/2489.42	c      2489         144515       10284        20          60.0000           1.0000          -
48958.32/2494.74	c      2495         179257       12177        20          60.0000           1.0000          -
49061.39/2500.03	c      2500         179512       12178        20          60.0000           1.0000          -
49168.50/2505.33	c      2505         179903       11836        20          60.0000           1.0000          -
49273.54/2510.64	c      2511         180090       11836        20          60.0000           1.0000          -
49374.48/2515.74	c      2516         180287       11836        20          60.0000           1.0000          -
49477.61/2520.92	c      2521         180543       11840        20          60.0000           1.0000          -
49579.39/2526.09	c      2526         180750       11833        20          60.0000           1.0000          -
49681.80/2531.26	c      2531         180948       11831        20          60.0000           1.0000          -
49784.75/2536.48	c      2536         181148       11837        20          60.0000           1.0000          -
49889.76/2541.72	c      2542         181526       12181        20          60.0000           1.0000          -
49990.81/2546.80	c      2547         181725       12179        20          60.0000           1.0000          -
50091.90/2551.98	c      2552         146206       10284        20          60.0000           1.0000          -
50193.79/2557.06	c      2557         146368       10283        20          60.0000           1.0000          -
50298.12/2562.35	c      2562         182401       12182        20          60.0000           1.0000          -
50397.16/2567.37	c      2567         182233       11830        20          60.0000           1.0000          -
50502.28/2572.68	c      2573         182433       11833        20          60.0000           1.0000          -
50605.22/2577.87	c      2578         182621       11832        20          60.0000           1.0000          -
50704.25/2582.89	c      2583         147117       10284        20          60.0000           1.0000          -
50805.40/2587.97	c      2588         182977       11835        20          60.0000           1.0000          -
50909.29/2593.15	c      2593         183649       12173        20          60.0000           1.0000          -
51009.44/2598.25	c      2598         183867       12176        20          60.0000           1.0000          -
51110.55/2603.33	c      2603         184101       12178        20          60.0000           1.0000          -
51211.65/2608.46	c      2608         148006       10285        20          60.0000           1.0000          -
51316.76/2613.80	c      2614         148174       10284        20          60.0000           1.0000          -
51419.85/2619.01	c      2619         148363       10281        20          60.0000           1.0000          -
51528.91/2624.41	c      2624         148580       10281        20          60.0000           1.0000          -
51632.04/2629.63	c      2630         148733       10283        20          60.0000           1.0000          -
51732.99/2634.76	c      2635         185481       12176        20          60.0000           1.0000          -
51831.85/2639.77	c      2640         185703       12175        20          60.0000           1.0000          -
51934.86/2645.00	c      2645         185969       12180        20          60.0000           1.0000          -
52041.91/2650.32	c      2650         186181       12175        20          60.0000           1.0000          -
52143.01/2655.47	c      2655         186338       12179        20          60.0000           1.0000          -
52242.20/2660.49	c      2660         186540       12178        20          60.0000           1.0000          -
52341.36/2665.49	c      2666         185925       11829        20          60.0000           1.0000          -
52446.44/2670.75	c      2671         186144       11829        20          60.0000           1.0000          -
52549.58/2675.97	c      2676         186325       11832        20          60.0000           1.0000          -
52656.68/2681.30	c      2681         187433       12177        20          60.0000           1.0000          -
52761.81/2686.66	c      2687         187654       12176        20          60.0000           1.0000          -
52872.87/2692.20	c      2692         150302       10283        20          60.0000           1.0000          -
52977.55/2697.58	c      2698         150302       10283        20          60.0000           1.0000          -
53082.39/2702.81	c      2703         150302       10283        20          60.0000           1.0000          -
53181.52/2707.82	c      2708         150302       10283        20          60.0000           1.0000          -
53288.62/2713.23	c      2713         187769       11829        20          60.0000           1.0000          -
53389.52/2718.36	c      2718         189049       12181        20          60.0000           1.0000          -
53490.63/2723.42	c      2723         151363        1041        20          60.0000           1.0000          -
53589.81/2728.45	c      2728         189360       12180        20          60.0000           1.0000          -
53688.93/2733.46	c      2733         188482       11829        20          60.0000           1.0000          -
53792.02/2738.64	c      2739         188725       11827        20          60.0000           1.0000          -
53891.05/2743.67	c      2744         154103        3781        20          60.0000           1.0000          -
53992.07/2748.78	c      2749         155339        5017        20          60.0000           1.0000          -
54095.06/2754.03	c      2754         189308       11827        20          60.0000           1.0000          -
54196.81/2759.07	c      2759         189538       11835        20          60.0000           1.0000          -
54298.24/2764.17	c      2764         190882       12177        20          60.0000           1.0000          -
54400.04/2769.38	c      2769         189865       11829        20          60.0000           1.0000          -
54501.16/2774.44	c      2774         190030       11827        20          60.0000           1.0000          -
54602.17/2779.57	c      2780         190239       11826        20          60.0000           1.0000          -
54703.29/2784.66	c      2785         190437       11828        20          60.0000           1.0000          -
54806.40/2789.82	c      2790         161881       10813        20          60.0000           1.0000          -
54910.02/2795.10	c      2795         162005       10808        20          60.0000           1.0000          -
55011.14/2800.14	c      2800         192269       12174        20          60.0000           1.0000          -
55115.48/2805.47	c      2805         192529       12182        20          60.0000           1.0000          -
55218.61/2810.65	c      2811         192759       12176        20          60.0000           1.0000          -
55321.72/2815.80	c      2816         192988       12180        20          60.0000           1.0000          -
55428.79/2821.23	c      2821         193198       12177        20          60.0000           1.0000          -
55529.69/2826.36	c      2826         162745       10795        20          60.0000           1.0000          -
55632.65/2831.56	c      2832         162856       10790        20          60.0000           1.0000          -
55733.71/2836.70	c      2837         192426       11826        20          60.0000           1.0000          -
55836.75/2841.85	c      2842         192632       11822        20          60.0000           1.0000          -
55943.47/2847.20	c      2847         163250       10791        20          60.0000           1.0000          -
56044.60/2852.36	c      2852         163370       10792        20          60.0000           1.0000          -
56147.73/2857.56	c      2858         193422       11827        20          60.0000           1.0000          -
56248.86/2862.63	c      2863         194756       12174        20          60.0000           1.0000          -
56347.97/2867.65	c      2868         163664       10791        20          60.0000           1.0000          -
56451.11/2872.87	c      2873         163788       10787        20          60.0000           1.0000          -
56552.27/2877.90	c      2878         194147       11825        20          60.0000           1.0000          -
56654.32/2883.09	c      2883         194328       11824        20          60.0000           1.0000          -
56758.34/2888.38	c      2888         164182       10789        20          60.0000           1.0000          -
56859.38/2893.40	c      2893         195814       12172        20          60.0000           1.0000          -
56962.46/2898.64	c      2899         195814       12172        20          60.0000           1.0000          -
57067.55/2903.98	c      2904         195814       12172        20          60.0000           1.0000          -
57169.32/2909.10	c      2909         195814       12172        20          60.0000           1.0000          -
57268.43/2914.10	c      2914         195817       12177        20          60.0000           1.0000          -
57367.34/2919.13	c      2919         195864       12177        20          60.0000           1.0000          -
57468.65/2924.17	c      2924         165098       10789        20          60.0000           1.0000          -
57567.65/2929.19	c      2929         196017       11827        20          60.0000           1.0000          -
57671.85/2934.44	c      2934         196182       11825        20          60.0000           1.0000          -
57774.87/2939.65	c      2940         196182       11825        20          60.0000           1.0000          -
57879.86/2944.93	c      2945         196182       11825        20          60.0000           1.0000          -
57981.88/2950.06	c      2950         196182       11825        20          60.0000           1.0000          -
58080.87/2955.09	c      2955         196182       11825        20          60.0000           1.0000          -
58185.23/2960.38	c      2960         196212       11839        20          60.0000           1.0000          -
58286.31/2965.48	c      2965         196356       11826        20          60.0000           1.0000          -
58391.45/2970.71	c      2971         196564       11825        20          60.0000           1.0000          -
58490.56/2975.75	c      2976         198280       12177        20          60.0000           1.0000          -
58589.74/2980.77	c      2981         198510       12175        20          60.0000           1.0000          -
58700.69/2986.38	c      2986         197251       11828        20          60.0000           1.0000          -
58801.86/2991.46	c      2991         198976       12177        20          60.0000           1.0000          -
58901.04/2996.48	c      2996         199208       12178        20          60.0000           1.0000          -
59003.86/3001.60	c      3002         167439       10788        20          60.0000           1.0000          -
59106.98/3006.89	c      3007         199652       12179        20          60.0000           1.0000          -
59210.86/3012.05	c      3012         167660       10790        20          60.0000           1.0000          -
59313.20/3017.21	c      3017         167775       10791        20          60.0000           1.0000          -
59418.33/3022.55	c      3023         167891       10790        20          60.0000           1.0000          -
59521.43/3027.73	c      3028         200536       12171        20          60.0000           1.0000          -
59622.30/3032.85	c      3033         168135       10791        20          60.0000           1.0000          -
59726.06/3038.09	c      3038         168244       10798        20          60.0000           1.0000          -
59834.48/3043.55	c      3044         168382       10797        20          60.0000           1.0000          -
59941.59/3048.96	c      3049         201382       12176        20          60.0000           1.0000          -
60040.68/3053.98	c      3054         199821       11828        20          60.0000           1.0000          -
60142.52/3059.12	c      3059         199997       11829        20          60.0000           1.0000          -
60243.51/3064.17	c      3064         200171       11829        20          60.0000           1.0000          -
60347.79/3069.46	c      3069         168978       10797        20          60.0000           1.0000          -
60452.82/3074.75	c      3075         169103       10791        20          60.0000           1.0000          -
60558.51/3080.08	c      3080         202565       12174        20          60.0000           1.0000          -
60664.88/3085.42	c      3085         169418       10792        20          60.0000           1.0000          -
60773.93/3090.92	c      3091         169553       10787        20          60.0000           1.0000          -
60875.74/3096.14	c      3096         169724       10787        20          60.0000           1.0000          -
60982.00/3101.49	c      3101         169851       10784        20          60.0000           1.0000          -
61085.03/3106.66	c      3107         203647       12175        20          60.0000           1.0000          -
61187.85/3111.89	c      3112         170160       10790        20          60.0000           1.0000          -
61288.96/3116.91	c      3117         170262       10789        20          60.0000           1.0000          -
61390.77/3122.11	c      3122         202054       11826        20          60.0000           1.0000          -
61495.00/3127.34	c      3127         170483       10789        20          60.0000           1.0000          -
61598.05/3132.54	c      3133         202452       11828        20          60.0000           1.0000          -
61703.12/3137.84	c      3138         202647       11826        20          60.0000           1.0000          -
61804.25/3142.95	c      3143         170845       10791        20          60.0000           1.0000          -
61903.37/3147.97	c      3148         171004       10787        20          60.0000           1.0000          -
62005.13/3153.11	c      3153         205399       12178        20          60.0000           1.0000          -
62107.55/3158.28	c      3158         205600       12179        20          60.0000           1.0000          -
62214.57/3163.60	c      3164         171337       10791        20          60.0000           1.0000          -
62317.09/3168.84	c      3169         203703       11824        20          60.0000           1.0000          -
62420.90/3174.14	c      3174         206277       12179        20          60.0000           1.0000          -
62521.81/3179.18	c      3179         204142       11833        20          60.0000           1.0000          -
62626.14/3184.50	c      3184         206512       12177        20          60.0000           1.0000          -
62731.22/3189.74	c      3190         204485       11826        20          60.0000           1.0000          -
62834.25/3194.94	c      3195         204603       11826        20          60.0000           1.0000          -
62933.31/3199.96	c      3200         207197       12183        20          60.0000           1.0000          -
63036.90/3205.13	c      3205         172281       10786        20          60.0000           1.0000          -
63139.18/3210.35	c      3210         205090       11828        20          60.0000           1.0000          -
63242.26/3215.58	c      3216         207781       12176        20          60.0000           1.0000          -
63345.36/3220.77	c      3221         207985       12178        20          60.0000           1.0000          -
63451.32/3226.05	c      3226         205660       11823        20          60.0000           1.0000          -
63555.37/3231.33	c      3231         172916       10793        20          60.0000           1.0000          -
63654.42/3236.35	c      3236         206040       11823        20          60.0000           1.0000          -
63755.42/3241.46	c      3241         173161       10793        20          60.0000           1.0000          -
63858.40/3246.68	c      3247         173240       10788        20          60.0000           1.0000          -
63966.20/3252.07	c      3252         206522       11827        20          60.0000           1.0000          -
64074.52/3257.57	c      3258         209261       12178        20          60.0000           1.0000          -
64181.68/3262.97	c      3263         209261       12178        20          60.0000           1.0000          -
64288.82/3268.34	c      3268         209261       12178        20          60.0000           1.0000          -
64395.94/3273.72	c      3274         209261       12178        20          60.0000           1.0000          -
64495.13/3278.73	c      3279         209277       12177        20          60.0000           1.0000          -
64596.30/3283.86	c      3284         174245       10793        20          60.0000           1.0000          -
64702.23/3289.17	c      3289         207860       11830        20          60.0000           1.0000          -
64804.68/3294.34	c      3294         208074       11831        20          60.0000           1.0000          -
64903.91/3299.35	c      3299         174521       10793        20          60.0000           1.0000          -
65003.15/3304.39	c      3304         210185       12178        20          60.0000           1.0000          -
65108.33/3309.63	c      3310         174706       10788        20          60.0000           1.0000          -
65211.50/3314.86	c      3315         209004       11826        20          60.0000           1.0000          -
65312.68/3319.95	c      3320         210852       12176        20          60.0000           1.0000          -
65414.65/3325.11	c      3325         175009       10786        20          60.0000           1.0000          -
65522.86/3330.56	c      3331         209532       11823        20          60.0000           1.0000          -
65627.96/3335.80	c      3336         209532       11823        20          60.0000           1.0000          -
65729.09/3340.91	c      3341         209532       11823        20          60.0000           1.0000          -
65828.19/3345.94	c      3346         209532       11823        20          60.0000           1.0000          -
65927.35/3350.96	c      3351         209552       11833        20          60.0000           1.0000          -
66032.41/3356.28	c      3356         175931       10788        20          60.0000           1.0000          -
66141.50/3361.75	c      3362         209971       11825        20          60.0000           1.0000          -
66244.65/3366.97	c      3367         210172       11823        20          60.0000           1.0000          -
66351.68/3372.30	c      3372         176446       10789        20          60.0000           1.0000          -
66456.80/3377.61	c      3378         213193       12172        20          60.0000           1.0000          -
66561.93/3382.90	c      3383         213402       12180        20          60.0000           1.0000          -
66666.97/3388.25	c      3388         213596       12178        20          60.0000           1.0000          -
66768.05/3393.33	c      3393         176945       10786        20          60.0000           1.0000          -
66867.17/3398.35	c      3398         213891       12177        20          60.0000           1.0000          -
66970.22/3403.53	c      3404         177212       10791        20          60.0000           1.0000          -
67073.30/3408.78	c      3409         214318       12175        20          60.0000           1.0000          -
67176.18/3413.93	c      3414         214510       12172        20          60.0000           1.0000          -
67275.28/3418.95	c      3419         214708       12173        20          60.0000           1.0000          -
67374.41/3424.00	c      3424         212291       11821        20          60.0000           1.0000          -
67478.42/3429.18	c      3429         215058       12172        20          60.0000           1.0000          -
67578.59/3434.21	c      3434         215259       12171        20          60.0000           1.0000          -
67685.61/3439.63	c      3440         215450       12171        20          60.0000           1.0000          -
67793.36/3445.09	c      3445         213343       11820        20          60.0000           1.0000          -
67895.74/3450.24	c      3450         213623       11820        20          60.0000           1.0000          -
67994.63/3455.26	c      3455         216102       12174        20          60.0000           1.0000          -
68101.70/3460.64	c      3461         216327       12176        20          60.0000           1.0000          -
68211.52/3466.16	c      3466         216525       12175        20          60.0000           1.0000          -
68315.82/3471.40	c      3471         214471       11820        20          60.0000           1.0000          -
68416.95/3476.56	c      3477         216902       12171        20          60.0000           1.0000          -
68522.05/3481.84	c      3482         217098       12176        20          60.0000           1.0000          -
68622.86/3486.91	c      3487         217300       12175        20          60.0000           1.0000          -
68721.93/3492.00	c      3492         179072       10785        20          60.0000           1.0000          -
68826.91/3497.23	c      3497         179173       10783        20          60.0000           1.0000          -
68931.88/3502.56	c      3503         215859       11822        20          60.0000           1.0000          -
69038.86/3507.99	c      3508         216069       11822        20          60.0000           1.0000          -
69142.82/3513.19	c      3513         216291       11821        20          60.0000           1.0000          -
69242.91/3518.28	c      3518         179629       10797        20          60.0000           1.0000          -
69345.70/3523.45	c      3523         218818       12174        20          60.0000           1.0000          -
69450.75/3528.77	c      3529         179957       10785        20          60.0000           1.0000          -
69556.61/3534.14	c      3534         219291       12172        20          60.0000           1.0000          -
69657.68/3539.15	c      3539         219521       12173        20          60.0000           1.0000          -
69767.66/3544.71	c      3545         180278       10785        20          60.0000           1.0000          -
69868.62/3549.90	c      3550         180348       10783        20          60.0000           1.0000          -
69969.66/3555.02	c      3555         220170       12175        20          60.0000           1.0000          -
70071.41/3560.05	c      3560         180568       10786        20          60.0000           1.0000          -
70179.73/3565.58	c      3566         220574       12171        20          60.0000           1.0000          -
70282.61/3570.77	c      3571         180781       10786        20          60.0000           1.0000          -
70381.64/3575.79	c      3576         180894       10783        20          60.0000           1.0000          -
70482.63/3580.81	c      3581         180997       10784        20          60.0000           1.0000          -
70583.46/3585.96	c      3586         219350       11816        20          60.0000           1.0000          -
70685.24/3591.13	c      3591         181222       10781        20          60.0000           1.0000          -
70789.45/3596.32	c      3596         221634       12171        20          60.0000           1.0000          -
70888.57/3601.36	c      3601         221634       12171        20          60.0000           1.0000          -
70989.68/3606.48	c      3606         221634       12171        20          60.0000           1.0000          -
71092.76/3611.69	c      3612         221634       12171        20          60.0000           1.0000          -
71191.86/3616.69	c      3617         221634       12171        20          60.0000           1.0000          -
71294.88/3621.84	c      3622         222005         339        20          60.0000           1.0000          -
71395.95/3626.98	c      3627         222452         786        20          60.0000           1.0000          -
71495.07/3632.02	c      3632         222847        1181        20          60.0000           1.0000          -
71600.09/3637.21	c      3637         182437       10788        20          60.0000           1.0000          -
71705.16/3642.57	c      3643         223865        2199        20          60.0000           1.0000          -
71812.14/3647.91	c      3648         221802       11817        20          60.0000           1.0000          -
71916.99/3653.22	c      3653         182780       10786        20          60.0000           1.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (151112 MiB free)
  memory of node 1: 193494 MiB (142512 MiB free)
  memory of node 2: 193531 MiB (191216 MiB free)
  memory of node 3: 193531 MiB (152583 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-4465401-1723611439/watcher-4465401-1723611439 -o /tmp/evaluation-result-4465401-1723611439/solver-4465401-1723611439 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750327 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465401-1723611439.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=753268, runsolver pid=753265
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 71.75 67.43 72.27 62/985 753269
/proc/meminfo: memFree=652685904/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=56008 memory=44296 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) R 753265 753268 750315 0 -1 4194304 8962 0 0 0 10 1 0 0 20 0 1 0 127727073 57352192 11074 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 14002 11074 2347 3035 0 10398 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 56008 KiB
Current children cumulated memory: 44296 KiB

[startup+0.220221 s]*
/proc/loadavg: 71.75 67.43 72.27 62/985 753269
/proc/meminfo: memFree=652656360/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=69540 memory=58024 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) R 753265 753268 750315 0 -1 4194304 12370 0 0 0 21 2 0 0 20 0 1 0 127727073 71208960 14506 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 17385 14506 2347 3035 0 13781 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 69540 KiB
Current children cumulated memory: 58024 KiB

[startup+0.32011 s]*
/proc/loadavg: 71.75 67.43 72.27 62/985 753269
/proc/meminfo: memFree=652634888/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=83496 memory=71784 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) R 753265 753268 750315 0 -1 4194304 15856 0 0 0 31 2 0 0 20 0 1 0 127727073 85499904 17946 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 20874 17946 2347 3035 0 17270 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 83496 KiB
Current children cumulated memory: 71784 KiB

[startup+0.700224 s]
/proc/loadavg: 71.75 67.43 72.27 62/985 753269
/proc/meminfo: memFree=652579548/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=129532 memory=117664 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) R 753265 753268 750315 0 -1 4194304 27283 0 0 0 64 5 0 0 20 0 1 0 127727073 132640768 29416 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 32383 29416 2347 3035 0 28779 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 129532 KiB
Current children cumulated memory: 117664 KiB

[startup+1.50029 s]
/proc/loadavg: 71.75 67.43 72.27 62/985 753269
/proc/meminfo: memFree=652382540/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=544124 memory=528572 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) R 753265 753268 750315 0 -1 4194304 130304 0 0 0 130 19 0 0 20 0 1 0 127727073 557182976 132143 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 136031 132143 2555 3035 0 132427 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 544124 KiB
Current children cumulated memory: 528572 KiB

[startup+3.12072 s]
/proc/loadavg: 71.75 67.43 72.27 62/985 753269
/proc/meminfo: memFree=652061120/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=1049992 memory=937220 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) R 753265 753268 750315 0 -1 4194304 196717 0 0 0 277 33 0 0 20 0 1 0 127727073 1075191808 234305 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 262498 234305 2630 3035 0 258894 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1049992 KiB
Current children cumulated memory: 937220 KiB

[startup+6.30022 s]
/proc/loadavg: 70.89 67.32 72.20 63/985 753270
/proc/meminfo: memFree=651860288/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=1137112 memory=1113972 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) R 753265 753268 750315 0 -1 4194304 303516 0 0 0 557 69 0 0 20 0 1 0 127727073 1164402688 278493 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 284278 278493 2710 3035 0 280674 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1137112 KiB
Current children cumulated memory: 1113972 KiB

[startup+12.7003 s]
/proc/loadavg: 70.09 67.22 72.14 63/985 753270
/proc/meminfo: memFree=650106456/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=2959268 memory=2575996 CPUtime=12.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) R 753265 753268 750315 0 -1 4194304 314922 0 0 0 1166 98 0 0 20 0 1 0 127727073 3030290432 643999 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 739817 643999 2758 3035 0 736213 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2959268 KiB
Current children cumulated memory: 2575996 KiB

[startup+25.5005 s]
/proc/loadavg: 68.08 66.91 71.96 62/1005 753293
/proc/meminfo: memFree=646011788/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=8154740 memory=6426328 CPUtime=25.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) S 753265 753268 750315 0 -1 1077936128 1082585 0 0 0 2313 226 0 0 20 0 21 0 127727073 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 2038685 1606582 2774 3035 0 1767755 0
[pid=753268/tid=753273] ppid=753265 vsize=8154740 memory=33000 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753273/stat : 753273 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753274] ppid=753265 vsize=8154740 memory=2316 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753274/stat : 753274 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 30 4 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753275] ppid=753265 vsize=8154740 memory=0 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753275/stat : 753275 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753276] ppid=753265 vsize=8154740 memory=0 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753276/stat : 753276 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753277] ppid=753265 vsize=8154740 memory=1804 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753277/stat : 753277 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753278] ppid=753265 vsize=8154740 memory=5088416 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753278/stat : 753278 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753279] ppid=753265 vsize=8154740 memory=3691632 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753279/stat : 753279 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753280] ppid=753265 vsize=8154740 memory=2051 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753280/stat : 753280 (fscip) R 753265 753268 750315 0 -1 4194368 13369 0 0 0 7 2 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753281] ppid=753265 vsize=8154740 memory=734086967784136957 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753281/stat : 753281 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 30 3 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753282] ppid=753265 vsize=8154740 memory=280168904220736 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753282/stat : 753282 (fscip) S 753265 753268 750315 0 -1 1077936192 35145 0 0 0 30 4 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753283] ppid=753265 vsize=8154740 memory=10544 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753283/stat : 753283 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 31 3 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753284] ppid=753265 vsize=8154740 memory=280168904592992 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753284/stat : 753284 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753285] ppid=753265 vsize=8154740 memory=0 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753285/stat : 753285 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753286] ppid=753265 vsize=8154740 memory=16325789170925620 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753286/stat : 753286 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753287] ppid=753265 vsize=8154740 memory=1113972 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753287/stat : 753287 (fscip) S 753265 753268 750315 0 -1 1077936192 35143 0 0 0 30 4 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753288] ppid=753265 vsize=8154740 memory=280168904728160 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753288/stat : 753288 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 30 4 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753289] ppid=753265 vsize=8154740 memory=0 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753289/stat : 753289 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753290] ppid=753265 vsize=8154740 memory=15460 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753290/stat : 753290 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 30 4 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753291] ppid=753265 vsize=8154740 memory=17668 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753291/stat : 753291 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753292] ppid=753265 vsize=8154740 memory=30399726987509844 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753292/stat : 753292 (fscip) S 753265 753268 750315 0 -1 1077936192 35144 0 0 0 29 5 0 0 20 0 21 0 127728911 8350453760 1606582 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 8154740 KiB
Current children cumulated memory: 6426328 KiB

[startup+51.1391 s]
/proc/loadavg: 72.16 67.96 72.18 81/1025 753318
/proc/meminfo: memFree=611134888/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=42458548 memory=40189440 CPUtime=515.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) S 753265 753268 750315 0 -1 1077936128 9064639 0 0 0 48695 2807 0 0 20 0 41 0 127727073 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 10614637 10047360 2902 3035 0 10469885 0
[pid=753268/tid=753273] ppid=753265 vsize=42458548 memory=6371684 CPUtime=24.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753273/stat : 753273 (fscip) R 753265 753268 750315 0 -1 4194368 369136 0 0 0 2364 133 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753274] ppid=753265 vsize=42458548 memory=280168904220736 CPUtime=24.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753274/stat : 753274 (fscip) R 753265 753268 750315 0 -1 4194368 431252 0 0 0 2363 133 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753275] ppid=753265 vsize=42458548 memory=30343056 CPUtime=24.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753275/stat : 753275 (fscip) R 753265 753268 750315 0 -1 4194368 537171 0 0 0 2353 132 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753276] ppid=753265 vsize=42458548 memory=0 CPUtime=24.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753276/stat : 753276 (fscip) R 753265 753268 750315 0 -1 4194368 361435 0 0 0 2333 141 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753277] ppid=753265 vsize=42458548 memory=2575996 CPUtime=24.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753277/stat : 753277 (fscip) R 753265 753268 750315 0 -1 4194368 429925 0 0 0 2337 134 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753278] ppid=753265 vsize=42458548 memory=3691632 CPUtime=24.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753278/stat : 753278 (fscip) R 753265 753268 750315 0 -1 4194368 495633 0 0 0 2363 127 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753279] ppid=753265 vsize=42458548 memory=5088416 CPUtime=24.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753279/stat : 753279 (fscip) R 753265 753268 750315 0 -1 4194368 355272 0 0 0 2347 139 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753280] ppid=753265 vsize=42458548 memory=0 CPUtime=24.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753280/stat : 753280 (fscip) R 753265 753268 750315 0 -1 4194368 423231 0 0 0 2343 134 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753281] ppid=753265 vsize=42458548 memory=0 CPUtime=24.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753281/stat : 753281 (fscip) R 753265 753268 750315 0 -1 4194368 529490 0 0 0 2350 131 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753282] ppid=753265 vsize=42458548 memory=0 CPUtime=24.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753282/stat : 753282 (fscip) R 753265 753268 750315 0 -1 4194368 362931 0 0 0 2323 140 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753283] ppid=753265 vsize=42458548 memory=280168904512832 CPUtime=24.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753283/stat : 753283 (fscip) R 753265 753268 750315 0 -1 4194368 430348 0 0 0 2364 133 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753284] ppid=753265 vsize=42458548 memory=0 CPUtime=24.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753284/stat : 753284 (fscip) R 753265 753268 750315 0 -1 4194368 535153 0 0 0 2342 132 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753285] ppid=753265 vsize=42458548 memory=16325789170925620 CPUtime=24.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753285/stat : 753285 (fscip) R 753265 753268 750315 0 -1 4194368 368614 0 0 0 2366 132 0 0 20 0 41 0 127728911 43477553152 10047360 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0

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

[pid=753268/tid=753304] ppid=753265 vsize=58186592 memory=7257383253008410544 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753304/stat : 753304 (fscip) S 753265 753268 750315 0 -1 1077936192 230 0 0 0 3 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753305] ppid=753265 vsize=58186592 memory=6720665454312111983 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753305/stat : 753305 (fscip) S 753265 753268 750315 0 -1 1077936192 217 0 0 0 3 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753306] ppid=753265 vsize=58186592 memory=54305324 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753306/stat : 753306 (fscip) S 753265 753268 750315 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753307] ppid=753265 vsize=58186592 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753307/stat : 753307 (fscip) S 753265 753268 750315 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753308] ppid=753265 vsize=58186592 memory=40660 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753308/stat : 753308 (fscip) S 753265 753268 750315 0 -1 1077936192 162 0 0 0 2 1 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753309] ppid=753265 vsize=58186592 memory=54271032 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753309/stat : 753309 (fscip) S 753265 753268 750315 0 -1 1077936192 360 0 0 0 4 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753310] ppid=753265 vsize=58186592 memory=11644 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753310/stat : 753310 (fscip) S 753265 753268 750315 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753311] ppid=753265 vsize=58186592 memory=54305324 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753311/stat : 753311 (fscip) S 753265 753268 750315 0 -1 1077936192 310 0 0 0 3 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753312] ppid=753265 vsize=58186592 memory=54305324 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753312/stat : 753312 (fscip) S 753265 753268 750315 0 -1 1077936192 376 0 0 0 4 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753313] ppid=753265 vsize=58186592 memory=54311420 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753313/stat : 753313 (fscip) S 753265 753268 750315 0 -1 1077936192 228 0 0 0 3 0 0 0 20 0 41 0 127729649 59583070208 13577855 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
Current children cumulated CPU time: 71701.2 s
Current children cumulated vsize: 58186592 KiB
Current children cumulated memory: 54311420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3657.4 s]
/proc/loadavg: 81.61 79.43 79.32 81/1025 755688
/proc/meminfo: memFree=549667092/790760804 swapFree=131071996/131071996
[pid=753268] ppid=753265 vsize=58188680 memory=54323800 CPUtime=72000.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/stat : 753268 (fscip) S 753265 753268 750315 0 -1 1077936128 78555502 0 0 0 7187779 12232 0 0 20 0 41 0 127727073 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
/proc/753268/statm: 14547170 13580950 3014 3035 0 14360142 0
[pid=753268/tid=753273] ppid=753265 vsize=58188680 memory=25031 CPUtime=3598.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753273/stat : 753273 (fscip) R 753265 753268 750315 0 -1 4194368 1698760 0 0 0 359525 339 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753274] ppid=753265 vsize=58188680 memory=25369 CPUtime=3601.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753274/stat : 753274 (fscip) R 753265 753268 750315 0 -1 4194368 2369394 0 0 0 359780 345 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753275] ppid=753265 vsize=58188680 memory=25699 CPUtime=3581.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753275/stat : 753275 (fscip) R 753265 753268 750315 0 -1 4194368 8480584 0 0 0 356907 1247 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753276] ppid=753265 vsize=58188680 memory=26032 CPUtime=3602.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753276/stat : 753276 (fscip) R 753265 753268 750315 0 -1 4194368 1387349 0 0 0 359980 299 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753277] ppid=753265 vsize=58188680 memory=64250 CPUtime=3596.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753277/stat : 753277 (fscip) R 753265 753268 750315 0 -1 4194368 2397153 0 0 0 359346 346 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753278] ppid=753265 vsize=58188680 memory=83372 CPUtime=3591.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753278/stat : 753278 (fscip) R 753265 753268 750315 0 -1 4194368 7719815 0 0 0 357976 1157 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753279] ppid=753265 vsize=58188680 memory=63702 CPUtime=3603.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753279/stat : 753279 (fscip) R 753265 753268 750315 0 -1 4194368 1692669 0 0 0 359984 328 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753280] ppid=753265 vsize=58188680 memory=4121700984677079176 CPUtime=3601.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753280/stat : 753280 (fscip) R 753265 753268 750315 0 -1 4194368 3411214 0 0 0 359703 423 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753281] ppid=753265 vsize=58188680 memory=3473458607181216430 CPUtime=3593.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753281/stat : 753281 (fscip) R 753265 753268 750315 0 -1 4194368 8827677 0 0 0 358065 1286 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753282] ppid=753265 vsize=58188680 memory=3905240130533687522 CPUtime=3603.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753282/stat : 753282 (fscip) R 753265 753268 750315 0 -1 4194368 1376211 0 0 0 360045 300 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753283] ppid=753265 vsize=58188680 memory=6935658120573708113 CPUtime=3601.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753283/stat : 753283 (fscip) R 753265 753268 750315 0 -1 4194368 2232375 0 0 0 359828 341 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753284] ppid=753265 vsize=58188680 memory=7523374663354639467 CPUtime=3597.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753284/stat : 753284 (fscip) R 753265 753268 750315 0 -1 4194368 7907666 0 0 0 358582 1168 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753285] ppid=753265 vsize=58188680 memory=4035247669753704036 CPUtime=3600.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753285/stat : 753285 (fscip) R 753265 753268 750315 0 -1 4194368 1885136 0 0 0 359681 352 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753286] ppid=753265 vsize=58188680 memory=19304 CPUtime=3603.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753286/stat : 753286 (fscip) R 753265 753268 750315 0 -1 4194368 2969962 0 0 0 359977 388 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753287] ppid=753265 vsize=58188680 memory=20384 CPUtime=3596.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753287/stat : 753287 (fscip) R 753265 753268 750315 0 -1 4194368 7883051 0 0 0 358545 1131 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753288] ppid=753265 vsize=58188680 memory=5696 CPUtime=3598.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753288/stat : 753288 (fscip) R 753265 753268 750315 0 -1 4194368 1307934 0 0 0 359541 304 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753289] ppid=753265 vsize=58188680 memory=11592 CPUtime=3599.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753289/stat : 753289 (fscip) R 753265 753268 750315 0 -1 4194368 1735380 0 0 0 359668 292 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753290] ppid=753265 vsize=58188680 memory=13756 CPUtime=3599.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753290/stat : 753290 (fscip) R 753265 753268 750315 0 -1 4194368 9150776 0 0 0 358545 1388 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753291] ppid=753265 vsize=58188680 memory=0 CPUtime=3604.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753291/stat : 753291 (fscip) R 753265 753268 750315 0 -1 4194368 1182586 0 0 0 360171 259 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753292] ppid=753265 vsize=58188680 memory=0 CPUtime=3604.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753292/stat : 753292 (fscip) R 753265 753268 750315 0 -1 4194368 2527530 0 0 0 360083 372 0 0 20 0 41 0 127728911 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753294] ppid=753265 vsize=58188680 memory=280168905371280 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753294/stat : 753294 (fscip) S 753265 753268 750315 0 -1 1077936192 273 0 0 0 2 1 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753295] ppid=753265 vsize=58188680 memory=11644 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753295/stat : 753295 (fscip) S 753265 753268 750315 0 -1 1077936192 217 0 0 0 4 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753296] ppid=753265 vsize=58188680 memory=-1088251628401078322 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753296/stat : 753296 (fscip) S 753265 753268 750315 0 -1 1077936192 249 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753297] ppid=753265 vsize=58188680 memory=6816 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753297/stat : 753297 (fscip) S 753265 753268 750315 0 -1 1077936192 236 0 0 0 0 2 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753298] ppid=753265 vsize=58188680 memory=54305324 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753298/stat : 753298 (fscip) S 753265 753268 750315 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753299] ppid=753265 vsize=58188680 memory=2832 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753299/stat : 753299 (fscip) S 753265 753268 750315 0 -1 1077936192 229 0 0 0 4 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753300] ppid=753265 vsize=58188680 memory=6732 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753300/stat : 753300 (fscip) S 753265 753268 750315 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753301] ppid=753265 vsize=58188680 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753301/stat : 753301 (fscip) S 753265 753268 750315 0 -1 1077936192 210 0 0 0 4 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753302] ppid=753265 vsize=58188680 memory=280168905958848 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753302/stat : 753302 (fscip) S 753265 753268 750315 0 -1 1077936192 342 0 0 0 4 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753303] ppid=753265 vsize=58188680 memory=140084453006832 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753303/stat : 753303 (fscip) S 753265 753268 750315 0 -1 1077936192 328 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753304] ppid=753265 vsize=58188680 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753304/stat : 753304 (fscip) S 753265 753268 750315 0 -1 1077936192 230 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753305] ppid=753265 vsize=58188680 memory=7363578458728780377 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753305/stat : 753305 (fscip) S 753265 753268 750315 0 -1 1077936192 217 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753306] ppid=753265 vsize=58188680 memory=6944656425122700657 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753306/stat : 753306 (fscip) S 753265 753268 750315 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753307] ppid=753265 vsize=58188680 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753307/stat : 753307 (fscip) S 753265 753268 750315 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753308] ppid=753265 vsize=58188680 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753308/stat : 753308 (fscip) S 753265 753268 750315 0 -1 1077936192 162 0 0 0 2 1 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753309] ppid=753265 vsize=58188680 memory=140084454391266 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753309/stat : 753309 (fscip) S 753265 753268 750315 0 -1 1077936192 360 0 0 0 4 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753310] ppid=753265 vsize=58188680 memory=2209 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753310/stat : 753310 (fscip) S 753265 753268 750315 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753311] ppid=753265 vsize=58188680 memory=280168903999744 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753311/stat : 753311 (fscip) S 753265 753268 750315 0 -1 1077936192 311 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753312] ppid=753265 vsize=58188680 memory=280168903999744 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753312/stat : 753312 (fscip) S 753265 753268 750315 0 -1 1077936192 376 0 0 0 4 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
[pid=753268/tid=753313] ppid=753265 vsize=58188680 memory=12948029319807571 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/753268/task/753313/stat : 753313 (fscip) S 753265 753268 750315 0 -1 1077936192 228 0 0 0 3 0 0 0 20 0 41 0 127729649 59585208320 13580950 809668444160 4194304 16623229 140734514179008 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 48631808 140734514181126 140734514181244 140734514181244 140734514188272 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 58188680 KiB
Current children cumulated memory: 54323800 KiB

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

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

# cumulated CPU time of all completed processes:  user=71878 s, system=123.834 s

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

[startup+3657.62 s]
/proc/loadavg: 81.61 79.43 79.32 62/986 755688
/proc/meminfo: memFree=556360372/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3658.4 s]
/proc/loadavg: 81.61 79.43 79.32 62/986 755688
/proc/meminfo: memFree=575502392/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3658.8 s]
/proc/loadavg: 81.61 79.43 79.32 62/986 755688
/proc/meminfo: memFree=575502392/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3658.9 s]
/proc/loadavg: 81.61 79.43 79.32 62/986 755688
/proc/meminfo: memFree=575502392/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): 3658.93
CPU time (s): 72001.8
CPU user time (s): 71878
CPU system time (s): 123.834
CPU usage (%): 1967.84
Max. virtual memory (cumulated for all children) (KiB): 58264000
Max. memory (cumulated for all children) (KiB): 54323800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71878
system time used= 123.834
maximum resident set size= 54338168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78555921
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= 592397
involuntary context switches= 323723


# summary of solver processes directly reported to runsolver:
#   pid: 753268
#   total CPU time (s): 72001.8
#   total CPU user time (s): 71878
#   total CPU system time (s): 123.834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.965 second user time and 91.6404 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 06:57:20
IDJOB=4465401
IDBENCH=155402
IDSOLVER=3094
FILE ID=nodeD105/4465401-1723611439
RUNJOBID= nodeD105-1723607375-750327
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622708 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_14_shg.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-4465401-1723611439/watcher-4465401-1723611439 -o /tmp/evaluation-result-4465401-1723611439/solver-4465401-1723611439 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750327 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465401-1723611439.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c0e25a71d8726d42148f3e780c01ff44
RANDOM SEED=1404704875

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        652728728 kB
MemAvailable:   657492000 kB
Buffers:         1200676 kB
Cached:          6851244 kB
SwapCached:            0 kB
Active:          1715240 kB
Inactive:       132608952 kB
Active(anon):       2176 kB
Inactive(anon): 126309016 kB
Active(file):    1713064 kB
Inactive(file):  6299936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             74848 kB
Writeback:           124 kB
AnonPages:      126268244 kB
Mapped:           138052 kB
Shmem:             38920 kB
KReclaimable:     339948 kB
Slab:             777060 kB
SReclaimable:     339948 kB
SUnreclaim:       437112 kB
KernelStack:       17056 kB
PageTables:       262468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   21635640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1132416 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21643264 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:     1165312 kB
DirectMap2M:    145084416 kB
DirectMap1G:    659554304 kB

Free space on /tmp at the end= 8622656 MiB
End job on nodeD105 at 2024-08-14 07:58:19