Trace number 4468109

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-08-09? (TO) 72001 3632.59

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: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.11/0.16	c Default LC presolving (default).
0.11/0.16	c ** Before presolving: virtualMemUsedAtLc = 189299171, getVmSize() = 143536128, SCIPgetMemUsed() = 110481343, SCIPgetMemTotal() = 117858535, SCIPgetMemExternEstim() = 71440636
0.11/0.16	c ** set memory limit for presolving in LC to 8.7955e+12 for SCIP **
0.32/0.35	c ** Estimated virtualMemUsedAtSolver = 147072290, getVmSize() = 177287168, SCIPgetMemUsed() = 107724711, SCIPgetMemTotal() = 149167799, SCIPgetMemExternEstim() = 71440636
0.32/0.35	c ** set memory limit for solvers to 4.18815e+11 for each SCIP **
0.32/0.35	c Original Problem   :
0.32/0.35	c   Problem name     : instance-4468109-1723228472
0.32/0.35	c   Variables        : 37960 (500 binary, 0 integer, 37460 implicit integer, 0 continuous)
0.32/0.35	c   Constraints      : 38460
0.32/0.35	c   Objective sense  : minimize
0.32/0.35	c Presolved Problem  :
0.32/0.35	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
0.32/0.35	c   Constraints      : 500
0.32/0.35	c Constraints        : Number
0.32/0.35	c   logicor          : 500 
0.32/0.35	c ** Instance transfer method used: 0
0.32/0.36	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.45	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.45	c                                Nodes    Active                                            
0.43/0.45	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                -          -
1.49/0.60	c *       1              0           1        20          15.0000                -          -
232.14/12.21	c        12              2           1        20          15.0000           6.5844    127.81%
333.36/17.39	c        17              3           2        20          15.0000           6.5844    127.81%
480.25/24.76	c        25             22          21        20          15.0000           6.5844    127.81%
662.90/33.98	c        34            201         202        20          15.0000           6.5844    127.81%
768.03/39.22	c        39            890           0        20          15.0000           6.5844    127.81%
871.29/44.44	c        44              2           1        20          15.0000           6.5965    127.39%
988.33/50.36	c        50              3           2        20          15.0000           6.6144    126.78%
1089.35/55.50	c        56              4           3        20          15.0000           6.6144    126.78%
1194.36/60.79	c        61              5           4        20          15.0000           6.6144    126.78%
1297.51/65.98	c        66              8           7        20          15.0000           6.6144    126.78%
1404.64/71.35	c        71             22          15        20          15.0000           6.6232    126.48%
1505.77/76.46	c        76             46          37        20          15.0000           6.6250    126.42%
1614.92/81.94	c        82             67          54        20          15.0000           6.6307    126.22%
1716.73/87.07	c        87             73          60        20          15.0000           6.6330    126.14%
1731.93/87.88	c *      88             75          62        20          14.0000           6.6330    111.07%
1817.80/92.14	c        92             83          59        20          14.0000           6.6446    110.70%
1918.33/97.20	c        97             85          61        20          14.0000           6.6560    110.34%
2017.49/102.22	c       102             98          74        20          14.0000           6.6608    110.19%
2122.55/107.55	c       108            116          92        20          14.0000           6.6686    109.94%
2223.70/112.64	c       113            112          88        20          14.0000           6.6829    109.49%
2326.84/117.84	c       118            120          96        20          14.0000           6.6891    109.30%
2430.72/123.13	c       123            128         104        20          14.0000           6.7012    108.92%
2533.07/128.24	c       128            155         131        20          14.0000           6.7239    108.21%
2632.22/133.25	c       133            173         149        20          14.0000           6.7334    107.92%
2741.32/138.77	c       139            162         138        20          14.0000           6.7501    107.40%
2842.47/143.84	c       144            187         163        20          14.0000           6.7567    107.20%
2941.63/148.85	c       149            177         153        20          14.0000           6.7810    106.46%
3042.76/153.90	c       154            199         175        20          14.0000           6.7999    105.89%
3141.86/158.92	c       159            207         183        20          14.0000           6.8177    105.35%
3240.89/163.93	c       164            215         191        20          14.0000           6.8418    104.63%
3345.90/169.21	c       169            222         198        20          14.0000           6.8458    104.51%
3449.05/174.46	c       174            262         238        20          14.0000           6.8811    103.45%
3550.23/179.58	c       180            216         192        20          14.0000           6.8943    103.07%
3651.39/184.60	c       185            276         252        20          14.0000           6.8946    103.06%
3752.52/189.71	c       190            230         206        20          14.0000           6.9149    102.46%
3853.66/194.85	c       195            257         233        20          14.0000           6.9591    101.18%
3954.65/199.91	c       200            265         241        20          14.0000           6.9798    100.58%
4056.46/205.11	c       205            269         245        20          14.0000           6.9962    100.11%
4158.90/210.27	c       210            277         253        20          14.0000           7.0116     99.67%
4260.05/215.32	c       215            282         258        20          14.0000           7.0285     99.19%
4359.21/220.37	c       220            291         267        20          14.0000           7.0525     98.51%
4460.33/225.48	c       225            299         275        20          14.0000           7.0606     98.28%
4561.46/230.51	c       231            309         285        20          14.0000           7.0677     98.08%
4660.60/235.56	c       236            315         291        20          14.0000           7.0837     97.64%
4759.67/240.57	c       241            323         299        20          14.0000           7.0873     97.54%
4860.82/245.64	c       246            339         315        20          14.0000           7.1025     97.11%
4961.99/250.78	c       251            347         323        20          14.0000           7.1152     96.76%
5063.05/255.89	c       256            360         336        20          14.0000           7.1324     96.29%
5164.18/260.94	c       261            378         354        20          14.0000           7.1647     95.40%
5263.30/265.95	c       266            394         370        20          14.0000           7.1872     94.79%
5362.44/270.96	c       271            371         347        20          14.0000           7.2059     94.28%
5464.45/276.05	c       276            385         361        20          14.0000           7.2158     94.02%
5570.67/281.45	c       281            399         375        20          14.0000           7.2278     93.70%
5671.67/286.51	c       287            463         439        20          14.0000           7.2494     93.12%
5770.76/291.56	c       292            483         459        20          14.0000           7.2617     92.79%
5869.79/296.59	c       297            586         542        20          14.0000           7.2682     92.62%
5970.91/301.62	c       302            477         453        20          14.0000           7.2778     92.37%
6074.03/306.81	c       307            497         473        20          14.0000           7.2778     92.37%
6175.14/312.03	c       312            571         539        20          14.0000           7.3161     91.36%
6276.93/317.08	c       317            670         620        20          14.0000           7.3178     91.32%
6376.12/322.12	c       322            568         544        20          14.0000           7.3237     91.16%
6477.22/327.14	c       327            721         667        20          14.0000           7.3446     90.62%
6576.32/332.17	c       332            652         608        20          14.0000           7.3700     89.96%
6675.49/337.19	c       337            665         617        20          14.0000           7.3843     89.59%
6774.43/342.20	c       342            690         638        20          14.0000           7.3843     89.59%
6874.85/347.25	c       347            707         653        20          14.0000           7.3843     89.59%
6975.97/352.40	c       352            726         670        20          14.0000           7.3843     89.59%
7077.07/357.47	c       357            782         715        20          14.0000           7.3945     89.33%
7180.17/362.69	c       363            879         793        20          14.0000           7.4010     89.16%
7281.15/367.74	c       368            845         764        20          14.0000           7.4104     88.92%
7380.30/372.76	c       373            877         784        20          14.0000           7.4104     88.92%
7483.43/377.98	c       378            908         807        20          14.0000           7.4104     88.92%
7588.54/383.24	c       383           1005         887        20          14.0000           7.4193     88.70%
7687.62/388.29	c       388           1045         923        20          14.0000           7.4193     88.70%
7788.79/393.34	c       393           1075         949        20          14.0000           7.4414     88.14%
7887.85/398.40	c       398           1109         977        20          14.0000           7.4414     88.14%
7988.99/403.45	c       403           1138        1004        20          14.0000           7.4414     88.14%
8088.09/408.50	c       408            965         887        20          14.0000           7.4438     88.08%
8189.22/413.55	c       414            997         907        20          14.0000           7.4438     88.08%
8290.33/418.61	c       419           1018         926        20          14.0000           7.4438     88.08%
8389.47/423.66	c       424           1049           0        20          14.0000           7.4438     88.08%
8488.57/428.68	c       429           1049           0        20          14.0000           7.4438     88.08%
8589.65/433.73	c       434           1135        1007        20          14.0000           7.4472     87.99%
8688.84/438.78	c       439           1159        1031        20          14.0000           7.4472     87.99%
8789.98/443.83	c       444           1188        1058        20          14.0000           7.4472     87.99%
8889.15/448.88	c       449           1209        1079        20          14.0000           7.4472     87.99%
8990.29/453.93	c       454           1209        1079        20          14.0000           7.4472     87.99%
9089.45/458.98	c       459           1209        1079        20          14.0000           7.4472     87.99%
9188.48/464.03	c       464           1214           0        20          14.0000           7.4472     87.99%
9290.21/469.08	c       469           1214           0        20          14.0000           7.4472     87.99%
9391.42/474.16	c       474           1214           0        20          14.0000           7.4472     87.99%
9491.89/479.21	c       479           1214           0        20          14.0000           7.4472     87.99%
9590.96/484.26	c       484           1214           0        20          14.0000           7.4472     87.99%
9692.07/489.31	c       489           1217           3        20          14.0000           7.4472     87.99%
9791.18/494.34	c       494           1224          10        20          14.0000           7.4472     87.99%
9892.30/499.41	c       499           1230          16        20          14.0000           7.4472     87.99%
9991.39/504.47	c       504           1234          20        20          14.0000           7.4472     87.99%
10092.54/509.52	c       510           1238          24        20          14.0000           7.4472     87.99%
10191.68/514.60	c       515           1246          32        20          14.0000           7.4472     87.99%
10292.76/519.64	c       520           1254          40        20          14.0000           7.4472     87.99%
10391.86/524.70	c       525           1257          43        20          14.0000           7.4472     87.99%
10493.03/529.75	c       530           1263          49        20          14.0000           7.4472     87.99%
10592.20/534.80	c       535           1272          58        20          14.0000           7.4472     87.99%
10693.36/539.85	c       540           1275          61        20          14.0000           7.4472     87.99%
10794.48/544.93	c       545           1285          71        20          14.0000           7.4472     87.99%
10893.52/549.98	c       550           1294          80        20          14.0000           7.4472     87.99%
10995.03/555.04	c       555           1303          89        20          14.0000           7.4472     87.99%
11094.22/560.10	c       560           1310          96        20          14.0000           7.4472     87.99%
11195.36/565.15	c       565           1319         105        20          14.0000           7.4472     87.99%
11294.51/570.20	c       570           1325         111        20          14.0000           7.4472     87.99%
11394.85/575.25	c       575           1330         116        20          14.0000           7.4472     87.99%
11494.04/580.30	c       580           1341         127        20          14.0000           7.4472     87.99%
11594.98/585.35	c       585           1348         134        20          14.0000           7.4472     87.99%
11694.09/590.40	c       590           1358         144        20          14.0000           7.4472     87.99%
11795.24/595.45	c       595           1366         152        20          14.0000           7.4472     87.99%
11894.39/600.49	c       600           1378         164        20          14.0000           7.4472     87.99%
11995.54/605.51	c       606           1390         176        20          14.0000           7.4472     87.99%
12096.69/610.60	c       611           1396         182        20          14.0000           7.4472     87.99%
12195.73/615.65	c       616           1411         197        20          14.0000           7.4472     87.99%
12294.92/620.70	c       621           1422         208        20          14.0000           7.4472     87.99%
12396.08/625.71	c       626           1435         221        20          14.0000           7.4472     87.99%
12495.27/630.80	c       631           1444         230        20          14.0000           7.4472     87.99%
12596.41/635.85	c       636           1455         241        20          14.0000           7.4472     87.99%
12695.57/640.88	c       641           1471         257        20          14.0000           7.4472     87.99%
12796.57/645.95	c       646           1482         268        20          14.0000           7.4472     87.99%
12895.63/651.00	c       651           1491         277        20          14.0000           7.4472     87.99%
12997.58/656.05	c       656           1506         292        20          14.0000           7.4472     87.99%
13096.54/661.10	c       661           1515         301        20          14.0000           7.4472     87.99%
13197.65/666.15	c       666           1524         310        20          14.0000           7.4472     87.99%
13297.96/671.20	c       671           1534         320        20          14.0000           7.4472     87.99%
13397.13/676.23	c       676           1542         328        20          14.0000           7.4472     87.99%
13496.29/681.30	c       681           1550         336        20          14.0000           7.4472     87.99%
13597.36/686.32	c       686           1560         346        20          14.0000           7.4472     87.99%
13696.55/691.40	c       691           1567         353        20          14.0000           7.4472     87.99%
13797.70/696.45	c       696           1573         359        20          14.0000           7.4472     87.99%
13896.81/701.50	c       702           1586         372        20          14.0000           7.4472     87.99%
13997.83/706.54	c       707           1595         381        20          14.0000           7.4472     87.99%
14097.00/711.57	c       712           1603         389        20          14.0000           7.4472     87.99%
14197.94/716.65	c       717           1612         398        20          14.0000           7.4472     87.99%
14296.82/721.70	c       722           1627         413        20          14.0000           7.4472     87.99%
14397.94/726.75	c       727           1637         423        20          14.0000           7.4472     87.99%
14497.10/731.80	c       732           1645         431        20          14.0000           7.4472     87.99%
14598.25/736.85	c       737           1659         445        20          14.0000           7.4472     87.99%
14697.45/741.90	c       742           1673         459        20          14.0000           7.4472     87.99%
14798.44/746.95	c       747           1684         470        20          14.0000           7.4472     87.99%
14897.64/751.99	c       752           1696         482        20          14.0000           7.4472     87.99%
14999.40/757.05	c       757           1710         496        20          14.0000           7.4472     87.99%
15098.82/762.10	c       762           1780         727        20          14.0000           7.4586     87.70%
15197.67/767.11	c       767           1809         756        20          14.0000           7.4586     87.70%
15298.86/772.18	c       772           1838         781        20          14.0000           7.4586     87.70%
15399.25/777.20	c       777           1866         805        20          14.0000           7.4673     87.48%
15498.28/782.30	c       782           1890         829        20          14.0000           7.4673     87.48%
15599.37/787.35	c       787           1918         857        20          14.0000           7.4673     87.48%
15698.51/792.38	c       792           1951         888        20          14.0000           7.4681     87.46%
15799.58/797.45	c       797           1983         920        20          14.0000           7.4681     87.46%
15898.58/802.50	c       802           2006         941        20          14.0000           7.4681     87.46%
15999.66/807.55	c       808           2001         814        20          14.0000           7.4685     87.45%
16098.82/812.60	c       813           1892         811        20          14.0000           7.4901     86.91%
16199.97/817.62	c       818           1925         834        20          14.0000           7.4901     86.91%
16301.13/822.70	c       823           1957         856        20          14.0000           7.4901     86.91%
16399.97/827.75	c       828           1999         882        20          14.0000           7.4901     86.91%
16499.16/832.77	c       833           2021         900        20          14.0000           7.4901     86.91%
16598.32/837.79	c       838           2062         927        20          14.0000           7.5012     86.64%
16701.37/842.91	c       843           2092         955        20          14.0000           7.5012     86.64%
16800.53/847.96	c       848           2125         980        20          14.0000           7.5012     86.64%
16899.70/852.98	c       853           2167        1010        20          14.0000           7.5012     86.64%
16998.84/857.99	c       858           2201        1036        20          14.0000           7.5012     86.64%
17100.71/863.04	c       863           2239        1068        20          14.0000           7.5012     86.64%
17201.83/868.14	c       868           2370        1127        20          14.0000           7.5083     86.46%
17302.24/873.21	c       873           2409        1160        20          14.0000           7.5083     86.46%
17401.39/878.26	c       878           2440        1187        20          14.0000           7.5083     86.46%
17502.49/883.31	c       883           2471        1212        20          14.0000           7.5083     86.46%
17601.47/888.36	c       888           2407        1206        20          14.0000           7.5090     86.44%
17702.62/893.41	c       893           2436        1231        20          14.0000           7.5090     86.44%
17801.76/898.44	c       898           2482        1271        20          14.0000           7.5090     86.44%
17900.93/903.47	c       903           2514        1297        20          14.0000           7.5090     86.44%
18002.05/908.58	c       909           2549        1330        20          14.0000           7.5090     86.44%
18103.13/913.62	c       914           2587        1360        20          14.0000           7.5090     86.44%
18202.27/918.66	c       919           2636        1397        20          14.0000           7.5090     86.44%
18301.53/923.69	c       924           2680        1427        20          14.0000           7.5093     86.44%
18402.30/928.71	c       929           2716        1455        20          14.0000           7.5093     86.44%
18503.41/933.83	c       934           2758        1487        20          14.0000           7.5098     86.42%
18602.51/938.88	c       939           2798        1519        20          14.0000           7.5098     86.42%
18703.62/943.93	c       944           2823        1544        20          14.0000           7.5098     86.42%
18802.71/948.96	c       949           2867        1580        20          14.0000           7.5136     86.33%
18901.84/953.97	c       954           2910        1609        20          14.0000           7.5234     86.08%
19003.70/959.08	c       959           2957        1648        20          14.0000           7.5234     86.08%
19102.83/964.13	c       964           2985        1672        20          14.0000           7.5234     86.08%
19203.92/969.16	c       969           3024        1705        20          14.0000           7.5234     86.08%
19304.36/974.23	c       974           3071        1740        20          14.0000           7.5234     86.08%
19403.52/979.26	c       979           3109        1772        20          14.0000           7.5234     86.08%
19502.46/984.28	c       984           3147        1808        20          14.0000           7.5234     86.08%
19603.37/989.38	c       989           3184        1837        20          14.0000           7.5293     85.94%
19704.33/994.44	c       994           3228        1871        20          14.0000           7.5293     85.94%
19803.41/999.49	c       999           3275        1906        20          14.0000           7.5293     85.94%
19904.42/1004.52	c      1005           3325        1940        20          14.0000           7.5293     85.94%
20003.50/1009.53	c      1010           2998        1761        20          14.0000           7.5351     85.80%
20102.45/1014.57	c      1015           3029        1790        20          14.0000           7.5351     85.80%
20205.12/1019.70	c      1020           3064        1819        20          14.0000           7.5351     85.80%
20304.25/1024.75	c      1025           3099        1852        20          14.0000           7.5351     85.80%
20405.25/1029.80	c      1030           3131        1878        20          14.0000           7.5351     85.80%
20504.41/1034.85	c      1035           3175        1916        20          14.0000           7.5351     85.80%
20603.58/1039.90	c      1040           3221        1948        20          14.0000           7.5400     85.68%
20704.66/1044.95	c      1045           3269        1982        20          14.0000           7.5400     85.68%
20803.76/1050.00	c      1050           3304        2009        20          14.0000           7.5400     85.68%
20905.43/1055.05	c      1055           3350        2045        20          14.0000           7.5447     85.56%
21004.52/1060.10	c      1060           3389        2078        20          14.0000           7.5447     85.56%
21103.61/1065.13	c      1065           3429        2108        20          14.0000           7.5447     85.56%
21205.92/1070.21	c      1070           3457        2132        20          14.0000           7.5447     85.56%
21305.06/1075.26	c      1075           3486        2157        20          14.0000           7.5458     85.53%
21406.19/1080.31	c      1080           3518        2185        20          14.0000           7.5458     85.53%
21505.34/1085.32	c      1085           3548        2209        20          14.0000           7.5458     85.53%
21606.44/1090.42	c      1090           3589        2240        20          14.0000           7.5458     85.53%
21705.42/1095.46	c      1095           3633        2280        20          14.0000           7.5458     85.53%
21804.36/1100.49	c      1100           3657        2300        20          14.0000           7.5458     85.53%
21905.49/1105.57	c      1106           3702        2335        20          14.0000           7.5463     85.52%
22006.64/1110.62	c      1111           3736        2363        20          14.0000           7.5474     85.49%
22105.95/1115.63	c      1116           3774        2393        20          14.0000           7.5474     85.49%
22206.89/1120.72	c      1121           3806        2421        20          14.0000           7.5530     85.36%
22305.91/1125.77	c      1126           3854        2461        20          14.0000           7.5530     85.36%
22407.23/1130.82	c      1131           3880        2487        20          14.0000           7.5530     85.36%
22505.89/1135.85	c      1136           3921        2524        20          14.0000           7.5546     85.32%
22605.02/1140.86	c      1141           3953        2552        20          14.0000           7.5546     85.32%
22704.03/1145.89	c      1146           3988        2585        20          14.0000           7.5555     85.30%
22805.17/1151.02	c      1151           4022        2619        20          14.0000           7.5555     85.30%
22906.99/1156.07	c      1156           4066        2653        20          14.0000           7.5558     85.29%
23006.17/1161.09	c      1161           4097        2680        20          14.0000           7.5558     85.29%
23107.31/1166.15	c      1166           4125        2706        20          14.0000           7.5558     85.29%
23207.64/1171.22	c      1171           4156        2735        20          14.0000           7.5558     85.29%
23306.78/1176.27	c      1176           4191        2766        20          14.0000           7.5574     85.25%
23405.95/1181.28	c      1181           4234        2803        20          14.0000           7.5574     85.25%
23506.97/1186.34	c      1186           4259        2822        20          14.0000           7.5585     85.22%
23608.11/1191.42	c      1191           4294        2855        20          14.0000           7.5585     85.22%
23707.24/1196.47	c      1196           4326        2879        20          14.0000           7.5646     85.07%
23808.40/1201.52	c      1202           4369        2916        20          14.0000           7.5646     85.07%
23907.46/1206.57	c      1207           4397        2938        20          14.0000           7.5646     85.07%
24006.62/1211.60	c      1212           4433        2972        20          14.0000           7.5648     85.07%
24107.75/1216.66	c      1217           4464        3001        20          14.0000           7.5648     85.07%
24206.81/1221.70	c      1222           4504        3039        20          14.0000           7.5648     85.07%
24307.88/1226.76	c      1227           4538        3071        20          14.0000           7.5649     85.07%
24407.05/1231.77	c      1232           4572        3103        20          14.0000           7.5649     85.07%
24508.04/1236.88	c      1237           4619        3142        20          14.0000           7.5649     85.07%
24609.20/1241.93	c      1242           4652        3169        20          14.0000           7.5649     85.07%
24707.81/1246.98	c      1247           4686        3199        20          14.0000           7.5649     85.07%
24806.97/1252.02	c      1252           4716        3227        20          14.0000           7.5666     85.02%
24908.67/1257.06	c      1257           4743        3252        20          14.0000           7.5666     85.02%
25007.82/1262.13	c      1262           4783        3284        20          14.0000           7.5666     85.02%
25109.04/1267.19	c      1267           4818        3311        20          14.0000           7.5691     84.96%
25209.37/1272.25	c      1272           4842        3335        20          14.0000           7.5691     84.96%
25308.53/1277.30	c      1277           4874        3363        20          14.0000           7.5691     84.96%
25409.66/1282.33	c      1282           4896        3385        20          14.0000           7.5743     84.84%
25508.76/1287.40	c      1287           4943        3422        20          14.0000           7.5743     84.84%
25609.91/1292.43	c      1292           4968        3447        20          14.0000           7.5743     84.84%
25709.07/1297.45	c      1297           5008        3487        20          14.0000           7.5756     84.80%
25810.22/1302.56	c      1303           5035        3510        20          14.0000           7.5756     84.80%
25909.36/1307.61	c      1308           5058        3533        20          14.0000           7.5756     84.80%
26010.51/1312.66	c      1313           5102        3571        20          14.0000           7.5771     84.77%
26111.28/1317.71	c      1318           5135        3596        20          14.0000           7.5771     84.77%
26210.47/1322.76	c      1323           5156        3615        20          14.0000           7.5793     84.71%
26309.62/1327.78	c      1328           5198        3651        20          14.0000           7.5793     84.71%
26410.77/1332.86	c      1333           5237        3684        20          14.0000           7.5793     84.71%
26511.87/1337.91	c      1338           5268        3711        20          14.0000           7.5797     84.70%
26611.03/1342.93	c      1343           5299        3740        20          14.0000           7.5797     84.70%
26710.17/1348.01	c      1348           5325        3766        20          14.0000           7.5797     84.70%
26811.99/1353.04	c      1353           5351        3786        20          14.0000           7.5797     84.70%
26911.19/1358.11	c      1358           5383        3814        20          14.0000           7.5797     84.70%
27012.56/1363.16	c      1363           5407        3836        20          14.0000           7.5797     84.70%
27111.54/1368.17	c      1368           5440        3867        20          14.0000           7.5797     84.70%
27210.73/1373.18	c      1373           5477        3896        20          14.0000           7.5797     84.70%
27310.00/1378.19	c      1378           5514        3925        20          14.0000           7.5797     84.70%
27412.27/1383.37	c      1383           5543        3948        20          14.0000           7.5797     84.70%
27513.40/1388.43	c      1388           5590        3981        20          14.0000           7.5797     84.70%
27612.58/1393.45	c      1393           5623        4008        20          14.0000           7.5797     84.70%
27713.70/1398.53	c      1399           5652        4033        20          14.0000           7.5797     84.70%
27812.82/1403.58	c      1404           5688        4065        20          14.0000           7.5797     84.70%
27913.89/1408.63	c      1409           5726        4099        20          14.0000           7.5797     84.70%
28012.95/1413.68	c      1414           5751        4124        20          14.0000           7.5797     84.70%
28114.11/1418.72	c      1419           5786        4149        20          14.0000           7.5801     84.69%
28213.26/1423.74	c      1424           5815        4174        20          14.0000           7.5801     84.69%
28314.21/1428.84	c      1429           5851        4208        20          14.0000           7.5801     84.69%
28413.37/1433.86	c      1434           5889        4240        20          14.0000           7.5801     84.69%
28514.52/1438.94	c      1439           5913        4258        20          14.0000           7.5801     84.69%
28613.49/1443.97	c      1444           5943        4288        20          14.0000           7.5801     84.69%
28712.63/1449.01	c      1449           5973        4314        20          14.0000           7.5831     84.62%
28814.37/1454.05	c      1454           6005        4342        20          14.0000           7.5851     84.57%
28915.73/1459.15	c      1459           6041        4378        20          14.0000           7.5851     84.57%
29015.02/1464.20	c      1464           6069        4404        20          14.0000           7.5889     84.48%
29115.23/1469.24	c      1469           6096        4427        20          14.0000           7.5889     84.48%
29214.40/1474.30	c      1474           6131        4458        20          14.0000           7.5913     84.42%
29315.47/1479.34	c      1479           6172        4491        20          14.0000           7.5913     84.42%
29414.55/1484.35	c      1484           6206        4515        20          14.0000           7.5978     84.27%
29515.52/1489.45	c      1489           6246        4555        20          14.0000           7.5978     84.27%
29614.65/1494.50	c      1494           6271        4574        20          14.0000           7.5978     84.27%
29715.83/1499.53	c      1500           6306        4601        20          14.0000           7.5978     84.27%
29814.94/1504.56	c      1505           6346        4629        20          14.0000           7.5978     84.27%
29914.09/1509.58	c      1510           6387        4656        20          14.0000           7.5978     84.27%
30013.25/1514.59	c      1515           6420        4687        20          14.0000           7.5978     84.27%
30114.33/1519.66	c      1520           6454        4715        20          14.0000           7.5978     84.27%
30215.48/1524.80	c      1525           6489        4742        20          14.0000           7.5978     84.27%
30316.65/1529.81	c      1530           6516        4769        20          14.0000           7.5978     84.27%
30415.81/1534.90	c      1535           6551        4800        20          14.0000           7.5978     84.27%
30516.92/1539.92	c      1540           6579        4824        20          14.0000           7.5978     84.27%
30615.95/1544.96	c      1545           6616        4857        20          14.0000           7.5996     84.22%
30715.14/1550.03	c      1550           6655        4890        20          14.0000           7.5996     84.22%
30817.01/1555.10	c      1555           6681        4916        20          14.0000           7.5996     84.22%
30918.06/1560.15	c      1560           6716        4943        20          14.0000           7.5996     84.22%
31017.20/1565.20	c      1565           6766        4977        20          14.0000           7.6032     84.13%
31117.54/1570.25	c      1570           6793        5004        20          14.0000           7.6032     84.13%
31216.72/1575.30	c      1575           6826        5033        20          14.0000           7.6032     84.13%
31317.88/1580.35	c      1580           6855        5056        20          14.0000           7.6032     84.13%
31417.07/1585.40	c      1585           6887        5088        20          14.0000           7.6051     84.09%
31518.22/1590.45	c      1590           6926        5125        20          14.0000           7.6051     84.09%
31617.43/1595.46	c      1595           6963        5158        20          14.0000           7.6052     84.09%
31716.65/1600.47	c      1600           6984        5179        20          14.0000           7.6052     84.09%
31815.67/1605.50	c      1606           7018        5213        20          14.0000           7.6052     84.09%
31916.82/1610.58	c      1611           7049        5238        20          14.0000           7.6052     84.09%
32017.89/1615.68	c      1616           7078        5267        20          14.0000           7.6052     84.09%
32118.98/1620.71	c      1621           7106        5293        20          14.0000           7.6052     84.09%
32218.14/1625.78	c      1626           7146        5323        20          14.0000           7.6055     84.08%
32319.30/1630.86	c      1631           7175        5352        20          14.0000           7.6055     84.08%
32418.30/1635.89	c      1636           7214        5389        20          14.0000           7.6064     84.06%
32519.37/1640.96	c      1641           7240        5415        20          14.0000           7.6064     84.06%
32618.46/1646.01	c      1646           7258        5431        20          14.0000           7.6064     84.06%
32720.33/1651.06	c      1651           7296        5463        20          14.0000           7.6064     84.06%
32819.45/1656.11	c      1656           7334        5495        20          14.0000           7.6089     84.00%
32920.57/1661.16	c      1661           7374        5527        20          14.0000           7.6089     84.00%
33020.68/1666.21	c      1666           7418        5561        20          14.0000           7.6165     83.81%
33119.82/1671.26	c      1671           7455        5592        20          14.0000           7.6165     83.81%
33220.82/1676.31	c      1676           7493        5620        20          14.0000           7.6165     83.81%
33319.98/1681.36	c      1681           7533        5646        20          14.0000           7.6165     83.81%
33421.13/1686.41	c      1686           7566        5671        20          14.0000           7.6172     83.79%
33520.31/1691.46	c      1691           7606        5703        20          14.0000           7.6172     83.79%
33621.47/1696.51	c      1697           7649        5732        20          14.0000           7.6172     83.79%
33720.70/1701.56	c      1702           7694        5769        20          14.0000           7.6172     83.79%
33821.89/1706.61	c      1707           7739        5808        20          14.0000           7.6172     83.79%
33921.02/1711.66	c      1712           7769        5834        20          14.0000           7.6172     83.79%
34022.17/1716.71	c      1717           7810        5865        20          14.0000           7.6189     83.75%
34121.34/1721.72	c      1722           7846        5897        20          14.0000           7.6199     83.73%
34220.44/1726.76	c      1727           7890        5931        20          14.0000           7.6199     83.73%
34321.51/1731.83	c      1732           7944        5969        20          14.0000           7.6199     83.73%
34422.60/1736.93	c      1737           8002        6011        20          14.0000           7.6199     83.73%
34521.75/1741.98	c      1742           8035        6040        20          14.0000           7.6207     83.71%
34620.90/1747.01	c      1747           8078        6071        20          14.0000           7.6207     83.71%
34722.70/1752.08	c      1752           8116        6103        20          14.0000           7.6241     83.63%
34821.94/1757.13	c      1757           8155        6136        20          14.0000           7.6241     83.63%
34922.90/1762.14	c      1762           8195        6168        20          14.0000           7.6241     83.63%
35023.40/1767.23	c      1767           8237        6200        20          14.0000           7.6241     83.63%
35122.57/1772.28	c      1772           8264        6225        20          14.0000           7.6241     83.63%
35223.70/1777.33	c      1777           8308        6255        20          14.0000           7.6241     83.63%
35322.82/1782.34	c      1782           8349        6286        20          14.0000           7.6241     83.63%
35421.85/1787.37	c      1787           8386        6313        20          14.0000           7.6271     83.56%
35523.01/1792.41	c      1792           8436        6353        20          14.0000           7.6356     83.35%
35624.03/1797.53	c      1798           8475        6380        20          14.0000           7.6356     83.35%
35723.20/1802.55	c      1803           8500        6403        20          14.0000           7.6356     83.35%
35824.34/1807.63	c      1808           8536        6435        20          14.0000           7.6364     83.33%
35923.51/1812.68	c      1813           8573        6462        20          14.0000           7.6364     83.33%
36022.67/1817.70	c      1818           8614        6493        20          14.0000           7.6364     83.33%
36123.83/1822.74	c      1823           8653        6532        20          14.0000           7.6364     83.33%
36224.97/1827.84	c      1828           8691        6560        20          14.0000           7.6364     83.33%
36324.13/1832.89	c      1833           8736        6599        20          14.0000           7.6364     83.33%
36425.29/1837.94	c      1838           8766        6627        20          14.0000           7.6377     83.30%
36524.44/1842.99	c      1843           8809        6656        20          14.0000           7.6428     83.18%
36623.49/1848.04	c      1848           8862        6697        20          14.0000           7.6428     83.18%
36725.31/1853.09	c      1853           8888        6719        20          14.0000           7.6468     83.08%
36826.46/1858.14	c      1858           8941        6754        20          14.0000           7.6468     83.08%
36925.62/1863.15	c      1863           8984        6791        20          14.0000           7.6468     83.08%
37025.86/1868.24	c      1868           9013        6818        20          14.0000           7.6468     83.08%
37125.00/1873.27	c      1873           9068        6865        20          14.0000           7.6468     83.08%
37226.11/1878.34	c      1878           9107        6896        20          14.0000           7.6468     83.08%
37325.25/1883.39	c      1883           9153        6932        20          14.0000           7.6471     83.08%
37426.37/1888.43	c      1888           9198        6969        20          14.0000           7.6471     83.08%
37525.52/1893.49	c      1893           9226        6997        20          14.0000           7.6471     83.08%
37626.64/1898.52	c      1899           9267        7030        20          14.0000           7.6471     83.08%
37725.74/1903.56	c      1904           9300        7059        20          14.0000           7.6471     83.08%
37826.76/1908.64	c      1909           9346        7101        20          14.0000           7.6471     83.08%
37925.99/1913.69	c      1914           9372        7127        20          14.0000           7.6471     83.08%
38027.18/1918.74	c      1919           9423        7168        20          14.0000           7.6509     82.99%
38126.18/1923.75	c      1924           9450        7193        20          14.0000           7.6509     82.99%
38227.31/1928.84	c      1929           9503        7234        20          14.0000           7.6509     82.99%
38326.44/1933.85	c      1934           9549        7268        20          14.0000           7.6509     82.99%
38425.60/1938.88	c      1939           9590        7307        20          14.0000           7.6509     82.99%
38526.72/1943.93	c      1944           9623        7340        20          14.0000           7.6509     82.99%
38628.56/1949.05	c      1949           9663        7380        20          14.0000           7.6540     82.91%
38727.70/1954.10	c      1954           9704        7415        20          14.0000           7.6540     82.91%
38828.85/1959.15	c      1959           9756        7457        20          14.0000           7.6562     82.86%
38928.07/1964.19	c      1964           9798        7495        20          14.0000           7.6562     82.86%
39028.25/1969.24	c      1969           9842        7529        20          14.0000           7.6578     82.82%
39127.39/1974.30	c      1974           9876        7559        20          14.0000           7.6580     82.82%
39228.53/1979.31	c      1979           9921        7594        20          14.0000           7.6580     82.82%
39327.66/1984.38	c      1984           9953        7620        20          14.0000           7.6580     82.82%
39428.80/1989.42	c      1989           9991        7650        20          14.0000           7.6580     82.82%
39527.92/1994.46	c      1994          10046        7685        20          14.0000           7.6592     82.79%
39629.06/1999.51	c      2000          10103        7726        20          14.0000           7.6592     82.79%
39728.20/2004.52	c      2005          10140        7755        20          14.0000           7.6625     82.71%
39829.33/2009.61	c      2010          10183        7792        20          14.0000           7.6625     82.71%
39928.48/2014.62	c      2015          10226        7825        20          14.0000           7.6625     82.71%
40027.56/2019.69	c      2020          10262        7857        20          14.0000           7.6625     82.71%
40128.57/2024.80	c      2025          10297        7876        20          14.0000           7.6625     82.71%
40229.69/2029.85	c      2030          10354        7911        20          14.0000           7.6625     82.71%
40330.81/2034.91	c      2035          10396        7943        20          14.0000           7.6629     82.70%
40430.02/2039.95	c      2040          10443        7974        20          14.0000           7.6629     82.70%
40528.81/2045.02	c      2045          10499        8024        20          14.0000           7.6658     82.63%
40630.43/2050.06	c      2050          10551        8066        20          14.0000           7.6658     82.63%
40729.59/2055.09	c      2055          10597        8108        20          14.0000           7.6658     82.63%
40830.72/2060.17	c      2060          10658        8157        20          14.0000           7.6658     82.63%
40931.12/2065.22	c      2065          10710        8193        20          14.0000           7.6658     82.63%
41030.28/2070.27	c      2070          10751        8226        20          14.0000           7.6658     82.63%
41131.39/2075.32	c      2075          10802        8271        20          14.0000           7.6658     82.63%
41230.55/2080.37	c      2080          10841        8302        20          14.0000           7.6658     82.63%
41329.45/2085.38	c      2085          10883        8334        20          14.0000           7.6658     82.63%
41430.59/2090.47	c      2090          10936        8367        20          14.0000           7.6667     82.61%
41529.56/2095.48	c      2095          10999        8410        20          14.0000           7.6667     82.61%
41630.70/2100.50	c      2100          11039        8438        20          14.0000           7.6667     82.61%
41729.82/2105.52	c      2106          11085        8474        20          14.0000           7.6667     82.61%
41828.98/2110.55	c      2111          11149        8514        20          14.0000           7.6667     82.61%
41930.21/2115.63	c      2116          11182        8547        20          14.0000           7.6667     82.61%
42031.02/2120.74	c      2121          11245        8586        20          14.0000           7.6667     82.61%
42132.15/2125.82	c      2126          11283        8622        20          14.0000           7.6670     82.60%
42231.28/2130.88	c      2131          11326        8653        20          14.0000           7.6691     82.55%
42332.30/2135.93	c      2136          11389        8696        20          14.0000           7.6691     82.55%
42431.47/2140.98	c      2141          11432        8739        20          14.0000           7.6691     82.55%
42530.31/2146.00	c      2146          11486        8785        20          14.0000           7.6691     82.55%
42632.14/2151.05	c      2151          11532        8825        20          14.0000           7.6691     82.55%
42731.31/2156.09	c      2156          11580        8861        20          14.0000           7.6691     82.55%
42830.45/2161.11	c      2161          11642        8913        20          14.0000           7.6704     82.52%
42931.59/2166.17	c      2166          11688        8955        20          14.0000           7.6710     82.51%
43031.98/2171.23	c      2171          11738        8989        20          14.0000           7.6710     82.51%
43133.10/2176.33	c      2176          11772        9019        20          14.0000           7.6710     82.51%
43232.26/2181.38	c      2181          11819        9052        20          14.0000           7.6710     82.51%
43333.35/2186.43	c      2186          11872        9089        20          14.0000           7.6710     82.51%
43432.49/2191.48	c      2191          11920        9123        20          14.0000           7.6713     82.50%
43533.62/2196.53	c      2197          11961        9152        20          14.0000           7.6713     82.50%
43632.79/2201.54	c      2202          12004        9179        20          14.0000           7.6713     82.50%
43733.79/2206.63	c      2207          12070        9221        20          14.0000           7.6713     82.50%
43833.06/2211.68	c      2212          12104        9249        20          14.0000           7.6713     82.50%
43934.00/2216.74	c      2217          12145        9284        20          14.0000           7.6713     82.50%
44032.89/2221.79	c      2222          12186        9323        20          14.0000           7.6716     82.49%
44133.96/2226.84	c      2227          12238        9367        20          14.0000           7.6716     82.49%
44233.10/2231.85	c      2232          12286        9403        20          14.0000           7.6719     82.48%
44334.21/2236.93	c      2237          12329        9440        20          14.0000           7.6719     82.48%
44433.23/2241.99	c      2242          12376        9481        20          14.0000           7.6733     82.45%
44534.95/2247.04	c      2247          12417        9518        20          14.0000           7.6733     82.45%
44634.15/2252.09	c      2252          12464        9559        20          14.0000           7.6733     82.45%
44733.49/2257.14	c      2257          12514        9591        20          14.0000           7.6733     82.45%
44834.62/2262.15	c      2262          12549        9624        20          14.0000           7.6733     82.45%
44934.64/2267.21	c      2267          13044       10441        20          14.0000           7.6749     82.41%
45033.78/2272.26	c      2272          13091       10478        20          14.0000           7.6749     82.41%
45134.89/2277.35	c      2277          13310       10243        20          14.0000           7.6758     82.39%
45234.03/2282.40	c      2282          13195       10564        20          14.0000           7.6761     82.38%
45335.17/2287.46	c      2287          13242       10607        20          14.0000           7.6805     82.28%
45436.30/2292.52	c      2293          13298       10655        20          14.0000           7.6805     82.28%
45535.45/2297.57	c      2298          13336       10693        20          14.0000           7.6805     82.28%
45636.57/2302.62	c      2303          13396       10741        20          14.0000           7.6805     82.28%
45735.88/2307.67	c      2308          13454       10791        20          14.0000           7.6805     82.28%
45834.84/2312.69	c      2313          13072       10023        20          14.0000           7.6819     82.25%
45935.91/2317.77	c      2318          13122       10067        20          14.0000           7.6843     82.19%
46037.05/2322.82	c      2323          13183       10104        20          14.0000           7.6843     82.19%
46136.15/2327.87	c      2328          13227       10142        20          14.0000           7.6843     82.19%
46237.31/2332.92	c      2333          13277       10180        20          14.0000           7.6843     82.19%
46336.46/2337.97	c      2338          13315       10218        20          14.0000           7.6843     82.19%
46435.63/2343.02	c      2343          13371       10258        20          14.0000           7.6843     82.19%
46537.46/2348.05	c      2348          13412       10287        20          14.0000           7.6843     82.19%
46636.64/2353.12	c      2353          13466       10331        20          14.0000           7.6843     82.19%
46737.71/2358.18	c      2358          13517       10374        20          14.0000           7.6843     82.19%
46836.95/2363.20	c      2363          13570       10411        20          14.0000           7.6885     82.09%
46937.12/2368.28	c      2368          13626       10451        20          14.0000           7.6921     82.00%
47036.17/2373.29	c      2373          13670       10493        20          14.0000           7.6921     82.00%
47137.33/2378.31	c      2378          13716       10521        20          14.0000           7.6921     82.00%
47238.48/2383.43	c      2383          13758       10551        20          14.0000           7.6921     82.00%
47337.39/2388.48	c      2388          13810       10597        20          14.0000           7.6931     81.98%
47438.54/2393.52	c      2394          13854       10629        20          14.0000           7.6931     81.98%
47537.64/2398.58	c      2399          13899       10664        20          14.0000           7.6931     81.98%
47638.97/2403.63	c      2404          14532       11237        20          14.0000           7.6942     81.96%
47737.96/2408.68	c      2409          13996       10737        20          14.0000           7.6944     81.95%
47839.12/2413.73	c      2414          14057       10788        20          14.0000           7.6944     81.95%
47938.29/2418.78	c      2419          14113       10836        20          14.0000           7.6944     81.95%
48037.40/2423.79	c      2424          14745       11398        20          14.0000           7.6956     81.92%
48138.55/2428.81	c      2429          14803       11444        20          14.0000           7.6956     81.92%
48237.65/2433.88	c      2434          14832       11463        20          14.0000           7.6963     81.90%
48338.81/2438.93	c      2439          14895       11522        20          14.0000           7.6963     81.90%
48437.98/2444.03	c      2444          14943       11556        20          14.0000           7.6965     81.90%
48539.76/2449.08	c      2449          14995       11598        20          14.0000           7.6970     81.89%
48638.94/2454.13	c      2454          15034       11623        20          14.0000           7.6976     81.88%
48740.33/2459.18	c      2459          15082       11661        20          14.0000           7.7014     81.78%
48840.48/2464.20	c      2464          15133       11704        20          14.0000           7.7014     81.78%
48939.64/2469.24	c      2469          15187       11748        20          14.0000           7.7014     81.78%
49038.80/2474.25	c      2474          15232       11781        20          14.0000           7.7014     81.78%
49139.95/2479.37	c      2479          15180       12239        20          14.0000           7.7016     81.78%
49241.18/2484.43	c      2484          15234       12283        20          14.0000           7.7020     81.77%
49340.26/2489.44	c      2489          15377       11898        20          14.0000           7.7037     81.73%
49441.46/2494.52	c      2495          15433       11942        20          14.0000           7.7080     81.63%
49540.53/2499.56	c      2500          15470       11975        20          14.0000           7.7080     81.63%
49639.51/2504.59	c      2505          15506       12011        20          14.0000           7.7092     81.60%
49742.65/2509.70	c      2510          15561       12060        20          14.0000           7.7092     81.60%
49841.83/2514.74	c      2515          15605       12098        20          14.0000           7.7127     81.52%
49942.97/2519.81	c      2520          15650       12135        20          14.0000           7.7127     81.52%
50041.88/2524.87	c      2525          15694       12163        20          14.0000           7.7127     81.52%
50142.97/2529.91	c      2530          15739       12200        20          14.0000           7.7127     81.52%
50242.14/2534.95	c      2535          15799       12242        20          14.0000           7.7127     81.52%
50341.25/2540.00	c      2540          15841       12276        20          14.0000           7.7127     81.52%
50440.41/2545.04	c      2545          15889       12314        20          14.0000           7.7127     81.52%
50542.29/2550.08	c      2550          15928       12343        20          14.0000           7.7139     81.49%
50641.37/2555.13	c      2555          15980       12385        20          14.0000           7.7160     81.44%
50743.82/2560.21	c      2560          16024       12423        20          14.0000           7.7160     81.44%
50842.99/2565.25	c      2565          16071       12462        20          14.0000           7.7160     81.44%
50944.15/2570.30	c      2570          16113       12504        20          14.0000           7.7160     81.44%
51043.31/2575.32	c      2575          16165       12548        20          14.0000           7.7160     81.44%
51144.46/2580.40	c      2580          16208       12585        20          14.0000           7.7160     81.44%
51243.46/2585.45	c      2585          16264       12631        20          14.0000           7.7160     81.44%
51344.31/2590.50	c      2590          16309       12672        20          14.0000           7.7161     81.44%
51443.49/2595.56	c      2596          16353       12702        20          14.0000           7.7161     81.44%
51544.65/2600.61	c      2601          15876       12215        20          14.0000           7.7176     81.40%
51643.72/2605.65	c      2606          15936       12263        20          14.0000           7.7184     81.38%
51744.88/2610.70	c      2611          15995       12304        20          14.0000           7.7184     81.38%
51844.08/2615.72	c      2616          16043       12342        20          14.0000           7.7184     81.38%
51945.12/2620.80	c      2621          16091       12374        20          14.0000           7.7214     81.31%
52044.28/2625.83	c      2626          16139       12412        20          14.0000           7.7223     81.29%
52145.44/2630.91	c      2631          16202       12461        20          14.0000           7.7223     81.29%
52244.48/2635.96	c      2636          16242       12493        20          14.0000           7.7223     81.29%
52343.48/2641.01	c      2641          16303       12536        20          14.0000           7.7223     81.29%
52445.45/2646.06	c      2646          16372       12581        20          14.0000           7.7223     81.29%
52544.44/2651.10	c      2651          16432       12625        20          14.0000           7.7223     81.29%
52645.64/2656.16	c      2656          16481       12658        20          14.0000           7.7229     81.28%
52744.98/2661.19	c      2661          17009       13226        20          14.0000           7.7262     81.20%
52845.21/2666.26	c      2666          17066       13273        20          14.0000           7.7279     81.16%
52944.32/2671.27	c      2671          17110       13305        20          14.0000           7.7279     81.16%
53045.33/2676.35	c      2676          17163       13348        20          14.0000           7.7289     81.14%
53146.42/2681.41	c      2681          17214       13395        20          14.0000           7.7289     81.14%
53245.61/2686.44	c      2686          17253       13432        20          14.0000           7.7295     81.12%
53346.76/2691.50	c      2692          17301       13476        20          14.0000           7.7318     81.07%
53445.93/2696.56	c      2697          17339       13500        20          14.0000           7.7321     81.06%
53547.10/2701.61	c      2702          17381       13538        20          14.0000           7.7321     81.06%
53646.23/2706.64	c      2707          17439       13580        20          14.0000           7.7321     81.06%
53745.19/2711.67	c      2712          17470       13609        20          14.0000           7.7322     81.06%
53846.24/2716.71	c      2717          17525       13660        20          14.0000           7.7349     81.00%
53945.41/2721.72	c      2722          17567       13698        20          14.0000           7.7353     80.99%
54046.45/2726.84	c      2727          17620       13737        20          14.0000           7.7360     80.97%
54145.51/2731.86	c      2732          17667       13770        20          14.0000           7.7366     80.96%
54246.63/2736.94	c      2737          17723       13816        20          14.0000           7.7366     80.96%
54345.81/2742.01	c      2742          17768       13853        20          14.0000           7.7366     80.96%
54447.71/2747.07	c      2747          17818       13897        20          14.0000           7.7366     80.96%
54546.76/2752.12	c      2752          17870       13941        20          14.0000           7.7401     80.88%
54648.15/2757.17	c      2757          17908       13973        20          14.0000           7.7401     80.88%
54748.36/2762.22	c      2762          17958       14015        20          14.0000           7.7401     80.88%
54847.47/2767.24	c      2767          18010       14059        20          14.0000           7.7404     80.87%
54948.64/2772.31	c      2772          18066       14105        20          14.0000           7.7404     80.87%
55049.80/2777.43	c      2777          18128       14151        20          14.0000           7.7404     80.87%
55148.97/2782.48	c      2782          18172       14181        20          14.0000           7.7426     80.82%
55248.14/2787.49	c      2787          18225       14222        20          14.0000           7.7449     80.77%
55349.28/2792.50	c      2792          18282       14265        20          14.0000           7.7449     80.77%
55450.43/2797.63	c      2798          18344       14315        20          14.0000           7.7449     80.77%
55549.32/2802.68	c      2803          18399       14362        20          14.0000           7.7455     80.75%
55650.38/2807.73	c      2808          18440       14391        20          14.0000           7.7455     80.75%
55749.45/2812.77	c      2813          18491       14442        20          14.0000           7.7456     80.75%
55850.39/2817.83	c      2818          18544       14481        20          14.0000           7.7456     80.75%
55949.55/2822.84	c      2823          18598       14529        20          14.0000           7.7456     80.75%
56050.69/2827.94	c      2828          18668       14593        20          14.0000           7.7466     80.72%
56149.88/2832.99	c      2833          18712       14631        20          14.0000           7.7466     80.72%
56249.04/2838.04	c      2838          18766       14679        20          14.0000           7.7466     80.72%
56350.92/2843.09	c      2843          18807       14716        20          14.0000           7.7471     80.71%
56450.24/2848.14	c      2848          18850       14757        20          14.0000           7.7486     80.68%
56551.19/2853.19	c      2853          18903       14800        20          14.0000           7.7486     80.68%
56651.48/2858.23	c      2858          18950       14835        20          14.0000           7.7492     80.66%
56750.58/2863.28	c      2863          19000       14867        20          14.0000           7.7498     80.65%
56851.74/2868.31	c      2868          19050       14905        20          14.0000           7.7498     80.65%
56950.91/2873.38	c      2873          19111       14954        20          14.0000           7.7498     80.65%
57052.01/2878.43	c      2878          19154       14991        20          14.0000           7.7514     80.61%
57151.08/2883.48	c      2883          19208       15039        20          14.0000           7.7517     80.60%
57252.23/2888.53	c      2889          19261       15080        20          14.0000           7.7518     80.60%
57351.25/2893.54	c      2894          19300       15119        20          14.0000           7.7520     80.60%
57450.43/2898.58	c      2899          19346       15155        20          14.0000           7.7520     80.60%
57551.59/2903.70	c      2904          19401       15202        20          14.0000           7.7520     80.60%
57652.74/2908.75	c      2909          19445       15240        20          14.0000           7.7520     80.60%
57751.91/2913.80	c      2914          19503       15286        20          14.0000           7.7520     80.60%
57853.19/2918.84	c      2919          19567       15340        20          14.0000           7.7520     80.60%
57952.25/2923.85	c      2924          19609       15372        20          14.0000           7.7554     80.52%
58053.36/2928.95	c      2929          19663       15412        20          14.0000           7.7554     80.52%
58152.53/2934.00	c      2934          19721       15454        20          14.0000           7.7563     80.50%
58254.30/2939.04	c      2939          19770       15493        20          14.0000           7.7611     80.39%
58353.41/2944.08	c      2944          19810       15523        20          14.0000           7.7611     80.39%
58454.77/2949.15	c      2949          19865       15574        20          14.0000           7.7611     80.39%
58554.98/2954.21	c      2954          19922       15623        20          14.0000           7.7611     80.39%
58654.16/2959.24	c      2959          19967       15664        20          14.0000           7.7611     80.39%
58755.32/2964.33	c      2964          20011       15706        20          14.0000           7.7611     80.39%
58854.50/2969.38	c      2969          20067       15754        20          14.0000           7.7611     80.39%
58955.59/2974.43	c      2974          20110       15787        20          14.0000           7.7637     80.33%
59054.77/2979.48	c      2979          20163       15832        20          14.0000           7.7637     80.33%
59155.92/2984.50	c      2984          20210       15875        20          14.0000           7.7638     80.32%
59255.12/2989.58	c      2990          20258       15913        20          14.0000           7.7638     80.32%
59356.22/2994.60	c      2995          20304       15949        20          14.0000           7.7638     80.32%
59455.35/2999.67	c      3000          20362       15997        20          14.0000           7.7638     80.32%
59556.52/3004.73	c      3005          20421       16044        20          14.0000           7.7638     80.32%
59655.68/3009.79	c      3010          20471       16088        20          14.0000           7.7638     80.32%
59756.74/3014.83	c      3015          20525       16128        20          14.0000           7.7638     80.32%
59855.79/3019.87	c      3020          20590       16181        20          14.0000           7.7638     80.32%
59956.96/3024.93	c      3025          20650       16225        20          14.0000           7.7638     80.32%
60055.88/3029.95	c      3030          20715       16276        20          14.0000           7.7638     80.32%
60154.94/3035.03	c      3035          20779       16316        20          14.0000           7.7638     80.32%
60256.68/3040.06	c      3040          20836       16359        20          14.0000           7.7638     80.32%
60355.67/3045.10	c      3045          20890       16399        20          14.0000           7.7645     80.31%
60454.58/3050.13	c      3050          20941       16434        20          14.0000           7.7645     80.31%
60555.77/3055.15	c      3055          20999       16476        20          14.0000           7.7645     80.31%
60656.20/3060.22	c      3060          21051       16522        20          14.0000           7.7645     80.31%
60757.36/3065.34	c      3065          21101       16560        20          14.0000           7.7645     80.31%
60856.54/3070.40	c      3070          21148       16605        20          14.0000           7.7645     80.31%
60957.71/3075.42	c      3075          21193       16636        20          14.0000           7.7645     80.31%
61056.89/3080.45	c      3080          21258       16681        20          14.0000           7.7645     80.31%
61157.99/3085.56	c      3086          21301       16720        20          14.0000           7.7645     80.31%
61259.14/3090.61	c      3091          21368       16771        20          14.0000           7.7645     80.31%
61358.31/3095.63	c      3096          21425       16818        20          14.0000           7.7645     80.31%
61457.43/3100.68	c      3101          21480       16863        20          14.0000           7.7661     80.27%
61558.60/3105.76	c      3106          21523       16900        20          14.0000           7.7661     80.27%
61657.54/3110.79	c      3111          21590       16953        20          14.0000           7.7661     80.27%
61758.61/3115.86	c      3116          21636       16999        20          14.0000           7.7661     80.27%
61859.76/3120.91	c      3121          21705       17052        20          14.0000           7.7661     80.27%
61958.93/3125.96	c      3126          21747       17084        20          14.0000           7.7661     80.27%
62058.10/3131.01	c      3131          21808       17125        20          14.0000           7.7664     80.26%
62157.25/3136.02	c      3136          21869       17174        20          14.0000           7.7664     80.26%
62259.07/3141.04	c      3141          21916       17213        20          14.0000           7.7678     80.23%
62358.19/3146.07	c      3146          21980       17259        20          14.0000           7.7691     80.20%
62457.25/3151.08	c      3151          22016       17293        20          14.0000           7.7694     80.19%
62558.49/3156.17	c      3156          22057       17324        20          14.0000           7.7694     80.19%
62657.66/3161.18	c      3161          22131       17382        20          14.0000           7.7694     80.19%
62759.99/3166.36	c      3166          22173       17416        20          14.0000           7.7694     80.19%
62861.13/3171.41	c      3171          22236       17463        20          14.0000           7.7694     80.19%
62960.31/3176.46	c      3176          22299       17508        20          14.0000           7.7694     80.19%
63061.43/3181.52	c      3182          22346       17543        20          14.0000           7.7694     80.19%
63160.60/3186.56	c      3187          22410       17591        20          14.0000           7.7694     80.19%
63261.74/3191.62	c      3192          22477       17630        20          14.0000           7.7694     80.19%
63360.90/3196.68	c      3197          22538       17683        20          14.0000           7.7701     80.18%
63461.99/3201.73	c      3202          22577       17706        20          14.0000           7.7708     80.16%
63561.16/3206.79	c      3207          22626       17747        20          14.0000           7.7710     80.16%
63662.31/3211.83	c      3212          22685       17796        20          14.0000           7.7710     80.16%
63761.47/3216.88	c      3217          22738       17835        20          14.0000           7.7710     80.16%
63862.62/3221.90	c      3222          22782       17869        20          14.0000           7.7710     80.16%
63961.77/3226.96	c      3227          22836       17899        20          14.0000           7.7710     80.16%
64060.86/3232.03	c      3232          22879       17930        20          14.0000           7.7710     80.16%
64162.60/3237.04	c      3237          22943       17976        20          14.0000           7.7720     80.13%
64261.58/3242.12	c      3242          23005       18020        20          14.0000           7.7720     80.13%
64362.83/3247.18	c      3247          23043       18052        20          14.0000           7.7757     80.05%
64463.01/3252.20	c      3252          23089       18088        20          14.0000           7.7780     80.00%
64562.18/3257.28	c      3257          23143       18134        20          14.0000           7.7780     80.00%
64663.32/3262.33	c      3262          23206       18183        20          14.0000           7.7780     80.00%
64762.50/3267.39	c      3267          23269       18228        20          14.0000           7.7780     80.00%
64861.67/3272.39	c      3272          23325       18276        20          14.0000           7.7780     80.00%
64962.83/3277.48	c      3277          23389       18320        20          14.0000           7.7780     80.00%
65064.00/3282.51	c      3283          23437       18358        20          14.0000           7.7796     79.96%
65163.17/3287.53	c      3288          23500       18407        20          14.0000           7.7796     79.96%
65262.36/3292.54	c      3293          23567       18462        20          14.0000           7.7796     79.96%
65361.53/3297.59	c      3298          23610       18491        20          14.0000           7.7796     79.96%
65464.63/3302.73	c      3303          23673       18540        20          14.0000           7.7796     79.96%
65563.81/3307.78	c      3308          23739       18600        20          14.0000           7.7827     79.89%
65664.96/3312.83	c      3313          23785       18634        20          14.0000           7.7828     79.88%
65764.14/3317.88	c      3318          23838       18683        20          14.0000           7.7828     79.88%
65865.30/3322.92	c      3323          23893       18734        20          14.0000           7.7828     79.88%
65964.47/3327.95	c      3328          23939       18768        20          14.0000           7.7828     79.88%
66063.64/3332.96	c      3333          23995       18802        20          14.0000           7.7831     79.88%
66162.80/3338.01	c      3338          24055       18850        20          14.0000           7.7832     79.88%
66264.62/3343.05	c      3343          24116       18901        20          14.0000           7.7835     79.87%
66365.55/3348.18	c      3348          24177       18952        20          14.0000           7.7835     79.87%
66465.95/3353.24	c      3353          24238       19009        20          14.0000           7.7835     79.87%
66564.99/3358.29	c      3358          24307       19066        20          14.0000           7.7847     79.84%
66665.97/3363.34	c      3363          24351       19098        20          14.0000           7.7847     79.84%
66765.14/3368.37	c      3368          24420       19147        20          14.0000           7.7847     79.84%
66864.37/3373.40	c      3373          24475       19184        20          14.0000           7.7847     79.84%
66965.48/3378.49	c      3378          24523       19226        20          14.0000           7.7864     79.80%
67066.60/3383.54	c      3384          24581       19272        20          14.0000           7.7875     79.77%
67165.61/3388.59	c      3389          24642       19327        20          14.0000           7.7875     79.77%
67266.70/3393.64	c      3394          24691       19364        20          14.0000           7.7875     79.77%
67365.80/3398.70	c      3399          24740       19405        20          14.0000           7.7875     79.77%
67466.95/3403.75	c      3404          24799       19450        20          14.0000           7.7879     79.77%
67566.07/3408.80	c      3409          24876       19509        20          14.0000           7.7879     79.77%
67667.23/3413.85	c      3414          24928       19553        20          14.0000           7.7879     79.77%
67766.39/3418.86	c      3419          25001       19602        20          14.0000           7.7879     79.77%
67865.12/3423.87	c      3424          25066       19653        20          14.0000           7.7879     79.77%
67966.16/3428.95	c      3429          25114       19699        20          14.0000           7.7879     79.77%
68065.30/3433.96	c      3434          25164       19745        20          14.0000           7.7879     79.77%
68164.38/3438.97	c      3439          25230       19795        20          14.0000           7.7888     79.74%
68268.07/3444.16	c      3444          25282       19833        20          14.0000           7.7888     79.74%
68368.51/3449.22	c      3449          25342       19869        20          14.0000           7.7888     79.74%
68467.66/3454.25	c      3454          25388       19905        20          14.0000           7.7897     79.72%
68566.76/3459.30	c      3459          23589       18991        20          14.0000           7.7898     79.72%
68667.92/3464.37	c      3464          25497       19990        20          14.0000           7.7910     79.69%
68767.00/3469.38	c      3469          25578       20049        20          14.0000           7.7910     79.69%
68868.12/3474.48	c      3474          25628       20087        20          14.0000           7.7910     79.69%
68969.28/3479.53	c      3480          25670       20117        20          14.0000           7.7919     79.67%
69068.45/3484.57	c      3485          25717       20154        20          14.0000           7.7919     79.67%
69169.59/3489.62	c      3490          25790       20199        20          14.0000           7.7926     79.66%
69268.71/3494.63	c      3495          25836       20237        20          14.0000           7.7926     79.66%
69368.04/3499.68	c      3500          25891       20284        20          14.0000           7.7926     79.66%
69469.02/3504.74	c      3505          25937       20324        20          14.0000           7.7939     79.63%
69570.12/3509.83	c      3510          25998       20367        20          14.0000           7.7939     79.63%
69669.29/3514.88	c      3515          26043       20406        20          14.0000           7.7940     79.63%
69770.44/3519.93	c      3520          26109       20450        20          14.0000           7.7940     79.63%
69869.48/3524.98	c      3525          26175       20500        20          14.0000           7.7940     79.63%
69968.62/3530.03	c      3530          24363       19569        20          14.0000           7.7943     79.62%
70070.47/3535.04	c      3535          24419       19621        20          14.0000           7.7943     79.62%
70169.43/3540.13	c      3540          24469       19657        20          14.0000           7.7949     79.60%
70270.40/3545.16	c      3545          24524       19702        20          14.0000           7.7949     79.60%
70370.77/3550.23	c      3550          24579       19745        20          14.0000           7.7984     79.53%
70469.95/3555.26	c      3555          24622       19782        20          14.0000           7.7984     79.53%
70569.11/3560.27	c      3560          24691       19839        20          14.0000           7.7984     79.53%
70670.09/3565.33	c      3565          24741       19869        20          14.0000           7.7984     79.53%
70771.25/3570.41	c      3570          24807       19915        20          14.0000           7.7984     79.53%
70870.41/3575.48	c      3575          24873       19959        20          14.0000           7.7984     79.53%
70969.55/3580.50	c      3580          24943       20023        20          14.0000           7.7984     79.53%
71070.56/3585.58	c      3586          24995       20065        20          14.0000           7.7993     79.50%
71171.72/3590.63	c      3591          25053       20113        20          14.0000           7.7993     79.50%
71271.03/3595.69	c      3596          25109       20159        20          14.0000           7.8005     79.48%
71371.99/3600.70	c      3601          25173       20217        20          14.0000           7.8005     79.48%
71471.14/3605.74	c      3606          25237       20263        20          14.0000           7.8005     79.48%
71572.30/3610.84	c      3611          25283       20297        20          14.0000           7.8015     79.45%
71671.50/3615.85	c      3616          25341       20337        20          14.0000           7.8015     79.45%
71770.57/3620.86	c      3621          25394       20384        20          14.0000           7.8015     79.45%
71869.73/3625.87	c      3626          25438       20418        20          14.0000           7.8015     79.45%
71969.00/3630.91	c      3631          25497       20463        20          14.0000           7.8015     79.45%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (152584 MiB free)
  memory of node 1: 193531 MiB (162294 MiB free)
  memory of node 2: 193531 MiB (176888 MiB free)
  memory of node 3: 193531 MiB (165490 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-4468109-1723228472/watcher-4468109-1723228472 -o /tmp/evaluation-result-4468109-1723228472/solver-4468109-1723228472 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723224822-536702 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468109-1723228472.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=540273, runsolver pid=540270
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 81.63 80.83 79.49 62/985 540274
/proc/meminfo: memFree=672950360/790760804 swapFree=131071996/131071996
[pid=540273] ppid=540270 vsize=118468 memory=108236 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/stat : 540273 (fscip) R 540270 540273 536690 0 -1 4194304 25206 0 0 0 8 3 0 0 20 0 1 0 89429787 121311232 27059 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
/proc/540273/statm: 29617 27059 2587 3035 0 26013 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 118468 KiB
Current children cumulated memory: 108236 KiB

[startup+0.220333 s]*
/proc/loadavg: 81.63 80.83 79.49 62/985 540274
/proc/meminfo: memFree=672885844/790760804 swapFree=131071996/131071996
[pid=540273] ppid=540270 vsize=171564 memory=156372 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/stat : 540273 (fscip) R 540270 540273 536690 0 -1 4194304 37239 0 0 0 19 4 0 0 20 0 1 0 89429787 175681536 39093 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
/proc/540273/statm: 42891 39093 2630 3035 0 39287 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 171564 KiB
Current children cumulated memory: 156372 KiB

[startup+0.320741 s]*
/proc/loadavg: 81.63 80.83 79.49 62/985 540274
/proc/meminfo: memFree=672884332/790760804 swapFree=131071996/131071996
[pid=540273] ppid=540270 vsize=171656 memory=156756 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/stat : 540273 (fscip) R 540270 540273 536690 0 -1 4194304 37561 0 0 0 28 4 0 0 20 0 1 0 89429787 175775744 39189 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
/proc/540273/statm: 42914 39189 2646 3035 0 39310 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 171656 KiB
Current children cumulated memory: 156756 KiB

[startup+0.701321 s]
/proc/loadavg: 81.63 80.83 79.49 78/1025 540314
/proc/meminfo: memFree=672549792/790760804 swapFree=131071996/131071996
[pid=540273] ppid=540270 vsize=1813740 memory=688128 CPUtime=4.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/stat : 540273 (fscip) S 540270 540273 536690 0 -1 1077936128 174677 0 0 0 357 56 0 0 20 0 41 0 89429787 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
/proc/540273/statm: 453435 172032 2934 3035 0 261124 0
[pid=540273/tid=540275] ppid=540270 vsize=1813740 memory=16204 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540275/stat : 540275 (fscip) R 540270 540273 536690 0 -1 4194368 6775 0 0 0 14 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540276] ppid=540270 vsize=1813740 memory=5472 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540276/stat : 540276 (fscip) R 540270 540273 536690 0 -1 4194368 6929 0 0 0 15 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540277] ppid=540270 vsize=1813740 memory=11528 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540277/stat : 540277 (fscip) R 540270 540273 536690 0 -1 4194368 6839 0 0 0 15 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540278] ppid=540270 vsize=1813740 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540278/stat : 540278 (fscip) R 540270 540273 536690 0 -1 4194368 6726 0 0 0 17 1 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540279] ppid=540270 vsize=1813740 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540279/stat : 540279 (fscip) R 540270 540273 536690 0 -1 4194368 6829 0 0 0 17 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540280] ppid=540270 vsize=1813740 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540280/stat : 540280 (fscip) R 540270 540273 536690 0 -1 4194368 6845 0 0 0 17 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540281] ppid=540270 vsize=1813740 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540281/stat : 540281 (fscip) R 540270 540273 536690 0 -1 4194368 6738 0 0 0 17 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540282] ppid=540270 vsize=1813740 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540282/stat : 540282 (fscip) R 540270 540273 536690 0 -1 4194368 6882 0 0 0 14 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540283] ppid=540270 vsize=1813740 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540283/stat : 540283 (fscip) R 540270 540273 536690 0 -1 4194368 6969 0 0 0 16 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540284] ppid=540270 vsize=1813740 memory=2268 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540284/stat : 540284 (fscip) R 540270 540273 536690 0 -1 4194368 6726 0 0 0 15 3 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540285] ppid=540270 vsize=1813740 memory=6120 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540285/stat : 540285 (fscip) R 540270 540273 536690 0 -1 4194368 6819 0 0 0 14 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540286] ppid=540270 vsize=1813740 memory=1848 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540286/stat : 540286 (fscip) R 540270 540273 536690 0 -1 4194368 6891 0 0 0 16 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540287] ppid=540270 vsize=1813740 memory=38604 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540287/stat : 540287 (fscip) R 540270 540273 536690 0 -1 4194368 6742 0 0 0 16 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540288] ppid=540270 vsize=1813740 memory=33100 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540288/stat : 540288 (fscip) R 540270 540273 536690 0 -1 4194368 6804 0 0 0 16 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540289] ppid=540270 vsize=1813740 memory=2244 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540289/stat : 540289 (fscip) R 540270 540273 536690 0 -1 4194368 6915 0 0 0 15 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540290] ppid=540270 vsize=1813740 memory=19936 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540290/stat : 540290 (fscip) R 540270 540273 536690 0 -1 4194368 6735 0 0 0 16 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540291] ppid=540270 vsize=1813740 memory=104 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540291/stat : 540291 (fscip) R 540270 540273 536690 0 -1 4194368 6883 0 0 0 17 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540292] ppid=540270 vsize=1813740 memory=2004 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540292/stat : 540292 (fscip) R 540270 540273 536690 0 -1 4194368 6760 0 0 0 17 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540293] ppid=540270 vsize=1813740 memory=52404 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540293/stat : 540293 (fscip) R 540270 540273 536690 0 -1 4194368 6731 0 0 0 16 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540294] ppid=540270 vsize=1813740 memory=28748 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540294/stat : 540294 (fscip) R 540270 540273 536690 0 -1 4194368 6765 0 0 0 16 2 0 0 20 0 41 0 89429822 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540295] ppid=540270 vsize=1813740 memory=7384 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540295/stat : 540295 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540296] ppid=540270 vsize=1813740 memory=30888 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540296/stat : 540296 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540297] ppid=540270 vsize=1813740 memory=27932 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540297/stat : 540297 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540298] ppid=540270 vsize=1813740 memory=3760 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540298/stat : 540298 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540299] ppid=540270 vsize=1813740 memory=3783917011037402742 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540299/stat : 540299 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540300] ppid=540270 vsize=1813740 memory=140686351404880 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540300/stat : 540300 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540301] ppid=540270 vsize=1813740 memory=140686351714752 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540301/stat : 540301 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540302] ppid=540270 vsize=1813740 memory=140686351714896 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540302/stat : 540302 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540303] ppid=540270 vsize=1813740 memory=140686351712128 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540303/stat : 540303 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540304] ppid=540270 vsize=1813740 memory=140686351715136 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540304/stat : 540304 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540305] ppid=540270 vsize=1813740 memory=140686351715280 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540305/stat : 540305 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540306] ppid=540270 vsize=1813740 memory=140686351714720 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540306/stat : 540306 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540307] ppid=540270 vsize=1813740 memory=140686351715520 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540307/stat : 540307 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540308] ppid=540270 vsize=1813740 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540308/stat : 540308 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540309] ppid=540270 vsize=1813740 memory=3054156605651173440 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540309/stat : 540309 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540310] ppid=540270 vsize=1813740 memory=-7898032308228404076 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540310/stat : 540310 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540311] ppid=540270 vsize=1813740 memory=-8325000837725967957 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540311/stat : 540311 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540312] ppid=540270 vsize=1813740 memory=-7819220407477041013 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540312/stat : 540312 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540313] ppid=540270 vsize=1813740 memory=-8325000837725837142 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540313/stat : 540313 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540314] ppid=540270 vsize=1813740 memory=4132771212810548115 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540314/stat : 540314 (fscip) S 540270 540273 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89429832 1857269760 172032 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 1813740 KiB
Current children cumulated memory: 688128 KiB

[startup+1.50133 s]
/proc/loadavg: 81.74 80.86 79.51 82/1025 540314
/proc/meminfo: memFree=672326196/790760804 swapFree=131071996/131071996
[pid=540273] ppid=540270 vsize=1842592 memory=737228 CPUtime=20 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/stat : 540273 (fscip) S 540270 540273 536690 0 -1 1077936128 187004 0 0 0 1942 58 0 0 20 0 41 0 89429787 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
/proc/540273/statm: 460648 184307 2934 3035 0 277240 0
[pid=540273/tid=540275] ppid=540270 vsize=1842592 memory=11528 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540275/stat : 540275 (fscip) R 540270 540273 536690 0 -1 4194368 7630 0 0 0 93 3 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540276] ppid=540270 vsize=1842592 memory=16204 CPUtime=0.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540276/stat : 540276 (fscip) R 540270 540273 536690 0 -1 4194368 7470 0 0 0 92 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540277] ppid=540270 vsize=1842592 memory=5472 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540277/stat : 540277 (fscip) R 540270 540273 536690 0 -1 4194368 7623 0 0 0 94 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540278] ppid=540270 vsize=1842592 memory=0 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540278/stat : 540278 (fscip) R 540270 540273 536690 0 -1 4194368 7351 0 0 0 96 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540279] ppid=540270 vsize=1842592 memory=666388 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540279/stat : 540279 (fscip) R 540270 540273 536690 0 -1 4194368 7290 0 0 0 96 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540280] ppid=540270 vsize=1842592 memory=2268 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540280/stat : 540280 (fscip) R 540270 540273 536690 0 -1 4194368 7585 0 0 0 96 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540281] ppid=540270 vsize=1842592 memory=6120 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540281/stat : 540281 (fscip) R 540270 540273 536690 0 -1 4194368 7488 0 0 0 96 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540282] ppid=540270 vsize=1842592 memory=1848 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540282/stat : 540282 (fscip) R 540270 540273 536690 0 -1 4194368 7345 0 0 0 94 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540283] ppid=540270 vsize=1842592 memory=38604 CPUtime=0.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540283/stat : 540283 (fscip) R 540270 540273 536690 0 -1 4194368 7310 0 0 0 95 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540284] ppid=540270 vsize=1842592 memory=33100 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540284/stat : 540284 (fscip) R 540270 540273 536690 0 -1 4194368 7469 0 0 0 95 3 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540285] ppid=540270 vsize=1842592 memory=2244 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540285/stat : 540285 (fscip) R 540270 540273 536690 0 -1 4194368 7210 0 0 0 94 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540286] ppid=540270 vsize=1842592 memory=19936 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540286/stat : 540286 (fscip) R 540270 540273 536690 0 -1 4194368 7213 0 0 0 96 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540287] ppid=540270 vsize=1842592 memory=104 CPUtime=0.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540287/stat : 540287 (fscip) R 540270 540273 536690 0 -1 4194368 7491 0 0 0 96 3 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540288] ppid=540270 vsize=1842592 memory=281372703489216 CPUtime=0.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540288/stat : 540288 (fscip) R 540270 540273 536690 0 -1 4194368 7502 0 0 0 95 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540289] ppid=540270 vsize=1842592 memory=0 CPUtime=0.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540289/stat : 540289 (fscip) R 540270 540273 536690 0 -1 4194368 7458 0 0 0 94 3 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540290] ppid=540270 vsize=1842592 memory=0 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540290/stat : 540290 (fscip) R 540270 540273 536690 0 -1 4194368 7484 0 0 0 96 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540291] ppid=540270 vsize=1842592 memory=0 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540291/stat : 540291 (fscip) R 540270 540273 536690 0 -1 4194368 7414 0 0 0 96 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540292] ppid=540270 vsize=1842592 memory=-6226345688849103724 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540292/stat : 540292 (fscip) R 540270 540273 536690 0 -1 4194368 7343 0 0 0 96 2 0 0 20 0 41 0 89429822 1886814208 184307 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0

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

/proc/540273/task/540294/stat : 540294 (fscip) R 540270 540273 536690 0 -1 4194368 973247 0 0 0 355186 117 0 0 20 0 41 0 89429822 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540295] ppid=540270 vsize=7610176 memory=10556 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540295/stat : 540295 (fscip) S 540270 540273 536690 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540296] ppid=540270 vsize=7610176 memory=5472 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540296/stat : 540296 (fscip) S 540270 540273 536690 0 -1 1077936192 126 0 0 0 2 1 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540297] ppid=540270 vsize=7610176 memory=33844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540297/stat : 540297 (fscip) S 540270 540273 536690 0 -1 1077936192 65 0 0 0 0 2 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540298] ppid=540270 vsize=7610176 memory=11536 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540298/stat : 540298 (fscip) S 540270 540273 536690 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540299] ppid=540270 vsize=7610176 memory=6477412 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540299/stat : 540299 (fscip) S 540270 540273 536690 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540300] ppid=540270 vsize=7610176 memory=6483440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540300/stat : 540300 (fscip) S 540270 540273 536690 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540301] ppid=540270 vsize=7610176 memory=281372705580096 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540301/stat : 540301 (fscip) S 540270 540273 536690 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540302] ppid=540270 vsize=7610176 memory=6944656592455359580 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540302/stat : 540302 (fscip) S 540270 540273 536690 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540303] ppid=540270 vsize=7610176 memory=8323350987516068516 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540303/stat : 540303 (fscip) S 540270 540273 536690 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540304] ppid=540270 vsize=7610176 memory=11536 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540304/stat : 540304 (fscip) S 540270 540273 536690 0 -1 1077936192 128 0 0 0 0 3 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540305] ppid=540270 vsize=7610176 memory=32816 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540305/stat : 540305 (fscip) S 540270 540273 536690 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540306] ppid=540270 vsize=7610176 memory=7140 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540306/stat : 540306 (fscip) S 540270 540273 536690 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540307] ppid=540270 vsize=7610176 memory=6120 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540307/stat : 540307 (fscip) S 540270 540273 536690 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540308] ppid=540270 vsize=7610176 memory=1848 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540308/stat : 540308 (fscip) S 540270 540273 536690 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540309] ppid=540270 vsize=7610176 memory=5472 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540309/stat : 540309 (fscip) S 540270 540273 536690 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540310] ppid=540270 vsize=7610176 memory=16204 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540310/stat : 540310 (fscip) S 540270 540273 536690 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540311] ppid=540270 vsize=7610176 memory=2268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540311/stat : 540311 (fscip) S 540270 540273 536690 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540312] ppid=540270 vsize=7610176 memory=6120 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540312/stat : 540312 (fscip) S 540270 540273 536690 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540313] ppid=540270 vsize=7610176 memory=6483868 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540313/stat : 540313 (fscip) S 540270 540273 536690 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540314] ppid=540270 vsize=7610176 memory=5472 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540314/stat : 540314 (fscip) S 540270 540273 536690 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1620967 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
Current children cumulated CPU time: 71007.2 s
Current children cumulated vsize: 7610176 KiB
Current children cumulated memory: 6483868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.4 s]
/proc/loadavg: 80.53 80.48 80.55 81/1024 542922
/proc/meminfo: memFree=689970972/790760804 swapFree=131071996/131071996
[pid=540273] ppid=540270 vsize=7610176 memory=6495448 CPUtime=72000.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/stat : 540273 (fscip) S 540270 540273 536690 0 -1 1077936128 23311451 0 0 0 7188807 11255 0 0 20 0 41 0 89429787 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
/proc/540273/statm: 1902544 1623862 3014 3035 0 1729040 0
[pid=540273/tid=540275] ppid=540270 vsize=7610176 memory=7032 CPUtime=3603.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540275/stat : 540275 (fscip) R 540270 540273 536690 0 -1 4194368 1775604 0 0 0 360170 218 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540276] ppid=540270 vsize=7610176 memory=28112 CPUtime=3599.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540276/stat : 540276 (fscip) R 540270 540273 536690 0 -1 4194368 1022461 0 0 0 359862 123 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540277] ppid=540270 vsize=7610176 memory=25333125866717268 CPUtime=3600.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540277/stat : 540277 (fscip) R 540270 540273 536690 0 -1 4194368 644090 0 0 0 358505 1501 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540278] ppid=540270 vsize=7610176 memory=0 CPUtime=3597.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540278/stat : 540278 (fscip) R 540270 540273 536690 0 -1 4194368 1713188 0 0 0 359506 210 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540279] ppid=540270 vsize=7610176 memory=6720659961048743528 CPUtime=3598.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540279/stat : 540279 (fscip) R 540270 540273 536690 0 -1 4194368 1012080 0 0 0 359742 124 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540280] ppid=540270 vsize=7610176 memory=6494272 CPUtime=3595.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540280/stat : 540280 (fscip) R 540270 540273 536690 0 -1 4194368 690490 0 0 0 358088 1491 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540281] ppid=540270 vsize=7610176 memory=8284 CPUtime=3595.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540281/stat : 540281 (fscip) R 540270 540273 536690 0 -1 4194368 1792333 0 0 0 359361 213 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540282] ppid=540270 vsize=7610176 memory=6120 CPUtime=3599.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540282/stat : 540282 (fscip) R 540270 540273 536690 0 -1 4194368 986456 0 0 0 359780 124 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540283] ppid=540270 vsize=7610176 memory=1848 CPUtime=3599.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540283/stat : 540283 (fscip) R 540270 540273 536690 0 -1 4194368 657097 0 0 0 358426 1495 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540284] ppid=540270 vsize=7610176 memory=38604 CPUtime=3600.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540284/stat : 540284 (fscip) R 540270 540273 536690 0 -1 4194368 1677737 0 0 0 359856 201 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540285] ppid=540270 vsize=7610176 memory=33100 CPUtime=3600.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540285/stat : 540285 (fscip) R 540270 540273 536690 0 -1 4194368 978301 0 0 0 359895 117 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540286] ppid=540270 vsize=7610176 memory=2244 CPUtime=3598.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540286/stat : 540286 (fscip) R 540270 540273 536690 0 -1 4194368 658249 0 0 0 358564 1325 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540287] ppid=540270 vsize=7610176 memory=6495448 CPUtime=3597.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540287/stat : 540287 (fscip) R 540270 540273 536690 0 -1 4194368 1783607 0 0 0 359507 218 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540288] ppid=540270 vsize=7610176 memory=2744 CPUtime=3601.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540288/stat : 540288 (fscip) R 540270 540273 536690 0 -1 4194368 995511 0 0 0 360049 124 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540289] ppid=540270 vsize=7610176 memory=6772 CPUtime=3601.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540289/stat : 540289 (fscip) R 540270 540273 536690 0 -1 4194368 769683 0 0 0 358606 1564 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540290] ppid=540270 vsize=7610176 memory=8205276 CPUtime=3602.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540290/stat : 540290 (fscip) R 540270 540273 536690 0 -1 4194368 1735114 0 0 0 360025 203 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540291] ppid=540270 vsize=7610176 memory=0 CPUtime=3599.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540291/stat : 540291 (fscip) R 540270 540273 536690 0 -1 4194368 1010722 0 0 0 359821 130 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540292] ppid=540270 vsize=7610176 memory=30399726987509844 CPUtime=3600.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540292/stat : 540292 (fscip) R 540270 540273 536690 0 -1 4194368 682998 0 0 0 358603 1468 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540293] ppid=540270 vsize=7610176 memory=5891412 CPUtime=3603.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540293/stat : 540293 (fscip) R 540270 540273 536690 0 -1 4194368 1705145 0 0 0 360100 209 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540294] ppid=540270 vsize=7610176 memory=0 CPUtime=3602.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540294/stat : 540294 (fscip) R 540270 540273 536690 0 -1 4194368 978433 0 0 0 360161 118 0 0 20 0 41 0 89429822 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540295] ppid=540270 vsize=7610176 memory=8585047325490498 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540295/stat : 540295 (fscip) S 540270 540273 536690 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540296] ppid=540270 vsize=7610176 memory=31324 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540296/stat : 540296 (fscip) S 540270 540273 536690 0 -1 1077936192 126 0 0 0 2 1 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540297] ppid=540270 vsize=7610176 memory=10556 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540297/stat : 540297 (fscip) S 540270 540273 536690 0 -1 1077936192 65 0 0 0 0 2 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540298] ppid=540270 vsize=7610176 memory=5472 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540298/stat : 540298 (fscip) S 540270 540273 536690 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540299] ppid=540270 vsize=7610176 memory=16204 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540299/stat : 540299 (fscip) S 540270 540273 536690 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540300] ppid=540270 vsize=7610176 memory=2268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540300/stat : 540300 (fscip) S 540270 540273 536690 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540301] ppid=540270 vsize=7610176 memory=6495448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540301/stat : 540301 (fscip) S 540270 540273 536690 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540302] ppid=540270 vsize=7610176 memory=2744 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540302/stat : 540302 (fscip) S 540270 540273 536690 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540303] ppid=540270 vsize=7610176 memory=6856 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540303/stat : 540303 (fscip) S 540270 540273 536690 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540304] ppid=540270 vsize=7610176 memory=9566384 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540304/stat : 540304 (fscip) S 540270 540273 536690 0 -1 1077936192 128 0 0 0 0 3 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540305] ppid=540270 vsize=7610176 memory=2744 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540305/stat : 540305 (fscip) S 540270 540273 536690 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540306] ppid=540270 vsize=7610176 memory=6772 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540306/stat : 540306 (fscip) S 540270 540273 536690 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540307] ppid=540270 vsize=7610176 memory=8205588 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540307/stat : 540307 (fscip) S 540270 540273 536690 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540308] ppid=540270 vsize=7610176 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540308/stat : 540308 (fscip) S 540270 540273 536690 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540309] ppid=540270 vsize=7610176 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540309/stat : 540309 (fscip) S 540270 540273 536690 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540310] ppid=540270 vsize=7610176 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540310/stat : 540310 (fscip) S 540270 540273 536690 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540311] ppid=540270 vsize=7610176 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540311/stat : 540311 (fscip) S 540270 540273 536690 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540312] ppid=540270 vsize=7610176 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540312/stat : 540312 (fscip) S 540270 540273 536690 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540313] ppid=540270 vsize=7610176 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540313/stat : 540313 (fscip) S 540270 540273 536690 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
[pid=540273/tid=540314] ppid=540270 vsize=7610176 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/540273/task/540314/stat : 540314 (fscip) S 540270 540273 536690 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 89429832 7792820224 1623862 809668444160 4194304 16622877 140724176054944 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 51838976 140724176057321 140724176057437 140724176057437 140724176064463 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 7610176 KiB
Current children cumulated memory: 6495448 KiB

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

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

# cumulated CPU time of all completed processes:  user=71888.3 s, system=112.724 s

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

[startup+3632.51 s]*
/proc/loadavg: 80.53 80.48 80.55 62/985 542922
/proc/meminfo: memFree=694227368/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3632.59
CPU time (s): 72001
CPU user time (s): 71888.3
CPU system time (s): 112.724
CPU usage (%): 1982.08
Max. virtual memory (cumulated for all children) (KiB): 7610176
Max. memory (cumulated for all children) (KiB): 6495448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71888.3
system time used= 112.724
maximum resident set size= 6495452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23311457
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= 222661
involuntary context switches= 302884


# summary of solver processes directly reported to runsolver:
#   pid: 540273
#   total CPU time (s): 72001
#   total CPU user time (s): 71888.3
#   total CPU system time (s): 112.724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.397 second user time and 86.6247 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-09 20:34:32
IDJOB=4468109
IDBENCH=148610
IDSOLVER=3097
FILE ID=nodeD102/4468109-1723228472
RUNJOBID= nodeD102-1723224822-536702
SLURM_JOB_ID= 8266903
Free space on /tmp= 8588216 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
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-4468109-1723228472/watcher-4468109-1723228472 -o /tmp/evaluation-result-4468109-1723228472/solver-4468109-1723228472 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723224822-536702 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468109-1723228472.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 473f4f01ea80639962d90e3c1fd9a037
RANDOM SEED=1057982206

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2657.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	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        673032772 kB
MemAvailable:   735980084 kB
Buffers:          998456 kB
Cached:         64757332 kB
SwapCached:            0 kB
Active:          9260312 kB
Inactive:       104150696 kB
Active(anon):       2260 kB
Inactive(anon): 47683684 kB
Active(file):    9258052 kB
Inactive(file): 56467012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28788 kB
Writeback:             4 kB
AnonPages:      47653832 kB
Mapped:           135400 kB
Shmem:             30728 kB
KReclaimable:    1283552 kB
Slab:            1800368 kB
SReclaimable:    1283552 kB
SUnreclaim:       516816 kB
KernelStack:       16880 kB
PageTables:       110852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3518668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           825600 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5984256 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:      784384 kB
DirectMap2M:    132882432 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8588188 MiB
End job on nodeD102 at 2024-08-09 21:35:04