Trace number 4465400

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) 72003.2 3661.58

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_13_shg.opb
MD5SUMa008918ff26f135f427f5632a2cbbc59
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 benchmark60
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 variables15312
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 constraint64
Maximum length of a constraint92
Number of terms in the objective function 15312
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 15312
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 15312
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.81	c Default LC presolving (default).
1.78/1.81	c ** Before presolving: virtualMemUsedAtLc = 1010400595, getVmSize() = 777699328, SCIPgetMemUsed() = 546463353, SCIPgetMemTotal() = 745195089, SCIPgetMemExternEstim() = 265205506
1.78/1.81	c ** set memory limit for presolving in LC to 8.79291e+12 for SCIP **
18.94/19.07	c ** Estimated virtualMemUsedAtSolver = 2945324340, getVmSize() = 4434661376, SCIPgetMemUsed() = 2342907404, SCIPgetMemTotal() = 4152781004, SCIPgetMemExternEstim() = 265205506
18.94/19.07	c ** set memory limit for solvers to 4.17934e+11 for each SCIP **
18.94/19.07	c Original Problem   :
18.94/19.07	c   Problem name     : instance-4465400-1723611037
18.94/19.07	c   Variables        : 15312 (15312 binary, 0 integer, 0 implicit integer, 0 continuous)
18.94/19.07	c   Constraints      : 65280
18.94/19.07	c   Objective sense  : minimize
18.94/19.07	c Presolved Problem  :
18.94/19.07	c   Variables        : 15312 (15312 binary, 0 integer, 0 implicit integer, 0 continuous)
18.94/19.07	c   Constraints      : 65280
18.94/19.07	c Constraints        : Number
18.94/19.07	c   logicor          : 65280 
18.94/19.07	c ** Instance transfer method used: 0
19.32/19.45	c ** ParaScipInstance copy does not increase the number of variables. **
26.20/26.38	c LC is working with racing ramp-up and with rebuilding tree after racing.
26.20/26.38	c                                Nodes    Active                                            
26.20/26.38	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
334.51/42.44	c *      42              0           1        20          80.0000                -          -
334.51/42.44	c        42              0           1        20          80.0000                -          -
439.56/47.84	c        48              2           1        20          80.0000           0.0000          -
930.57/72.73	c        73              2           1        20          80.0000           0.0000          -
1436.03/98.20	c        98              4           3        20          80.0000           0.0000          -
1541.11/103.51	c       104             41          42        20          80.0000           0.0000          -
1931.71/123.21	c       123             32          31        20          80.0000           0.0000          -
2030.79/128.23	c       128             71          72        20          80.0000           0.0000          -
2139.88/133.79	c       134            102         101        20          80.0000           0.0000          -
2262.88/139.90	c       140            102         101        20          80.0000           0.0000          -
2532.52/153.56	c       154            102         101        20          80.0000           0.0000          -
2649.52/159.47	c       159            102         101        20          80.0000           0.0000          -
2754.77/164.79	c       165            122         121        20          80.0000           0.0000          -
3026.22/178.45	c       178            182         181        20          80.0000           0.0000          -
3135.32/183.92	c       184            182         181        20          80.0000           0.0000          -
3246.35/189.55	c       190            202         203        20          80.0000           0.0000          -
3358.11/195.15	c       195            678         677        20          80.0000           0.0000          -
3457.04/200.17	c       200           1016        1015        20          80.0000           0.0000          -
3648.82/209.87	c       210           1042        1041        20          80.0000           0.0000          -
3752.73/215.06	c       215           1042        1041        20          80.0000           0.0000          -
3853.88/220.20	c       220           1051           1        20          80.0000           0.0000          -
3954.19/225.21	c       225           1130          82        20          80.0000           0.0000          -
4053.31/230.26	c       230           1313         263        20          80.0000           0.0000          -
4156.36/235.49	c       235           1851         801        20          80.0000           0.0000          -
4270.01/241.16	c       241           2331        1281        20          80.0000           0.0000          -
4372.37/246.31	c       246           2731        1681        20          80.0000           0.0000          -
4475.44/251.59	c       252           4311        3261        20          80.0000           0.0000          -
4580.51/256.84	c       257           4711        3661        20          80.0000           1.0000          -
4681.53/262.02	c       262           5511        4461        20          80.0000           1.0000          -
4788.58/267.32	c       267           5511        4461        20          80.0000           1.0000          -
4891.66/272.56	c       273           5511        4461        20          80.0000           1.0000          -
5117.71/283.95	c       284           5531        4481        20          80.0000           1.0000          -
5221.33/289.16	c       289           5531        4481        20          80.0000           1.0000          -
5323.67/294.38	c       294           5531        4481        20          80.0000           1.0000          -
5430.67/299.77	c       300           5610        4562        20          80.0000           1.0000          -
5536.34/305.10	c       305           6231        5181        20          80.0000           1.0000          -
5642.48/310.45	c       310          10496        9446        20          80.0000           1.0000          -
5747.47/315.74	c       316          13011       11961        20          80.0000           1.0000          -
5853.17/321.09	c       321          13011       11961        20          80.0000           1.0000          -
5959.57/326.42	c       326          13011       11961        20          80.0000           1.0000          -
6128.14/335.01	c       335          13011       11961        20          80.0000           1.0000          -
6233.14/340.27	c       340          12831       11781        20          80.0000           1.0000          -
6334.15/345.31	c       345          12831       11781        20          80.0000           1.0000          -
6439.19/350.64	c       351          13090       12042        20          80.0000           1.0000          -
6542.28/355.84	c       356          13571       12521        20          80.0000           1.0000          -
6641.43/360.87	c       361          15211       14161        20          80.0000           1.0000          -
6754.40/366.51	c       367          14891       13841        20          80.0000           1.0000          -
6864.06/372.04	c       372          14971       13921        20          80.0000           1.0000          -
6963.23/377.09	c       377          16302       14804        20          80.0000           1.0000          -
7065.59/382.21	c       382          16302       14804        20          80.0000           1.0000          -
7166.67/387.37	c       387          16302       14804        20          80.0000           1.0000          -
7271.76/392.63	c       393          16288       14803        20          80.0000           1.0000          -
7376.85/398.03	c       398          16288       14803        20          80.0000           1.0000          -
7480.81/403.15	c       403          16288       14803        20          80.0000           1.0000          -
7586.97/408.55	c       409          16751         381        20          80.0000           1.0000          -
7690.04/413.74	c       414          17271         901        20          80.0000           1.0000          -
7791.08/418.83	c       419          17851        1481        20          80.0000           1.0000          -
7892.13/424.00	c       424          18331        1961        20          80.0000           1.0000          -
7997.14/429.26	c       429          20686        4361        20          80.0000           1.0000          -
8102.11/434.53	c       435          21486        5161        20          80.0000           1.0000          -
8205.11/439.77	c       440          20271        3901        20          80.0000           1.0000          -
8306.12/444.85	c       445          23826        7501        20          80.0000           1.0000          -
8409.71/450.06	c       450          21851        5481        20          80.0000           1.0000          -
8511.80/455.28	c       455          23131        6761        20          80.0000           1.0000          -
8618.77/460.62	c       461          24991        8621        20          80.0000           1.0000          -
8717.85/465.67	c       466          28513       11702        20          80.0000           1.0000          -
8820.86/470.85	c       471          28513       11702        20          80.0000           1.0000          -
8921.94/476.03	c       476          28513       11702        20          80.0000           1.0000          -
9027.08/481.29	c       481          28713       11691        20          80.0000           1.0000          -
9127.86/486.34	c       486          28713       11691        20          80.0000           1.0000          -
9226.87/491.37	c       491          29448         903        20          80.0000           1.0000          -
9331.72/496.65	c       497          29209         461        20          80.0000           1.0000          -
9432.67/501.72	c       502          30506        1961        20          80.0000           1.0000          -
9535.58/506.97	c       507          30209        1461        20          80.0000           1.0000          -
9642.44/512.30	c       512          30709        1961        20          80.0000           1.0000          -
9743.34/517.46	c       517          31249        2501        20          80.0000           1.0000          -
9844.33/522.52	c       523          32866        4321        20          80.0000           1.0000          -
9945.29/527.60	c       528          33566        5021        20          80.0000           1.0000          -
10044.30/532.69	c       533          32969        4221        20          80.0000           1.0000          -
10149.24/538.02	c       538          33689        4941        20          80.0000           1.0000          -
10254.03/543.27	c       543          37027        8482        20          80.0000           1.0000          -
10355.03/548.36	c       548          38646       10101        20          80.0000           1.0000          -
10455.99/553.46	c       553          36909        8161        20          80.0000           1.0000          -
10556.98/558.53	c       559          39570       10820        20          80.0000           1.0000          -
10655.78/563.54	c       564          41762       11100        20          80.0000           1.0000          -
10754.82/568.57	c       569          43027       10758        20          80.0000           1.0000          -
10857.82/573.75	c       574          39429       10205        20          80.0000           1.0000          -
10956.88/578.78	c       579          43246       10419        20          80.0000           1.0000          -
11057.90/583.83	c       584          43354       10419        20          80.0000           1.0000          -
11158.91/588.98	c       589          39686       10202        20          80.0000           1.0000          -
11260.44/594.06	c       594          39686       10202        20          80.0000           1.0000          -
11362.86/599.21	c       599          39686       10202        20          80.0000           1.0000          -
11469.76/604.62	c       605          43483       10416        20          80.0000           1.0000          -
11572.75/609.84	c       610          43554          70        20          80.0000           1.0000          -
11673.73/615.01	c       615          44025         541        20          80.0000           1.0000          -
11772.68/620.04	c       620          41268        1581        20          80.0000           1.0000          -
11876.22/625.15	c       625          44925        1441        20          80.0000           1.0000          -
11980.54/630.49	c       630          42268        2581        20          80.0000           1.0000          -
12089.46/635.90	c       636          42868        3181        20          80.0000           1.0000          -
12188.44/641.00	c       641          46545        3061        20          80.0000           1.0000          -
12297.30/646.45	c       646          47145        3661        20          80.0000           1.0000          -
12400.30/651.67	c       652          44828        5141        20          80.0000           1.0000          -
12503.25/656.81	c       657          48445        4961        20          80.0000           1.0000          -
12604.24/661.98	c       662          49165        5681        20          80.0000           1.0000          -
12707.78/667.14	c       667          48208        8521        20          80.0000           1.0000          -
12814.11/672.55	c       673          51605        8121        20          80.0000           1.0000          -
12915.05/677.67	c       678          51887       11882        20          80.0000           1.0000          -
13016.03/682.78	c       683          55699       10254        20          80.0000           1.0000          -
13121.78/688.08	c       688          55848       10257        20          80.0000           1.0000          -
13228.08/693.42	c       693          55970       10251        20          80.0000           1.0000          -
13329.11/698.51	c       699          52665       11301        20          80.0000           1.0000          -
13430.19/703.67	c       704          56375       10240        20          80.0000           1.0000          -
13535.23/709.00	c       709          52956       11164        20          80.0000           1.0000          -
13642.28/714.36	c       714          52956       11164        20          80.0000           1.0000          -
13741.47/719.37	c       719          52956       11164        20          80.0000           1.0000          -
13846.62/724.61	c       725          52985           0        20          80.0000           1.0000          -
13947.49/729.76	c       730          53466         481        20          80.0000           1.0000          -
14053.46/735.07	c       735          53967         982        20          80.0000           1.0000          -
14167.47/740.83	c       741          57419       10214        20          80.0000           1.0000          -
14271.27/746.05	c       746          57419       10214        20          80.0000           1.0000          -
14372.31/751.19	c       751          57419       10214        20          80.0000           1.0000          -
14474.74/756.40	c       756          57507          81        20          80.0000           1.0000          -
14575.94/761.45	c       761          56966        3981        20          80.0000           1.0000          -
14678.83/766.60	c       767          58407         981        20          80.0000           1.0000          -
14777.92/771.69	c       772          58266        5281        20          80.0000           1.0000          -
14879.02/776.78	c       777          59186        6201        20          80.0000           1.0000          -
14982.13/781.97	c       782          60626        7641        20          80.0000           1.0000          -
15087.19/787.28	c       787          60647        3221        20          80.0000           1.0000          -
15192.28/792.51	c       793          61715        8516        20          80.0000           1.0000          -
15291.42/797.54	c       798          61833        8503        20          80.0000           1.0000          -
15394.51/802.75	c       803          61922        8504        20          80.0000           1.0000          -
15493.62/807.79	c       808          63387        5961        20          80.0000           1.0000          -
15594.73/812.89	c       813          64546        7120        20          80.0000           1.0000          -
15695.85/817.98	c       818          62240        8507        20          80.0000           1.0000          -
15802.76/823.38	c       823          65890        8196        20          80.0000           1.0000          -
15905.72/828.50	c       828          65951        8126        20          80.0000           1.0000          -
16012.62/833.91	c       834          62555        8502        20          80.0000           1.0000          -
16121.52/839.44	c       839          66084        7944        20          80.0000           1.0000          -
16238.35/845.36	c       845          66155        7917        20          80.0000           1.0000          -
16343.26/850.64	c       851          66212        7621        20          80.0000           1.0000          -
16446.23/855.85	c       856          66275        7367        20          80.0000           1.0000          -
16549.84/861.06	c       861          66317        7250        20          80.0000           1.0000          -
16648.84/866.11	c       866          63224        8501        20          80.0000           1.0000          -
16755.17/871.41	c       871          66421        7043        20          80.0000           1.0000          -
16854.18/876.46	c       876          66457        7027        20          80.0000           1.0000          -
16963.10/881.94	c       882          66515        6994        20          80.0000           1.0000          -
17064.69/887.10	c       887          66555        6930        20          80.0000           1.0000          -
17165.83/892.18	c       892          66635        6929        20          80.0000           1.0000          -
17268.00/897.36	c       897          66673        6925        20          80.0000           1.0000          -
17376.93/902.81	c       903          66732        6921        20          80.0000           1.0000          -
17475.95/907.86	c       908          66800        6916        20          80.0000           1.0000          -
17581.50/913.14	c       913          64061        8496        20          80.0000           1.0000          -
17693.78/918.81	c       919          66906        6911        20          80.0000           1.0000          -
17794.78/923.98	c       924          66969        6907        20          80.0000           1.0000          -
17893.81/928.99	c       929          67014        6904        20          80.0000           1.0000          -
17995.66/934.09	c       934          67056        6903        20          80.0000           1.0000          -
18097.77/939.28	c       939          67140        6901        20          80.0000           1.0000          -
18196.79/944.29	c       944          67205        6899        20          80.0000           1.0000          -
18301.80/949.52	c       950          64735        8497        20          80.0000           1.0000          -
18404.92/954.79	c       955          64800        8499        20          80.0000           1.0000          -
18518.01/960.48	c       960          64800        8499        20          80.0000           1.0000          -
18625.12/965.89	c       966          64800        8499        20          80.0000           1.0000          -
18726.28/970.96	c       971          64896          81        20          80.0000           1.0000          -
18830.23/976.15	c       976          67610        6908        20          80.0000           1.0000          -
18929.22/981.17	c       981          65796         981        20          80.0000           1.0000          -
19029.60/986.27	c       986          67734        6905        20          80.0000           1.0000          -
19132.72/991.43	c       991          67777        6905        20          80.0000           1.0000          -
19235.75/996.64	c       997          67861        6904        20          80.0000           1.0000          -
19334.86/1001.67	c      1002          68016        3201        20          80.0000           1.0000          -
19437.91/1006.87	c      1007          68018        6896        20          80.0000           1.0000          -
19538.90/1011.93	c      1012          68060        6894        20          80.0000           1.0000          -
19640.61/1017.12	c      1017          70213        5398        20          80.0000           1.0000          -
19744.93/1022.33	c      1022          68178        6893        20          80.0000           1.0000          -
19845.89/1027.44	c      1027          68217        6892        20          80.0000           1.0000          -
19944.95/1032.47	c      1032          68296        6891        20          80.0000           1.0000          -
20048.04/1037.65	c      1038          68336        6893        20          80.0000           1.0000          -
20151.03/1042.83	c      1043          68426        6889        20          80.0000           1.0000          -
20256.71/1048.20	c      1048          68426        6889        20          80.0000           1.0000          -
20359.02/1053.31	c      1053          68426        6889        20          80.0000           1.0000          -
20460.02/1058.47	c      1058          68426        6889        20          80.0000           1.0000          -
20561.10/1063.54	c      1064          77213       10963        20          80.0000           1.0000          -
20660.20/1068.56	c      1069          69108         681        20          80.0000           1.0000          -
20761.19/1073.66	c      1074          69621        1194        20          80.0000           1.0000          -
20862.24/1078.73	c      1079          77930       10959        20          80.0000           1.0000          -
20967.93/1084.06	c      1084          70668        2241        20          80.0000           1.0000          -
21070.28/1089.20	c      1089          71268        2841        20          80.0000           1.0000          -
21173.38/1094.40	c      1094          78729       10954        20          80.0000           1.0000          -
21276.47/1099.66	c      1100          79027       10955        20          80.0000           1.0000          -
21379.62/1104.88	c      1105          79319       10953        20          80.0000           1.0000          -
21486.46/1110.27	c      1110          79578       10952        20          80.0000           1.0000          -
21591.39/1115.52	c      1116          79812       10952        20          80.0000           1.0000          -
21694.45/1120.74	c      1121          80033       10951        20          80.0000           1.0000          -
21795.54/1125.86	c      1126          80296       10950        20          80.0000           1.0000          -
21901.26/1131.19	c      1131          80552       10947        20          80.0000           1.0000          -
22001.68/1136.20	c      1136          81124       12062        20          80.0000           1.0000          -
22106.73/1141.57	c      1142          81404       12063        20          80.0000           1.0000          -
22209.84/1146.75	c      1147          81715       12057        20          80.0000           1.0000          -
22315.64/1152.06	c      1152          82012       12057        20          80.0000           1.0000          -
22419.99/1157.31	c      1157          82327       12055        20          80.0000           1.0000          -
22523.10/1162.58	c      1163          82630       12051        20          80.0000           1.0000          -
22626.20/1167.78	c      1168          82900       12052        20          80.0000           1.0000          -
22729.31/1172.90	c      1173          82443       10940        20          80.0000           1.0000          -
22828.45/1177.92	c      1178          82704       10941        20          80.0000           1.0000          -
22927.55/1182.93	c      1183          82900       10941        20          80.0000           1.0000          -
23031.58/1188.20	c      1188          82958       10941        20          80.0000           1.0000          -
23135.71/1193.40	c      1193          82958       10941        20          80.0000           1.0000          -
23234.85/1198.46	c      1198          82958       10941        20          80.0000           1.0000          -
23339.80/1203.76	c      1204          84532       12053        20          80.0000           1.0000          -
23442.88/1208.92	c      1209          83575         581        20          80.0000           1.0000          -
23549.91/1214.36	c      1214          84075        1081        20          80.0000           1.0000          -
23648.96/1219.39	c      1219          85303       12055        20          80.0000           1.0000          -
23752.05/1224.54	c      1225          85585       12053        20          80.0000           1.0000          -
23857.12/1229.83	c      1230          85863       12049        20          80.0000           1.0000          -
23962.88/1235.17	c      1235          86027       12049        20          80.0000           1.0000          -
24062.05/1240.18	c      1240          86294       12053        20          80.0000           1.0000          -
24162.34/1245.24	c      1245          86504       12047        20          80.0000           1.0000          -
24261.46/1250.29	c      1250          88282        5288        20          80.0000           1.0000          -
24364.55/1255.47	c      1255          89259        6265        20          80.0000           1.0000          -
24465.63/1260.59	c      1261          87304       12051        20          80.0000           1.0000          -
24570.66/1265.80	c      1266          87304       12051        20          80.0000           1.0000          -
24671.82/1270.92	c      1271          87304       12051        20          80.0000           1.0000          -
24775.68/1276.16	c      1276          87304       12051        20          80.0000           1.0000          -
24881.95/1281.58	c      1282          87304       12051        20          80.0000           1.0000          -
24987.02/1286.87	c      1287          94655       10870        20          80.0000           1.0000          -
25090.77/1292.08	c      1292          94834       10866        20          80.0000           1.0000          -
25191.84/1297.18	c      1297          87774       12057        20          80.0000           1.0000          -
25302.14/1302.79	c      1303          87774       12057        20          80.0000           1.0000          -
25411.17/1308.20	c      1308          87774       12057        20          80.0000           1.0000          -
25516.26/1313.51	c      1314          87794           0        20          80.0000           1.0000          -
25617.38/1318.61	c      1319          95897       10846        20          80.0000           1.0000          -
25725.20/1324.13	c      1324          96102       10840        20          80.0000           1.0000          -
25827.54/1329.29	c      1329          96326       10836        20          80.0000           1.0000          -
25928.61/1334.34	c      1334          96577       10835        20          80.0000           1.0000          -
26029.70/1339.40	c      1339          90295        2501        20          80.0000           1.0000          -
26132.77/1344.68	c      1345          90895        3101        20          80.0000           1.0000          -
26235.63/1349.90	c      1350          91535        3741        20          80.0000           1.0000          -
26342.62/1355.29	c      1355          92255        4461        20          80.0000           1.0000          -
26451.65/1360.71	c      1361          93075        5281        20          80.0000           1.0000          -
26554.60/1365.93	c      1366          98088       10833        20          80.0000           1.0000          -
26656.44/1371.11	c      1371          98315       10833        20          80.0000           1.0000          -
26757.38/1376.19	c      1376          98541       10831        20          80.0000           1.0000          -
26857.50/1381.25	c      1381          99686       11835        20          80.0000           1.0000          -
26962.57/1386.57	c      1387          99854       11822        20          80.0000           1.0000          -
27063.70/1391.67	c      1392         100043       11822        20          80.0000           1.0000          -
27166.77/1396.85	c      1397          99422       10829        20          80.0000           1.0000          -
27267.78/1402.01	c      1402          99617       10830        20          80.0000           1.0000          -
27374.73/1407.31	c      1407          99812       10833        20          80.0000           1.0000          -
27479.69/1412.63	c      1413         100931       11817        20          80.0000           1.0000          -
27582.76/1417.84	c      1418         101170       11818        20          80.0000           1.0000          -
27683.69/1423.01	c      1423         101376       11819        20          80.0000           1.0000          -
27792.66/1428.48	c      1428         101595       11817        20          80.0000           1.0000          -
27891.67/1433.49	c      1433         101828       11817        20          80.0000           1.0000          -
27996.71/1438.73	c      1439         102033       11818        20          80.0000           1.0000          -
28099.83/1444.03	c      1444         102238       11813        20          80.0000           1.0000          -
28201.80/1449.06	c      1449         102453       11816        20          80.0000           1.0000          -
28309.84/1454.57	c      1455         101956       10827        20          80.0000           1.0000          -
28414.86/1459.83	c      1460         101956       10827        20          80.0000           1.0000          -
28515.98/1465.02	c      1465         101956       10827        20          80.0000           1.0000          -
28619.82/1470.20	c      1470         101956       10827        20          80.0000           1.0000          -
28724.17/1475.40	c      1475         101956       10827        20          80.0000           1.0000          -
28823.31/1480.44	c      1480         102003       10834        20          80.0000           1.0000          -
28924.43/1485.53	c      1486         102375       10828        20          80.0000           1.0000          -
29025.55/1490.63	c      1491         102593       10826        20          80.0000           1.0000          -
29130.59/1495.96	c      1496         102808       10826        20          80.0000           1.0000          -
29232.36/1501.10	c      1501         103066       10824        20          80.0000           1.0000          -
29334.93/1506.27	c      1506         103313       10829        20          80.0000           1.0000          -
29437.94/1511.46	c      1511         104583       11811        20          80.0000           1.0000          -
29543.03/1516.74	c      1517         104749       11810        20          80.0000           1.0000          -
29646.14/1521.99	c      1522         104933       11815        20          80.0000           1.0000          -
29747.96/1527.05	c      1527         105139       11810        20          80.0000           1.0000          -
29850.34/1532.22	c      1532         104428       10821        20          80.0000           1.0000          -
29957.42/1537.70	c      1538         104663       10825        20          80.0000           1.0000          -
30062.27/1543.01	c      1543         104921       10821        20          80.0000           1.0000          -
30169.23/1548.32	c      1548         105136       10823        20          80.0000           1.0000          -
30274.33/1553.66	c      1554         105344       10820        20          80.0000           1.0000          -
30373.44/1558.67	c      1559         106372       11808        20          80.0000           1.0000          -
30476.57/1563.81	c      1564         106589       11808        20          80.0000           1.0000          -
30577.70/1569.01	c      1569         106809       11808        20          80.0000           1.0000          -
30676.85/1574.03	c      1574         106194       10820        20          80.0000           1.0000          -
30783.92/1579.32	c      1579         107169       11814        20          80.0000           1.0000          -
30885.06/1584.41	c      1584         107345       11812        20          80.0000           1.0000          -
30990.18/1589.75	c      1590         107534       11809        20          80.0000           1.0000          -
31095.93/1595.13	c      1595         107257       10817        20          80.0000           1.0000          -
31202.20/1600.48	c      1600         107492       10816        20          80.0000           1.0000          -
31303.23/1605.57	c      1606         107730       10818        20          80.0000           1.0000          -
31406.27/1610.77	c      1611         107959       10818        20          80.0000           1.0000          -
31514.05/1616.14	c      1616         108163       10814        20          80.0000           1.0000          -
31618.31/1621.44	c      1621         108351       10817        20          80.0000           1.0000          -
31723.31/1626.78	c      1627         108978       11812        20          80.0000           1.0000          -
31824.42/1631.81	c      1632         108782       10813        20          80.0000           1.0000          -
31925.47/1637.00	c      1637         108891       10816        20          80.0000           1.0000          -
32032.46/1642.38	c      1642         108891       10816        20          80.0000           1.0000          -
32139.47/1647.80	c      1648         108891       10816        20          80.0000           1.0000          -
32242.58/1652.91	c      1653         110021       11811        20          80.0000           1.0000          -
32346.11/1658.20	c      1658         110183       11811        20          80.0000           1.0000          -
32452.17/1663.55	c      1664         110361       11811        20          80.0000           1.0000          -
32553.17/1668.67	c      1669         110587       11807        20          80.0000           1.0000          -
32654.28/1673.75	c      1674         110786        1881        20          80.0000           1.0000          -
32755.39/1678.80	c      1679         111297        2392        20          80.0000           1.0000          -
32854.54/1683.81	c      1684         111866        2961        20          80.0000           1.0000          -
32953.60/1688.84	c      1689         111182       11812        20          80.0000           1.0000          -
33054.50/1694.02	c      1694         113026        4121        20          80.0000           1.0000          -
33156.35/1699.05	c      1699         113766        4861        20          80.0000           1.0000          -
33257.22/1704.15	c      1704         114641        5736        20          80.0000           1.0000          -
33359.74/1709.32	c      1709         111806       11808        20          80.0000           1.0000          -
33462.81/1714.53	c      1715         117626        8721        20          80.0000           1.0000          -
33561.93/1719.58	c      1720         112129       11807        20          80.0000           1.0000          -
33661.04/1724.59	c      1725         112331       11811        20          80.0000           1.0000          -
33764.03/1729.74	c      1730         112378       11809        20          80.0000           1.0000          -
33866.89/1734.98	c      1735         112378       11809        20          80.0000           1.0000          -
33968.63/1740.06	c      1740         112378       11809        20          80.0000           1.0000          -
34069.92/1745.15	c      1745         120665       10781        20          80.0000           1.0000          -
34176.00/1750.51	c      1751         120874       10782        20          80.0000           1.0000          -
34275.15/1755.54	c      1756         113381         981        20          80.0000           1.0000          -
34374.29/1760.59	c      1761         113881        1481        20          80.0000           1.0000          -
34479.33/1765.85	c      1766         114421        2021        20          80.0000           1.0000          -
34588.25/1771.34	c      1771         121644       10783        20          80.0000           1.0000          -
34693.16/1776.69	c      1777         121803       10781        20          80.0000           1.0000          -
34801.03/1782.13	c      1782         122014       10778        20          80.0000           1.0000          -
34909.22/1787.53	c      1788         122209       10771        20          80.0000           1.0000          -
35014.19/1792.87	c      1793         117821        5421        20          80.0000           1.0000          -
35115.28/1797.97	c      1798         118861        6461        20          80.0000           1.0000          -
35214.37/1803.02	c      1803         120215        7815        20          80.0000           1.0000          -
35319.29/1808.22	c      1808         122621       10221        20          80.0000           1.0000          -
35422.20/1813.44	c      1813         124572       12046        20          80.0000           1.0000          -
35527.22/1818.73	c      1819         124756       12034        20          80.0000           1.0000          -
35626.35/1823.79	c      1824         123597       10766        20          80.0000           1.0000          -
35729.43/1828.98	c      1829         123818       10772        20          80.0000           1.0000          -
35831.24/1834.04	c      1834         123958       10769        20          80.0000           1.0000          -
35933.62/1839.28	c      1839         125571       11960        20          80.0000           1.0000          -
36036.73/1844.44	c      1844         125779       11949        20          80.0000           1.0000          -
36139.84/1849.62	c      1850         125965       11936        20          80.0000           1.0000          -
36244.95/1854.94	c      1855         126130       11932        20          80.0000           1.0000          -
36351.94/1860.33	c      1860         126369       11918        20          80.0000           1.0000          -
36451.08/1865.34	c      1865         124854       10762        20          80.0000           1.0000          -
36554.19/1870.54	c      1871         126680       11915        20          80.0000           1.0000          -
36657.25/1875.70	c      1876         126814       11915        20          80.0000           1.0000          -
36760.30/1881.03	c      1881         125393       10766        20          80.0000           1.0000          -
36873.25/1886.66	c      1887         125587       10770        20          80.0000           1.0000          -
36980.99/1892.05	c      1892         127352       11913        20          80.0000           1.0000          -
37087.38/1897.43	c      1897         127520       11915        20          80.0000           1.0000          -
37192.49/1902.79	c      1903         126184       10764        20          80.0000           1.0000          -
37293.40/1907.83	c      1908         126331       10768        20          80.0000           1.0000          -
37400.21/1913.21	c      1913         126541       10763        20          80.0000           1.0000          -
37511.28/1918.84	c      1919         126783       10765        20          80.0000           1.0000          -
37615.13/1924.04	c      1924         128351       11922        20          80.0000           1.0000          -
37717.55/1929.28	c      1929         128520       11919        20          80.0000           1.0000          -
37822.68/1934.50	c      1934         128747       11918        20          80.0000           1.0000          -
37927.81/1939.84	c      1940         128944       11916        20          80.0000           1.0000          -
38031.93/1945.11	c      1945         129136       11914        20          80.0000           1.0000          -
38136.07/1950.38	c      1950         128222       10766        20          80.0000           1.0000          -
38237.22/1955.42	c      1955         128456       10765        20          80.0000           1.0000          -
38338.31/1960.53	c      1961         128701       10759        20          80.0000           1.0000          -
38437.38/1965.57	c      1966         129895       11913        20          80.0000           1.0000          -
38538.46/1970.65	c      1971         130104       11916        20          80.0000           1.0000          -
38637.56/1975.69	c      1976         130316       11912        20          80.0000           1.0000          -
38738.52/1980.75	c      1981         130489       11918        20          80.0000           1.0000          -
38841.54/1985.91	c      1986         129856       10762        20          80.0000           1.0000          -
38940.59/1991.03	c      1991         130088       10766        20          80.0000           1.0000          -
39044.55/1996.17	c      1996         130347       10761        20          80.0000           1.0000          -
39148.64/2001.43	c      2001         131162       11914        20          80.0000           1.0000          -
39251.75/2006.69	c      2007         131322       11910        20          80.0000           1.0000          -
39356.85/2011.91	c      2012         131554       11913        20          80.0000           1.0000          -
39463.84/2017.36	c      2017         131290       10758        20          80.0000           1.0000          -
39570.84/2022.71	c      2023         131537       10759        20          80.0000           1.0000          -
39669.98/2027.80	c      2028         132115       11913        20          80.0000           1.0000          -
39777.80/2033.18	c      2033         131997       10762        20          80.0000           1.0000          -
39880.14/2038.33	c      2038         132227       10761        20          80.0000           1.0000          -
39981.27/2043.41	c      2043         132702       11913        20          80.0000           1.0000          -
40084.38/2048.68	c      2049         132925       11916        20          80.0000           1.0000          -
40185.51/2053.72	c      2054         133139       11915        20          80.0000           1.0000          -
40284.59/2058.75	c      2059         133362       11919        20          80.0000           1.0000          -
40390.24/2064.07	c      2064         133542       11915        20          80.0000           1.0000          -
40492.58/2069.28	c      2069         133740       11918        20          80.0000           1.0000          -
40597.61/2074.53	c      2075         133918       11916        20          80.0000           1.0000          -
40696.64/2079.54	c      2080         134085       11913        20          80.0000           1.0000          -
40797.65/2084.66	c      2085         134290       11911        20          80.0000           1.0000          -
40900.47/2089.82	c      2090         134462       11915        20          80.0000           1.0000          -
40999.14/2094.89	c      2095         134794       10758        20          80.0000           1.0000          -
41100.16/2100.02	c      2100         135002       10759        20          80.0000           1.0000          -
41204.16/2105.15	c      2105         135256       10757        20          80.0000           1.0000          -
41304.19/2110.24	c      2110         135131       11911        20          80.0000           1.0000          -
41416.99/2115.96	c      2116         135291       11914        20          80.0000           1.0000          -
41521.75/2121.26	c      2121         135481       11918        20          80.0000           1.0000          -
41622.85/2126.34	c      2126         136145       10759        20          80.0000           1.0000          -
41725.94/2131.51	c      2132         136366       10757        20          80.0000           1.0000          -
41828.97/2136.71	c      2137         136640       10757        20          80.0000           1.0000          -
41929.95/2141.82	c      2142         136932       10755        20          80.0000           1.0000          -
42030.94/2146.96	c      2147         137160       10760        20          80.0000           1.0000          -
42141.84/2152.53	c      2153         137365       10758        20          80.0000           1.0000          -
42246.85/2157.84	c      2158         137505       10756        20          80.0000           1.0000          -
42350.64/2163.04	c      2163         136683       11913        20          80.0000           1.0000          -
42458.98/2168.58	c      2169         137847       10759        20          80.0000           1.0000          -
42565.98/2173.91	c      2174         137016       11916        20          80.0000           1.0000          -
42667.70/2179.08	c      2179         138318       10756        20          80.0000           1.0000          -
42776.04/2184.53	c      2185         137329       11910        20          80.0000           1.0000          -
42879.11/2189.78	c      2190         138752       10755        20          80.0000           1.0000          -
42984.73/2195.13	c      2195         137702       11923        20          80.0000           1.0000          -
43086.95/2200.23	c      2200         139244       10756        20          80.0000           1.0000          -
43191.91/2205.50	c      2206         139469       10753        20          80.0000           1.0000          -
43296.97/2210.87	c      2211         139691       10755        20          80.0000           1.0000          -
43403.81/2216.24	c      2216         139995       10751        20          80.0000           1.0000          -
43510.78/2221.61	c      2222         140227       10753        20          80.0000           1.0000          -
43615.79/2226.97	c      2227         138752       11914        20          80.0000           1.0000          -
43717.58/2232.07	c      2232         140740       10749        20          80.0000           1.0000          -
43827.85/2237.65	c      2238         139140       11918        20          80.0000           1.0000          -
43932.79/2242.95	c      2243         141238       10754        20          80.0000           1.0000          -
44034.28/2248.09	c      2248         141501       10749        20          80.0000           1.0000          -
44138.54/2253.33	c      2253         141786       10748        20          80.0000           1.0000          -
44237.28/2258.35	c      2258         142006       10752        20          80.0000           1.0000          -
44338.38/2263.40	c      2263         139987       11911        20          80.0000           1.0000          -
44441.41/2268.64	c      2269         140165       11910        20          80.0000           1.0000          -
44540.52/2273.66	c      2274         140313       11914        20          80.0000           1.0000          -
44641.61/2278.80	c      2279         142997       10749        20          80.0000           1.0000          -
44742.74/2283.87	c      2284         143286       10745        20          80.0000           1.0000          -
44843.89/2288.98	c      2289         140797       11918        20          80.0000           1.0000          -
44945.89/2294.12	c      2294         140932       11913        20          80.0000           1.0000          -
45050.00/2299.34	c      2299         143864       10744        20          80.0000           1.0000          -
45149.14/2304.39	c      2304         141217       11906        20          80.0000           1.0000          -
45258.22/2309.87	c      2310         141329       11909        20          80.0000           1.0000          -
45365.30/2315.21	c      2315         141536       11918        20          80.0000           1.0000          -
45466.45/2320.33	c      2320         145016       10746        20          80.0000           1.0000          -
45565.61/2325.34	c      2325         141855       11905        20          80.0000           1.0000          -
45672.72/2330.72	c      2331         142064       11910        20          80.0000           1.0000          -
45771.81/2335.77	c      2336         145716       10743        20          80.0000           1.0000          -
45880.72/2341.21	c      2341         142422       11916        20          80.0000           1.0000          -
45979.88/2346.28	c      2346         142585       11911        20          80.0000           1.0000          -
46081.01/2351.39	c      2351         146449       10742        20          80.0000           1.0000          -
46184.10/2356.57	c      2357         146761       10746        20          80.0000           1.0000          -
46287.24/2361.72	c      2362         143192       11907        20          80.0000           1.0000          -
46388.41/2366.80	c      2367         147315       10741        20          80.0000           1.0000          -
46487.60/2371.82	c      2372         147583       10745        20          80.0000           1.0000          -
46593.45/2377.16	c      2377         143690       11909        20          80.0000           1.0000          -
46695.71/2382.34	c      2382         143909       11905        20          80.0000           1.0000          -
46804.76/2387.85	c      2388         144117       11909        20          80.0000           1.0000          -
46908.52/2393.12	c      2393         148686       10747        20          80.0000           1.0000          -
47012.95/2398.36	c      2398         148871       10745        20          80.0000           1.0000          -
47116.06/2403.59	c      2404         144720       11905        20          80.0000           1.0000          -
47219.08/2408.70	c      2409         149122       10744        20          80.0000           1.0000          -
47318.18/2413.71	c      2414         145128       11908        20          80.0000           1.0000          -
47421.07/2418.90	c      2419         149315       10744        20          80.0000           1.0000          -
47523.01/2424.09	c      2424         145472       11903        20          80.0000           1.0000          -
47624.06/2429.16	c      2429         149546       10746        20          80.0000           1.0000          -
47732.10/2434.60	c      2435         145820       11902        20          80.0000           1.0000          -
47837.12/2439.95	c      2440         145988       11897        20          80.0000           1.0000          -
47938.96/2445.08	c      2445         146200       11902        20          80.0000           1.0000          -
48049.23/2450.65	c      2451         146391       11903        20          80.0000           1.0000          -
48152.03/2455.88	c      2456         150116       10745        20          80.0000           1.0000          -
48252.63/2460.93	c      2461         150229       10745        20          80.0000           1.0000          -
48351.73/2465.98	c      2466         150416       10744        20          80.0000           1.0000          -
48450.74/2470.99	c      2471         146986       11899        20          80.0000           1.0000          -
48557.42/2476.31	c      2476         147174       11906        20          80.0000           1.0000          -
48662.22/2481.69	c      2482         147335       11903        20          80.0000           1.0000          -
48767.16/2486.91	c      2487         150959       10742        20          80.0000           1.0000          -
48868.80/2492.08	c      2492         150959       10742        20          80.0000           1.0000          -
48975.07/2497.40	c      2497         150959       10742        20          80.0000           1.0000          -
49075.94/2502.56	c      2503         150959       10742        20          80.0000           1.0000          -
49182.93/2507.95	c      2508         150959       10742        20          80.0000           1.0000          -
49284.59/2513.10	c      2513         150968       10751        20          80.0000           1.0000          -
49388.66/2518.34	c      2518         150968       10751        20          80.0000           1.0000          -
49495.58/2523.78	c      2524         150969       10742        20          80.0000           1.0000          -
49598.62/2529.01	c      2529         150969       10742        20          80.0000           1.0000          -
49707.58/2534.49	c      2534         150969       10742        20          80.0000           1.0000          -
49812.61/2539.79	c      2540         149228       11903        20          80.0000           1.0000          -
49923.43/2545.35	c      2545         149412       11900        20          80.0000           1.0000          -
50024.12/2550.47	c      2550         149602       11898        20          80.0000           1.0000          -
50129.05/2555.73	c      2556         152211        1241        20          80.0000           1.0000          -
50230.09/2560.84	c      2561         149984       11897        20          80.0000           1.0000          -
50331.06/2565.92	c      2566         153111        2141        20          80.0000           1.0000          -
50434.86/2571.19	c      2571         153611        2641        20          80.0000           1.0000          -
50537.10/2576.36	c      2576         150430       11898        20          80.0000           1.0000          -
50640.09/2581.57	c      2582         150609       11903        20          80.0000           1.0000          -
50747.08/2587.00	c      2587         155291        4321        20          80.0000           1.0000          -
50852.05/2592.20	c      2592         155971        5001        20          80.0000           1.0000          -
50961.03/2597.71	c      2598         156754        5784        20          80.0000           1.0000          -
51060.09/2602.75	c      2603         157713        6743        20          80.0000           1.0000          -
51159.12/2607.76	c      2608         151498       11900        20          80.0000           1.0000          -
51260.17/2612.81	c      2613         151681       11900        20          80.0000           1.0000          -
51361.22/2617.98	c      2618         159539        8430        20          80.0000           1.0000          -
51462.96/2623.05	c      2623         151861       11899        20          80.0000           1.0000          -
51563.83/2628.19	c      2628         151861       11899        20          80.0000           1.0000          -
51665.89/2633.33	c      2633         151861       11899        20          80.0000           1.0000          -
51770.82/2638.66	c      2639         159777        8410        20          80.0000           1.0000          -
51873.68/2643.84	c      2644         159838        8409        20          80.0000           1.0000          -
51972.53/2648.85	c      2649         152611         715        20          80.0000           1.0000          -
52079.49/2654.25	c      2654         153037        1141        20          80.0000           1.0000          -
52182.52/2659.47	c      2659         153537        1641        20          80.0000           1.0000          -
52283.52/2664.53	c      2665         160070        8409        20          80.0000           1.0000          -
52382.43/2669.56	c      2670         154437        2541        20          80.0000           1.0000          -
52485.45/2674.76	c      2675         154942        3046        20          80.0000           1.0000          -
52588.47/2680.01	c      2680         155497        3601        20          80.0000           1.0000          -
52697.36/2685.45	c      2685         156102        4206        20          80.0000           1.0000          -
52798.39/2690.53	c      2691         156777        4881        20          80.0000           1.0000          -
52903.34/2695.82	c      2696         160431        8410        20          80.0000           1.0000          -
53010.29/2701.23	c      2701         158397        6501        20          80.0000           1.0000          -
53113.31/2706.49	c      2706         159437        7541        20          80.0000           1.0000          -
53212.35/2711.50	c      2712         160977        9081        20          80.0000           1.0000          -
53315.36/2716.61	c      2717         163638       11725        20          80.0000           1.0000          -
53416.39/2721.77	c      2722         163932       11782        20          80.0000           1.0000          -
53519.44/2726.90	c      2727         160856        8408        20          80.0000           1.0000          -
53618.52/2731.95	c      2732         160907        8407        20          80.0000           1.0000          -
53723.46/2737.23	c      2737         160965        8408        20          80.0000           1.0000          -
53822.53/2742.24	c      2742         161008        8406        20          80.0000           1.0000          -
53923.58/2747.33	c      2747         161072        8407        20          80.0000           1.0000          -
54028.59/2752.64	c      2753         161129        8406        20          80.0000           1.0000          -
54129.58/2757.77	c      2758         161217        8407        20          80.0000           1.0000          -
54230.64/2762.80	c      2763         161282        8407        20          80.0000           1.0000          -
54329.67/2767.82	c      2768         161353        8404        20          80.0000           1.0000          -
54428.68/2772.83	c      2773         161403        8404        20          80.0000           1.0000          -
54534.57/2778.19	c      2778         161476        8404        20          80.0000           1.0000          -
54636.74/2783.39	c      2783         161532        8406        20          80.0000           1.0000          -
54737.81/2788.41	c      2788         161588        8404        20          80.0000           1.0000          -
54836.92/2793.44	c      2793         161646        8403        20          80.0000           1.0000          -
54939.98/2798.60	c      2799         166243       11705        20          80.0000           1.0000          -
55043.02/2803.83	c      2804         161781        8406        20          80.0000           1.0000          -
55142.13/2808.88	c      2809         166534       11704        20          80.0000           1.0000          -
55243.21/2813.94	c      2814         161895        8407        20          80.0000           1.0000          -
55342.22/2818.98	c      2819         161969        8406        20          80.0000           1.0000          -
55447.24/2824.27	c      2824         162029        8400        20          80.0000           1.0000          -
55548.27/2829.32	c      2829         162113        8409        20          80.0000           1.0000          -
55651.24/2834.60	c      2835         167362       11705        20          80.0000           1.0000          -
55758.26/2840.01	c      2840         167519       11702        20          80.0000           1.0000          -
55862.03/2845.17	c      2845         167698       11703        20          80.0000           1.0000          -
55962.31/2850.27	c      2850         167810       11701        20          80.0000           1.0000          -
56063.34/2855.35	c      2855         167952       11700        20          80.0000           1.0000          -
56170.37/2860.73	c      2861         162562        8408        20          80.0000           1.0000          -
56279.37/2866.28	c      2866         162639        8406        20          80.0000           1.0000          -
56378.23/2871.29	c      2871         162701        8406        20          80.0000           1.0000          -
56485.27/2876.66	c      2877         168653       11702        20          80.0000           1.0000          -
56590.33/2881.94	c      2882         168899       11705        20          80.0000           1.0000          -
56693.99/2887.14	c      2887         162977        8413        20          80.0000           1.0000          -
56796.42/2892.33	c      2892         169305       11702        20          80.0000           1.0000          -
56899.43/2897.56	c      2898         163158        8408        20          80.0000           1.0000          -
57002.37/2902.73	c      2903         169630       11703        20          80.0000           1.0000          -
57101.47/2907.78	c      2908         163318        8401        20          80.0000           1.0000          -
57207.26/2913.09	c      2913         169954       11706        20          80.0000           1.0000          -
57309.58/2918.22	c      2918         163478        8403        20          80.0000           1.0000          -
57408.69/2923.24	c      2923         163546        8410        20          80.0000           1.0000          -
57509.69/2928.35	c      2928         170427       11701        20          80.0000           1.0000          -
57608.70/2933.39	c      2933         170574       11702        20          80.0000           1.0000          -
57713.60/2938.64	c      2939         163745        8407        20          80.0000           1.0000          -
57812.63/2943.66	c      2944         170872       11701        20          80.0000           1.0000          -
57917.66/2948.91	c      2949         163864        8404        20          80.0000           1.0000          -
58016.72/2954.01	c      2954         163935        8407        20          80.0000           1.0000          -
58118.36/2959.09	c      2959         164002        8404        20          80.0000           1.0000          -
58224.52/2964.47	c      2964         164066        8404        20          80.0000           1.0000          -
58329.56/2969.70	c      2970         171488       11703        20          80.0000           1.0000          -
58435.37/2975.04	c      2975         171629       11698        20          80.0000           1.0000          -
58539.50/2980.36	c      2980         171770       11697        20          80.0000           1.0000          -
58648.47/2985.83	c      2986         164344        8405        20          80.0000           1.0000          -
58749.50/2990.92	c      2991         172060       11697        20          80.0000           1.0000          -
58850.93/2996.13	c      2996         164482        8405        20          80.0000           1.0000          -
58951.81/3001.15	c      3001         172317       11696        20          80.0000           1.0000          -
59055.84/3006.47	c      3006         172475       11698        20          80.0000           1.0000          -
59163.00/3011.83	c      3012         164697        8400        20          80.0000           1.0000          -
59263.82/3016.99	c      3017         172824       11697        20          80.0000           1.0000          -
59365.62/3022.05	c      3022         164851        8405        20          80.0000           1.0000          -
59466.71/3027.18	c      3027         173156       11696        20          80.0000           1.0000          -
59568.98/3032.38	c      3032         173351       11694        20          80.0000           1.0000          -
59670.04/3037.41	c      3037         165051        8404        20          80.0000           1.0000          -
59769.07/3042.50	c      3042         165119        8406        20          80.0000           1.0000          -
59878.08/3048.02	c      3048         165200        8402        20          80.0000           1.0000          -
59979.92/3053.11	c      3053         173974       11695        20          80.0000           1.0000          -
60083.98/3058.34	c      3058         174129       11697        20          80.0000           1.0000          -
60188.92/3063.62	c      3064         174282       11699        20          80.0000           1.0000          -
60289.84/3068.74	c      3069         165473        8402        20          80.0000           1.0000          -
60392.73/3073.90	c      3074         174678       11698        20          80.0000           1.0000          -
60494.35/3079.03	c      3079         174815       11697        20          80.0000           1.0000          -
60598.60/3084.36	c      3084         174980       11698        20          80.0000           1.0000          -
60699.60/3089.49	c      3089         165742        8404        20          80.0000           1.0000          -
60802.62/3094.66	c      3095         175263       11697        20          80.0000           1.0000          -
60907.65/3100.00	c      3100         175435       11697        20          80.0000           1.0000          -
61009.48/3105.05	c      3105         165975        8406        20          80.0000           1.0000          -
61108.43/3110.11	c      3110         175686       11698        20          80.0000           1.0000          -
61209.52/3115.17	c      3115         166081        8401        20          80.0000           1.0000          -
61309.78/3120.23	c      3120         176042       11698        20          80.0000           1.0000          -
61412.80/3125.47	c      3125         176223       11699        20          80.0000           1.0000          -
61513.87/3130.60	c      3131         166274        8399        20          80.0000           1.0000          -
61614.78/3135.69	c      3136         166350        8398        20          80.0000           1.0000          -
61715.82/3140.79	c      3141         176616       11696        20          80.0000           1.0000          -
61821.55/3146.11	c      3146         176746       11695        20          80.0000           1.0000          -
61920.52/3151.13	c      3151         176960       11695        20          80.0000           1.0000          -
62024.80/3156.30	c      3156         177123       11696        20          80.0000           1.0000          -
62125.82/3161.46	c      3161         166698        8406        20          80.0000           1.0000          -
62232.80/3166.85	c      3167         166772        8404        20          80.0000           1.0000          -
62339.86/3172.25	c      3172         177618       11697        20          80.0000           1.0000          -
62440.76/3177.36	c      3177         177741       11696        20          80.0000           1.0000          -
62543.79/3182.53	c      3183         177867       11696        20          80.0000           1.0000          -
62642.87/3187.56	c      3188         167029        8405        20          80.0000           1.0000          -
62743.92/3192.61	c      3193         178080       11698        20          80.0000           1.0000          -
62842.97/3197.63	c      3198         178277       11695        20          80.0000           1.0000          -
62942.04/3202.64	c      3203         167218        8403        20          80.0000           1.0000          -
63045.09/3207.84	c      3208         167299        8404        20          80.0000           1.0000          -
63146.17/3212.98	c      3213         178826       11697        20          80.0000           1.0000          -
63245.13/3218.01	c      3218         178991       11697        20          80.0000           1.0000          -
63344.21/3223.03	c      3223         167482        8404        20          80.0000           1.0000          -
63446.11/3228.14	c      3228         167542        8402        20          80.0000           1.0000          -
63547.12/3233.17	c      3233         179455       11695        20          80.0000           1.0000          -
63649.35/3238.33	c      3238         179603       11695        20          80.0000           1.0000          -
63750.41/3243.41	c      3243         167763        8401        20          80.0000           1.0000          -
63851.47/3248.52	c      3249         167859        8402        20          80.0000           1.0000          -
63950.55/3253.54	c      3254         180053       11695        20          80.0000           1.0000          -
64055.58/3258.84	c      3259         180202       11697        20          80.0000           1.0000          -
64156.66/3263.93	c      3264         180331       11694        20          80.0000           1.0000          -
64255.75/3268.98	c      3269         168149        8401        20          80.0000           1.0000          -
64354.84/3273.99	c      3274         168227        8402        20          80.0000           1.0000          -
64458.41/3279.15	c      3279         180757       11692        20          80.0000           1.0000          -
64564.69/3284.56	c      3285         168392        8399        20          80.0000           1.0000          -
64665.72/3289.68	c      3290         181072       11695        20          80.0000           1.0000          -
64766.80/3294.73	c      3295         181262       11696        20          80.0000           1.0000          -
64874.61/3300.18	c      3300         168597        8400        20          80.0000           1.0000          -
64976.86/3305.31	c      3305         181620       11696        20          80.0000           1.0000          -
65075.94/3310.39	c      3310         168747        8405        20          80.0000           1.0000          -
65177.02/3315.41	c      3315         181910       11697        20          80.0000           1.0000          -
65282.05/3320.75	c      3321         182069       11696        20          80.0000           1.0000          -
65383.09/3325.83	c      3326         182223       11697        20          80.0000           1.0000          -
65484.13/3330.90	c      3331         169047        8405        20          80.0000           1.0000          -
65583.03/3336.03	c      3336         169119        8401        20          80.0000           1.0000          -
65687.97/3341.22	c      3341         182575       11693        20          80.0000           1.0000          -
65795.00/3346.65	c      3347         182752       11694        20          80.0000           1.0000          -
65898.06/3351.80	c      3352         182956       11694        20          80.0000           1.0000          -
65999.14/3356.96	c      3357         183086       11693        20          80.0000           1.0000          -
66104.14/3362.26	c      3362         169492        8400        20          80.0000           1.0000          -
66215.12/3367.82	c      3368         183370       11691        20          80.0000           1.0000          -
66316.18/3372.94	c      3373         183619       11693        20          80.0000           1.0000          -
66415.11/3378.01	c      3378         183781       11693        20          80.0000           1.0000          -
66518.93/3383.14	c      3383         183927       11693        20          80.0000           1.0000          -
66623.16/3388.48	c      3388         169830        8399        20          80.0000           1.0000          -
66726.16/3393.61	c      3394         184185       11689        20          80.0000           1.0000          -
66827.19/3398.79	c      3399         169990        8400        20          80.0000           1.0000          -
66930.23/3404.02	c      3404         184542       11692        20          80.0000           1.0000          -
67029.30/3409.04	c      3409         184749       11693        20          80.0000           1.0000          -
67134.19/3414.26	c      3414         184913       11694        20          80.0000           1.0000          -
67235.25/3419.35	c      3419         170277        8405        20          80.0000           1.0000          -
67336.29/3424.45	c      3424         170333        8404        20          80.0000           1.0000          -
67437.33/3429.53	c      3430         170397        8402        20          80.0000           1.0000          -
67536.34/3434.54	c      3435         170455        8400        20          80.0000           1.0000          -
67635.16/3439.56	c      3440         170514        8405        20          80.0000           1.0000          -
67738.15/3444.78	c      3445         170571        8402        20          80.0000           1.0000          -
67841.20/3449.98	c      3450         170632        8402        20          80.0000           1.0000          -
67940.24/3455.02	c      3455         186224       11694        20          80.0000           1.0000          -
68044.04/3460.17	c      3460         186336       11692        20          80.0000           1.0000          -
68146.15/3465.31	c      3465         170835        8402        20          80.0000           1.0000          -
68249.16/3470.56	c      3471         186635       11696        20          80.0000           1.0000          -
68356.10/3475.98	c      3476         170954        8401        20          80.0000           1.0000          -
68461.07/3481.29	c      3481         171011        8398        20          80.0000           1.0000          -
68562.10/3486.34	c      3486         187050       11693        20          80.0000           1.0000          -
68667.02/3491.69	c      3492         171133        8401        20          80.0000           1.0000          -
68774.72/3497.05	c      3497         171210        8403        20          80.0000           1.0000          -
68873.82/3502.12	c      3502         187591       11693        20          80.0000           1.0000          -
68979.60/3507.48	c      3507         187738       11695        20          80.0000           1.0000          -
69080.59/3512.55	c      3513         171409        8404        20          80.0000           1.0000          -
69181.42/3517.69	c      3518         171490        8402        20          80.0000           1.0000          -
69289.10/3523.04	c      3523         171549        8400        20          80.0000           1.0000          -
69388.15/3528.11	c      3528         188296       11691        20          80.0000           1.0000          -
69490.41/3533.22	c      3533         188432       11691        20          80.0000           1.0000          -
69597.31/3538.63	c      3539         171747        8399        20          80.0000           1.0000          -
69700.13/3543.89	c      3544         171825        8399        20          80.0000           1.0000          -
69803.56/3549.12	c      3549         188905       11694        20          80.0000           1.0000          -
69907.73/3554.30	c      3554         189056       11689        20          80.0000           1.0000          -
70008.68/3559.41	c      3559         172019        8402        20          80.0000           1.0000          -
70109.48/3564.51	c      3565         172071        8401        20          80.0000           1.0000          -
70210.52/3569.70	c      3570         189491       11692        20          80.0000           1.0000          -
70313.53/3574.84	c      3575         189639       11693        20          80.0000           1.0000          -
70417.12/3580.09	c      3580         172287        8403        20          80.0000           1.0000          -
70519.29/3585.23	c      3585         189897       11693        20          80.0000           1.0000          -
70618.17/3590.30	c      3590         172406        8403        20          80.0000           1.0000          -
70721.17/3595.46	c      3595         172458        8397        20          80.0000           1.0000          -
70822.23/3600.55	c      3601         172552        8398        20          80.0000           1.0000          -
70925.26/3605.70	c      3606         172618        8402        20          80.0000           1.0000          -
71024.31/3610.73	c      3611         172681        8400        20          80.0000           1.0000          -
71137.17/3616.44	c      3616         190951       11695        20          80.0000           1.0000          -
71240.17/3621.70	c      3622         191099       11697        20          80.0000           1.0000          -
71343.00/3626.89	c      3627         191262       11697        20          80.0000           1.0000          -
71444.02/3631.92	c      3632         191408       11694        20          80.0000           1.0000          -
71543.09/3637.04	c      3637         173054        8399        20          80.0000           1.0000          -
71650.03/3642.31	c      3642         173112        8397        20          80.0000           1.0000          -
71749.07/3647.34	c      3647         191841       11697        20          80.0000           1.0000          -
71852.09/3652.58	c      3653         191976       11693        20          80.0000           1.0000          -
71961.78/3658.08	c      3658         192153       11693        20          80.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 (151582 MiB free)
  memory of node 1: 193494 MiB (190296 MiB free)
  memory of node 2: 193531 MiB (168065 MiB free)
  memory of node 3: 193531 MiB (165248 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-4465400-1723611037/watcher-4465400-1723611037 -o /tmp/evaluation-result-4465400-1723611037/solver-4465400-1723611037 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750326 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465400-1723611037.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100102 s]*
/proc/loadavg: 69.46 75.21 77.27 49/957 752548
/proc/meminfo: memFree=691363612/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=59012 memory=46816 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) R 752544 752547 750315 0 -1 4194304 9575 0 0 0 10 1 0 0 20 0 1 0 127686877 60428288 11704 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 14753 11704 2347 3035 0 11149 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 59012 KiB
Current children cumulated memory: 46816 KiB

[startup+0.218951 s]*
/proc/loadavg: 69.46 75.21 77.27 49/957 752548
/proc/meminfo: memFree=691345248/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=74584 memory=62392 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) R 752544 752547 750315 0 -1 4194304 13493 0 0 0 20 2 0 0 20 0 1 0 127686877 76374016 15598 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 18646 15598 2347 3035 0 15042 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 74584 KiB
Current children cumulated memory: 62392 KiB

[startup+0.318535 s]*
/proc/loadavg: 69.46 75.21 77.27 49/957 752548
/proc/meminfo: memFree=691328980/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=88356 memory=76136 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) R 752544 752547 750315 0 -1 4194304 16936 0 0 0 30 2 0 0 20 0 1 0 127686877 90476544 19034 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 22089 19034 2347 3035 0 18485 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 88356 KiB
Current children cumulated memory: 76136 KiB

[startup+0.700246 s]
/proc/loadavg: 69.46 75.21 77.27 49/957 752548
/proc/meminfo: memFree=691302660/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=131776 memory=119732 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) R 752544 752547 750315 0 -1 4194304 27839 0 0 0 64 4 0 0 20 0 1 0 127686877 134938624 29933 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 32944 29933 2347 3035 0 29340 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 131776 KiB
Current children cumulated memory: 119732 KiB

[startup+1.50025 s]
/proc/loadavg: 69.46 75.21 77.27 49/957 752548
/proc/meminfo: memFree=691195952/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=548624 memory=533476 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) R 752544 752547 750315 0 -1 4194304 132343 0 0 0 129 20 0 0 20 0 1 0 127686877 561790976 133369 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 137156 133369 2555 3035 0 133552 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 548624 KiB
Current children cumulated memory: 533476 KiB

[startup+3.11879 s]
/proc/loadavg: 67.82 74.77 77.12 49/957 752548
/proc/meminfo: memFree=690438568/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=1071432 memory=946984 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) R 752544 752547 750315 0 -1 4194304 200164 0 0 0 275 34 0 0 20 0 1 0 127686877 1097146368 236746 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 267858 236746 2630 3035 0 264254 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1071432 KiB
Current children cumulated memory: 946984 KiB

[startup+6.3002 s]
/proc/loadavg: 67.82 74.77 77.12 49/957 752550
/proc/meminfo: memFree=690103052/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=1205228 memory=1184812 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) R 752544 752547 750315 0 -1 4194304 316108 0 0 0 553 74 0 0 20 0 1 0 127686877 1234153472 296203 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 301307 296203 2710 3035 0 297703 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1205228 KiB
Current children cumulated memory: 1184812 KiB

[startup+12.7002 s]
/proc/loadavg: 65.08 73.96 76.83 49/957 752550
/proc/meminfo: memFree=688512152/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=3031476 memory=2727332 CPUtime=12.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) R 752544 752547 750315 0 -1 4194304 326195 0 0 0 1156 108 0 0 20 0 1 0 127686877 3104231424 681833 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 757869 681833 2758 3035 0 754265 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3031476 KiB
Current children cumulated memory: 2727332 KiB

[startup+25.5005 s]
/proc/loadavg: 62.76 73.17 76.54 49/977 752571
/proc/meminfo: memFree=684821176/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=8099124 memory=6459652 CPUtime=25.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) S 752544 752547 750315 0 -1 1077936128 1047222 0 0 0 2304 237 0 0 20 0 21 0 127686877 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 2024781 1614913 2774 3035 0 1759808 0
[pid=752547/tid=752552] ppid=752544 vsize=8099124 memory=33000 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752552/stat : 752552 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 28 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752553] ppid=752544 vsize=8099124 memory=1804 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752553/stat : 752553 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 28 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752554] ppid=752544 vsize=8099124 memory=40660 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752554/stat : 752554 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 28 6 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752555] ppid=752544 vsize=8099124 memory=0 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752555/stat : 752555 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 30 4 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752556] ppid=752544 vsize=8099124 memory=281286938683584 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752556/stat : 752556 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 28 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752557] ppid=752544 vsize=8099124 memory=16164 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752557/stat : 752557 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 29 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752558] ppid=752544 vsize=8099124 memory=2316 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752558/stat : 752558 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 29 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752559] ppid=752544 vsize=8099124 memory=33000 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752559/stat : 752559 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 29 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752560] ppid=752544 vsize=8099124 memory=5493176 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752560/stat : 752560 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 28 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752561] ppid=752544 vsize=8099124 memory=0 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752561/stat : 752561 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 28 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752562] ppid=752544 vsize=8099124 memory=0 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752562/stat : 752562 (fscip) S 752544 752547 750315 0 -1 1077936192 36213 0 0 0 28 6 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752563] ppid=752544 vsize=8099124 memory=25087 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752563/stat : 752563 (fscip) S 752544 752547 750315 0 -1 1077936192 36211 0 0 0 29 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752564] ppid=752544 vsize=8099124 memory=11448 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752564/stat : 752564 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 30 3 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752565] ppid=752544 vsize=8099124 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752565/stat : 752565 (fscip) S 752544 752547 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752566] ppid=752544 vsize=8099124 memory=5512 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752566/stat : 752566 (fscip) R 752544 752547 750315 0 -1 4194368 18926 0 0 0 12 3 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752567] ppid=752544 vsize=8099124 memory=40660 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752567/stat : 752567 (fscip) S 752544 752547 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752568] ppid=752544 vsize=8099124 memory=0 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752568/stat : 752568 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 29 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752569] ppid=752544 vsize=8099124 memory=281286937945824 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752569/stat : 752569 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 29 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752570] ppid=752544 vsize=8099124 memory=3876884 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752570/stat : 752570 (fscip) S 752544 752547 750315 0 -1 1077936192 36211 0 0 0 29 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752571] ppid=752544 vsize=8099124 memory=281286938190160 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752571/stat : 752571 (fscip) S 752544 752547 750315 0 -1 1077936192 36212 0 0 0 29 5 0 0 20 0 21 0 127688784 8293502976 1614913 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 8099124 KiB
Current children cumulated memory: 6459652 KiB

[startup+51.1345 s]
/proc/loadavg: 59.38 71.62 75.94 45/963 752709
/proc/meminfo: memFree=697638972/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=40770184 memory=38556520 CPUtime=504.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) S 752544 752547 750315 0 -1 1077936128 8620438 0 0 0 47794 2680 0 0 20 0 41 0 127686877 41748668416 9639130 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 77 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 10192546 9639130 2966 3035 0 10032949 0
[pid=752547/tid=752552] ppid=752544 vsize=40770184 memory=281286938683584 CPUtime=24.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752552/stat : 752552 (fscip) R 752544 752547 750315 0 -1 4194368 342651 0 0 0 2276 133 0 0 20 0 41 0 127688784 41748668416 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752553] ppid=752544 vsize=40770184 memory=0 CPUtime=24.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752553/stat : 752553 (fscip) D 752544 752547 750315 0 -1 4194368 464640 0 0 0 2311 122 0 0 20 0 41 0 127688784 41748668416 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752554] ppid=752544 vsize=40901256 memory=40660 CPUtime=24.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752554/stat : 752554 (fscip) D 752544 752547 750315 0 -1 4194368 408033 0 0 0 2331 111 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752555] ppid=752544 vsize=40901256 memory=25333125866717268 CPUtime=24.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752555/stat : 752555 (fscip) R 752544 752547 750315 0 -1 4194368 368572 0 0 0 2279 142 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752556] ppid=752544 vsize=40901256 memory=281286937928096 CPUtime=24.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752556/stat : 752556 (fscip) R 752544 752547 750315 0 -1 4194368 455361 0 0 0 2304 135 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752557] ppid=752544 vsize=40901256 memory=281286939178512 CPUtime=24.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752557/stat : 752557 (fscip) R 752544 752547 750315 0 -1 4194368 406363 0 0 0 2332 112 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752558] ppid=752544 vsize=40901256 memory=6464578617014142 CPUtime=24.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752558/stat : 752558 (fscip) R 752544 752547 750315 0 -1 4194368 344231 0 0 0 2295 135 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752559] ppid=752544 vsize=40901256 memory=2727332 CPUtime=24.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752559/stat : 752559 (fscip) R 752544 752547 750315 0 -1 4194368 453964 0 0 0 2313 121 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752560] ppid=752544 vsize=40901256 memory=11448 CPUtime=24.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752560/stat : 752560 (fscip) D 752544 752547 750315 0 -1 4194368 462090 0 0 0 2314 121 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752561] ppid=752544 vsize=40901256 memory=281286938926832 CPUtime=23.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752561/stat : 752561 (fscip) R 752544 752547 750315 0 -1 4194368 372281 0 0 0 2240 136 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752562] ppid=752544 vsize=40901256 memory=11448 CPUtime=24.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752562/stat : 752562 (fscip) R 752544 752547 750315 0 -1 4194368 438613 0 0 0 2317 129 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752563] ppid=752544 vsize=40901256 memory=25333125866717268 CPUtime=24.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752563/stat : 752563 (fscip) R 752544 752547 750315 0 -1 4194368 402282 0 0 0 2306 114 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752564] ppid=752544 vsize=40901256 memory=31550892 CPUtime=24.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752564/stat : 752564 (fscip) R 752544 752547 750315 0 -1 4194368 357898 0 0 0 2308 133 0 0 20 0 41 0 127688784 41882886144 9640154 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0

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

[pid=752547/tid=752584] ppid=752544 vsize=60097784 memory=56299728 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752584/stat : 752584 (fscip) S 752544 752547 750315 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752585] ppid=752544 vsize=60097784 memory=33000 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752585/stat : 752585 (fscip) S 752544 752547 750315 0 -1 1077936192 230 0 0 0 0 2 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752586] ppid=752544 vsize=60097784 memory=1804 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752586/stat : 752586 (fscip) S 752544 752547 750315 0 -1 1077936192 278 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752587] ppid=752544 vsize=60097784 memory=48836 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752587/stat : 752587 (fscip) S 752544 752547 750315 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752588] ppid=752544 vsize=60097784 memory=7640 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752588/stat : 752588 (fscip) S 752544 752547 750315 0 -1 1077936192 230 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752589] ppid=752544 vsize=60097784 memory=19304 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752589/stat : 752589 (fscip) S 752544 752547 750315 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752590] ppid=752544 vsize=60097784 memory=56299672 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752590/stat : 752590 (fscip) S 752544 752547 750315 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752591] ppid=752544 vsize=60097784 memory=56296740 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752591/stat : 752591 (fscip) S 752544 752547 750315 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752592] ppid=752544 vsize=60097784 memory=56299728 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752592/stat : 752592 (fscip) S 752544 752547 750315 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752593] ppid=752544 vsize=60097784 memory=6800 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752593/stat : 752593 (fscip) S 752544 752547 750315 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14074932 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
Current children cumulated CPU time: 71650 s
Current children cumulated vsize: 60097784 KiB
Current children cumulated memory: 56299728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3660 s]*
/proc/loadavg: 80.41 80.44 80.15 81/1024 754887
/proc/meminfo: memFree=570239436/790760804 swapFree=131071996/131071996
[pid=752547] ppid=752544 vsize=60097784 memory=56303016 CPUtime=72001.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/stat : 752547 (fscip) S 752544 752547 750315 0 -1 1077936128 86979836 0 0 0 7187096 13040 0 0 20 0 41 0 127686877 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
/proc/752547/statm: 15024446 14075754 3014 3035 0 14762217 0
[pid=752547/tid=752552] ppid=752544 vsize=60097784 memory=3472328279049180005 CPUtime=3599.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752552/stat : 752552 (fscip) R 752544 752547 750315 0 -1 4194368 2969927 0 0 0 359592 380 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752553] ppid=752544 vsize=60097784 memory=6943526294502006880 CPUtime=3604.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752553/stat : 752553 (fscip) R 752544 752547 750315 0 -1 4194368 2826274 0 0 0 360053 412 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752554] ppid=752544 vsize=60097784 memory=-7449367916151529080 CPUtime=3598.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752554/stat : 752554 (fscip) R 752544 752547 750315 0 -1 4194368 7688535 0 0 0 358534 1269 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752555] ppid=752544 vsize=60097784 memory=11652 CPUtime=3604.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752555/stat : 752555 (fscip) R 752544 752547 750315 0 -1 4194368 2684627 0 0 0 360043 374 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752556] ppid=752544 vsize=60097784 memory=11660 CPUtime=3605.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752556/stat : 752556 (fscip) R 752544 752547 750315 0 -1 4194368 2973934 0 0 0 360139 407 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752557] ppid=752544 vsize=60097784 memory=2688 CPUtime=3595.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752557/stat : 752557 (fscip) R 752544 752547 750315 0 -1 4194368 7757161 0 0 0 358334 1189 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752558] ppid=752544 vsize=60097784 memory=6800 CPUtime=3605.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752558/stat : 752558 (fscip) R 752544 752547 750315 0 -1 4194368 2852216 0 0 0 360170 367 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752559] ppid=752544 vsize=60097784 memory=56303016 CPUtime=3600.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752559/stat : 752559 (fscip) R 752544 752547 750315 0 -1 4194368 2353551 0 0 0 359642 369 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752560] ppid=752544 vsize=60097784 memory=2752 CPUtime=3595.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752560/stat : 752560 (fscip) R 752544 752547 750315 0 -1 4194368 7716829 0 0 0 358352 1242 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752561] ppid=752544 vsize=60097784 memory=6780 CPUtime=3603.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752561/stat : 752561 (fscip) R 752544 752547 750315 0 -1 4194368 2293829 0 0 0 360020 334 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752562] ppid=752544 vsize=60097784 memory=46014796 CPUtime=3598.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752562/stat : 752562 (fscip) R 752544 752547 750315 0 -1 4194368 2559973 0 0 0 359510 385 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752563] ppid=752544 vsize=60097784 memory=2700 CPUtime=3595.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752563/stat : 752563 (fscip) R 752544 752547 750315 0 -1 4194368 8522602 0 0 0 358251 1318 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752564] ppid=752544 vsize=60097784 memory=6776 CPUtime=3603.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752564/stat : 752564 (fscip) R 752544 752547 750315 0 -1 4194368 3024689 0 0 0 359909 392 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752565] ppid=752544 vsize=60097784 memory=53490132 CPUtime=3600.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752565/stat : 752565 (fscip) R 752544 752547 750315 0 -1 4194368 3104165 0 0 0 359680 414 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752566] ppid=752544 vsize=60097784 memory=2832 CPUtime=3590.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752566/stat : 752566 (fscip) R 752544 752547 750315 0 -1 4194368 8043622 0 0 0 357813 1245 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752567] ppid=752544 vsize=60097784 memory=7524790860620262481 CPUtime=3589.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752567/stat : 752567 (fscip) R 752544 752547 750315 0 -1 4194368 2769895 0 0 0 358569 378 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752568] ppid=752544 vsize=60097784 memory=198340509722 CPUtime=3601.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752568/stat : 752568 (fscip) R 752544 752547 750315 0 -1 4194368 2925605 0 0 0 359776 403 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752569] ppid=752544 vsize=60097784 memory=25031 CPUtime=3593.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752569/stat : 752569 (fscip) R 752544 752547 750315 0 -1 4194368 7895553 0 0 0 358094 1217 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752570] ppid=752544 vsize=60097784 memory=25369 CPUtime=3598.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752570/stat : 752570 (fscip) R 752544 752547 750315 0 -1 4194368 2719890 0 0 0 359446 356 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752571] ppid=752544 vsize=60097784 memory=25699 CPUtime=3596.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752571/stat : 752571 (fscip) R 752544 752547 750315 0 -1 4194368 2874587 0 0 0 359271 415 0 0 20 0 41 0 127688784 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752574] ppid=752544 vsize=60097784 memory=6291624789637686636 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752574/stat : 752574 (fscip) S 752544 752547 750315 0 -1 1077936192 224 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752575] ppid=752544 vsize=60097784 memory=6935657042284732224 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752575/stat : 752575 (fscip) S 752544 752547 750315 0 -1 1077936192 157 0 0 0 1 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752576] ppid=752544 vsize=60097784 memory=16099260529721524 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752576/stat : 752576 (fscip) S 752544 752547 750315 0 -1 1077936192 224 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752577] ppid=752544 vsize=60097784 memory=14693019517498493 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752577/stat : 752577 (fscip) S 752544 752547 750315 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752578] ppid=752544 vsize=60097784 memory=3474303057864334051 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752578/stat : 752578 (fscip) S 752544 752547 750315 0 -1 1077936192 217 0 0 0 4 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752579] ppid=752544 vsize=60097784 memory=2021032 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752579/stat : 752579 (fscip) S 752544 752547 750315 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752580] ppid=752544 vsize=60097784 memory=5291836502722087122 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752580/stat : 752580 (fscip) S 752544 752547 750315 0 -1 1077936192 225 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752581] ppid=752544 vsize=60097784 memory=2273 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752581/stat : 752581 (fscip) S 752544 752547 750315 0 -1 1077936192 236 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752582] ppid=752544 vsize=60097784 memory=6296471 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752582/stat : 752582 (fscip) S 752544 752547 750315 0 -1 1077936192 231 0 0 0 2 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752583] ppid=752544 vsize=60097784 memory=56303016 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752583/stat : 752583 (fscip) S 752544 752547 750315 0 -1 1077936192 224 0 0 0 0 3 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752584] ppid=752544 vsize=60097784 memory=25031 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752584/stat : 752584 (fscip) S 752544 752547 750315 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752585] ppid=752544 vsize=60097784 memory=25369 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752585/stat : 752585 (fscip) S 752544 752547 750315 0 -1 1077936192 230 0 0 0 0 2 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752586] ppid=752544 vsize=60097784 memory=25699 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752586/stat : 752586 (fscip) S 752544 752547 750315 0 -1 1077936192 278 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752587] ppid=752544 vsize=60097784 memory=26032 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752587/stat : 752587 (fscip) S 752544 752547 750315 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752588] ppid=752544 vsize=60097784 memory=64250 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752588/stat : 752588 (fscip) S 752544 752547 750315 0 -1 1077936192 230 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752589] ppid=752544 vsize=60097784 memory=83372 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752589/stat : 752589 (fscip) S 752544 752547 750315 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752590] ppid=752544 vsize=60097784 memory=63702 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752590/stat : 752590 (fscip) S 752544 752547 750315 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752591] ppid=752544 vsize=60097784 memory=4121700984677079176 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752591/stat : 752591 (fscip) S 752544 752547 750315 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752592] ppid=752544 vsize=60097784 memory=3546639902102729048 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752592/stat : 752592 (fscip) S 752544 752547 750315 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
[pid=752547/tid=752593] ppid=752544 vsize=60097784 memory=4121974763089263809 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/752547/task/752593/stat : 752593 (fscip) S 752544 752547 750315 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 127689516 61540130816 14075754 809668444160 4194304 16623229 140735520742288 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 49586176 140735520744454 140735520744572 140735520744572 140735520751600 0
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 60097784 KiB
Current children cumulated memory: 56303016 KiB

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

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

# cumulated CPU time of all completed processes:  user=71871.2 s, system=131.931 s

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

[startup+3660.8 s]
/proc/loadavg: 80.41 80.44 80.15 63/985 754887
/proc/meminfo: memFree=577851380/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3661.2 s]
/proc/loadavg: 80.41 80.44 80.15 63/985 754887
/proc/meminfo: memFree=610115964/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3661.4 s]
/proc/loadavg: 80.41 80.44 80.15 63/985 754887
/proc/meminfo: memFree=610115964/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3661.5 s]
/proc/loadavg: 80.41 80.44 80.15 63/985 754887
/proc/meminfo: memFree=610115964/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3661.58
CPU time (s): 72003.2
CPU user time (s): 71871.2
CPU system time (s): 131.931
CPU usage (%): 1966.45
Max. virtual memory (cumulated for all children) (KiB): 60097784
Max. memory (cumulated for all children) (KiB): 56303016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71871.2
system time used= 131.931
maximum resident set size= 56303096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86980630
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= 568014
involuntary context switches= 307757


# summary of solver processes directly reported to runsolver:
#   pid: 752547
#   total CPU time (s): 72003.2
#   total CPU user time (s): 71871.2
#   total CPU system time (s): 131.931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.4842 second user time and 90.7916 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 06:50:38
IDJOB=4465400
IDBENCH=155399
IDSOLVER=3094
FILE ID=nodeD105/4465400-1723611037
RUNJOBID= nodeD105-1723607375-750326
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622768 MiB

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

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

MD5SUM BENCH= a008918ff26f135f427f5632a2cbbc59
RANDOM SEED=1655603443

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		: 3028.059
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		: 3450.363
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		: 3599.253
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		: 3074.493
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		: 3028.080
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		: 3244.203
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		: 3076.076
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		: 3074.473
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		: 3028.130
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		: 3809.802
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		: 3599.253
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		: 3074.452
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		: 3028.158
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		: 2641.320
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		: 3161.300
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		: 3074.451
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		: 3028.190
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		: 2821.049
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		: 3599.253
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		: 3074.356
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		: 3028.208
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		: 2598.245
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		: 3167.784
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		: 3074.439
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		: 3028.237
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		: 3193.278
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		: 3599.252
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		: 3074.428
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		: 3028.243
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		: 2382.060
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		: 3587.170
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		: 3074.425
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		: 3028.257
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		: 3209.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		: 2676.290
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		: 3074.425
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		: 3028.261
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		: 2962.976
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		: 3012.584
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		: 3074.414
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		: 3028.266
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		: 2898.081
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		: 3035.607
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		: 3074.403
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		: 3028.272
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		: 2412.700
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		: 3590.044
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		: 3074.403
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		: 3028.281
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		: 2745.585
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		: 3026.025
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		: 3074.398
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		: 3028.286
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		: 3071.439
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		: 2975.266
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		: 3074.392
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		: 3028.292
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		: 2830.157
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		: 3599.459
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		: 3074.392
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		: 3028.299
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		: 2657.663
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		: 3599.455
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		: 3074.381
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		: 3028.307
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		: 2644.514
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		: 3156.427
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		: 3074.372
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		: 3028.309
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		: 2663.983
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		: 2654.350
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		: 3074.398
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		: 3028.319
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		: 2664.638
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.993
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		: 3074.421
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		: 3028.325
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		: 3730.252
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		: 3593.800
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		: 3074.429
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:        691399016 kB
MemAvailable:   695811928 kB
Buffers:         1200112 kB
Cached:          6506384 kB
SwapCached:            0 kB
Active:          1634460 kB
Inactive:       93957228 kB
Active(anon):       2168 kB
Inactive(anon): 87921948 kB
Active(file):    1632292 kB
Inactive(file):  6035280 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             76428 kB
Writeback:           108 kB
AnonPages:      87880936 kB
Mapped:           139364 kB
Shmem:             38920 kB
KReclaimable:     330088 kB
Slab:             765524 kB
SReclaimable:     330088 kB
SUnreclaim:       435436 kB
KernelStack:       16512 kB
PageTables:       335644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5618888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1132032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6518784 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:     1157120 kB
DirectMap2M:    141946880 kB
DirectMap1G:    662700032 kB

Free space on /tmp at the end= 8622636 MiB
End job on nodeD105 at 2024-08-14 07:51:39