Trace number 4466007

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.3 3636.71

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_500_60_3.opb
MD5SUM473f4f01ea80639962d90e3c1fd9a037
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark3588.18
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint111
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37460
Sum of products size (including duplicates)74920
Number of different products37460
Sum of products size74920

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.10/0.16	c Default LC presolving (default).
0.10/0.16	c ** Before presolving: virtualMemUsedAtLc = 194895683, getVmSize() = 149258240, SCIPgetMemUsed() = 115404543, SCIPgetMemTotal() = 123455047, SCIPgetMemExternEstim() = 71440636
0.10/0.16	c ** set memory limit for presolving in LC to 8.79548e+12 for SCIP **
0.32/0.34	c ** Estimated virtualMemUsedAtSolver = 150803298, getVmSize() = 182902784, SCIPgetMemUsed() = 112647911, SCIPgetMemTotal() = 154764311, SCIPgetMemExternEstim() = 71440636
0.32/0.34	c ** set memory limit for solvers to 4.18814e+11 for each SCIP **
0.32/0.34	c Original Problem   :
0.32/0.34	c   Problem name     : instance-4466007-1722458581
0.32/0.34	c   Variables        : 37960 (500 binary, 0 integer, 37460 implicit integer, 0 continuous)
0.32/0.34	c   Constraints      : 38460
0.32/0.34	c   Objective sense  : minimize
0.32/0.34	c Presolved Problem  :
0.32/0.34	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
0.32/0.34	c   Constraints      : 500
0.32/0.34	c Constraints        : Number
0.32/0.34	c   logicor          : 500 
0.32/0.34	c ** Instance transfer method used: 0
0.32/0.35	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.44	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.44	c                                Nodes    Active                                            
0.43/0.44	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.43/0.48	c *       0              0           1        20         500.0000                -          -
0.43/0.55	c *       1              2           1        20         480.0000           0.0000          -
1.86/0.55	c *       1              2           1        20         460.0000           0.0000          -
1.86/0.55	c *       1              2           1        20         440.0000           0.0000          -
1.86/0.56	c *       1              2           1        20         420.0000           0.0000          -
1.86/0.56	c *       1              2           1        20         400.0000           0.0000          -
1.86/0.56	c *       1              2           1        20         380.0000           0.0000          -
1.86/0.56	c *       1              2           1        20         360.0000           0.0000          -
1.86/0.57	c *       1              2           1        20         340.0000           0.0000          -
1.86/0.57	c *       1              2           1        20         320.0000           0.0000          -
1.86/0.57	c *       1              2           1        20         300.0000           0.0000          -
1.86/0.57	c *       1              2           1        20          15.0000           0.0000          -
133.15/7.20	c         7          14996         461        20          15.0000           1.0000          -
273.90/14.35	c        14          26171         459        20          15.0000           1.0000          -
373.05/19.40	c        19          43504         460        20          15.0000           1.0000          -
491.96/25.38	c        25          57064         458        20          15.0000           1.0000          -
593.10/30.43	c        30          71211         462        20          15.0000           1.0000          -
692.27/35.48	c        35          93812         460        20          15.0000           1.0000          -
793.25/40.53	c        41         111799         460        20          15.0000           1.0000          -
892.33/45.54	c        46              2           1        20          15.0000           6.5965    127.39%
991.44/50.59	c        51              3           2        20          15.0000           6.6144    126.78%
1092.54/55.64	c        56              3           2        20          15.0000           6.6144    126.78%
1191.66/60.67	c        61              5           4        20          15.0000           6.6144    126.78%
1292.74/65.72	c        66              8           7        20          15.0000           6.6144    126.78%
1400.51/71.16	c        71             19          12        20          15.0000           6.6232    126.48%
1500.77/76.28	c        76             16          11        20          15.0000           6.6243    126.44%
1601.86/81.33	c        81             57          46        20          15.0000           6.6278    126.32%
1700.96/86.38	c        86             71          58        20          15.0000           6.6307    126.22%
1802.04/91.43	c        91             74          61        20          15.0000           6.6330    126.14%
1901.06/96.46	c        96             85          72        20          15.0000           6.6446    125.75%
1922.84/97.59	c *      98             85          72        20          14.0000           6.6446    110.70%
2004.07/101.67	c       102             87          63        20          14.0000           6.6560    110.34%
2105.07/106.72	c       107            102          78        20          14.0000           6.6667    110.00%
2204.09/111.77	c       112            125         101        20          14.0000           6.6696    109.91%
2305.06/116.82	c       117            116          92        20          14.0000           6.6786    109.62%
2404.18/121.87	c       122            124         100        20          14.0000           6.6849    109.43%
2505.11/126.90	c       127            140         116        20          14.0000           6.7053    108.79%
2604.15/131.98	c       132            152         128        20          14.0000           6.7603    107.09%
2703.14/137.03	c       137            161         137        20          14.0000           6.7603    107.09%
2805.00/142.08	c       142            173         149        20          14.0000           6.7867    106.29%
2903.94/147.13	c       147            181         157        20          14.0000           6.7934    106.08%
3004.78/152.18	c       152            187         163        20          14.0000           6.8123    105.51%
3105.13/157.22	c       157            193         169        20          14.0000           6.8209    105.25%
3204.14/162.28	c       162            201         177        20          14.0000           6.8380    104.74%
3305.18/167.33	c       167            210         186        20          14.0000           6.8458    104.51%
3404.23/172.38	c       172            253         229        20          14.0000           6.8458    104.51%
3505.28/177.43	c       177            222         198        20          14.0000           6.8458    104.51%
3604.33/182.48	c       182            267         243        20          14.0000           6.8811    103.45%
3705.42/187.53	c       188            274         250        20          14.0000           6.8946    103.06%
3804.54/192.58	c       193            244         220        20          14.0000           6.9382    101.78%
3905.67/197.62	c       198            247         223        20          14.0000           6.9571    101.23%
4004.76/202.66	c       203            256         232        20          14.0000           6.9605    101.13%
4105.89/207.73	c       208            263         239        20          14.0000           6.9838    100.46%
4205.02/212.78	c       213            269         245        20          14.0000           6.9966    100.10%
4305.97/217.83	c       218            277         253        20          14.0000           7.0034     99.90%
4405.15/222.84	c       223            287         263        20          14.0000           7.0107     99.69%
4504.13/227.86	c       228            294         272        20          14.0000           7.0247     99.30%
4603.20/232.88	c       233            299         275        20          14.0000           7.0377     98.93%
4704.28/237.96	c       238            305         281        20          14.0000           7.0508     98.56%
4803.39/243.01	c       243            315         291        20          14.0000           7.0508     98.56%
4905.27/248.06	c       248            326         302        20          14.0000           7.0787     97.78%
5004.52/253.11	c       253            341         317        20          14.0000           7.1218     96.58%
5105.56/258.16	c       258            354         330        20          14.0000           7.1393     96.10%
5204.75/263.17	c       263            371         347        20          14.0000           7.1521     95.75%
5305.25/268.27	c       268            389         365        20          14.0000           7.1878     94.78%
5406.42/273.32	c       273            410         386        20          14.0000           7.2177     93.97%
5505.61/278.37	c       278            434         410        20          14.0000           7.2415     93.33%
5606.70/283.42	c       283            445         421        20          14.0000           7.2596     92.85%
5705.84/288.47	c       288            465         441        20          14.0000           7.2604     92.83%
5806.94/293.51	c       294            484         460        20          14.0000           7.2754     92.43%
5906.08/298.57	c       299            502         478        20          14.0000           7.2829     92.23%
6007.18/303.62	c       304            519         495        20          14.0000           7.3060     91.62%
6106.32/308.67	c       309            535         511        20          14.0000           7.3150     91.39%
6207.47/313.72	c       314            558         530        20          14.0000           7.3271     91.07%
6306.63/318.77	c       319            652         606        20          14.0000           7.3274     91.06%
6407.72/323.82	c       324            592         560        20          14.0000           7.3457     90.59%
6506.87/328.87	c       329            625         589        20          14.0000           7.3675     90.02%
6608.00/333.90	c       334            649         611        20          14.0000           7.3675     90.02%
6707.17/338.91	c       339            741         685        20          14.0000           7.3746     89.84%
6806.31/344.02	c       344            765         703        20          14.0000           7.3867     89.53%
6908.04/349.07	c       349            792         724        20          14.0000           7.4229     88.61%
7007.21/354.12	c       354            815         743        20          14.0000           7.4313     88.39%
7108.38/359.14	c       359            839         763        20          14.0000           7.4313     88.39%
7208.83/364.22	c       364            868         786        20          14.0000           7.4313     88.39%
7307.98/369.27	c       369            899         813        20          14.0000           7.4313     88.39%
7409.12/374.32	c       374            930         836        20          14.0000           7.4313     88.39%
7508.21/379.33	c       379            962         864        20          14.0000           7.4313     88.39%
7609.33/384.42	c       384            990         884        20          14.0000           7.4313     88.39%
7708.51/389.47	c       389           1021         907        20          14.0000           7.4313     88.39%
7809.65/394.52	c       395           1043           0        20          14.0000           7.4313     88.39%
7908.82/399.57	c       400           1043           0        20          14.0000           7.4313     88.39%
8009.98/404.62	c       405            976         878        20          14.0000           7.4495     87.93%
8109.14/409.67	c       410            942         874        20          14.0000           7.4610     87.64%
8208.29/414.69	c       415            967         893        20          14.0000           7.4610     87.64%
8309.44/419.77	c       420            999         921        20          14.0000           7.4610     87.64%
8410.60/424.80	c       425           1027         945        20          14.0000           7.4610     87.64%
8509.77/429.87	c       430           1041           0        20          14.0000           7.4610     87.64%
8608.95/434.89	c       435           1041           0        20          14.0000           7.4610     87.64%
8710.04/439.97	c       440           1041           0        20          14.0000           7.4610     87.64%
8809.21/445.02	c       445           1041           0        20          14.0000           7.4610     87.64%
8910.99/450.07	c       450           1041           0        20          14.0000           7.4610     87.64%
9010.18/455.12	c       455           1041           0        20          14.0000           7.4610     87.64%
9111.48/460.17	c       460           1041           0        20          14.0000           7.4610     87.64%
9211.98/465.22	c       465           1041           0        20          14.0000           7.4610     87.64%
9311.03/470.27	c       470           1044           3        20          14.0000           7.4610     87.64%
9412.18/475.31	c       475           1052          11        20          14.0000           7.4610     87.64%
9511.28/480.37	c       480           1057          16        20          14.0000           7.4610     87.64%
9612.36/485.42	c       485           1060          19        20          14.0000           7.4610     87.64%
9711.50/490.47	c       490           1063          22        20          14.0000           7.4610     87.64%
9810.64/495.48	c       495           1065          24        20          14.0000           7.4610     87.64%
9911.78/500.51	c       501           1073          32        20          14.0000           7.4610     87.64%
10012.91/505.62	c       506           1079          38        20          14.0000           7.4610     87.64%
10112.04/510.67	c       511           1085          44        20          14.0000           7.4610     87.64%
10211.20/515.69	c       516           1092          51        20          14.0000           7.4610     87.64%
10312.34/520.74	c       521           1098          57        20          14.0000           7.4610     87.64%
10413.43/525.82	c       526           1105          64        20          14.0000           7.4610     87.64%
10512.59/530.87	c       531           1109          68        20          14.0000           7.4610     87.64%
10613.74/535.92	c       536           1120          79        20          14.0000           7.4610     87.64%
10712.89/540.97	c       541           1126          85        20          14.0000           7.4610     87.64%
10812.00/546.02	c       546           1133          92        20          14.0000           7.4610     87.64%
10913.78/551.07	c       551           1142         101        20          14.0000           7.4610     87.64%
11012.89/556.12	c       556           1152         111        20          14.0000           7.4610     87.64%
11114.13/561.17	c       561           1159         118        20          14.0000           7.4610     87.64%
11213.19/566.18	c       566           1163         122        20          14.0000           7.4610     87.64%
11313.66/571.23	c       571           1174         133        20          14.0000           7.4610     87.64%
11414.75/576.32	c       576           1181         140        20          14.0000           7.4610     87.64%
11513.92/581.37	c       581           1185         144        20          14.0000           7.4610     87.64%
11615.06/586.42	c       586           1193         152        20          14.0000           7.4610     87.64%
11714.21/591.47	c       591           1201         160        20          14.0000           7.4610     87.64%
11815.33/596.51	c       597           1213         172        20          14.0000           7.4610     87.64%
11914.49/601.57	c       602           1218         177        20          14.0000           7.4610     87.64%
12015.63/606.62	c       607           1222         181        20          14.0000           7.4610     87.64%
12114.72/611.67	c       612           1228         187        20          14.0000           7.4610     87.64%
12215.80/616.72	c       617           1237         196        20          14.0000           7.4610     87.64%
12314.95/621.77	c       622           1242         201        20          14.0000           7.4610     87.64%
12416.10/626.82	c       627           1250         209        20          14.0000           7.4610     87.64%
12515.22/631.87	c       632           1256         215        20          14.0000           7.4610     87.64%
12616.33/636.92	c       637           1264         223        20          14.0000           7.4610     87.64%
12715.44/641.97	c       642           1274         233        20          14.0000           7.4610     87.64%
12814.56/647.02	c       647           1285         244        20          14.0000           7.4610     87.64%
12916.36/652.07	c       652           1300         259        20          14.0000           7.4610     87.64%
13015.49/657.12	c       657           1314         273        20          14.0000           7.4610     87.64%
13116.51/662.17	c       662           1325         284        20          14.0000           7.4610     87.64%
13217.04/667.22	c       667           1336         295        20          14.0000           7.4610     87.64%
13316.03/672.25	c       672           1345         304        20          14.0000           7.4610     87.64%
13415.08/677.28	c       677           1351         310        20          14.0000           7.4610     87.64%
13516.17/682.37	c       682           1356         315        20          14.0000           7.4610     87.64%
13617.29/687.42	c       687           1366         325        20          14.0000           7.4610     87.64%
13716.39/692.47	c       692           1380         339        20          14.0000           7.4610     87.64%
13817.51/697.50	c       698           1392         351        20          14.0000           7.4610     87.64%
13916.62/702.57	c       703           1405         364        20          14.0000           7.4610     87.64%
14017.74/707.62	c       708           1416         375        20          14.0000           7.4610     87.64%
14116.85/712.67	c       713           1427         386        20          14.0000           7.4610     87.64%
14217.94/717.71	c       718           1440         399        20          14.0000           7.4610     87.64%
14316.84/722.77	c       723           1452         411        20          14.0000           7.4610     87.64%
14417.94/727.82	c       728           1467         426        20          14.0000           7.4610     87.64%
14517.03/732.87	c       733           1478         437        20          14.0000           7.4610     87.64%
14618.12/737.92	c       738           1494         453        20          14.0000           7.4610     87.64%
14717.23/742.96	c       743           1505         464        20          14.0000           7.4610     87.64%
14816.14/748.02	c       748           1513         472        20          14.0000           7.4610     87.64%
14917.80/753.06	c       753           1522         481        20          14.0000           7.4610     87.64%
15017.09/758.12	c       758           1528         487        20          14.0000           7.4610     87.64%
15118.25/763.17	c       763           1542         501        20          14.0000           7.4610     87.64%
15218.48/768.22	c       768           1545         504        20          14.0000           7.4610     87.64%
15317.52/773.27	c       773           1558         517        20          14.0000           7.4610     87.64%
15418.61/778.32	c       778           1577         536        20          14.0000           7.4610     87.64%
15517.68/783.37	c       783           1585         544        20          14.0000           7.4610     87.64%
15618.74/788.42	c       788           1600         559        20          14.0000           7.4610     87.64%
15717.84/793.47	c       793           1834         773        20          14.0000           7.4881     86.96%
15818.92/798.52	c       799           1870         809        20          14.0000           7.4883     86.96%
15918.03/803.57	c       804           1900         839        20          14.0000           7.4883     86.96%
16017.13/808.58	c       809           1926         863        20          14.0000           7.4891     86.94%
16118.14/813.60	c       814           1952         885        20          14.0000           7.4891     86.94%
16219.36/818.72	c       819           1983         912        20          14.0000           7.4891     86.94%
16318.37/823.77	c       824           2014         943        20          14.0000           7.4993     86.68%
16417.48/828.79	c       829           2045         966        20          14.0000           7.5041     86.56%
16518.50/833.82	c       834           2071         988        20          14.0000           7.5041     86.56%
16619.50/838.92	c       839           2099        1016        20          14.0000           7.5041     86.56%
16718.64/843.97	c       844           2126        1039        20          14.0000           7.5048     86.55%
16817.75/849.02	c       849           2160        1073        20          14.0000           7.5048     86.55%
16919.54/854.07	c       854           2188        1101        20          14.0000           7.5048     86.55%
17018.56/859.12	c       859           2224        1135        20          14.0000           7.5140     86.32%
17119.70/864.17	c       864           2260        1169        20          14.0000           7.5140     86.32%
17220.12/869.22	c       869           2281        1190        20          14.0000           7.5140     86.32%
17319.11/874.25	c       874           2314        1223        20          14.0000           7.5190     86.20%
17420.23/879.32	c       879           2344        1251        20          14.0000           7.5190     86.20%
17519.35/884.37	c       884           2373        1280        20          14.0000           7.5190     86.20%
17620.43/889.42	c       889           2410        1313        20          14.0000           7.5190     86.20%
17719.50/894.45	c       894           2440        1341        20          14.0000           7.5190     86.20%
17818.61/899.49	c       899           2475        1376        20          14.0000           7.5190     86.20%
17919.53/904.57	c       905           2501        1402        20          14.0000           7.5190     86.20%
18020.63/909.62	c       910           2530        1425        20          14.0000           7.5190     86.20%
18119.57/914.64	c       915           2571        1458        20          14.0000           7.5190     86.20%
18220.59/919.72	c       920           2601        1486        20          14.0000           7.5190     86.20%
18319.54/924.77	c       925           2633        1512        20          14.0000           7.5190     86.20%
18420.54/929.82	c       930           2673        1544        20          14.0000           7.5190     86.20%
18519.57/934.87	c       935           2704        1569        20          14.0000           7.5190     86.20%
18618.60/939.90	c       940           2734        1599        20          14.0000           7.5190     86.20%
18719.60/944.97	c       945           2770        1631        20          14.0000           7.5190     86.20%
18818.64/950.02	c       950           2320        1201        20          14.0000           7.5258     86.03%
18920.31/955.07	c       955           2345        1224        20          14.0000           7.5258     86.03%
19019.31/960.10	c       960           2376        1251        20          14.0000           7.5258     86.03%
19120.13/965.17	c       965           2402        1271        20          14.0000           7.5341     85.82%
19220.66/970.23	c       970           2430        1295        20          14.0000           7.5354     85.79%
19319.70/975.25	c       975           2457        1318        20          14.0000           7.5354     85.79%
19418.74/980.26	c       980           2486        1341        20          14.0000           7.5354     85.79%
19519.74/985.35	c       985           2514        1367        20          14.0000           7.5386     85.71%
19618.78/990.37	c       990           2548        1399        20          14.0000           7.5386     85.71%
19719.78/995.42	c       995           2584        1433        20          14.0000           7.5386     85.71%
19820.79/1000.53	c      1001           2608        1451        20          14.0000           7.5455     85.54%
19919.81/1005.58	c      1006           2639        1472        20          14.0000           7.5455     85.54%
20018.85/1010.60	c      1011           2680        1507        20          14.0000           7.5455     85.54%
20119.91/1015.68	c      1016           2709        1530        20          14.0000           7.5455     85.54%
20220.97/1020.72	c      1021           2749        1560        20          14.0000           7.5455     85.54%
20320.08/1025.73	c      1026           2781        1580        20          14.0000           7.5455     85.54%
20420.90/1030.83	c      1031           2813        1604        20          14.0000           7.5455     85.54%
20520.00/1035.87	c      1036           2847        1628        20          14.0000           7.5525     85.37%
20621.01/1040.93	c      1041           2881        1652        20          14.0000           7.5525     85.37%
20720.11/1045.98	c      1046           2917        1684        20          14.0000           7.5525     85.37%
20819.21/1051.03	c      1051           2949        1706        20          14.0000           7.5525     85.37%
20920.89/1056.07	c      1056           2984        1733        20          14.0000           7.5525     85.37%
21021.77/1061.13	c      1061           3013        1758        20          14.0000           7.5525     85.37%
21120.97/1066.18	c      1066           3060        1791        20          14.0000           7.5525     85.37%
21221.32/1071.21	c      1071           3096        1813        20          14.0000           7.5539     85.33%
21320.23/1076.28	c      1076           3128        1839        20          14.0000           7.5539     85.33%
21421.13/1081.33	c      1081           3159        1866        20          14.0000           7.5539     85.33%
21520.15/1086.38	c      1086           3193        1892        20          14.0000           7.5539     85.33%
21621.17/1091.43	c      1091           3240        1927        20          14.0000           7.5539     85.33%
21720.22/1096.48	c      1096           3272        1951        20          14.0000           7.5539     85.33%
21821.19/1101.53	c      1102           3315        1990        20          14.0000           7.5539     85.33%
21920.23/1106.56	c      1107           3347        2018        20          14.0000           7.5539     85.33%
22021.19/1111.63	c      1112           3376        2045        20          14.0000           7.5539     85.33%
22120.24/1116.68	c      1117           3400        2065        20          14.0000           7.5539     85.33%
22221.27/1121.73	c      1122           3436        2091        20          14.0000           7.5539     85.33%
22320.31/1126.75	c      1127           3468        2119        20          14.0000           7.5539     85.33%
22421.34/1131.83	c      1132           3489        2140        20          14.0000           7.5539     85.33%
22520.43/1136.87	c      1137           3523        2166        20          14.0000           7.5539     85.33%
22621.55/1141.92	c      1142           3562        2193        20          14.0000           7.5539     85.33%
22720.66/1146.98	c      1147           3603        2222        20          14.0000           7.5561     85.28%
22819.70/1152.00	c      1152           3635        2248        20          14.0000           7.5561     85.28%
22918.82/1157.03	c      1157           3669        2276        20          14.0000           7.5561     85.28%
23020.62/1162.06	c      1162           3697        2296        20          14.0000           7.5561     85.28%
23121.90/1167.18	c      1167           3723        2318        20          14.0000           7.5561     85.28%
23222.06/1172.23	c      1172           3750        2343        20          14.0000           7.5561     85.28%
23321.14/1177.25	c      1177           4047        2620        20          14.0000           7.5584     85.22%
23422.20/1182.32	c      1182           4078        2651        20          14.0000           7.5584     85.22%
23521.29/1187.38	c      1187           4114        2681        20          14.0000           7.5584     85.22%
23622.34/1192.42	c      1192           3886        2443        20          14.0000           7.5586     85.22%
23721.41/1197.48	c      1197           4203        2756        20          14.0000           7.5649     85.07%
23822.10/1202.52	c      1203           4228        2781        20          14.0000           7.5649     85.07%
23921.10/1207.57	c      1208           4264        2815        20          14.0000           7.5649     85.07%
24022.07/1212.62	c      1213           4302        2853        20          14.0000           7.5712     84.91%
24121.11/1217.66	c      1218           4336        2883        20          14.0000           7.5712     84.91%
24222.10/1222.72	c      1223           4370        2917        20          14.0000           7.5712     84.91%
24321.17/1227.74	c      1228           4402        2945        20          14.0000           7.5722     84.89%
24420.20/1232.77	c      1233           4448        2985        20          14.0000           7.5722     84.89%
24521.24/1237.81	c      1238           4490        3021        20          14.0000           7.5722     84.89%
24620.27/1242.85	c      1243           4524        3051        20          14.0000           7.5735     84.86%
24721.28/1247.98	c      1248           4549        3076        20          14.0000           7.5735     84.86%
24820.32/1253.00	c      1253           4596        3107        20          14.0000           7.5742     84.84%
24922.18/1258.08	c      1258           4624        3127        20          14.0000           7.5742     84.84%
25021.02/1263.12	c      1263           4656        3159        20          14.0000           7.5787     84.73%
25122.37/1268.17	c      1268           4691        3190        20          14.0000           7.5787     84.73%
25222.59/1273.22	c      1273           4720        3219        20          14.0000           7.5787     84.73%
25321.49/1278.27	c      1278           4750        3243        20          14.0000           7.5787     84.73%
25422.48/1283.32	c      1283           4781        3272        20          14.0000           7.5787     84.73%
25521.54/1288.39	c      1288           4822        3309        20          14.0000           7.5788     84.72%
25622.56/1293.44	c      1293           4853        3330        20          14.0000           7.5788     84.72%
25721.62/1298.49	c      1298           4892        3363        20          14.0000           7.5827     84.63%
25822.51/1303.54	c      1304           4927        3392        20          14.0000           7.5827     84.63%
25923.39/1308.61	c      1309           4960        3421        20          14.0000           7.5827     84.63%
26022.46/1313.62	c      1314           5004        3455        20          14.0000           7.5874     84.52%
26121.43/1318.68	c      1319           5036        3481        20          14.0000           7.5874     84.52%
26222.54/1323.75	c      1324           5081        3516        20          14.0000           7.5892     84.47%
26321.54/1328.77	c      1329           5119        3552        20          14.0000           7.5945     84.34%
26420.61/1333.79	c      1334           5145        3576        20          14.0000           7.5945     84.34%
26523.70/1338.91	c      1339           5193        3614        20          14.0000           7.6011     84.18%
26622.71/1343.92	c      1344           5226        3639        20          14.0000           7.6011     84.18%
26721.50/1349.01	c      1349           5260        3667        20          14.0000           7.6011     84.18%
26823.10/1354.06	c      1354           5296        3695        20          14.0000           7.6100     83.97%
26922.01/1359.12	c      1359           5340        3729        20          14.0000           7.6119     83.92%
27023.26/1364.15	c      1364           5381        3766        20          14.0000           7.6119     83.92%
27122.05/1369.19	c      1369           5423        3808        20          14.0000           7.6119     83.92%
27222.28/1374.21	c      1374           5458        3835        20          14.0000           7.6119     83.92%
27321.29/1379.24	c      1379           5498        3863        20          14.0000           7.6161     83.82%
27420.23/1384.26	c      1384           5537        3896        20          14.0000           7.6203     83.72%
27521.23/1389.39	c      1389           5574        3933        20          14.0000           7.6203     83.72%
27622.16/1394.46	c      1394           5621        3970        20          14.0000           7.6270     83.56%
27723.14/1399.52	c      1400           5646        3993        20          14.0000           7.6270     83.56%
27822.22/1404.53	c      1405           5682        4023        20          14.0000           7.6270     83.56%
27923.28/1409.60	c      1410           5714        4047        20          14.0000           7.6270     83.56%
28022.29/1414.65	c      1415           5747        4078        20          14.0000           7.6270     83.56%
28123.22/1419.72	c      1420           5786        4105        20          14.0000           7.6270     83.56%
28222.20/1424.77	c      1425           5823        4138        20          14.0000           7.6270     83.56%
28321.15/1429.79	c      1430           5850        4165        20          14.0000           7.6270     83.56%
28422.12/1434.87	c      1435           5882        4191        20          14.0000           7.6271     83.56%
28522.96/1439.92	c      1440           5922        4215        20          14.0000           7.6273     83.55%
28622.00/1444.97	c      1445           5972        4253        20          14.0000           7.6293     83.50%
28721.08/1449.99	c      1450           6006        4281        20          14.0000           7.6293     83.50%
28822.81/1455.07	c      1455           6038        4305        20          14.0000           7.6293     83.50%
28921.94/1460.12	c      1460           6072        4339        20          14.0000           7.6293     83.50%
29023.05/1465.17	c      1465           6107        4368        20          14.0000           7.6293     83.50%
29123.15/1470.23	c      1470           6143        4400        20          14.0000           7.6300     83.49%
29221.91/1475.26	c      1475           6179        4426        20          14.0000           7.6300     83.49%
29322.93/1480.33	c      1480           6215        4462        20          14.0000           7.6300     83.49%
29421.97/1485.38	c      1485           6249        4494        20          14.0000           7.6313     83.46%
29523.04/1490.43	c      1490           6289        4534        20          14.0000           7.6393     83.26%
29622.15/1495.48	c      1495           6321        4558        20          14.0000           7.6393     83.26%
29723.29/1500.50	c      1500           6345        4582        20          14.0000           7.6393     83.26%
29822.28/1505.58	c      1506           6379        4616        20          14.0000           7.6393     83.26%
29923.17/1510.63	c      1511           6415        4644        20          14.0000           7.6440     83.15%
30022.11/1515.68	c      1516           6448        4669        20          14.0000           7.6440     83.15%
30123.09/1520.73	c      1521           6491        4708        20          14.0000           7.6440     83.15%
30222.18/1525.80	c      1526           6517        4734        20          14.0000           7.6440     83.15%
30322.88/1530.85	c      1531           6561        4768        20          14.0000           7.6440     83.15%
30421.65/1535.90	c      1536           6592        4793        20          14.0000           7.6457     83.11%
30522.67/1540.95	c      1541           6621        4820        20          14.0000           7.6457     83.11%
30621.63/1546.00	c      1546           6665        4854        20          14.0000           7.6457     83.11%
30723.14/1551.05	c      1551           6692        4879        20          14.0000           7.6457     83.11%
30822.29/1556.10	c      1556           6731        4912        20          14.0000           7.6457     83.11%
30923.05/1561.15	c      1561           6757        4938        20          14.0000           7.6457     83.11%
31022.12/1566.20	c      1566           6794        4969        20          14.0000           7.6457     83.11%
31122.23/1571.25	c      1571           6828        5003        20          14.0000           7.6457     83.11%
31221.27/1576.30	c      1576           6852        5021        20          14.0000           7.6471     83.08%
31322.22/1581.33	c      1581           6896        5059        20          14.0000           7.6471     83.08%
31421.17/1586.34	c      1586           6922        5081        20          14.0000           7.6471     83.08%
31520.18/1591.37	c      1591           6966        5115        20          14.0000           7.6533     82.93%
31623.19/1596.50	c      1596           6997        5138        20          14.0000           7.6533     82.93%
31722.23/1601.55	c      1602           7045        5172        20          14.0000           7.6533     82.93%
31821.27/1606.59	c      1607           7074        5201        20          14.0000           7.6533     82.93%
31922.24/1611.65	c      1612           7108        5229        20          14.0000           7.6533     82.93%
32021.25/1616.66	c      1617           7143        5264        20          14.0000           7.6533     82.93%
32122.14/1621.74	c      1622           7182        5293        20          14.0000           7.6533     82.93%
32221.13/1626.80	c      1627           7218        5319        20          14.0000           7.6533     82.93%
32322.09/1631.85	c      1632           7253        5354        20          14.0000           7.6544     82.90%
32421.09/1636.90	c      1637           7282        5377        20          14.0000           7.6544     82.90%
32522.00/1641.92	c      1642           7307        5398        20          14.0000           7.6544     82.90%
32621.00/1647.00	c      1647           7346        5429        20          14.0000           7.6549     82.89%
32722.77/1652.05	c      1652           7370        5453        20          14.0000           7.6549     82.89%
32821.78/1657.10	c      1657           7406        5485        20          14.0000           7.6549     82.89%
32922.57/1662.15	c      1662           7442        5515        20          14.0000           7.6594     82.78%
33021.76/1667.17	c      1667           7482        5551        20          14.0000           7.6594     82.78%
33121.78/1672.25	c      1672           7516        5583        20          14.0000           7.6594     82.78%
33220.79/1677.30	c      1677           7550        5607        20          14.0000           7.6632     82.69%
33321.77/1682.35	c      1682           7584        5629        20          14.0000           7.6632     82.69%
33420.77/1687.38	c      1687           7614        5655        20          14.0000           7.6632     82.69%
33521.70/1692.45	c      1692           7647        5684        20          14.0000           7.6632     82.69%
33620.70/1697.50	c      1698           7680        5717        20          14.0000           7.6632     82.69%
33721.62/1702.52	c      1703           7718        5745        20          14.0000           7.6632     82.69%
33820.64/1707.54	c      1708           7757        5778        20          14.0000           7.6654     82.64%
33921.64/1712.64	c      1713           7794        5809        20          14.0000           7.6654     82.64%
34020.65/1717.65	c      1718           7832        5837        20          14.0000           7.6661     82.62%
34119.67/1722.69	c      1723           7870        5875        20          14.0000           7.6661     82.62%
34220.67/1727.71	c      1728           7898        5897        20          14.0000           7.6661     82.62%
34319.50/1732.78	c      1733           7920        5917        20          14.0000           7.6661     82.62%
34420.40/1737.84	c      1738           7960        5947        20          14.0000           7.6661     82.62%
34521.26/1742.91	c      1743           7984        5971        20          14.0000           7.6661     82.62%
34620.30/1748.00	c      1748           8026        6003        20          14.0000           7.6661     82.62%
34721.80/1753.05	c      1753           8058        6033        20          14.0000           7.6661     82.62%
34820.74/1758.10	c      1758           8088        6061        20          14.0000           7.6661     82.62%
34921.93/1763.15	c      1763           8120        6087        20          14.0000           7.6661     82.62%
35020.80/1768.20	c      1768           8160        6123        20          14.0000           7.6661     82.62%
35120.96/1773.23	c      1773           8196        6149        20          14.0000           7.6661     82.62%
35221.87/1778.31	c      1778           8225        6174        20          14.0000           7.6661     82.62%
35320.87/1783.36	c      1783           8269        6212        20          14.0000           7.6661     82.62%
35421.84/1788.41	c      1788           8298        6237        20          14.0000           7.6661     82.62%
35520.85/1793.44	c      1793           8330        6269        20          14.0000           7.6661     82.62%
35619.94/1798.45	c      1798           8368        6305        20          14.0000           7.6669     82.60%
35718.78/1803.46	c      1803           8407        6338        20          14.0000           7.6669     82.60%
35819.75/1808.54	c      1809           8446        6365        20          14.0000           7.6669     82.60%
35918.68/1813.55	c      1814           8487        6400        20          14.0000           7.6669     82.60%
36019.65/1818.61	c      1819           8520        6429        20          14.0000           7.6669     82.60%
36118.48/1823.62	c      1824           8563        6458        20          14.0000           7.6706     82.52%
36219.31/1828.73	c      1829           8615        6492        20          14.0000           7.6729     82.46%
36318.10/1833.78	c      1834           8647        6516        20          14.0000           7.6733     82.45%
36419.01/1838.85	c      1839           8686        6551        20          14.0000           7.6737     82.44%
36519.95/1843.91	c      1844           8720        6575        20          14.0000           7.6737     82.44%
36618.89/1848.96	c      1849           8757        6606        20          14.0000           7.6737     82.44%
36717.86/1854.02	c      1854           8810        6643        20          14.0000           7.6743     82.43%
36819.49/1859.12	c      1859           8851        6676        20          14.0000           7.6743     82.43%
36920.65/1864.17	c      1864           8902        6725        20          14.0000           7.6753     82.40%
37019.45/1869.18	c      1869           8934        6753        20          14.0000           7.6753     82.40%
37119.74/1874.20	c      1874           8974        6785        20          14.0000           7.6755     82.40%
37218.74/1879.29	c      1879           9012        6813        20          14.0000           7.6755     82.40%
37319.54/1884.34	c      1884           9056        6847        20          14.0000           7.6755     82.40%
37418.52/1889.36	c      1889           9096        6881        20          14.0000           7.6757     82.39%
37519.41/1894.40	c      1894           9138        6917        20          14.0000           7.6817     82.25%
37618.44/1899.46	c      1899           9173        6948        20          14.0000           7.6817     82.25%
37717.16/1904.48	c      1904           9220        6983        20          14.0000           7.6817     82.25%
37815.96/1909.49	c      1909           9262        7017        20          14.0000           7.6839     82.20%
37916.83/1914.52	c      1915           9299        7048        20          14.0000           7.6839     82.20%
38015.67/1919.53	c      1920           9342        7079        20          14.0000           7.6839     82.20%
38114.51/1924.60	c      1925           9384        7119        20          14.0000           7.6839     82.20%
38215.36/1929.61	c      1930           9435        7162        20          14.0000           7.6844     82.19%
38314.41/1934.62	c      1935           9475        7196        20          14.0000           7.6844     82.19%
38413.55/1939.63	c      1940           9532        7233        20          14.0000           7.6850     82.17%
38512.49/1944.64	c      1945           9587        7280        20          14.0000           7.6850     82.17%
38613.47/1949.73	c      1950           9628        7315        20          14.0000           7.6850     82.17%
38712.62/1954.75	c      1955           9671        7350        20          14.0000           7.6850     82.17%
38813.57/1959.83	c      1960           9711        7380        20          14.0000           7.6850     82.17%
38912.64/1964.88	c      1965           9768        7415        20          14.0000           7.6882     82.10%
39011.76/1969.90	c      1970           9797        7440        20          14.0000           7.6882     82.10%
39112.85/1974.98	c      1975           9839        7476        20          14.0000           7.6886     82.09%
39212.01/1980.03	c      1980           9882        7503        20          14.0000           7.6886     82.09%
39313.67/1985.08	c      1985           9921        7538        20          14.0000           7.6886     82.09%
39412.77/1990.13	c      1990           9964        7577        20          14.0000           7.6906     82.04%
39513.82/1995.18	c      1995          10003        7608        20          14.0000           7.6923     82.00%
39614.01/2000.23	c      2000          10052        7649        20          14.0000           7.6923     82.00%
39712.90/2005.28	c      2005          10102        7681        20          14.0000           7.6923     82.00%
39811.82/2010.29	c      2010          10148        7711        20          14.0000           7.6923     82.00%
39912.82/2015.31	c      2015          10204        7749        20          14.0000           7.6923     82.00%
40011.82/2020.33	c      2020          10238        7781        20          14.0000           7.6923     82.00%
40112.76/2025.42	c      2025          10281        7814        20          14.0000           7.6930     81.98%
40213.75/2030.53	c      2031          10330        7853        20          14.0000           7.6935     81.97%
40312.66/2035.58	c      2036          10365        7882        20          14.0000           7.6935     81.97%
40413.62/2040.63	c      2041          10401        7910        20          14.0000           7.6935     81.97%
40512.45/2045.68	c      2046          10448        7947        20          14.0000           7.6935     81.97%
40613.44/2050.72	c      2051          10483        7978        20          14.0000           7.6960     81.91%
40712.45/2055.77	c      2056          10536        8027        20          14.0000           7.6960     81.91%
40811.44/2060.80	c      2061          10572        8059        20          14.0000           7.6960     81.91%
40912.43/2065.81	c      2066          10618        8085        20          14.0000           7.6960     81.91%
41011.36/2070.84	c      2071          10660        8125        20          14.0000           7.6960     81.91%
41112.42/2075.97	c      2076          10698        8157        20          14.0000           7.6960     81.91%
41211.47/2080.99	c      2081          10738        8187        20          14.0000           7.6960     81.91%
41310.43/2086.00	c      2086          10782        8221        20          14.0000           7.7023     81.76%
41409.41/2091.02	c      2091          10832        8261        20          14.0000           7.7037     81.73%
41511.24/2096.05	c      2096          10885        8314        20          14.0000           7.7037     81.73%
41613.33/2101.21	c      2101          10926        8345        20          14.0000           7.7042     81.72%
41712.44/2106.24	c      2106          10975        8378        20          14.0000           7.7112     81.55%
41813.54/2111.32	c      2111          11028        8417        20          14.0000           7.7115     81.55%
41912.69/2116.34	c      2116          11081        8458        20          14.0000           7.7119     81.54%
42011.68/2121.37	c      2121          11125        8496        20          14.0000           7.7119     81.54%
42110.75/2126.38	c      2126          11182        8539        20          14.0000           7.7119     81.54%
42211.75/2131.44	c      2131          11226        8577        20          14.0000           7.7119     81.54%
42312.74/2136.51	c      2137          11259        8608        20          14.0000           7.7119     81.54%
42411.86/2141.56	c      2142          11310        8647        20          14.0000           7.7119     81.54%
42510.85/2146.57	c      2147          11359        8682        20          14.0000           7.7119     81.54%
42613.92/2151.73	c      2152          11417        8714        20          14.0000           7.7119     81.54%
42713.03/2156.76	c      2157          11462        8751        20          14.0000           7.7141     81.49%
42812.11/2161.79	c      2162          11502        8789        20          14.0000           7.7141     81.49%
42913.40/2166.88	c      2167          11547        8830        20          14.0000           7.7164     81.43%
43012.39/2171.89	c      2172          11589        8870        20          14.0000           7.7165     81.43%
43113.52/2176.90	c      2177          11631        8902        20          14.0000           7.7167     81.43%
43212.48/2182.00	c      2182          11670        8939        20          14.0000           7.7167     81.43%
43311.45/2187.03	c      2187          11706        8973        20          14.0000           7.7167     81.42%
43413.23/2192.10	c      2192          11749        9014        20          14.0000           7.7167     81.42%
43512.15/2197.11	c      2197          11790        9051        20          14.0000           7.7167     81.42%
43614.51/2202.23	c      2202          11828        9089        20          14.0000           7.7167     81.42%
43713.66/2207.29	c      2207          11872        9123        20          14.0000           7.7167     81.42%
43814.79/2212.34	c      2212          11915        9158        20          14.0000           7.7167     81.42%
43913.93/2217.37	c      2217          11967        9196        20          14.0000           7.7167     81.42%
44013.01/2222.40	c      2222          12004        9227        20          14.0000           7.7167     81.42%
44114.09/2227.49	c      2227          12059        9274        20          14.0000           7.7167     81.42%
44215.21/2232.53	c      2233          12086        9301        20          14.0000           7.7167     81.42%
44314.34/2237.55	c      2238          12131        9338        20          14.0000           7.7167     81.42%
44413.53/2242.57	c      2243          12167        9370        20          14.0000           7.7167     81.42%
44514.57/2247.69	c      2248          12219        9414        20          14.0000           7.7173     81.41%
44615.70/2252.73	c      2253          12273        9454        20          14.0000           7.7173     81.41%
44714.76/2257.76	c      2258          12317        9496        20          14.0000           7.7173     81.41%
44813.84/2262.79	c      2263          10830        8289        20          14.0000           7.7205     81.33%
44914.96/2267.89	c      2268          10854        8311        20          14.0000           7.7205     81.33%
45016.00/2272.93	c      2273          10902        8353        20          14.0000           7.7252     81.22%
45115.14/2277.99	c      2278          10942        8387        20          14.0000           7.7252     81.22%
45214.19/2283.01	c      2283          10977        8422        20          14.0000           7.7302     81.11%
45316.01/2288.07	c      2288          11026        8465        20          14.0000           7.7302     81.11%
45415.27/2293.09	c      2293          11056        8487        20          14.0000           7.7302     81.11%
45514.23/2298.13	c      2298          11101        8522        20          14.0000           7.7307     81.10%
45616.63/2303.21	c      2303          11139        8550        20          14.0000           7.7307     81.10%
45715.78/2308.25	c      2308          11172        8579        20          14.0000           7.7310     81.09%
45816.90/2313.33	c      2313          11212        8615        20          14.0000           7.7326     81.05%
45916.05/2318.39	c      2318          11254        8649        20          14.0000           7.7326     81.05%
46017.18/2323.44	c      2323          11296        8687        20          14.0000           7.7326     81.05%
46116.31/2328.49	c      2328          11332        8723        20          14.0000           7.7328     81.05%
46217.33/2333.52	c      2334          11389        8764        20          14.0000           7.7328     81.05%
46316.29/2338.53	c      2339          11432        8797        20          14.0000           7.7328     81.05%
46417.42/2343.64	c      2344          11475        8830        20          14.0000           7.7328     81.05%
46516.51/2348.69	c      2349          11525        8872        20          14.0000           7.7328     81.05%
46617.62/2353.74	c      2354          11563        8900        20          14.0000           7.7361     80.97%
46716.63/2358.79	c      2359          11597        8932        20          14.0000           7.7362     80.97%
46817.78/2363.84	c      2364          11637        8966        20          14.0000           7.7404     80.87%
46916.92/2368.89	c      2369          11671        8994        20          14.0000           7.7405     80.87%
47018.06/2373.92	c      2374          11722        9031        20          14.0000           7.7405     80.87%
47117.11/2378.95	c      2379          11773        9070        20          14.0000           7.7405     80.87%
47216.14/2384.04	c      2384          11815        9100        20          14.0000           7.7405     80.87%
47317.93/2389.09	c      2389          11854        9129        20          14.0000           7.7405     80.87%
47417.13/2394.10	c      2394          11892        9165        20          14.0000           7.7423     80.82%
47518.24/2399.15	c      2399          11932        9199        20          14.0000           7.7426     80.82%
47618.64/2404.24	c      2404          11979        9238        20          14.0000           7.7436     80.79%
47717.80/2409.29	c      2409          12012        9265        20          14.0000           7.7448     80.77%
47818.93/2414.32	c      2414          12055        9302        20          14.0000           7.7448     80.77%
47918.07/2419.39	c      2419          12111        9338        20          14.0000           7.7448     80.77%
48019.22/2424.44	c      2424          12164        9381        20          14.0000           7.7448     80.77%
48118.31/2429.48	c      2429          12212        9417        20          14.0000           7.7465     80.73%
48219.38/2434.56	c      2435          12262        9455        20          14.0000           7.7465     80.73%
48320.49/2439.61	c      2440          12289        9478        20          14.0000           7.7477     80.70%
48419.63/2444.66	c      2445          12342        9517        20          14.0000           7.7482     80.69%
48518.79/2449.69	c      2450          12396        9557        20          14.0000           7.7482     80.69%
48619.85/2454.70	c      2455          12436        9593        20          14.0000           7.7482     80.69%
48721.00/2459.81	c      2460          12477        9624        20          14.0000           7.7482     80.69%
48820.08/2464.86	c      2465          12532        9667        20          14.0000           7.7482     80.69%
48921.15/2469.91	c      2470          12574        9699        20          14.0000           7.7482     80.69%
49020.34/2474.95	c      2475          12629        9742        20          14.0000           7.7484     80.68%
49119.37/2480.01	c      2480          12683        9780        20          14.0000           7.7484     80.68%
49221.23/2485.06	c      2485          12727        9808        20          14.0000           7.7484     80.68%
49320.30/2490.09	c      2490          12779        9848        20          14.0000           7.7484     80.68%
49421.23/2495.14	c      2495          12825        9876        20          14.0000           7.7484     80.68%
49521.69/2500.21	c      2500          12872        9913        20          14.0000           7.7492     80.66%
49620.81/2505.26	c      2505          12921        9948        20          14.0000           7.7492     80.66%
49721.76/2510.31	c      2510          12959        9978        20          14.0000           7.7492     80.66%
49820.91/2515.36	c      2515          12999       10006        20          14.0000           7.7545     80.54%
49921.62/2520.41	c      2520          13041       10038        20          14.0000           7.7552     80.52%
50018.12/2525.44	c      2525          13078       10075        20          14.0000           7.7552     80.52%
50117.19/2530.46	c      2530          13130       10113        20          14.0000           7.7552     80.52%
50218.29/2535.51	c      2536          13172       10145        20          14.0000           7.7565     80.49%
50317.44/2540.53	c      2541          13217       10184        20          14.0000           7.7576     80.47%
50418.52/2545.63	c      2546          13252       10209        20          14.0000           7.7576     80.47%
50517.52/2550.65	c      2551          13297       10246        20          14.0000           7.7576     80.47%
50618.46/2555.76	c      2556          13339       10282        20          14.0000           7.7577     80.47%
50719.58/2560.81	c      2561          13389       10322        20          14.0000           7.7577     80.47%
50818.63/2565.85	c      2566          13429       10344        20          14.0000           7.7577     80.47%
50919.75/2570.91	c      2571          13461       10372        20          14.0000           7.7577     80.47%
51018.84/2575.92	c      2576          13512       10413        20          14.0000           7.7577     80.47%
51117.97/2580.97	c      2581          13556       10439        20          14.0000           7.7577     80.47%
51217.00/2586.01	c      2586          13597       10472        20          14.0000           7.7580     80.46%
51318.85/2591.11	c      2591          13633       10502        20          14.0000           7.7580     80.46%
51420.15/2596.18	c      2596          13686       10533        20          14.0000           7.7580     80.46%
51520.27/2601.23	c      2601          13728       10565        20          14.0000           7.7580     80.46%
51619.33/2606.28	c      2606          13783       10606        20          14.0000           7.7580     80.46%
51718.35/2611.29	c      2611          13824       10639        20          14.0000           7.7580     80.46%
51819.36/2616.38	c      2616          13878       10681        20          14.0000           7.7580     80.46%
51920.35/2621.43	c      2621          13917       10716        20          14.0000           7.7600     80.41%
52019.35/2626.47	c      2626          13958       10751        20          14.0000           7.7616     80.37%
52120.33/2631.53	c      2632          14010       10795        20          14.0000           7.7638     80.32%
52219.33/2636.58	c      2637          14053       10824        20          14.0000           7.7656     80.28%
52320.31/2641.63	c      2642          14090       10861        20          14.0000           7.7656     80.28%
52419.32/2646.68	c      2647          14132       10893        20          14.0000           7.7656     80.28%
52520.18/2651.73	c      2652          14175       10934        20          14.0000           7.7656     80.28%
52619.19/2656.77	c      2657          14222       10969        20          14.0000           7.7656     80.28%
52718.21/2661.78	c      2662          14262       11003        20          14.0000           7.7656     80.28%
52819.19/2666.88	c      2667          14311       11046        20          14.0000           7.7656     80.28%
52920.12/2671.91	c      2672          14365       11098        20          14.0000           7.7656     80.28%
53019.02/2676.95	c      2677          14402       11131        20          14.0000           7.7658     80.28%
53117.85/2682.03	c      2682          14444       11161        20          14.0000           7.7658     80.28%
53219.61/2687.05	c      2687          14485       11198        20          14.0000           7.7658     80.28%
53319.01/2692.13	c      2692          14528       11233        20          14.0000           7.7658     80.28%
53420.01/2697.18	c      2697          14569       11264        20          14.0000           7.7658     80.28%
53520.19/2702.22	c      2702          14609       11292        20          14.0000           7.7658     80.28%
53619.34/2707.28	c      2707          14661       11332        20          14.0000           7.7658     80.28%
53720.27/2712.33	c      2712          14714       11373        20          14.0000           7.7658     80.28%
53819.30/2717.34	c      2717          14752       11407        20          14.0000           7.7701     80.18%
53920.39/2722.41	c      2722          14806       11455        20          14.0000           7.7701     80.18%
54019.55/2727.47	c      2727          14844       11487        20          14.0000           7.7702     80.17%
54120.69/2732.52	c      2733          14885       11522        20          14.0000           7.7702     80.17%
54219.84/2737.58	c      2738          14928       11557        20          14.0000           7.7705     80.17%
54320.94/2742.61	c      2743          14982       11593        20          14.0000           7.7705     80.17%
54420.08/2747.63	c      2748          15022       11621        20          14.0000           7.7706     80.17%
54519.25/2752.65	c      2753          15062       11661        20          14.0000           7.7706     80.17%
54620.39/2757.77	c      2758          15120       11703        20          14.0000           7.7706     80.17%
54719.48/2762.79	c      2763          15161       11730        20          14.0000           7.7724     80.13%
54820.64/2767.86	c      2768          15201       11768        20          14.0000           7.7724     80.13%
54921.77/2772.93	c      2773          15255       11810        20          14.0000           7.7734     80.10%
55020.92/2777.95	c      2778          15301       11844        20          14.0000           7.7736     80.10%
55120.08/2782.98	c      2783          15340       11879        20          14.0000           7.7748     80.07%
55221.81/2788.07	c      2788          15376       11911        20          14.0000           7.7748     80.07%
55322.95/2793.15	c      2793          15427       11956        20          14.0000           7.7748     80.07%
55422.02/2798.18	c      2798          15456       11975        20          14.0000           7.7750     80.06%
55522.51/2803.23	c      2803          15507       12012        20          14.0000           7.7785     79.98%
55621.57/2808.29	c      2808          15550       12041        20          14.0000           7.7789     79.97%
55722.56/2813.33	c      2813          15587       12072        20          14.0000           7.7789     79.97%
55821.55/2818.39	c      2818          15629       12102        20          14.0000           7.7789     79.97%
55922.43/2823.40	c      2823          15673       12128        20          14.0000           7.7790     79.97%
56021.43/2828.47	c      2828          15714       12159        20          14.0000           7.7790     79.97%
56122.39/2833.53	c      2834          15767       12202        20          14.0000           7.7790     79.97%
56221.27/2838.58	c      2839          15812       12229        20          14.0000           7.7790     79.97%
56322.29/2843.63	c      2844          15866       12263        20          14.0000           7.7790     79.97%
56421.44/2848.68	c      2849          15907       12296        20          14.0000           7.7790     79.97%
56522.57/2853.74	c      2854          15939       12324        20          14.0000           7.7792     79.97%
56621.72/2858.79	c      2859          15990       12365        20          14.0000           7.7792     79.97%
56722.86/2863.83	c      2864          16022       12397        20          14.0000           7.7792     79.97%
56821.96/2868.85	c      2869          16057       12426        20          14.0000           7.7792     79.97%
56923.03/2873.94	c      2874          16103       12456        20          14.0000           7.7792     79.97%
57022.18/2878.99	c      2879          16145       12490        20          14.0000           7.7792     79.97%
57121.19/2884.04	c      2884          16198       12535        20          14.0000           7.7792     79.97%
57222.95/2889.04	c      2889          16228       12557        20          14.0000           7.7792     79.97%
57323.87/2894.14	c      2894          16278       12595        20          14.0000           7.7792     79.97%
57422.75/2899.19	c      2899          16322       12619        20          14.0000           7.7816     79.91%
57523.42/2904.21	c      2904          16362       12651        20          14.0000           7.7821     79.90%
57622.43/2909.26	c      2909          16394       12681        20          14.0000           7.7821     79.90%
57721.43/2914.29	c      2914          16427       12710        20          14.0000           7.7826     79.89%
57822.56/2919.31	c      2919          16464       12731        20          14.0000           7.7826     79.89%
57921.64/2924.32	c      2924          16520       12777        20          14.0000           7.7826     79.89%
58020.77/2929.35	c      2929          16561       12812        20          14.0000           7.7826     79.89%
58119.90/2934.37	c      2934          16619       12856        20          14.0000           7.7842     79.85%
58220.95/2939.45	c      2939          16660       12889        20          14.0000           7.7842     79.85%
58321.92/2944.52	c      2945          16700       12921        20          14.0000           7.7842     79.85%
58422.95/2949.61	c      2950          16750       12963        20          14.0000           7.7842     79.85%
58522.04/2954.66	c      2955          16789       12992        20          14.0000           7.7842     79.85%
58623.18/2959.79	c      2960          16835       13026        20          14.0000           7.7854     79.82%
58724.30/2964.82	c      2965          16882       13061        20          14.0000           7.7854     79.82%
58823.45/2969.88	c      2970          16922       13087        20          14.0000           7.7856     79.82%
58924.59/2974.94	c      2975          16957       13116        20          14.0000           7.7899     79.72%
59023.68/2979.99	c      2980          17010       13153        20          14.0000           7.7903     79.71%
59122.82/2985.00	c      2985          17058       13191        20          14.0000           7.7903     79.71%
59221.97/2990.01	c      2990          17102       13225        20          14.0000           7.7903     79.71%
59325.67/2995.14	c      2995          17152       13257        20          14.0000           7.7909     79.70%
59424.57/3000.15	c      3000          17196       13287        20          14.0000           7.7909     79.70%
59525.02/3005.21	c      3005          17227       13316        20          14.0000           7.7909     79.70%
59624.16/3010.22	c      3010          17266       13345        20          14.0000           7.7909     79.70%
59723.24/3015.26	c      3015          17314       13379        20          14.0000           7.7909     79.70%
59822.39/3020.28	c      3020          17369       13424        20          14.0000           7.7909     79.70%
59925.51/3025.41	c      3025          17421       13474        20          14.0000           7.7909     79.70%
60024.67/3030.49	c      3030          17468       13505        20          14.0000           7.7913     79.69%
60125.75/3035.54	c      3036          17518       13535        20          14.0000           7.7913     79.69%
60224.77/3040.59	c      3041          17572       13573        20          14.0000           7.7922     79.67%
60325.77/3045.64	c      3046          17615       13608        20          14.0000           7.7939     79.63%
60424.76/3050.67	c      3051          17662       13639        20          14.0000           7.7965     79.57%
60525.81/3055.71	c      3056          17706       13681        20          14.0000           7.7965     79.57%
60624.89/3060.79	c      3061          17754       13713        20          14.0000           7.7965     79.57%
60726.02/3065.84	c      3066          17822       13767        20          14.0000           7.7980     79.53%
60825.16/3070.89	c      3071          17858       13789        20          14.0000           7.7980     79.53%
60926.12/3075.94	c      3076          17897       13826        20          14.0000           7.7980     79.53%
61025.23/3080.99	c      3081          17958       13867        20          14.0000           7.7980     79.53%
61126.99/3086.04	c      3086          18002       13893        20          14.0000           7.7980     79.53%
61226.15/3091.06	c      3091          18052       13933        20          14.0000           7.7983     79.53%
61325.41/3096.07	c      3096          18110       13975        20          14.0000           7.7983     79.53%
61426.33/3101.17	c      3101          18152       13999        20          14.0000           7.7989     79.51%
61526.69/3106.24	c      3106          18202       14043        20          14.0000           7.7989     79.51%
61625.84/3111.29	c      3111          18254       14079        20          14.0000           7.7991     79.51%
61726.99/3116.30	c      3116          18297       14114        20          14.0000           7.7991     79.51%
61826.14/3121.39	c      3121          18352       14149        20          14.0000           7.8025     79.43%
61925.28/3126.40	c      3126          18399       14178        20          14.0000           7.8025     79.43%
62026.43/3131.49	c      3131          18459       14214        20          14.0000           7.8025     79.43%
62127.50/3136.52	c      3137          18510       14249        20          14.0000           7.8025     79.43%
62226.58/3141.59	c      3142          18551       14284        20          14.0000           7.8025     79.43%
62327.68/3146.64	c      3147          18596       14319        20          14.0000           7.8025     79.43%
62426.77/3151.69	c      3152          18652       14363        20          14.0000           7.8031     79.42%
62527.90/3156.73	c      3157          18691       14396        20          14.0000           7.8066     79.34%
62627.01/3161.79	c      3162          18732       14423        20          14.0000           7.8068     79.33%
62728.13/3166.84	c      3167          18772       14457        20          14.0000           7.8069     79.33%
62827.28/3171.88	c      3172          18813       14488        20          14.0000           7.8069     79.33%
62926.44/3176.90	c      3177          18868       14533        20          14.0000           7.8069     79.33%
63027.58/3181.92	c      3182          18914       14565        20          14.0000           7.8069     79.33%
63126.72/3187.00	c      3187          18959       14608        20          14.0000           7.8071     79.32%
63228.60/3192.09	c      3192          19013       14648        20          14.0000           7.8071     79.32%
63327.62/3197.10	c      3197          19061       14684        20          14.0000           7.8071     79.32%
63428.83/3202.14	c      3202          19124       14733        20          14.0000           7.8071     79.32%
63527.80/3207.15	c      3207          19161       14770        20          14.0000           7.8071     79.32%
63628.35/3212.29	c      3212          19207       14806        20          14.0000           7.8078     79.31%
63729.51/3217.34	c      3217          19257       14844        20          14.0000           7.8078     79.31%
63828.76/3222.38	c      3222          19317       14896        20          14.0000           7.8078     79.31%
63929.87/3227.43	c      3227          19369       14930        20          14.0000           7.8078     79.31%
64031.04/3232.50	c      3232          19434       14969        20          14.0000           7.8078     79.31%
64130.21/3237.53	c      3238          19478       15007        20          14.0000           7.8078     79.31%
64229.36/3242.57	c      3243          19518       15041        20          14.0000           7.8078     79.31%
64328.37/3247.58	c      3248          19579       15090        20          14.0000           7.8104     79.25%
64429.50/3252.69	c      3253          19634       15125        20          14.0000           7.8104     79.25%
64530.63/3257.74	c      3258          19692       15167        20          14.0000           7.8153     79.14%
64629.73/3262.79	c      3263          19737       15208        20          14.0000           7.8153     79.14%
64730.88/3267.82	c      3268          19778       15245        20          14.0000           7.8153     79.14%
64830.04/3272.89	c      3273          19830       15287        20          14.0000           7.8153     79.14%
64931.19/3277.94	c      3278          19882       15329        20          14.0000           7.8153     79.14%
65030.35/3283.00	c      3283          19944       15375        20          14.0000           7.8158     79.12%
65132.38/3288.05	c      3288          20004       15429        20          14.0000           7.8158     79.12%
65231.40/3293.10	c      3293          20040       15459        20          14.0000           7.8162     79.11%
65332.50/3298.15	c      3298          20086       15495        20          14.0000           7.8205     79.02%
65431.68/3303.20	c      3303          20142       15543        20          14.0000           7.8225     78.97%
65532.03/3308.22	c      3308          20189       15586        20          14.0000           7.8225     78.97%
65631.20/3313.30	c      3313          20258       15639        20          14.0000           7.8225     78.97%
65732.34/3318.32	c      3318          20303       15670        20          14.0000           7.8225     78.97%
65831.59/3323.34	c      3323          20351       15710        20          14.0000           7.8225     78.97%
65932.60/3328.45	c      3328          20402       15751        20          14.0000           7.8246     78.92%
66031.75/3333.50	c      3334          20460       15789        20          14.0000           7.8246     78.92%
66132.85/3338.55	c      3339          20514       15831        20          14.0000           7.8246     78.92%
66233.98/3343.61	c      3344          20566       15869        20          14.0000           7.8252     78.91%
66333.13/3348.61	c      3349          20597       15894        20          14.0000           7.8253     78.91%
66432.19/3353.62	c      3354          20637       15920        20          14.0000           7.8253     78.91%
66531.27/3358.63	c      3359          20682       15949        20          14.0000           7.8258     78.90%
66632.34/3363.72	c      3364          20720       15981        20          14.0000           7.8258     78.90%
66733.48/3368.85	c      3369          20775       16028        20          14.0000           7.8258     78.90%
66832.62/3373.89	c      3374          20812       16059        20          14.0000           7.8258     78.90%
66933.69/3378.92	c      3379          20868       16101        20          14.0000           7.8258     78.90%
67032.80/3383.97	c      3384          20920       16139        20          14.0000           7.8268     78.87%
67134.71/3389.05	c      3389          20966       16177        20          14.0000           7.8268     78.87%
67233.88/3394.06	c      3394          21018       16219        20          14.0000           7.8289     78.82%
67334.98/3399.15	c      3399          21057       16256        20          14.0000           7.8301     78.80%
67433.99/3404.20	c      3404          21117       16308        20          14.0000           7.8301     78.80%
67534.23/3409.23	c      3409          21160       16347        20          14.0000           7.8301     78.80%
67633.30/3414.30	c      3414          21233       16396        20          14.0000           7.8301     78.80%
67734.49/3419.35	c      3419          21282       16433        20          14.0000           7.8301     78.80%
67835.39/3424.41	c      3424          21336       16481        20          14.0000           7.8337     78.71%
67934.51/3429.46	c      3429          21380       16519        20          14.0000           7.8337     78.71%
68035.77/3434.51	c      3435          21445       16568        20          14.0000           7.8341     78.71%
68134.77/3439.56	c      3440          21494       16601        20          14.0000           7.8341     78.71%
68233.82/3444.58	c      3445          21548       16645        20          14.0000           7.8349     78.69%
68334.89/3449.66	c      3450          21593       16682        20          14.0000           7.8349     78.69%
68434.00/3454.67	c      3455          21647       16728        20          14.0000           7.8349     78.69%
68535.11/3459.73	c      3460          21705       16778        20          14.0000           7.8349     78.69%
68636.15/3464.81	c      3465          21749       16810        20          14.0000           7.8349     78.69%
68735.28/3469.86	c      3470          21802       16855        20          14.0000           7.8349     78.69%
68834.41/3474.88	c      3475          21842       16885        20          14.0000           7.8356     78.67%
68935.46/3479.96	c      3480          21908       16925        20          14.0000           7.8356     78.67%
69034.58/3484.97	c      3485          21958       16959        20          14.0000           7.8376     78.63%
69136.49/3490.06	c      3490          22025       17006        20          14.0000           7.8397     78.58%
69235.58/3495.11	c      3495          22082       17041        20          14.0000           7.8422     78.52%
69336.93/3500.16	c      3500          22146       17081        20          14.0000           7.8422     78.52%
69435.94/3505.19	c      3505          22192       17123        20          14.0000           7.8422     78.52%
69536.15/3510.26	c      3510          22253       17172        20          14.0000           7.8426     78.51%
69637.28/3515.31	c      3515          22312       17223        20          14.0000           7.8426     78.51%
69736.38/3520.32	c      3520          22362       17265        20          14.0000           7.8429     78.51%
69835.41/3525.35	c      3525          22407       17298        20          14.0000           7.8429     78.51%
69936.50/3530.40	c      3530          22454       17343        20          14.0000           7.8429     78.51%
70037.59/3535.51	c      3536          22529       17394        20          14.0000           7.8429     78.51%
70136.64/3540.55	c      3541          22590       17433        20          14.0000           7.8429     78.51%
70237.68/3545.61	c      3546          22638       17465        20          14.0000           7.8429     78.51%
70336.82/3550.66	c      3551          22715       17520        20          14.0000           7.8429     78.51%
70435.96/3555.70	c      3556          22761       17562        20          14.0000           7.8433     78.50%
70537.05/3560.72	c      3561          22813       17598        20          14.0000           7.8433     78.50%
70636.16/3565.79	c      3566          22882       17649        20          14.0000           7.8450     78.46%
70737.20/3570.85	c      3571          22924       17685        20          14.0000           7.8450     78.46%
70838.30/3575.91	c      3576          22977       17732        20          14.0000           7.8450     78.46%
70937.34/3580.96	c      3581          23023       17768        20          14.0000           7.8453     78.45%
71036.46/3585.97	c      3586          23074       17817        20          14.0000           7.8453     78.45%
71138.19/3591.05	c      3591          23134       17863        20          14.0000           7.8453     78.45%
71237.43/3596.09	c      3596          23186       17899        20          14.0000           7.8453     78.45%
71336.83/3601.10	c      3601          23247       17952        20          14.0000           7.8453     78.45%
71437.77/3606.16	c      3606          23307       17996        20          14.0000           7.8453     78.45%
71536.70/3611.18	c      3611          23347       18036        20          14.0000           7.8486     78.38%
71637.21/3616.29	c      3616          23404       18077        20          14.0000           7.8486     78.38%
71738.34/3621.35	c      3621          23444       18115        20          14.0000           7.8486     78.38%
71839.44/3626.40	c      3626          23494       18159        20          14.0000           7.8486     78.38%
71938.53/3631.46	c      3631          23539       18190        20          14.0000           7.8487     78.37%

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 (190118 MiB free)
  memory of node 1: 193531 MiB (181914 MiB free)
  memory of node 2: 193531 MiB (190304 MiB free)
  memory of node 3: 193493 MiB (184099 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-4466007-1722458581/watcher-4466007-1722458581 -o /tmp/evaluation-result-4466007-1722458581/solver-4466007-1722458581 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70738 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4466007-1722458581.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100108 s]*
/proc/loadavg: 78.38 79.88 79.48 65/983 76490
/proc/meminfo: memFree=764266448/790760800 swapFree=131071996/131071996
[pid=76489] ppid=76486 vsize=123452 memory=113128 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/stat : 76489 (fscip) R 76486 76489 70728 0 -1 4194304 26448 0 0 0 7 3 0 0 20 0 1 0 12437551 126414848 28282 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
/proc/76489/statm: 30863 28282 2571 3035 0 27259 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 123452 KiB
Current children cumulated memory: 113128 KiB

[startup+0.219615 s]*
/proc/loadavg: 78.38 79.88 79.48 62/983 76490
/proc/meminfo: memFree=764198292/790760800 swapFree=131071996/131071996
[pid=76489] ppid=76486 vsize=177048 memory=162056 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/stat : 76489 (fscip) R 76486 76489 70728 0 -1 4194304 38672 0 0 0 18 5 0 0 20 0 1 0 12437551 181297152 40514 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
/proc/76489/statm: 44262 40514 2614 3035 0 40658 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 177048 KiB
Current children cumulated memory: 162056 KiB

[startup+0.31962 s]*
/proc/loadavg: 78.38 79.88 79.48 62/983 76490
/proc/meminfo: memFree=764197128/790760800 swapFree=131071996/131071996
[pid=76489] ppid=76486 vsize=177132 memory=162432 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/stat : 76489 (fscip) R 76486 76489 70728 0 -1 4194304 38993 0 0 0 27 5 0 0 20 0 1 0 12437551 181383168 40608 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
/proc/76489/statm: 44283 40608 2630 3035 0 40679 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 177132 KiB
Current children cumulated memory: 162432 KiB

[startup+0.700919 s]
/proc/loadavg: 78.38 79.88 79.48 81/1023 76530
/proc/meminfo: memFree=763860328/790760800 swapFree=131071996/131071996
[pid=76489] ppid=76486 vsize=1819252 memory=774168 CPUtime=4.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/stat : 76489 (fscip) S 76486 76489 70728 0 -1 1077936128 204353 0 0 0 373 70 0 0 20 0 41 0 12437551 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
/proc/76489/statm: 454813 193542 2950 3035 0 282718 0
[pid=76489/tid=76491] ppid=76486 vsize=1819252 memory=11572 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76491/stat : 76491 (fscip) R 76486 76489 70728 0 -1 4194368 6842 0 0 0 16 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76492] ppid=76486 vsize=1819252 memory=16088 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76492/stat : 76492 (fscip) R 76486 76489 70728 0 -1 4194368 6995 0 0 0 17 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76493] ppid=76486 vsize=1819252 memory=5556 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76493/stat : 76493 (fscip) R 76486 76489 70728 0 -1 4194368 10375 0 0 0 15 3 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76494] ppid=76486 vsize=1819252 memory=13992 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76494/stat : 76494 (fscip) R 76486 76489 70728 0 -1 4194368 6856 0 0 0 19 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76495] ppid=76486 vsize=1819252 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76495/stat : 76495 (fscip) R 76486 76489 70728 0 -1 4194368 6949 0 0 0 17 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76496] ppid=76486 vsize=1819252 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76496/stat : 76496 (fscip) R 76486 76489 70728 0 -1 4194368 10394 0 0 0 15 4 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76497] ppid=76486 vsize=1819252 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76497/stat : 76497 (fscip) R 76486 76489 70728 0 -1 4194368 6832 0 0 0 18 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76498] ppid=76486 vsize=1819252 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76498/stat : 76498 (fscip) R 76486 76489 70728 0 -1 4194368 6834 0 0 0 16 3 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76499] ppid=76486 vsize=1819252 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76499/stat : 76499 (fscip) R 76486 76489 70728 0 -1 4194368 11462 0 0 0 18 3 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76500] ppid=76486 vsize=1819252 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76500/stat : 76500 (fscip) R 76486 76489 70728 0 -1 4194368 6779 0 0 0 18 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76501] ppid=76486 vsize=1819252 memory=91274073 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76501/stat : 76501 (fscip) R 76486 76489 70728 0 -1 4194368 7025 0 0 0 17 3 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76502] ppid=76486 vsize=1819252 memory=2212 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76502/stat : 76502 (fscip) R 76486 76489 70728 0 -1 4194368 12584 0 0 0 15 4 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76503] ppid=76486 vsize=1819252 memory=6096 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76503/stat : 76503 (fscip) R 76486 76489 70728 0 -1 4194368 6836 0 0 0 17 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76504] ppid=76486 vsize=1819252 memory=1968 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76504/stat : 76504 (fscip) R 76486 76489 70728 0 -1 4194368 6870 0 0 0 16 3 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76505] ppid=76486 vsize=1819252 memory=54204 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76505/stat : 76505 (fscip) R 76486 76489 70728 0 -1 4194368 11409 0 0 0 16 4 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76506] ppid=76486 vsize=1819252 memory=33196 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76506/stat : 76506 (fscip) R 76486 76489 70728 0 -1 4194368 6834 0 0 0 17 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76507] ppid=76486 vsize=1819252 memory=21524 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76507/stat : 76507 (fscip) R 76486 76489 70728 0 -1 4194368 6966 0 0 0 16 4 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76508] ppid=76486 vsize=1819252 memory=100 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76508/stat : 76508 (fscip) R 76486 76489 70728 0 -1 4194368 11904 0 0 0 16 3 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76509] ppid=76486 vsize=1819252 memory=1836 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76509/stat : 76509 (fscip) R 76486 76489 70728 0 -1 4194368 6939 0 0 0 18 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76510] ppid=76486 vsize=1819252 memory=25988 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76510/stat : 76510 (fscip) R 76486 76489 70728 0 -1 4194368 6856 0 0 0 17 2 0 0 20 0 41 0 12437586 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76511] ppid=76486 vsize=1819252 memory=2244 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76511/stat : 76511 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76512] ppid=76486 vsize=1819252 memory=289 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76512/stat : 76512 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76513] ppid=76486 vsize=1819252 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76513/stat : 76513 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76514] ppid=76486 vsize=1819252 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76514/stat : 76514 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76515] ppid=76486 vsize=1819252 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76515/stat : 76515 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76516] ppid=76486 vsize=1819252 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76516/stat : 76516 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76517] ppid=76486 vsize=1819252 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76517/stat : 76517 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76518] ppid=76486 vsize=1819252 memory=53013603680709 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76518/stat : 76518 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76519] ppid=76486 vsize=1819252 memory=60710201852464 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76519/stat : 76519 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76520] ppid=76486 vsize=1819252 memory=58515490341532 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76520/stat : 76520 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76521] ppid=76486 vsize=1819252 memory=58506933961506 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76521/stat : 76521 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76522] ppid=76486 vsize=1819252 memory=6655300316396806240 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76522/stat : 76522 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76523] ppid=76486 vsize=1819252 memory=-7385037386665908792 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76523/stat : 76523 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76524] ppid=76486 vsize=1819252 memory=281176074474624 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76524/stat : 76524 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76525] ppid=76486 vsize=1819252 memory=281176073849456 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76525/stat : 76525 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76526] ppid=76486 vsize=1819252 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76526/stat : 76526 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76527] ppid=76486 vsize=1819252 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76527/stat : 76527 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76528] ppid=76486 vsize=1819252 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76528/stat : 76528 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76529] ppid=76486 vsize=1819252 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76529/stat : 76529 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76530] ppid=76486 vsize=1819252 memory=-5155629081129543557 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76530/stat : 76530 (fscip) S 76486 76489 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12437596 1862914048 193542 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
Current children cumulated CPU time: 4.43 s
Current children cumulated vsize: 1819252 KiB
Current children cumulated memory: 774168 KiB

[startup+1.50092 s]
/proc/loadavg: 78.38 79.88 79.48 81/1023 76530
/proc/meminfo: memFree=763571404/790760800 swapFree=131071996/131071996
[pid=76489] ppid=76486 vsize=1838752 memory=805512 CPUtime=20.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/stat : 76489 (fscip) S 76486 76489 70728 0 -1 1077936128 234116 0 0 0 1951 77 0 0 20 0 41 0 12437551 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
/proc/76489/statm: 459688 201378 2950 3035 0 295755 0
[pid=76489/tid=76491] ppid=76486 vsize=1838752 memory=16088 CPUtime=0.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76491/stat : 76491 (fscip) R 76486 76489 70728 0 -1 4194368 7397 0 0 0 95 2 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76492] ppid=76486 vsize=1838752 memory=13992 CPUtime=0.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76492/stat : 76492 (fscip) R 76486 76489 70728 0 -1 4194368 7536 0 0 0 93 2 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76493] ppid=76486 vsize=1838752 memory=5556 CPUtime=0.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76493/stat : 76493 (fscip) R 76486 76489 70728 0 -1 4194368 10655 0 0 0 94 4 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76494] ppid=76486 vsize=1838752 memory=11572 CPUtime=1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76494/stat : 76494 (fscip) R 76486 76489 70728 0 -1 4194368 7357 0 0 0 98 2 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76495] ppid=76486 vsize=1838752 memory=742984 CPUtime=0.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76495/stat : 76495 (fscip) R 76486 76489 70728 0 -1 4194368 7556 0 0 0 96 2 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76496] ppid=76486 vsize=1838752 memory=91274073 CPUtime=0.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76496/stat : 76496 (fscip) R 76486 76489 70728 0 -1 4194368 11688 0 0 0 94 4 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76497] ppid=76486 vsize=1838752 memory=2212 CPUtime=1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76497/stat : 76497 (fscip) R 76486 76489 70728 0 -1 4194368 7477 0 0 0 97 3 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76498] ppid=76486 vsize=1838752 memory=6096 CPUtime=0.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76498/stat : 76498 (fscip) R 76486 76489 70728 0 -1 4194368 7370 0 0 0 96 3 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76499] ppid=76486 vsize=1838752 memory=100 CPUtime=1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76499/stat : 76499 (fscip) R 76486 76489 70728 0 -1 4194368 15632 0 0 0 96 4 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76500] ppid=76486 vsize=1838752 memory=1836 CPUtime=1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76500/stat : 76500 (fscip) R 76486 76489 70728 0 -1 4194368 7276 0 0 0 98 2 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76501] ppid=76486 vsize=1838752 memory=25988 CPUtime=0.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76501/stat : 76501 (fscip) R 76486 76489 70728 0 -1 4194368 7302 0 0 0 96 3 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76502] ppid=76486 vsize=1838752 memory=2244 CPUtime=0.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76502/stat : 76502 (fscip) R 76486 76489 70728 0 -1 4194368 18369 0 0 0 94 5 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76503] ppid=76486 vsize=1838752 memory=1968 CPUtime=0.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76503/stat : 76503 (fscip) R 76486 76489 70728 0 -1 4194368 7569 0 0 0 96 2 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76504] ppid=76486 vsize=1838752 memory=54204 CPUtime=0.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76504/stat : 76504 (fscip) R 76486 76489 70728 0 -1 4194368 7785 0 0 0 95 3 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76505] ppid=76486 vsize=1838752 memory=33196 CPUtime=1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76505/stat : 76505 (fscip) R 76486 76489 70728 0 -1 4194368 12788 0 0 0 95 5 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76506] ppid=76486 vsize=1838752 memory=21524 CPUtime=0.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76506/stat : 76506 (fscip) R 76486 76489 70728 0 -1 4194368 7567 0 0 0 96 2 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76507] ppid=76486 vsize=1838752 memory=281176074517152 CPUtime=0.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76507/stat : 76507 (fscip) R 76486 76489 70728 0 -1 4194368 7592 0 0 0 95 4 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76508] ppid=76486 vsize=1838752 memory=0 CPUtime=0.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76508/stat : 76508 (fscip) R 76486 76489 70728 0 -1 4194368 19219 0 0 0 94 5 0 0 20 0 41 0 12437586 1882882048 201378 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0

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

/proc/76489/task/76498/stat : 76498 (fscip) D 76486 76489 70728 0 -1 1077937220 886927 0 0 0 360327 116 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76499] ppid=76486 vsize=7129252 memory=25988 CPUtime=3600.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76499/stat : 76499 (fscip) D 76486 76489 70728 0 -1 1077937220 392574 0 0 0 358091 1989 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76500] ppid=76486 vsize=7129252 memory=0 CPUtime=3592.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76500/stat : 76500 (fscip) D 76486 76489 70728 0 -1 1077937220 1086236 0 0 0 359121 145 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76501] ppid=76486 vsize=7129252 memory=6946866654921323415 CPUtime=3605.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76501/stat : 76501 (fscip) R 76486 76489 70728 0 -1 4195904 901891 0 0 0 360268 287 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 139909742438720 10824496 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76502] ppid=76486 vsize=7129252 memory=281176077409904 CPUtime=3596.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76502/stat : 76502 (fscip) D 76486 76489 70728 0 -1 1077937220 380264 0 0 0 357504 2175 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76503] ppid=76486 vsize=7129252 memory=281176074947408 CPUtime=3603.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76503/stat : 76503 (fscip) D 76486 76489 70728 0 -1 1077937220 1038518 0 0 0 360228 146 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76504] ppid=76486 vsize=7129252 memory=2696 CPUtime=3603.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76504/stat : 76504 (fscip) D 76486 76489 70728 0 -1 1077937220 930128 0 0 0 360209 119 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76505] ppid=76486 vsize=7129252 memory=-7594027215215485566 CPUtime=3599.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76505/stat : 76505 (fscip) D 76486 76489 70728 0 -1 1077937220 363970 0 0 0 357846 2056 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76506] ppid=76486 vsize=7129252 memory=-6000919499214174262 CPUtime=3605.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76506/stat : 76506 (fscip) D 76486 76489 70728 0 -1 1077937220 1226811 0 0 0 360367 159 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76507] ppid=76486 vsize=7129252 memory=32439 CPUtime=3603.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76507/stat : 76507 (fscip) D 76486 76489 70728 0 -1 1077937220 865259 0 0 0 360192 110 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76508] ppid=76486 vsize=7129252 memory=32768 CPUtime=3599.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76508/stat : 76508 (fscip) D 76486 76489 70728 0 -1 1077937220 380416 0 0 0 357870 2106 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76509] ppid=76486 vsize=7129252 memory=33092 CPUtime=3597.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76509/stat : 76509 (fscip) D 76486 76489 70728 0 -1 1077937220 1121513 0 0 0 359607 150 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76510] ppid=76486 vsize=7129252 memory=33416 CPUtime=3594.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76510/stat : 76510 (fscip) D 76486 76489 70728 0 -1 1077937220 757872 0 0 0 359369 95 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76511] ppid=76486 vsize=7129252 memory=281176075429024 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76511/stat : 76511 (fscip) D 76486 76489 70728 0 -1 1077937220 137 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76512] ppid=76486 vsize=7129252 memory=48986 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76512/stat : 76512 (fscip) D 76486 76489 70728 0 -1 1077937220 142 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76513] ppid=76486 vsize=7129252 memory=-7459211752035023808 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76513/stat : 76513 (fscip) D 76486 76489 70728 0 -1 1077937220 131 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76514] ppid=76486 vsize=7129252 memory=-7594027215215485566 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76514/stat : 76514 (fscip) D 76486 76489 70728 0 -1 1077937220 122 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76515] ppid=76486 vsize=7129252 memory=-6000919499214174262 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76515/stat : 76515 (fscip) D 76486 76489 70728 0 -1 1077937220 131 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76516] ppid=76486 vsize=7129252 memory=32852 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76516/stat : 76516 (fscip) D 76486 76489 70728 0 -1 1077937220 72 0 0 0 0 2 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76517] ppid=76486 vsize=7129252 memory=6988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76517/stat : 76517 (fscip) D 76486 76489 70728 0 -1 1077937220 140 0 0 0 0 2 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76518] ppid=76486 vsize=7129252 memory=36312 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76518/stat : 76518 (fscip) D 76486 76489 70728 0 -1 1077937220 125 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76519] ppid=76486 vsize=7129252 memory=4764 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76519/stat : 76519 (fscip) D 76486 76489 70728 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76520] ppid=76486 vsize=7129252 memory=20448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76520/stat : 76520 (fscip) D 76486 76489 70728 0 -1 1077937220 126 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76521] ppid=76486 vsize=7129252 memory=11572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76521/stat : 76521 (fscip) D 76486 76489 70728 0 -1 1077937220 136 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76522] ppid=76486 vsize=7129252 memory=13992 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76522/stat : 76522 (fscip) D 76486 76489 70728 0 -1 1077937220 132 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76523] ppid=76486 vsize=7129252 memory=10824 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76523/stat : 76523 (fscip) D 76486 76489 70728 0 -1 1077937220 133 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76524] ppid=76486 vsize=7129252 memory=5556 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76524/stat : 76524 (fscip) D 76486 76489 70728 0 -1 1077937220 136 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76525] ppid=76486 vsize=7129252 memory=16088 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76525/stat : 76525 (fscip) D 76486 76489 70728 0 -1 1077937220 121 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76526] ppid=76486 vsize=7129252 memory=2212 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76526/stat : 76526 (fscip) D 76486 76489 70728 0 -1 1077937220 128 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76527] ppid=76486 vsize=7129252 memory=6096 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76527/stat : 76527 (fscip) D 76486 76489 70728 0 -1 1077937220 121 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76528] ppid=76486 vsize=7129252 memory=1968 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76528/stat : 76528 (fscip) D 76486 76489 70728 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76529] ppid=76486 vsize=7129252 memory=13924 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76529/stat : 76529 (fscip) D 76486 76489 70728 0 -1 1077937220 145 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76530] ppid=76486 vsize=7129252 memory=11600 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76530/stat : 76530 (fscip) D 76486 76489 70728 0 -1 1077937220 124 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
Current children cumulated CPU time: 72003 s
Current children cumulated vsize: 7129252 KiB
Current children cumulated memory: 5927204 KiB

[startup+3636.6 s]
/proc/loadavg: 82.28 81.24 80.78 63/1025 79249
/proc/meminfo: memFree=760278900/790760800 swapFree=131071996/131071996
[pid=76489] ppid=76486 vsize=7129252 memory=5927204 CPUtime=72003.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/stat : 76489 (fscip) D 76486 76489 70728 0 -1 1077937156 16514217 0 0 0 7185754 14562 0 0 20 0 41 0 12437551 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
/proc/76489/statm: 1782313 1481801 3014 3035 0 1583816 0
[pid=76489/tid=76491] ppid=76486 vsize=7129252 memory=11708 CPUtime=3598.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76491/stat : 76491 (fscip) D 76486 76489 70728 0 -1 1077937220 1299187 0 0 0 359736 159 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76492] ppid=76486 vsize=7129252 memory=12292 CPUtime=3594.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76492/stat : 76492 (fscip) D 76486 76489 70728 0 -1 1077937220 958915 0 0 0 359379 113 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76493] ppid=76486 vsize=7129252 memory=2696 CPUtime=3599.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76493/stat : 76493 (fscip) D 76486 76489 70728 0 -1 1077937220 388992 0 0 0 357896 2084 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76494] ppid=76486 vsize=7129252 memory=6628 CPUtime=3600.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76494/stat : 76494 (fscip) D 76486 76489 70728 0 -1 1077937220 1142146 0 0 0 359931 163 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76495] ppid=76486 vsize=7129252 memory=5923328 CPUtime=3595.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76495/stat : 76495 (fscip) D 76486 76489 70728 0 -1 1077937220 872290 0 0 0 359409 106 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76496] ppid=76486 vsize=7129252 memory=54204 CPUtime=3601.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76496/stat : 76496 (fscip) D 76486 76489 70728 0 -1 1077937220 394129 0 0 0 358090 2046 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76497] ppid=76486 vsize=7129252 memory=33196 CPUtime=3602.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76497/stat : 76497 (fscip) D 76486 76489 70728 0 -1 1077937220 1082243 0 0 0 360132 154 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76498] ppid=76486 vsize=7129252 memory=21524 CPUtime=3604.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76498/stat : 76498 (fscip) D 76486 76489 70728 0 -1 1077937220 886927 0 0 0 360327 116 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76499] ppid=76486 vsize=7129252 memory=100 CPUtime=3600.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76499/stat : 76499 (fscip) D 76486 76489 70728 0 -1 1077937220 392574 0 0 0 358091 1989 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76500] ppid=76486 vsize=7129252 memory=1836 CPUtime=3592.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76500/stat : 76500 (fscip) D 76486 76489 70728 0 -1 1077937220 1086236 0 0 0 359121 145 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76501] ppid=76486 vsize=7129252 memory=25988 CPUtime=3605.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76501/stat : 76501 (fscip) R 76486 76489 70728 0 -1 4195904 901891 0 0 0 360268 307 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 139909742438720 10824496 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 0
[pid=76489/tid=76502] ppid=76486 vsize=7129252 memory=2244 CPUtime=3596.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76502/stat : 76502 (fscip) D 76486 76489 70728 0 -1 1077937220 380264 0 0 0 357504 2175 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76503] ppid=76486 vsize=7129252 memory=31232 CPUtime=3603.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76503/stat : 76503 (fscip) D 76486 76489 70728 0 -1 1077937220 1038518 0 0 0 360228 146 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76504] ppid=76486 vsize=7129252 memory=28656 CPUtime=3603.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76504/stat : 76504 (fscip) D 76486 76489 70728 0 -1 1077937220 930128 0 0 0 360209 119 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76505] ppid=76486 vsize=7129252 memory=7492 CPUtime=3599.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76505/stat : 76505 (fscip) D 76486 76489 70728 0 -1 1077937220 363970 0 0 0 357846 2056 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76506] ppid=76486 vsize=7129252 memory=26972 CPUtime=3605.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76506/stat : 76506 (fscip) D 76486 76489 70728 0 -1 1077937220 1226811 0 0 0 360367 159 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76507] ppid=76486 vsize=7129252 memory=3664 CPUtime=3603.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76507/stat : 76507 (fscip) D 76486 76489 70728 0 -1 1077937220 865259 0 0 0 360192 110 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76508] ppid=76486 vsize=7129252 memory=39996 CPUtime=3599.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76508/stat : 76508 (fscip) D 76486 76489 70728 0 -1 1077937220 380416 0 0 0 357870 2106 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76509] ppid=76486 vsize=7129252 memory=8148 CPUtime=3597.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76509/stat : 76509 (fscip) D 76486 76489 70728 0 -1 1077937220 1121513 0 0 0 359607 150 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76510] ppid=76486 vsize=7129252 memory=3428 CPUtime=3594.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76510/stat : 76510 (fscip) D 76486 76489 70728 0 -1 1077937220 757872 0 0 0 359369 95 0 0 20 0 41 0 12437586 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76511] ppid=76486 vsize=7129252 memory=2180 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76511/stat : 76511 (fscip) D 76486 76489 70728 0 -1 1077937220 137 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76512] ppid=76486 vsize=7129252 memory=1744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76512/stat : 76512 (fscip) D 76486 76489 70728 0 -1 1077937220 142 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76513] ppid=76486 vsize=7129252 memory=8080 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76513/stat : 76513 (fscip) D 76486 76489 70728 0 -1 1077937220 131 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76514] ppid=76486 vsize=7129252 memory=28716 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76514/stat : 76514 (fscip) D 76486 76489 70728 0 -1 1077937220 122 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76515] ppid=76486 vsize=7129252 memory=32852 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76515/stat : 76515 (fscip) D 76486 76489 70728 0 -1 1077937220 131 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76516] ppid=76486 vsize=7129252 memory=6988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76516/stat : 76516 (fscip) D 76486 76489 70728 0 -1 1077937220 72 0 0 0 0 2 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76517] ppid=76486 vsize=7129252 memory=36312 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76517/stat : 76517 (fscip) D 76486 76489 70728 0 -1 1077937220 140 0 0 0 0 2 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76518] ppid=76486 vsize=7129252 memory=4764 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76518/stat : 76518 (fscip) D 76486 76489 70728 0 -1 1077937220 125 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76519] ppid=76486 vsize=7129252 memory=20448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76519/stat : 76519 (fscip) D 76486 76489 70728 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76520] ppid=76486 vsize=7129252 memory=6836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76520/stat : 76520 (fscip) D 76486 76489 70728 0 -1 1077937220 126 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76521] ppid=76486 vsize=7129252 memory=7044 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76521/stat : 76521 (fscip) D 76486 76489 70728 0 -1 1077937220 136 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76522] ppid=76486 vsize=7129252 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76522/stat : 76522 (fscip) D 76486 76489 70728 0 -1 1077937220 132 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76523] ppid=76486 vsize=7129252 memory=281176078565152 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76523/stat : 76523 (fscip) D 76486 76489 70728 0 -1 1077937220 133 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76524] ppid=76486 vsize=7129252 memory=2306038805599737016 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76524/stat : 76524 (fscip) D 76486 76489 70728 0 -1 1077937220 136 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76525] ppid=76486 vsize=7129252 memory=2305897122362589045 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76525/stat : 76525 (fscip) D 76486 76489 70728 0 -1 1077937220 121 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76526] ppid=76486 vsize=7129252 memory=4755854224452308047 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76526/stat : 76526 (fscip) D 76486 76489 70728 0 -1 1077937220 128 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76527] ppid=76486 vsize=7129252 memory=2305902615726438780 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76527/stat : 76527 (fscip) D 76486 76489 70728 0 -1 1077937220 121 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76528] ppid=76486 vsize=7129252 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76528/stat : 76528 (fscip) D 76486 76489 70728 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76529] ppid=76486 vsize=7129252 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76529/stat : 76529 (fscip) D 76486 76489 70728 0 -1 1077937220 145 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
[pid=76489/tid=76530] ppid=76486 vsize=7129252 memory=140588039381280 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/76489/task/76530/stat : 76530 (fscip) D 76486 76489 70728 0 -1 1077937220 124 0 0 0 2 0 0 0 20 0 41 0 12437596 7300354048 1481801 809668444160 4194304 16623229 140727432174448 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 54620160 140727432180746 140727432180864 140727432180864 140727432187888 24
Current children cumulated CPU time: 72003.2 s
Current children cumulated vsize: 7129252 KiB
Current children cumulated memory: 5927204 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3636.71
CPU time (s): 72003.3
CPU user time (s): 71857.6
CPU system time (s): 145.736
CPU usage (%): 1979.9
Max. virtual memory (cumulated for all children) (KiB): 7129252
Max. memory (cumulated for all children) (KiB): 5927204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71857.6
system time used= 145.736
maximum resident set size= 5927220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16514217
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= 236373
involuntary context switches= 287742


# summary of solver processes directly reported to runsolver:
#   pid: 76489
#   total CPU time (s): 72003.3
#   total CPU user time (s): 71857.6
#   total CPU system time (s): 145.736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.789 second user time and 83.6279 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 22:43:01
IDJOB=4466007
IDBENCH=148610
IDSOLVER=3094
FILE ID=nodeD104/4466007-1722458581
RUNJOBID= nodeD104-1722454516-70738
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_3.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-4466007-1722458581/watcher-4466007-1722458581 -o /tmp/evaluation-result-4466007-1722458581/solver-4466007-1722458581 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70738 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4466007-1722458581.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 473f4f01ea80639962d90e3c1fd9a037
RANDOM SEED=1655304807

nodeD104.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		: 3523.715
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		: 2897.073
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	: 5006.76
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		: 3096.902
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	: 5013.48
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		: 3088.687
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	: 5010.76
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		: 3235.731
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		: 3062.592
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	: 5006.76
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		: 3131.937
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	: 5013.48
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		: 3066.680
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	: 5010.76
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		: 3264.671
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		: 2981.620
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	: 5006.76
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		: 2962.372
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	: 5013.48
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		: 3087.369
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	: 5010.76
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		: 3429.818
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		: 3082.213
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	: 5006.76
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		: 3131.861
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	: 5013.48
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		: 3088.568
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	: 5010.76
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		: 3345.321
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		: 3082.209
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	: 5006.76
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		: 2929.680
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	: 5013.48
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		: 3058.783
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	: 5010.76
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		: 3490.453
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		: 2917.556
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	: 5006.76
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		: 3045.393
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	: 5013.48
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		: 3060.857
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	: 5010.76
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		: 2982.906
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		: 3033.255
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	: 5006.76
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		: 3106.882
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	: 5013.48
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		: 3054.530
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	: 5010.76
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		: 1683.978
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		: 3070.299
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	: 5006.76
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		: 3070.460
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	: 5013.48
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		: 3088.403
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	: 5010.76
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		: 1966.295
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		: 3082.182
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	: 5006.76
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		: 3049.056
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	: 5013.48
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		: 3065.468
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	: 5010.76
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		: 2105.227
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		: 2923.654
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	: 5006.76
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		: 3037.496
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	: 5013.48
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		: 3088.321
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	: 5010.76
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		: 1676.837
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		: 2918.541
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	: 5006.76
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		: 3119.044
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	: 5013.48
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		: 3058.919
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	: 5010.76
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		: 2275.555
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		: 2874.027
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	: 5006.76
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		: 3131.958
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	: 5013.48
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		: 3065.169
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	: 5010.76
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		: 1800.552
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		: 3050.088
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	: 5006.76
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		: 2990.871
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	: 5013.48
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		: 3067.452
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	: 5010.76
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		: 2241.240
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		: 2980.058
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	: 5006.76
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		: 3131.987
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	: 5013.48
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		: 2838.457
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	: 5010.76
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		: 2882.533
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		: 3021.666
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	: 5006.76
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		: 3060.687
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	: 5013.48
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		: 3056.809
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	: 5010.76
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		: 2655.581
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		: 2962.920
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	: 5006.76
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		: 3054.830
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	: 5013.48
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		: 3088.356
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	: 5010.76
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		: 2642.936
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		: 2838.584
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	: 5006.76
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		: 3132.022
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	: 5013.48
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		: 3088.373
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	: 5010.76
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		: 2177.174
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		: 2995.054
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	: 5006.76
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		: 2879.337
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	: 5013.48
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		: 3088.410
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	: 5010.76
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		: 2392.719
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		: 3020.388
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	: 5006.76
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		: 3132.035
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	: 5013.48
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		: 3088.416
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	: 5010.76
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		: 2647.857
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		: 3034.005
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	: 5006.76
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		: 3071.882
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	: 5013.48
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		: 3088.453
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	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        764353960 kB
MemAvailable:   763335152 kB
Buffers:          163980 kB
Cached:          2173256 kB
SwapCached:            0 kB
Active:           321988 kB
Inactive:       23655556 kB
Active(anon):       2212 kB
Inactive(anon): 21660624 kB
Active(file):     319776 kB
Inactive(file):  1994932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29364 kB
Writeback:             0 kB
AnonPages:      21640868 kB
Mapped:           126736 kB
Shmem:             22536 kB
KReclaimable:     172396 kB
Slab:             515852 kB
SReclaimable:     172396 kB
SUnreclaim:       343456 kB
KernelStack:       16816 kB
PageTables:        55892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3548980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           190464 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1007616 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:      483328 kB
DirectMap2M:    39860224 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-07-31 23:43:38